/external/clang/test/SemaCXX/ |
D | convert-to-bool.cpp | 20 void test_conv_to_bool(ConvToBool ctb, ConvToInt cti, ExplicitConvToBool ecb) { in test_conv_to_bool() argument 23 if (ecb) { } in test_conv_to_bool() 26 for (; ecb; ) { } in test_conv_to_bool() 29 while (ecb) { } in test_conv_to_bool() 32 do { } while (ecb); in test_conv_to_bool() 36 if (!ecb) { } in test_conv_to_bool() 38 bool b1 = !ecb; in test_conv_to_bool() 39 if (ctb && ecb) { } in test_conv_to_bool() 40 bool b2 = ctb && ecb; in test_conv_to_bool() 41 if (ctb || ecb) { } in test_conv_to_bool() [all …]
|
/external/llvm/lib/Support/ |
D | IntEqClasses.cpp | 35 unsigned ecb = EC[b]; in join() local 39 while (eca != ecb) in join() 40 if (eca < ecb) in join() 41 EC[b] = eca, b = ecb, ecb = EC[b]; in join() 43 EC[a] = ecb, a = eca, eca = EC[a]; in join()
|
/external/libnfc-nci/src/nfa/ee/ |
D | nfa_ee_main.c | 107 nfa_ee_cb.ecb[xx].nfcee_id = NFA_EE_INVALID; in nfa_ee_init() 108 nfa_ee_cb.ecb[xx].ee_status = NFC_NFCEE_STATUS_INACTIVE; in nfa_ee_init() 111 nfa_ee_cb.ecb[NFA_EE_CB_4_DH].ee_status = NFC_NFCEE_STATUS_ACTIVE; in nfa_ee_init() 112 nfa_ee_cb.ecb[NFA_EE_CB_4_DH].nfcee_id = NFC_DH_ID; in nfa_ee_init() 225 p_cb = nfa_ee_cb.ecb; in nfa_ee_proc_nfcc_power_mode() 285 p_cb = nfa_ee_cb.ecb; in nfa_ee_proc_hci_info_cback() 383 index = (UINT8) (p_cb - nfa_ee_cb.ecb); in nfa_ee_ecb_to_mask() 406 p_ret = &nfa_ee_cb.ecb[NFA_EE_CB_4_DH]; in nfa_ee_find_ecb() 410 p_cb = nfa_ee_cb.ecb; in nfa_ee_find_ecb() 439 p_cb = nfa_ee_cb.ecb; in nfa_ee_find_ecb_by_conn_id() [all …]
|
D | nfa_ee_act.c | 219 p_cb = &nfa_ee_cb.ecb[NFA_EE_CB_4_DH]; in nfa_ee_total_lmrt_size() 222 p_cb = &nfa_ee_cb.ecb[nfa_ee_cb.cur_ee - 1]; in nfa_ee_total_lmrt_size() 307 p_ecb = &nfa_ee_cb.ecb[NFA_EE_CB_4_DH]; in nfa_ee_find_aid_offset() 335 p_ecb = &nfa_ee_cb.ecb[yy]; in nfa_ee_find_aid_offset() 1009 p_cb = nfa_ee_cb.ecb; in nfa_ee_restore_ntf_done() 1037 p_cb = nfa_ee_cb.ecb; in nfa_ee_remove_pending() 1053 p_cb_end = &nfa_ee_cb.ecb[nfa_ee_cb.cur_ee - 1]; in nfa_ee_remove_pending() 1054 p_cb = &nfa_ee_cb.ecb[first_removed]; in nfa_ee_remove_pending() 1118 p_cb = &nfa_ee_cb.ecb[nfa_ee_cb.cur_ee]; in nfa_ee_nci_disc_rsp() 1190 p_cb = &nfa_ee_cb.ecb[nfa_ee_cb.cur_ee++]; in nfa_ee_nci_disc_ntf() [all …]
|
D | nfa_ee_api.c | 96 tNFA_EE_ECB *p_cb = nfa_ee_cb.ecb; in NFA_EeGetInfo() 240 p_cb = nfa_ee_cb.ecb; in NFA_EeModeSet()
|
/external/clang/test/SemaTemplate/ |
D | temp_arg_nontype_cxx1z.cpp | 84 constexpr int E::*ecb = cb; // expected-note +{{here}} variable 106 using Aecb = A<int E::*, ecb>; // expected-error {{not supported}}
|
/external/boringssl/src/crypto/obj/ |
D | objects.txt | 146 : CAST5-ECB : cast5-ecb 374 : RC2-ECB : rc2-ecb 385 : RC5-ECB : rc5-ecb 409 : IDEA-ECB : idea-ecb 416 : BF-ECB : bf-ecb 627 algorithm 6 : DES-ECB : des-ecb 638 !Cname des-ede-ecb 640 !Cname des-ede3-ecb 851 aes 1 : AES-128-ECB : aes-128-ecb 862 aes 21 : AES-192-ECB : aes-192-ecb [all …]
|
/external/libnfc-nci/src/nfa/int/ |
D | nfa_ee_int.h | 408 tNFA_EE_ECB ecb[NFA_EE_NUM_ECBS]; /* control block for DH and NFCEEs */ member
|
/external/boringssl/src/crypto/aes/asm/ |
D | bsaes-x86_64.pl | 107 my $ecb=0; # suppress unreferenced ECB subroutines, spare some space... 1153 if ($ecb) { 3039 $code.=<<___ if ($ecb); 3068 $code.=<<___ if ($ecb);
|
/external/boringssl/src/crypto/cipher/ |
D | e_aes.c | 1034 EVP_CIPHER_FUNCTION(128, ecb) 1040 EVP_CIPHER_FUNCTION(192, ecb) 1045 EVP_CIPHER_FUNCTION(256, ecb)
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ |
D | FormatTests.java | 2244 String ecb = tznb.getExemplarLocationName(tzid); in hasSameBehavior() local 2246 if (!eca.equals(ecb)) { in hasSameBehavior()
|
/external/libpcap/msdos/ |
D | ndis2.c | 355 TRACE1 ("ecb = %08lX, ", *ecb); in CALLBACK()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
D | FormatTests.java | 2243 String ecb = tznb.getExemplarLocationName(tzid); in hasSameBehavior() local 2245 if (!eca.equals(ecb)) { in hasSameBehavior()
|
/external/google-breakpad/src/tools/windows/dump_syms/testdata/ |
D | omap_reorder_funcs.sym | 1142 4ecb 2 71 2796
|
D | dump_syms_regtest64.sym | 2340 5ecb 5 107 8449
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile45.expect.bz2 |
|
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/ |
D | null_read_av.sym | 142 1ecb c 1718 23
|
/external/google-breakpad/src/client/mac/handler/testcases/testdata/ |
D | dump_syms_i386_breakpad.sym | 3801 14ecb e 736 60
|
/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/ |
D | kernel32.sym | 1130 PUBLIC 72ecb 14 WriteConsoleOutputCharacterW 4095 STACK WIN 4 72ecb 21 5 0 14 0 0 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = $L $T0 …
|
/external/bison/build-aux/ |
D | texinfo.tex | 3155 \font\thisecfont = ecb\ifusingit{i}{x}\ecsize \space at \nominalsize
|
/external/libmicrohttpd/doc/ |
D | texinfo.tex | 3156 \font\thisecfont = ecb\ifusingit{i}{x}\ecsize \space at \nominalsize
|
/external/google-breakpad/src/processor/testdata/ |
D | module0.out | 10611 9ecb 4 101 5815
|
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 10611 9ecb 4 101 5815
|