Lines Matching refs:uint8_t
51 enum NumberSize : uint8_t {
97 static void FastSetValueInBufferForByte(uint8_t *byteBeginOffset, uint8_t *byteEndOffset,
99 static void FastSetValueInBufferForUint8Clamped(uint8_t *byteBeginOffset, uint8_t *byteEndOffset,
102 static void FastSetValueInBufferForInteger(uint8_t *byteBeginOffset, uint8_t *byteEndOffset,
105 static void FastSetValueInBufferForFloat(uint8_t *byteBeginOffset, uint8_t *byteEndOffset,
108 static void FastSetValueInBufferForBigInt(JSThread *thread, uint8_t *byteBeginOffset, uint8_t *byteEndOffset,
110 static JSTaggedValue SetValueInBuffer(JSThread *thread, uint32_t byteIndex, uint8_t *block,
112 static JSTaggedValue GetValueFromBuffer(JSThread *thread, uint32_t byteIndex, uint8_t *block,
133 static void SetTypeData(uint8_t *block, T value, uint32_t index);
136 static void FastSetTypeData(uint8_t *byteBeginOffset, uint8_t *byteEndOffset, T value);
139 static JSTaggedValue GetValueFromBufferForInteger(uint8_t *block, uint32_t byteIndex, bool littleEndian);
142 static JSTaggedValue GetValueFromBufferForFloat(uint8_t *block, uint32_t byteIndex, bool littleEndian);
146 static JSTaggedValue GetValueFromBufferForBigInt(JSThread *thread, uint8_t *block,
150 static void SetValueInBufferForByte(double val, uint8_t *block, uint32_t byteIndex);
152 static void SetValueInBufferForUint8Clamped(double val, uint8_t *block, uint32_t byteIndex);
155 static void SetValueInBufferForInteger(double val, uint8_t *block, uint32_t byteIndex, bool littleEndian);
158 static void SetValueInBufferForFloat(double val, uint8_t *block, uint32_t byteIndex, bool littleEndian);
166 uint8_t *block, uint32_t byteIndex, bool littleEndian);