/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/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/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/valgrind/main/include/ |
pub_tool_sparsewa.h | 74 // compatibility with WordFM, 'key' is also returned in *keyP. Returned 77 /*OUT*/UWord* keyP, /*OUT*/UWord* valP, 88 /*OUT*/UWord* keyP, /*OUT*/UWord* valP );
|
/external/valgrind/main/coregrind/ |
m_sparsewa.c | 177 /*OUT*/UWord* keyP, /*OUT*/UWord* valP ) 206 *keyP = (p_key << 8) + (UWord)curr_ix; 277 /*OUT*/UWord* keyP, /*OUT*/UWord* valP, 305 *keyP = key; /* this is stupid. only here to make it look like WordFM */
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/ |
gthr.h | 68 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/ |
gthr.h | 68 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/ |
gthr.h | 68 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/ |
gthr.h | 68 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/ |
gthr.h | 68 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/ |
gthr.h | 68 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/ |
gthr.h | 68 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/ |
gthr.h | 68 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/ |
gthr.h | 68 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/ |
gthr.h | 68 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/ |
gthr.h | 68 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/ |
gthr.h | 68 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
|
/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/dropbear/libtomcrypt/src/prngs/ |
sober128.c | 40 #define KEYP 15 /* where to insert key words */ 170 c->R[KEYP] += (k);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/ |
gthr.h | 67 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/ |
gthr.h | 67 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/ |
gthr.h | 67 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
|