Searched refs:arrZero (Results 1 – 2 of 2) sorted by relevance
319 int8_t arrZero = 0; in U32ToU8() local326 ptr[arrZero] = (uint8_t)((value) & 0xff); in U32ToU8()334 int8_t arrZero = 0; in U64ToU8() local349 ptr[arrZero] = (uint8_t)((value) & 0xff); in U64ToU8()361 int8_t arrZero = 0; in U8ToU32() local368 return (((uint32_t)(ptr[arrZero] & 0xff)) | in U8ToU32()376 int8_t arrZero = 0; in U8ToU64() local391 return (((uint64_t)(ptr[arrZero] & 0xff)) | in U8ToU64()
302 int8_t arrZero = 0; in GenerateAdtsHeader() local315 adtsHeader[arrZero] = (unsigned char) 0xFF; in GenerateAdtsHeader()