OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__remainder
(Results
1 - 13
of
13
) sorted by null
/ndk/sources/cxx-stl/stlport/src/
fstream.cpp
70
streamoff
__remainder
= __cur - __offset;
local
79
__STATIC_CAST(char*, __this->_M_mmap_base) + __STATIC_CAST(ptrdiff_t,
__remainder
),
/ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.c
162
_Distance
__remainder
, __prevRemainder;
local
180
__remainder
= __skipOffset;
183
if (--
__remainder
== 0)
187
if (
__remainder
> __tailSize)
190
__lookAhead +=
__remainder
;
191
__tailSize -=
__remainder
;
194
__prevRemainder =
__remainder
;
198
if (--
__remainder
== 0)
203
__remainder
+= __pattSize - __prevRemainder;
205
if (
__remainder
> __tailSize
[
all
...]
_rope.h
1415
_RopeRep*
__remainder
;
local
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_algo.c
162
_Distance
__remainder
, __prevRemainder;
local
180
__remainder
= __skipOffset;
183
if (--
__remainder
== 0)
187
if (
__remainder
> __tailSize)
190
__lookAhead +=
__remainder
;
191
__tailSize -=
__remainder
;
194
__prevRemainder =
__remainder
;
198
if (--
__remainder
== 0)
203
__remainder
+= __pattSize - __prevRemainder;
205
if (
__remainder
> __tailSize
[
all
...]
_rope.h
1415
_RopeRep*
__remainder
;
local
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
ropeimpl.h
1535
_RopeRep*
__remainder
;
local
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
ropeimpl.h
1535
_RopeRep*
__remainder
;
local
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
ropeimpl.h
1535
_RopeRep*
__remainder
;
local
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
ropeimpl.h
1535
_RopeRep*
__remainder
;
local
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h
394
_DistanceType
__remainder
= __count;
local
396
while (
__remainder
<= __tailSize) // the main loop...
398
__first +=
__remainder
;
399
__tailSize -=
__remainder
;
405
if (--
__remainder
== 0)
408
__remainder
= __count + 1 - (__first - __backTrack);
472
_DistanceType
__remainder
= __count;
local
474
while (
__remainder
<= __tailSize) // the main loop...
476
__first +=
__remainder
;
477
__tailSize -=
__remainder
;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h
394
_DistanceType
__remainder
= __count;
local
396
while (
__remainder
<= __tailSize) // the main loop...
398
__first +=
__remainder
;
399
__tailSize -=
__remainder
;
405
if (--
__remainder
== 0)
408
__remainder
= __count + 1 - (__first - __backTrack);
472
_DistanceType
__remainder
= __count;
local
474
while (
__remainder
<= __tailSize) // the main loop...
476
__first +=
__remainder
;
477
__tailSize -=
__remainder
;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algo.h
394
_DistanceType
__remainder
= __count;
local
396
while (
__remainder
<= __tailSize) // the main loop...
398
__first +=
__remainder
;
399
__tailSize -=
__remainder
;
405
if (--
__remainder
== 0)
408
__remainder
= __count + 1 - (__first - __backTrack);
472
_DistanceType
__remainder
= __count;
local
474
while (
__remainder
<= __tailSize) // the main loop...
476
__first +=
__remainder
;
477
__tailSize -=
__remainder
;
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h
331
_DistanceType
__remainder
= __count;
local
333
while (
__remainder
<= __tailSize) // the main loop...
335
__first +=
__remainder
;
336
__tailSize -=
__remainder
;
342
if (--
__remainder
== 0)
345
__remainder
= __count + 1 - (__first - __backTrack);
[
all
...]
Completed in 1407 milliseconds