HomeSort by relevance Sort by last modified time
    Searched refs:ecb (Results 1 - 19 of 19) sorted by null

  /external/clang/test/SemaCXX/
convert-to-bool.cpp 14 void test_conv_to_bool(ConvToBool ctb, ConvToInt cti, ExplicitConvToBool ecb) {
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) { }
    [all...]
  /external/llvm/lib/Support/
IntEqClasses.cpp 35 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/
padlock.asm 4 ;xcrypt-ecb
  /external/openssl/crypto/des/times/
alpha.cc 4 options des ecb/s
hpux.cc 3 options des ecb/s
aix.cc 12 options des ecb/s
usparc.cc 17 options des ecb/s
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_main.c 107 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 associated with the given nfcee_i
    [all...]
nfa_ee_act.c 219 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];
    [all...]
nfa_ee_api.c 96 tNFA_EE_ECB *p_cb = nfa_ee_cb.ecb;
240 p_cb = nfa_ee_cb.ecb;
  /external/openssl/crypto/evp/
evp_locl.h 172 BLOCK_CIPHER_def1(cname, ecb, ecb, ECB, kstruct, nid, block_size, key_len, \
e_aes.c 521 BLOCK_CIPHER_generic(nid,keylen,16,0,ecb,ecb,ECB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_ee_int.h 408 tNFA_EE_ECB ecb[NFA_EE_NUM_ECBS]; /* control block for DH and NFCEEs */ member in struct:__anon28787
  /external/libpcap/msdos/
ndis2.c 332 FreePktBuf (txBufPending); /* Add passed ECB back to the free list */
355 TRACE1 ("ecb = %08lX, ", *ecb);
  /external/chromium_org/third_party/boringssl/src/crypto/cipher/
e_aes.c 828 EVP_CIPHER_FUNCTION(128, ecb)
833 EVP_CIPHER_FUNCTION(256, ecb)
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/aes/asm/
bsaes-x86_64.pl 44 # (*) Comparison is not completely fair, because "this" is ECB,
105 my $ecb=0; # suppress unreferenced ECB subroutines, spare some space...
1151 if ($ecb) {
    [all...]
  /external/openssl/crypto/aes/asm/
bsaes-x86_64.pl 44 # (*) Comparison is not completely fair, because "this" is ECB,
113 my $ecb=0; # suppress unreferenced ECB subroutines, spare some space...
1159 if ($ecb) {
    [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 521 milliseconds