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

  /external/zlib/src/contrib/minizip/
crypt.h 35 static int decrypt_byte(unsigned long* pkeys, const z_crc_t* pcrc_32_tab)
41 temp = ((unsigned)(*(pkeys+2)) & 0xffff) | 2;
48 static int update_keys(unsigned long* pkeys,const z_crc_t* pcrc_32_tab,int c)
50 (*(pkeys+0)) = CRC32((*(pkeys+0)), c);
51 (*(pkeys+1)) += (*(pkeys+0)) & 0xff;
52 (*(pkeys+1)) = (*(pkeys+1)) * 134775813L + 1;
54 register int keyshift = (int)((*(pkeys+1)) >> 24)
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
crypt.h 35 static int decrypt_byte(unsigned long* pkeys, const z_crc_t* pcrc_32_tab)
41 temp = ((unsigned)(*(pkeys+2)) & 0xffff) | 2;
48 static int update_keys(unsigned long* pkeys,const z_crc_t* pcrc_32_tab,int c)
50 (*(pkeys+0)) = CRC32((*(pkeys+0)), c);
51 (*(pkeys+1)) += (*(pkeys+0)) & 0xff;
52 (*(pkeys+1)) = (*(pkeys+1)) * 134775813L + 1;
54 register int keyshift = (int)((*(pkeys+1)) >> 24)
    [all...]
  /external/strace/tests/
pkey_mprotect.c 80 static const kernel_ulong_t pkeys[] = { local
96 for (l = 0; l < ARRAY_SIZE(pkeys); l++) {
99 prots[k].val, pkeys[l]);
104 prots[k].str, (int) pkeys[l],
  /external/strace/tests-m32/
pkey_mprotect.c 80 static const kernel_ulong_t pkeys[] = { local
96 for (l = 0; l < ARRAY_SIZE(pkeys); l++) {
99 prots[k].val, pkeys[l]);
104 prots[k].str, (int) pkeys[l],
  /external/strace/tests-mx32/
pkey_mprotect.c 80 static const kernel_ulong_t pkeys[] = { local
96 for (l = 0; l < ARRAY_SIZE(pkeys); l++) {
99 prots[k].val, pkeys[l]);
104 prots[k].str, (int) pkeys[l],
  /art/tools/dmtracedump/
tracedump.cc 512 void freeDataKeys(DataKeys* pKeys) {
513 if (pKeys == nullptr) return;
515 delete[] pKeys->fileData;
516 delete[] pKeys->threads;
517 delete[] pKeys->methods;
518 delete pKeys;
590 int64_t parseVersion(DataKeys* pKeys, int64_t offset, int32_t verbose) {
593 char* data = pKeys->fileData + offset;
594 char* dataEnd = pKeys->fileData + pKeys->fileLen
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sensorsapi.h 503 IPortableDeviceKeyCollection *pKeys,
582 IPortableDeviceKeyCollection *pKeys,
644 #define ISensor_GetProperties(This,pKeys,ppProperties) (This)->lpVtbl->GetProperties(This,pKeys,ppProperties)
681 static FORCEINLINE HRESULT ISensor_GetProperties(ISensor* This,IPortableDeviceKeyCollection *pKeys,IPortableDeviceValues **ppProperties) {
682 return This->lpVtbl->GetProperties(This,pKeys,ppProperties);
759 IPortableDeviceKeyCollection *pKeys,
865 IPortableDeviceKeyCollection *pKeys,
900 IPortableDeviceKeyCollection *pKeys,
918 #define ISensorDataReport_GetSensorValues(This,pKeys,ppValues) (This)->lpVtbl->GetSensorValues(This,pKeys,ppValues
    [all...]
  /external/selinux/python/semanage/
semanage.8 59 as network ports, interfaces, infiniband pkeys and endports, and nodes (hosts)
semanage-ibpkey.8 52 Subnet prefix for the specified pkey or range of pkeys.
seobject.py     [all...]
  /external/strace/
Android.bp 129 "pkeys.c",
Makefile.am 226 pkeys.c \
Makefile.in 333 perf_event_struct.h personality.c pkeys.c poll.c prctl.c \
418 strace-personality.$(OBJEXT) strace-pkeys.$(OBJEXT) \
    [all...]
  /external/linux-kselftest/tools/testing/selftests/x86/
protection_keys.c 16 * OOMs can destroy mm->mmap (see exit_mmap()), so make sure it is immune to pkeys
1114 /* Assumes that all pkeys other than 'pkey' are unallocated */
1137 /* Assumes that all pkeys other than 'pkey' are unallocated */
1148 /* Assumes that all pkeys other than 'pkey' are unallocated */
1182 * There are 16 pkeys supported in hardware. One is taken
    [all...]
  /external/selinux/libsemanage/utils/
semanage_migrate_store 257 "pkeys.local",
  /external/selinux/libsemanage/src/
semanage_store.c 102 "/pkeys.local",
    [all...]
  /external/selinux/checkpolicy/
policy_define.c     [all...]
  /external/syslinux/gpxe/src/drivers/infiniband/
MT25218_PRM.h     [all...]
MT25408_PRM.h     [all...]

Completed in 1156 milliseconds