HomeSort by relevance Sort by last modified time
    Searched full:pkeys (Results 1 - 3 of 3) 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...]
  /art/tools/dmtracedump/
tracedump.cc 512 void freeDataKeys(DataKeys* pKeys) {
513 if (pKeys == nullptr) return;
515 free(pKeys->fileData);
516 free(pKeys->threads);
517 free(pKeys->methods);
518 free(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...]

Completed in 57 milliseconds