Home
last modified time | relevance | path

Searched refs:byte_order (Results 1 – 25 of 41) sorted by relevance

12

/external/libunwind/src/sh/
DGcreate_addr_space.c31 unw_create_addr_space (unw_accessors_t *a, int byte_order) in unw_create_addr_space() argument
39 if (byte_order != 0 && byte_order != __LITTLE_ENDIAN in unw_create_addr_space()
40 && byte_order != __BIG_ENDIAN) in unw_create_addr_space()
52 if (byte_order == 0 || byte_order == __LITTLE_ENDIAN) in unw_create_addr_space()
/external/libunwind/src/aarch64/
DGcreate_addr_space.c32 unw_create_addr_space (unw_accessors_t *a, int byte_order) in unw_create_addr_space() argument
40 if (byte_order != 0 && byte_order != __LITTLE_ENDIAN in unw_create_addr_space()
41 && byte_order != __BIG_ENDIAN) in unw_create_addr_space()
53 if (byte_order == 0 || byte_order == __LITTLE_ENDIAN) in unw_create_addr_space()
/external/libunwind/src/arm/
DGcreate_addr_space.c30 unw_create_addr_space (unw_accessors_t *a, int byte_order) in unw_create_addr_space() argument
40 if (byte_order != 0 && byte_order != __LITTLE_ENDIAN in unw_create_addr_space()
41 && byte_order != __BIG_ENDIAN) in unw_create_addr_space()
53 if (byte_order == 0 || byte_order == __LITTLE_ENDIAN) in unw_create_addr_space()
/external/libunwind/src/ia64/
DGcreate_addr_space.c31 unw_create_addr_space (unw_accessors_t *a, int byte_order) in unw_create_addr_space() argument
42 if (byte_order != 0 in unw_create_addr_space()
43 && byte_order != __LITTLE_ENDIAN in unw_create_addr_space()
44 && byte_order != __BIG_ENDIAN) in unw_create_addr_space()
56 if (byte_order == 0) in unw_create_addr_space()
60 as->big_endian = (byte_order == __BIG_ENDIAN); in unw_create_addr_space()
/external/libunwind/src/mips/
DGcreate_addr_space.c30 unw_create_addr_space (unw_accessors_t *a, int byte_order) in unw_create_addr_space() argument
41 if (byte_order != 0 in unw_create_addr_space()
42 && byte_order != __LITTLE_ENDIAN in unw_create_addr_space()
43 && byte_order != __BIG_ENDIAN) in unw_create_addr_space()
54 if (byte_order == 0) in unw_create_addr_space()
58 as->big_endian = (byte_order == __BIG_ENDIAN); in unw_create_addr_space()
/external/libunwind/src/ppc/
DGcreate_addr_space.c33 unw_create_addr_space (unw_accessors_t *a, int byte_order) in unw_create_addr_space() argument
43 if (byte_order != 0 && byte_order != __BIG_ENDIAN) in unw_create_addr_space()
/external/libunwind/src/hppa/
DGcreate_addr_space.c31 unw_create_addr_space (unw_accessors_t *a, int byte_order) in unw_create_addr_space() argument
41 if (byte_order != 0 && byte_order != __BIG_ENDIAN) in unw_create_addr_space()
/external/libunwind/src/x86_64/
DGcreate_addr_space.c38 unw_create_addr_space (unw_accessors_t *a, int byte_order) in unw_create_addr_space() argument
48 if (byte_order != 0 && byte_order != __LITTLE_ENDIAN) in unw_create_addr_space()
/external/libunwind/src/x86/
DGcreate_addr_space.c35 unw_create_addr_space (unw_accessors_t *a, int byte_order) in unw_create_addr_space() argument
45 if (byte_order != 0 && byte_order != __LITTLE_ENDIAN) in unw_create_addr_space()
/external/webrtc/webrtc/base/
Dbytebuffer.cc29 ByteBuffer::ByteBuffer(ByteOrder byte_order) { in ByteBuffer() argument
30 Construct(NULL, DEFAULT_SIZE, byte_order); in ByteBuffer()
37 ByteBuffer::ByteBuffer(const char* bytes, size_t len, ByteOrder byte_order) { in ByteBuffer() argument
38 Construct(bytes, len, byte_order); in ByteBuffer()
50 ByteOrder byte_order) { in Construct() argument
54 byte_order_ = byte_order; in Construct()
Dbytebuffer.h32 explicit ByteBuffer(ByteOrder byte_order);
34 ByteBuffer(const char* bytes, size_t len, ByteOrder byte_order);
106 void Construct(const char* bytes, size_t size, ByteOrder byte_order);
/external/v8/src/utils/
Dostreams.h144 ByteOrder byte_order = kLittleEndian)
145 : value(v), min_bytes(min_bytes), byte_order(byte_order) {} in value()
148 ByteOrder byte_order; member
Dostreams.cc192 hex.byte_order == AsHexBytes::kLittleEndian ? b : bytes - b - 1; in operator <<()
/external/libsrtp2/crypto/test/
Ddatatypes_driver.c55 void byte_order(void);
84 byte_order(); in main()
147 void byte_order(void) in byte_order() function
/external/tensorflow/tensorflow/core/platform/
DBUILD130 name = "byte_order",
131 hdrs = ["byte_order.h"],
139 ":byte_order",
165 ":byte_order",
200 ":byte_order",
493 ":byte_order",
767 ":byte_order",
1135 "byte_order.h",
1236 "byte_order.h",
1353 "byte_order.h",
/external/mesa3d/src/gallium/frontends/xvmc/tests/
Dtest_subpicture.c111 …printf("\tbyte_order: %s\n", subpics[i].byte_order == LSBFirst ? "LSB First" : (subpics[i].byte_or… in main()
/external/tensorflow/tensorflow/core/lib/bfloat16/
DBUILD18 "//tensorflow/core/platform:byte_order",
/external/tensorflow/tensorflow/core/lib/png/
DBUILD19 "//tensorflow/core/platform:byte_order",
/external/ImageMagick/coders/
Dxwd.c307 switch (header.byte_order) in ReadXWDImage()
349 ximage->byte_order=(int) header.byte_order; in ReadXWDImage()
358 (ximage->bytes_per_line < 0) || (ximage->byte_order < 0) || in ReadXWDImage()
825 xwd_info.byte_order=(CARD32) MSBFirst; in WriteXWDImage()
/external/mesa3d/src/gallium/frontends/va/
Dimage.c52 {.fourcc = VA_FOURCC('B','G','R','A'), .byte_order = VA_LSB_FIRST, 32, 32,
54 {.fourcc = VA_FOURCC('R','G','B','A'), .byte_order = VA_LSB_FIRST, 32, 32,
56 {.fourcc = VA_FOURCC('B','G','R','X'), .byte_order = VA_LSB_FIRST, 32, 24,
58 {.fourcc = VA_FOURCC('R','G','B','X'), .byte_order = VA_LSB_FIRST, 32, 24,
/external/libpng/contrib/gregbook/
Drpng-x.c683 ximage->byte_order = MSBFirst; in rpng_x_create_window()
709 Trace((stderr, " (byte_order = %s)\n", ximage->byte_order == MSBFirst? in rpng_x_display_image()
710 "MSBFirst" : (ximage->byte_order == LSBFirst? "LSBFirst" : "unknown"))) in rpng_x_display_image()
/external/skqp/tools/sk_app/unix/
DRasterWindowContext_unix.cpp75 image.byte_order = LSBFirst; in swapBuffers()
/external/skia/tools/sk_app/unix/
DRasterWindowContext_unix.cpp75 image.byte_order = LSBFirst; in swapBuffers()
/external/llvm/test/Bindings/OCaml/
Dtarget.ml49 assert_equal (DL.byte_order dl) Endian.Little;
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/target/
Dllvm_target.ml57 external byte_order : t -> Endian.t = "llvm_datalayout_byte_order"

12