HomeSort by relevance Sort by last modified time
    Searched defs:last_p (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/glib/tests/
asyncqueue-test.c 56 static gpointer last_p = NULL; local
85 for (i = 0, last_p = NULL; i < len; i++) {
89 if (last_p) {
90 g_assert (GPOINTER_TO_INT (last_p) <= GPOINTER_TO_INT (p));
93 last_p = p;
  /external/llvm/lib/Archive/
ArchiveReader.cpp 172 const char* last_p = p; local
174 if (*p == '\n' && *last_p == '/') {
175 pathname.assign(namep, last_p - namep);
179 last_p = p;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow-inline.h 982 currently delimited by HEAD and LAST_P. The new LAST_P value is
987 use_operand_p last_p)
993 /* If use_p is already linked in after last_p, continue. */
994 if (last_p->next == use_p)
995 last_p = use_p;
998 /* Delink from current location, and link in at last_p. */
1000 link_imm_use_to_list (use_p, last_p);
1001 last_p = use_p;
1004 return last_p;
1015 use_operand_p last_p = head; local
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow-inline.h 982 currently delimited by HEAD and LAST_P. The new LAST_P value is
987 use_operand_p last_p)
993 /* If use_p is already linked in after last_p, continue. */
994 if (last_p->next == use_p)
995 last_p = use_p;
998 /* Delink from current location, and link in at last_p. */
1000 link_imm_use_to_list (use_p, last_p);
1001 last_p = use_p;
1004 return last_p;
1015 use_operand_p last_p = head; local
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow-inline.h 982 currently delimited by HEAD and LAST_P. The new LAST_P value is
987 use_operand_p last_p)
993 /* If use_p is already linked in after last_p, continue. */
994 if (last_p->next == use_p)
995 last_p = use_p;
998 /* Delink from current location, and link in at last_p. */
1000 link_imm_use_to_list (use_p, last_p);
1001 last_p = use_p;
1004 return last_p;
1015 use_operand_p last_p = head; local
    [all...]

Completed in 508 milliseconds