HomeSort by: relevance | last modified time | path
    Searched defs:call_next (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-spu.c 3258 struct call_info *call, *call_next; local
3262 for (call = fun->call_list; call != NULL; call = call_next)
3264 call_next = call->next;
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-spu.c 3258 struct call_info *call, *call_next; local
3262 for (call = fun->call_list; call != NULL; call = call_next)
3264 call_next = call->next;
  /src/external/gpl3/gdb/dist/bfd/
elf32-spu.c 3254 struct call_info *call, *call_next; local
3258 for (call = fun->call_list; call != NULL; call = call_next)
3260 call_next = call->next;
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-spu.c 3258 struct call_info *call, *call_next; local
3262 for (call = fun->call_list; call != NULL; call = call_next)
3264 call_next = call->next;
  /src/external/cddl/osnet/dist/cmd/ztest/
ztest.c 5482 uint64_t call_next; local
5506 call_next = zc->zc_next;
5508 if (now >= call_next &&
5509 atomic_cas_64(&zc->zc_next, call_next, call_next +
5510 ztest_random(2 * zi->zi_interval[0] + 1)) == call_next) {

Completed in 40 milliseconds