/external/libsepol/src/ |
symtab.c | 16 char *p, *keyp; local 21 keyp = (char *)key; 22 size = strlen(keyp); 23 for (p = keyp; ((size_t) (p - keyp)) < size; p++)
|
avtab.c | 52 static inline int avtab_hash(struct avtab_key *keyp, uint16_t mask) 54 return ((keyp->target_class + (keyp->target_type << 2) + 55 (keyp->source_type << 9)) & mask);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
losertree.h | 351 const T* keyp; member in struct:__gnu_parallel::LoserTreePointerBase::Loser 384 losers[pos].keyp = &key; 417 || (!losers[left].sup && !comp(*losers[right].keyp, 418 *losers[left].keyp))) 443 const T* keyp = &key; local 450 ((comp(*losers[pos].keyp, *keyp)) || 451 (!comp(*keyp, *losers[pos].keyp) 457 std::swap(losers[pos].keyp, keyp) 523 const T* keyp = &key; local 795 const T* keyp; member in struct:__gnu_parallel::LoserTreePointerUnguardedBase::Loser 911 const T* keyp = &key; local 1001 const T* keyp = &key; local [all...] |
/external/chromium_org/net/quic/crypto/ |
p256_key_exchange_openssl.cc | 32 const uint8* keyp = reinterpret_cast<const uint8*>(key.data()); local 34 d2i_ECPrivateKey(NULL, &keyp, key.size())); 67 uint8* keyp = private_key.get(); local 68 if (!i2d_ECPrivateKey(key.get(), &keyp)) {
|
/external/libselinux/src/ |
avc_sidtab.c | 18 char *p, *keyp; local 23 keyp = (char *)key; 24 size = strlen(keyp); 25 for (p = keyp; (unsigned int)(p - keyp) < size; p++)
|
/external/elfutils/lib/ |
eu-config.h | 53 # define key_create(keyp, freefct) (1) 78 # define key_create(keyp, freefct) (1)
|
/external/openssh/ |
ssh-pkcs11.c | 482 pkcs11_add_provider(char *provider_id, char *pin, Key ***keyp) 493 *keyp = NULL; 569 pkcs11_fetch_keys(p, i, keyp, &nkeys);
|
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/ |
aes-x86_64.pl | [all...] |
/external/openssl/crypto/aes/asm/ |
aes-x86_64.pl | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_itertools.py | 468 def gulp(iterable, keyp=None, func=list): 469 return [func(g) for k, g in groupby(iterable, keyp)] [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_itertools.py | 468 def gulp(iterable, keyp=None, func=list): 469 return [func(g) for k, g in groupby(iterable, keyp)] [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
readdwarf3.c | 4175 TempVar* keyp = &key; local [all...] |