OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__chars_left
(Results
1 - 20
of
20
) sorted by null
/external/stlport/stlport/stl/
_rope.c
273
size_t
__chars_left
= _M_buf_end - _M_buf_ptr;
local
274
if (
__chars_left
> __n) {
276
} else if (
__chars_left
== __n) {
288
size_t
__chars_left
= _M_buf_ptr - _M_buf_start;
local
289
if (
__chars_left
>= __n) {
[
all
...]
/ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.c
273
size_t
__chars_left
= _M_buf_end - _M_buf_ptr;
local
274
if (
__chars_left
> __n) {
276
} else if (
__chars_left
== __n) {
288
size_t
__chars_left
= _M_buf_ptr - _M_buf_start;
local
289
if (
__chars_left
>= __n) {
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
ropeimpl.h
264
size_t
__chars_left
= _M_buf_end - _M_buf_ptr;
local
265
if (
__chars_left
> __n)
267
else if (
__chars_left
== __n)
284
size_t
__chars_left
= _M_buf_ptr - _M_buf_start;
local
285
if (
__chars_left
>= __n)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
ropeimpl.h
263
size_t
__chars_left
= _M_buf_end - _M_buf_ptr;
local
264
if (
__chars_left
> __n)
266
else if (
__chars_left
== __n)
283
size_t
__chars_left
= _M_buf_ptr - _M_buf_start;
local
284
if (
__chars_left
>= __n)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
ropeimpl.h
263
size_t
__chars_left
= _M_buf_end - _M_buf_ptr;
local
264
if (
__chars_left
> __n)
266
else if (
__chars_left
== __n)
283
size_t
__chars_left
= _M_buf_ptr - _M_buf_start;
local
284
if (
__chars_left
>= __n)
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h
262
size_t
__chars_left
= _M_buf_end - _M_buf_ptr;
local
263
if (
__chars_left
> __n)
265
else if (
__chars_left
== __n)
282
size_t
__chars_left
= _M_buf_ptr - _M_buf_start;
local
283
if (
__chars_left
>= __n)
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_rope.c
273
size_t
__chars_left
= _M_buf_end - _M_buf_ptr;
local
274
if (
__chars_left
> __n) {
276
} else if (
__chars_left
== __n) {
288
size_t
__chars_left
= _M_buf_ptr - _M_buf_start;
local
289
if (
__chars_left
>= __n) {
[
all
...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h
262
size_t
__chars_left
= _M_buf_end - _M_buf_ptr;
local
263
if (
__chars_left
> __n)
265
else if (
__chars_left
== __n)
282
size_t
__chars_left
= _M_buf_ptr - _M_buf_start;
local
283
if (
__chars_left
>= __n)
[
all
...]
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_rope.c
273
size_t
__chars_left
= _M_buf_end - _M_buf_ptr;
local
274
if (
__chars_left
> __n) {
276
} else if (
__chars_left
== __n) {
288
size_t
__chars_left
= _M_buf_ptr - _M_buf_start;
local
289
if (
__chars_left
>= __n) {
[
all
...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h
262
size_t
__chars_left
= _M_buf_end - _M_buf_ptr;
local
263
if (
__chars_left
> __n)
265
else if (
__chars_left
== __n)
282
size_t
__chars_left
= _M_buf_ptr - _M_buf_start;
local
283
if (
__chars_left
>= __n)
[
all
...]
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_rope.c
273
size_t
__chars_left
= _M_buf_end - _M_buf_ptr;
local
274
if (
__chars_left
> __n) {
276
} else if (
__chars_left
== __n) {
288
size_t
__chars_left
= _M_buf_ptr - _M_buf_start;
local
289
if (
__chars_left
>= __n) {
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
ropeimpl.h
262
size_t
__chars_left
= _M_buf_end - _M_buf_ptr;
local
263
if (
__chars_left
> __n)
265
else if (
__chars_left
== __n)
282
size_t
__chars_left
= _M_buf_ptr - _M_buf_start;
local
283
if (
__chars_left
>= __n)
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
ropeimpl.h
264
size_t
__chars_left
= _M_buf_end - _M_buf_ptr;
local
265
if (
__chars_left
> __n)
267
else if (
__chars_left
== __n)
284
size_t
__chars_left
= _M_buf_ptr - _M_buf_start;
local
285
if (
__chars_left
>= __n)
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
ropeimpl.h
264
size_t
__chars_left
= _M_buf_end - _M_buf_ptr;
local
265
if (
__chars_left
> __n)
267
else if (
__chars_left
== __n)
284
size_t
__chars_left
= _M_buf_ptr - _M_buf_start;
local
285
if (
__chars_left
>= __n)
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_rope.c
273
size_t
__chars_left
= _M_buf_end - _M_buf_ptr;
local
274
if (
__chars_left
> __n) {
276
} else if (
__chars_left
== __n) {
288
size_t
__chars_left
= _M_buf_ptr - _M_buf_start;
local
289
if (
__chars_left
>= __n) {
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_rope.c
273
size_t
__chars_left
= _M_buf_end - _M_buf_ptr;
local
274
if (
__chars_left
> __n) {
276
} else if (
__chars_left
== __n) {
288
size_t
__chars_left
= _M_buf_ptr - _M_buf_start;
local
289
if (
__chars_left
>= __n) {
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
ropeimpl.h
264
size_t
__chars_left
= _M_buf_end - _M_buf_ptr;
local
265
if (
__chars_left
> __n)
267
else if (
__chars_left
== __n)
284
size_t
__chars_left
= _M_buf_ptr - _M_buf_start;
local
285
if (
__chars_left
>= __n)
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
ropeimpl.h
264
size_t
__chars_left
= _M_buf_end - _M_buf_ptr;
local
265
if (
__chars_left
> __n)
267
else if (
__chars_left
== __n)
284
size_t
__chars_left
= _M_buf_ptr - _M_buf_start;
local
285
if (
__chars_left
>= __n)
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
ropeimpl.h
263
size_t
__chars_left
= _M_buf_end - _M_buf_ptr;
local
264
if (
__chars_left
> __n)
266
else if (
__chars_left
== __n)
283
size_t
__chars_left
= _M_buf_ptr - _M_buf_start;
local
284
if (
__chars_left
>= __n)
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
ropeimpl.h
263
size_t
__chars_left
= _M_buf_end - _M_buf_ptr;
local
264
if (
__chars_left
> __n)
266
else if (
__chars_left
== __n)
283
size_t
__chars_left
= _M_buf_ptr - _M_buf_start;
local
284
if (
__chars_left
>= __n)
[
all
...]
Completed in 404 milliseconds