Searched refs:ecb (Results 1 - 12 of 12) 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/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/clang/test/SemaTemplate/
H A Dtemp_arg_nontype_cxx1z.cpp84 constexpr int E::*ecb = cb; // expected-note +{{here}} member in class:PtrMem::E
106 using Aecb = A<int E::*, ecb>; // expected-error {{not supported}}
/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:__anon8634
/external/boringssl/src/crypto/cipher/
H A De_aes.c1035 EVP_CIPHER_FUNCTION(128, ecb)
1041 EVP_CIPHER_FUNCTION(192, ecb)
1046 EVP_CIPHER_FUNCTION(256, ecb)
/external/libpcap/msdos/
H A Dndis2.c355 TRACE1 ("ecb = %08lX, ", *ecb);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DFormatTests.java2243 String ecb = tznb.getExemplarLocationName(tzid);
2245 if (!eca.equals(ecb)) {
/external/boringssl/src/crypto/aes/asm/
H A Dbsaes-x86_64.pl107 my $ecb=0; # suppress unreferenced ECB subroutines, spare some space...
1153 if ($ecb) {
3039 $code.=<<___ if ($ecb);
3068 $code.=<<___ if ($ecb);
/external/bison/build-aux/
H A Dtexinfo.tex3155 \font\thisecfont = ecb\ifusingit{i}{x}\ecsize \space at \nominalsize

Completed in 113 milliseconds