Home
last modified time | relevance | path

Searched defs:byte_width (Results 1 – 8 of 8) sorted by relevance

/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h134 R ReadSizedScalar(const uint8_t *data, uint8_t byte_width) { in ReadSizedScalar()
144 inline int64_t ReadInt64(const uint8_t *data, uint8_t byte_width) { in ReadInt64()
149 inline uint64_t ReadUInt64(const uint8_t *data, uint8_t byte_width) { in ReadUInt64()
168 inline double ReadDouble(const uint8_t *data, uint8_t byte_width) { in ReadDouble()
173 inline const uint8_t *Indirect(const uint8_t *offset, uint8_t byte_width) { in Indirect()
207 Object(const uint8_t *data, uint8_t byte_width) in Object()
218 Sized(const uint8_t *data, uint8_t byte_width) : Object(data, byte_width) {} in Sized()
226 String(const uint8_t *data, uint8_t byte_width) : Sized(data, byte_width) {} in String()
241 Blob(const uint8_t *data_buf, uint8_t byte_width) in Blob()
254 Vector(const uint8_t *data, uint8_t byte_width) : Sized(data, byte_width) {} in Vector()
[all …]
/external/u-boot/drivers/video/
Dvideo_bmp.c198 unsigned long width, height, byte_width; in video_bmp_display() local
/external/u-boot/common/
Dlcd.c563 unsigned long width, height, byte_width; in lcd_display_bitmap() local
/external/v8/src/compiler/backend/
Dmid-tier-register-allocator.cc3018 SpillSlot(int stack_slot, int byte_width) in SpillSlot()
3029 int byte_width() const { return byte_width_; } in byte_width() function in v8::internal::compiler::MidTierSpillSlotAllocator::SpillSlot
3062 MidTierSpillSlotAllocator::GetFreeSpillSlot(int byte_width) { in GetFreeSpillSlot()
3080 int byte_width = ByteWidthForStackSlot(rep); in Allocate() local
Dregister-allocator.h1091 int byte_width() const { return byte_width_; } in byte_width() function
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.c1502 int line, byte_width; in XMesaBindTexImage() local
/external/skqp/third_party/skcms/
Dskcms.cc457 static bool init_a2b_tables(const uint8_t* table_base, uint64_t max_tables_len, uint32_t byte_width, in init_a2b_tables()
/external/skia/third_party/skcms/
Dskcms.cc606 static bool init_a2b_tables(const uint8_t* table_base, uint64_t max_tables_len, uint32_t byte_width, in init_a2b_tables()