HomeSort by: relevance | last modified time | path
    Searched refs:two_ninput (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/libctf/
ctf-dedup.c 2400 uint32_t two_ninput; local
2414 two_ninput = CTF_DEDUP_GID_TO_INPUT (two_gid);
2420 assert (one_ninput < arg->ninputs && two_ninput < arg->ninputs);
2423 two_fp = arg->inputs[two_ninput];
2436 if (one_ninput < two_ninput)
2438 else if (two_ninput < one_ninput)
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-dedup.c 2400 uint32_t two_ninput; local
2414 two_ninput = CTF_DEDUP_GID_TO_INPUT (two_gid);
2420 assert (one_ninput < arg->ninputs && two_ninput < arg->ninputs);
2423 two_fp = arg->inputs[two_ninput];
2436 if (one_ninput < two_ninput)
2438 else if (two_ninput < one_ninput)
  /src/external/gpl3/gdb/dist/libctf/
ctf-dedup.c 2325 uint32_t two_ninput; local
2339 two_ninput = CTF_DEDUP_GID_TO_INPUT (two_gid);
2345 assert (one_ninput < arg->ninputs && two_ninput < arg->ninputs);
2348 two_fp = arg->inputs[two_ninput];
2361 if (one_ninput < two_ninput)
2363 else if (two_ninput < one_ninput)
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-dedup.c 2302 uint32_t two_ninput; local
2316 two_ninput = CTF_DEDUP_GID_TO_INPUT (two_gid);
2322 assert (one_ninput < arg->ninputs && two_ninput < arg->ninputs);
2325 two_fp = arg->inputs[two_ninput];
2338 if (one_ninput < two_ninput)
2340 else if (two_ninput < one_ninput)

Completed in 119 milliseconds