Searched refs:ecb (Results 1 - 18 of 18) sorted by relevance

/external/clang/test/SemaCXX/
H A Dconvert-to-bool.cpp14 void test_conv_to_bool(ConvToBool ctb, ConvToInt cti, ExplicitConvToBool ecb) { argument
17 if (ecb) { }
20 for (; ecb; ) { }
23 while (ecb) { }
26 do { } while (ecb);
30 if (!ecb) { }
32 bool b1 = !ecb;
33 if (ctb && ecb) { }
34 bool b2 = ctb && ecb;
35 if (ctb || ecb) { }
45 test_explicit_bool(ExplicitConvToBool ecb) argument
[all...]
/external/llvm/lib/Support/
H A DIntEqClasses.cpp35 unsigned ecb = EC[b]; local
39 while (eca != ecb)
40 if (eca < ecb)
41 EC[b] = eca, b = ecb, ecb = EC[b];
43 EC[a] = ecb, a = eca, eca = EC[a];
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dpadlock.asm4 ;xcrypt-ecb
/external/openssl/crypto/des/times/
H A Dalpha.cc4 options des ecb/s
H A Dhpux.cc3 options des ecb/s
H A Daix.cc12 options des ecb/s
H A Dusparc.cc17 options des ecb/s
/external/libnfc-nci/src/nfa/ee/
H A Dnfa_ee_main.c107 nfa_ee_cb.ecb[xx].nfcee_id = NFA_EE_INVALID;
108 nfa_ee_cb.ecb[xx].ee_status = NFC_NFCEE_STATUS_INACTIVE;
111 nfa_ee_cb.ecb[NFA_EE_CB_4_DH].ee_status = NFC_NFCEE_STATUS_ACTIVE;
112 nfa_ee_cb.ecb[NFA_EE_CB_4_DH].nfcee_id = NFC_DH_ID;
225 p_cb = nfa_ee_cb.ecb;
285 p_cb = nfa_ee_cb.ecb;
373 ** Description Given a ecb, return the bit mask to be used in nfa_ee_cb.ee_cfged
375 ** Returns the bitmask for the given ecb.
383 index = (UINT8) (p_cb - nfa_ee_cb.ecb);
393 ** Description Return the ecb associate
[all...]
H A Dnfa_ee_act.c219 p_cb = &nfa_ee_cb.ecb[NFA_EE_CB_4_DH];
222 p_cb = &nfa_ee_cb.ecb[nfa_ee_cb.cur_ee - 1];
307 p_ecb = &nfa_ee_cb.ecb[NFA_EE_CB_4_DH];
335 p_ecb = &nfa_ee_cb.ecb[yy];
989 p_cb = nfa_ee_cb.ecb;
1017 p_cb = nfa_ee_cb.ecb;
1033 p_cb_end = &nfa_ee_cb.ecb[nfa_ee_cb.cur_ee - 1];
1034 p_cb = &nfa_ee_cb.ecb[first_removed];
1098 p_cb = &nfa_ee_cb.ecb[nfa_ee_cb.cur_ee];
1170 p_cb = &nfa_ee_cb.ecb[nfa_ee_c
[all...]
H A Dnfa_ee_api.c96 tNFA_EE_ECB *p_cb = nfa_ee_cb.ecb;
240 p_cb = nfa_ee_cb.ecb;
/external/openssl/crypto/evp/
H A Devp_locl.h172 BLOCK_CIPHER_def1(cname, ecb, ecb, ECB, kstruct, nid, block_size, key_len, \
H A De_aes.c521 BLOCK_CIPHER_generic(nid,keylen,16,0,ecb,ecb,ECB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
/external/libnfc-nci/src/nfa/int/
H A Dnfa_ee_int.h408 tNFA_EE_ECB ecb[NFA_EE_NUM_ECBS]; /* control block for DH and NFCEEs */ member in struct:__anon24169
/external/libpcap/msdos/
H A Dndis2.c355 TRACE1 ("ecb = %08lX, ", *ecb);
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
H A De_aes.c828 EVP_CIPHER_FUNCTION(128, ecb)
833 EVP_CIPHER_FUNCTION(256, ecb)
/external/chromium_org/third_party/boringssl/src/crypto/aes/asm/
H A Dbsaes-x86_64.pl105 my $ecb=0; # suppress unreferenced ECB subroutines, spare some space...
1151 if ($ecb) {
3037 $code.=<<___ if ($ecb);
3066 $code.=<<___ if ($ecb);
/external/openssl/crypto/aes/asm/
H A Dbsaes-x86_64.pl113 my $ecb=0; # suppress unreferenced ECB subroutines, spare some space...
1159 if ($ecb) {
3045 $code.=<<___ if ($ecb);
3074 $code.=<<___ if ($ecb);
/external/bison/build-aux/
H A Dtexinfo.tex3155 \font\thisecfont = ecb\ifusingit{i}{x}\ecsize \space at \nominalsize

Completed in 462 milliseconds