Searched refs:TRIPLE_BLOB_SIZE (Results 1 – 4 of 4) sorted by relevance
27 const int TRIPLE_BLOB_SIZE = 30; variable32 if (data == nullptr || size <= (TRIPLE_BLOB_SIZE + sizeof(struct HksParamSet))) { in DoSomethingInterestingWithMyAPI()47 … struct HksParamSet *paramSet = reinterpret_cast<struct HksParamSet *>(myData + TRIPLE_BLOB_SIZE); in DoSomethingInterestingWithMyAPI()48 paramSet->paramSetSize = size - TRIPLE_BLOB_SIZE; in DoSomethingInterestingWithMyAPI()
27 const int TRIPLE_BLOB_SIZE = 30; variable32 if (data == nullptr || size <= (sizeof(struct HksParamSet) + TRIPLE_BLOB_SIZE)) { in DoSomethingInterestingWithMyAPI()47 … struct HksParamSet *paramSet = reinterpret_cast<struct HksParamSet *>(myData + TRIPLE_BLOB_SIZE); in DoSomethingInterestingWithMyAPI()48 paramSet->paramSetSize = size - TRIPLE_BLOB_SIZE; in DoSomethingInterestingWithMyAPI()
26 const int TRIPLE_BLOB_SIZE = 30; variable31 if (data == nullptr || size <= (sizeof(struct HksParamSet) + TRIPLE_BLOB_SIZE)) { in DoSomethingInterestingWithMyAPI()46 … struct HksParamSet *paramSet = reinterpret_cast<struct HksParamSet *>(myData + TRIPLE_BLOB_SIZE); in DoSomethingInterestingWithMyAPI()47 paramSet->paramSetSize = size - TRIPLE_BLOB_SIZE; in DoSomethingInterestingWithMyAPI()
26 const int TRIPLE_BLOB_SIZE = 30; variable46 struct HksBlob n = { BLOB_SIZE, static_cast<uint8_t *>(myData + TRIPLE_BLOB_SIZE) }; in DoSomethingInterestingWithMyAPI()