• Home
  • Raw
  • Download

Lines Matching full:uint32_t

25 static constexpr uint32_t BITS_EIGHT = 8;
26 static constexpr uint32_t BITS_TWENTY_FOUR = 24;
27 static constexpr uint32_t BITS_FORTY = 40;
28 static constexpr uint32_t BITS_FIFTY_SIX = 56;
29 static constexpr uint32_t BITS_THIRTY_ONE = 31;
32 uint32_t uValue;
58 …static JSTaggedValue GetValueFromBuffer(JSThread *thread, JSTaggedValue arrBuf, uint32_t byteIndex,
61 … static JSTaggedValue SetValueInBuffer(JSThread *thread, JSTaggedValue arrBuf, uint32_t byteIndex,
65uint32_t srcByteOffset, JSHandle<JSTaggedValue> constructor);
74 …static JSTaggedValue FastSetValueInBuffer(JSTaggedValue arrBuf, uint32_t byteIndex, DataViewType t…
76 …static JSTaggedValue SetValueInBuffer(uint32_t byteIndex, uint8_t *block, DataViewType type, doubl…
78 static JSTaggedValue GetValueFromBuffer(JSThread *thread, uint32_t byteIndex, uint8_t *block,
80 static void *GetDataPointFromBuffer(JSTaggedValue arrBuf, uint32_t byteOffset = 0);
88 static void SetTypeData(uint8_t *block, T value, uint32_t index);
91 …static JSTaggedValue GetValueFromBufferForInteger(uint8_t *block, uint32_t byteIndex, bool littleE…
94 …static JSTaggedValue GetValueFromBufferForFloat(uint8_t *block, uint32_t byteIndex, bool littleEnd…
97 uint32_t byteIndex, bool littleEndian);
100 static void SetValueInBufferForByte(double val, uint8_t *block, uint32_t byteIndex);
102 static void SetValueInBufferForUint8Clamped(double val, uint8_t *block, uint32_t byteIndex);
105 …static void SetValueInBufferForInteger(double val, uint8_t *block, uint32_t byteIndex, bool little…
108 …static void SetValueInBufferForFloat(double val, uint8_t *block, uint32_t byteIndex, bool littleEn…
112 … JSHandle<JSTaggedValue> &arrBuf, uint32_t byteIndex, bool littleEndian);