Home
last modified time | relevance | path

Searched refs:fFirst (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/
DGrRedBlackTree.h175 Node* fFirst; variable
226 fFirst = NULL; in GrRedBlackTree()
239 return Iter(fFirst, this); in begin()
335 fFirst = NULL; in reset()
374 fFirst = x; in insert()
597 GrAssert(fFirst != x); in deleteAtNode()
622 } else if (x == fFirst) { in deleteAtNode()
624 fFirst = fRoot; in deleteAtNode()
627 GrAssert(fFirst == fLast && x == fFirst); in deleteAtNode()
628 fFirst = NULL; in deleteAtNode()
[all …]
/external/icu4c/tools/genrb/
Dreslist.c245 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) { in array_write16()
254 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) { in array_write16()
280 for (current = res->u.fTable.fFirst; current != NULL; current = current->fNext) { in table_write16()
318 for (current = res->u.fTable.fFirst; current != NULL; current = current->fNext) { in table_write16()
321 for (current = res->u.fTable.fFirst; current != NULL; current = current->fNext) { in table_write16()
406 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) { in array_preWrite()
422 for (current = res->u.fTable.fFirst; current != NULL; current = current->fNext) { in table_preWrite()
521 for (i = 0, current = res->u.fArray.fFirst; current != NULL; ++i, current = current->fNext) { in array_write()
527 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) { in array_write()
572 for (i = 0, current = res->u.fTable.fFirst; current != NULL; ++i, current = current->fNext) { in table_write()
[all …]
Dreslist.h109 struct SResource *fFirst; member
118 struct SResource *fFirst; member
Dwrtjava.c339 current = res->u.fArray.fFirst; in array_write_java()
349 current = res->u.fArray.fFirst; in array_write_java()
530 save = current = res->u.fTable.fFirst; in table_write_java()
Dwrtxml.cpp681 current = res->u.fArray.fFirst; in array_write_xml()
926 save = current = res->u.fTable.fFirst; in table_write_xml()
Dparse.c644 current = list->fFirst; in resLookup()
/external/stlport/test/eh/
Dtest_insert.h500 : fFirst( first ), in fFirst() function
521 do_insert_range( c, fPos, fFirst, fLast, container_category(c) ); in operator()
526 VerifyInsertion( original, c, fFirst, fLast, fPos ); in operator()
529 Iter fFirst, fLast;