/external/libpcap/Win32/Src/ |
D | getservent.c | 86 again: in getservent() 90 goto again; in getservent() 93 goto again; in getservent() 98 goto again; in getservent() 104 goto again; in getservent()
|
D | getnetent.c | 65 again: in getnetent() 70 goto again; in getnetent() 73 goto again; in getnetent() 78 goto again; in getnetent()
|
D | inet_net.c | 54 again: in inet_network() 88 goto again; in inet_network()
|
/external/boringssl/src/ssl/ |
D | d1_pkt.c | 130 again: in dtls1_get_record() 154 goto again; in dtls1_get_record() 187 goto again; in dtls1_get_record() 212 again: in dtls1_read_app_data() 247 goto again; in dtls1_read_app_data() 262 goto again; in dtls1_read_app_data() 291 again: in dtls1_read_change_cipher_spec() 303 goto again; in dtls1_read_change_cipher_spec()
|
/external/iptables/iptables/ |
D | getethertype.c | 85 again: in getethertypeent() 90 goto again; in getethertypeent() 93 goto again; in getethertypeent() 98 goto again; in getethertypeent() 110 goto again; // Skip invalid etherproto type entry in getethertypeent()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | risbg-01.ll | 16 ; ...and again with i64. 36 ; ...and again with i64. 57 ; ...and again with i64. 79 ; ...and again with i64. 101 ; ...and again with i64. 123 ; ...and again with i64. 148 ; ...and again with i64. 172 ; ...and again with i64. 222 ; ...and again with i64. In this case RISBG is the best way of doing the AND. 246 ; ...and again with i64. [all …]
|
D | rnsbg-01.ll | 15 ; ...and again with i64. 35 ; ...and again with i64. 56 ; ...and again with i64. 80 ; ...and again with i64, which can. 104 ; ...and again with i64. 129 ; ...and again with i64. 153 ; ...and again with i64. 178 ; ...and again with i64. 205 ; ...and again with i64. 232 ; ...and again with i64.
|
D | rosbg-01.ll | 15 ; ...and again with i64. 35 ; ...and again with i64. 55 ; ...and again with i64. 78 ; ...and again with i64, which can. 101 ; ...and again with i64.
|
D | rxsbg-01.ll | 15 ; ...and again with i64. 35 ; ...and again with i64. 55 ; ...and again with i64. 80 ; ...and again with i64, which can use RXSBG for the rotate. 103 ; ...and again with i64.
|
D | int-cmp-45.ll | 21 ; ...and again with STOC. 48 ; ...and again with LOC. 62 ; ...and again with STOC. 89 ; ...and again with LOC. 103 ; ...and again with STOC.
|
D | vec-and-02.ll | 18 ; ...and again with the reverse. 42 ; ...and again with the reverse. 63 ; ...and again with the reverse. 83 ; ...and again with the reverse.
|
D | risbg-02.ll | 16 ; ...and again with i64. 39 ; ...and again with i64. 62 ; ...and again with i64. 84 ; ...and again with i64.
|
/external/jemalloc/src/ |
D | tsd.c | 42 bool pending[MALLOC_TSD_CLEANUPS_MAX], again; in _malloc_thread_cleanup() local 49 again = false; in _malloc_thread_cleanup() 54 again = true; in _malloc_thread_cleanup() 57 } while (again); in _malloc_thread_cleanup()
|
/external/pdfium/third_party/libtiff/ |
D | tif_packbits.c | 87 again: in PackBitsEncode() 119 goto again; in PackBitsEncode() 137 goto again; in PackBitsEncode() 153 goto again; in PackBitsEncode() 178 goto again; in PackBitsEncode()
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
D | imprecise-through-phis.ll | 37 %again = icmp ult i32 %i.next, 32 38 br i1 %again, label %loop, label %done 70 %again = icmp ult i32 %i.next, 32 71 br i1 %again, label %loop, label %done
|
/external/llvm/test/MC/Disassembler/SystemZ/ |
D | insns-z13-bad.txt | 11 # ...and again with element 15 23 # ...and again with element 15 35 # ...and again with element 15
|
/external/boringssl/src/crypto/conf/ |
D | conf.c | 521 int again; in def_load_bio() local 547 again = 0; in def_load_bio() 558 if (i == 0 && !again) { in def_load_bio() 561 again = 0; in def_load_bio() 572 again = 1; /* long line */ in def_load_bio() 591 again = 1; in def_load_bio() 594 if (again) { in def_load_bio() 611 again: in def_load_bio() 617 goto again; in def_load_bio()
|
/external/libvpx/libvpx/test/ |
D | encode_test_driver.cc | 196 bool again; in RunLoop() local 197 for (again = true; again; video->Next()) { in RunLoop() 198 again = (video->img() != NULL); in RunLoop() 210 again = true; in RunLoop()
|
/external/v8/ |
D | .landmines | 5 Activating MSVS 2013 again. 15 Clober again to fix windows build problems.
|
/external/llvm/test/Transforms/ConstantHoisting/ARM/ |
D | bad-cases.ll | 65 %again = icmp eq i32 %res1, %res2 66 br i1 %again, label %loop, label %end 87 %again = icmp eq i32 %res1, %res2 88 br i1 %again, label %loop, label %end
|
/external/ltp/testcases/kernel/sched/cfs-scheduler/ |
D | hackbench.c | 142 again: in sender() 150 goto again; in sender() 173 again: in receiver() 179 goto again; in receiver()
|
/external/libevent/ |
D | bufferevent_ratelim.c | 401 int again = 0; in _bev_refill_callback() local 421 again = 1; in _bev_refill_callback() 427 again = 1; in _bev_refill_callback() 429 if (again) { in _bev_refill_callback() 489 int again = 0; in _bev_group_unsuspend_reading() local 499 again = 1; in _bev_group_unsuspend_reading() 502 g->pending_unsuspend_read = again; in _bev_group_unsuspend_reading() 508 int again = 0; in _bev_group_unsuspend_writing() local 518 again = 1; in _bev_group_unsuspend_writing() 521 g->pending_unsuspend_write = again; in _bev_group_unsuspend_writing()
|
/external/elfutils/libelf/ |
D | elf32_getehdr.c | 56 again: in ElfW2() 64 goto again; in ElfW2()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/ |
D | template_23-1.in | 26 * -> In handler, check for reentrance then raise %%MYSIG%% again. 28 * The test fails if signal handler if reentered or signal is not pending when raised again. 101 /* Raise the signal again. It should be masked */ 106 UNRESOLVED( ret, "Failed to raise %%MYSIG%% again" );
|
/external/pcre/dist2/testdata/ |
D | grepinputx | 3 Here is the pattern again. 19 And there they were again, to check line numbers.
|