Home
last modified time | relevance | path

Searched defs:byte_width (Results 1 – 7 of 7) 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.c201 unsigned long width, height, byte_width; in video_bmp_display() local
/external/u-boot/common/
Dlcd.c576 unsigned long width, height, byte_width; in lcd_display_bitmap() local
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.c1505 int line, byte_width; in XMesaBindTexImage() local
/external/v8/src/compiler/
Dregister-allocator.h699 int byte_width() const { return byte_width_; } in byte_width() function
/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.cc457 static bool init_a2b_tables(const uint8_t* table_base, uint64_t max_tables_len, uint32_t byte_width, in init_a2b_tables()