OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ffirst
(Results
1 - 8
of
8
) sorted by null
/external/skia/src/gpu/
GrRedBlackTree.h
175
Node*
fFirst
;
226
fFirst
= NULL;
239
return Iter(
fFirst
, this);
335
fFirst
= NULL;
374
fFirst
= x;
597
GrAssert(
fFirst
!= x);
622
} else if (x ==
fFirst
) {
624
fFirst
= fRoot;
627
GrAssert(
fFirst
== fLast && x ==
fFirst
);
[
all
...]
/external/icu4c/tools/genrb/
reslist.c
245
for (current = res->u.fArray.
fFirst
; current != NULL; current = current->fNext) {
254
for (current = res->u.fArray.
fFirst
; current != NULL; current = current->fNext) {
280
for (current = res->u.fTable.
fFirst
; current != NULL; current = current->fNext) {
318
for (current = res->u.fTable.
fFirst
; current != NULL; current = current->fNext) {
321
for (current = res->u.fTable.
fFirst
; current != NULL; current = current->fNext) {
406
for (current = res->u.fArray.
fFirst
; current != NULL; current = current->fNext) {
422
for (current = res->u.fTable.
fFirst
; current != NULL; current = current->fNext) {
521
for (i = 0, current = res->u.fArray.
fFirst
; current != NULL; ++i, current = current->fNext) {
527
for (current = res->u.fArray.
fFirst
; current != NULL; current = current->fNext) {
572
for (i = 0, current = res->u.fTable.
fFirst
; current != NULL; ++i, current = current->fNext)
[
all
...]
reslist.h
109
struct SResource *
fFirst
;
118
struct SResource *
fFirst
;
wrtjava.c
339
current = res->u.fArray.
fFirst
;
349
current = res->u.fArray.
fFirst
;
530
save = current = res->u.fTable.
fFirst
;
wrtxml.cpp
681
current = res->u.fArray.
fFirst
;
926
save = current = res->u.fTable.
fFirst
;
[
all
...]
parse.c
644
current = list->
fFirst
;
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_qsort.c
93
#define pushLeft {stack[stacktop].first=
ffirst
;stack[stacktop++].last=last;}
95
#define doLeft {first=
ffirst
;llast=last;continue;}
96
#define doRight {
ffirst
=first;last=llast;continue;}
98
first=
ffirst
=stack[stacktop].first;\
169
{ size_t l=last-
ffirst
,r=llast-first; \
315
char *
ffirst
=first, *llast=last;
local
346
char *
ffirst
=first,*llast=last;
local
376
char *
ffirst
=first, *llast=last;
local
/external/stlport/test/eh/
test_insert.h
500
:
fFirst
( first ),
520
// prepare_insert_range( c, fPos,
fFirst
, fLast );
521
do_insert_range( c, fPos,
fFirst
, fLast, container_category(c) );
526
VerifyInsertion( original, c,
fFirst
, fLast, fPos );
529
Iter
fFirst
, fLast;
Completed in 300 milliseconds