HomeSort by relevance Sort by last modified time
    Searched refs:byte_order (Results 1 - 25 of 43) sorted by null

1 2

  /external/libunwind/src/aarch64/
Gcreate_addr_space.c 32 unw_create_addr_space (unw_accessors_t *a, int byte_order)
40 if (byte_order != 0 && byte_order != __LITTLE_ENDIAN
41 && byte_order != __BIG_ENDIAN)
53 if (byte_order == 0 || byte_order == __LITTLE_ENDIAN)
  /external/libunwind/src/arm/
Gcreate_addr_space.c 30 unw_create_addr_space (unw_accessors_t *a, int byte_order)
40 if (byte_order != 0 && byte_order != __LITTLE_ENDIAN
41 && byte_order != __BIG_ENDIAN)
53 if (byte_order == 0 || byte_order == __LITTLE_ENDIAN)
  /external/libunwind/src/ia64/
Gcreate_addr_space.c 31 unw_create_addr_space (unw_accessors_t *a, int byte_order)
42 if (byte_order != 0
43 && byte_order != __LITTLE_ENDIAN
44 && byte_order != __BIG_ENDIAN)
56 if (byte_order == 0)
60 as->big_endian = (byte_order == __BIG_ENDIAN);
  /external/libunwind/src/sh/
Gcreate_addr_space.c 31 unw_create_addr_space (unw_accessors_t *a, int byte_order)
39 if (byte_order != 0 && byte_order != __LITTLE_ENDIAN
40 && byte_order != __BIG_ENDIAN)
52 if (byte_order == 0 || byte_order == __LITTLE_ENDIAN)
  /external/libunwind/src/mips/
Gcreate_addr_space.c 30 unw_create_addr_space (unw_accessors_t *a, int byte_order)
41 if (byte_order != 0
42 && byte_order != __LITTLE_ENDIAN
43 && byte_order != __BIG_ENDIAN)
54 if (byte_order == 0)
58 as->big_endian = (byte_order == __BIG_ENDIAN);
  /external/libunwind/src/hppa/
Gcreate_addr_space.c 31 unw_create_addr_space (unw_accessors_t *a, int byte_order)
41 if (byte_order != 0 && byte_order != __BIG_ENDIAN)
  /external/libunwind/src/ppc/
Gcreate_addr_space.c 33 unw_create_addr_space (unw_accessors_t *a, int byte_order)
43 if (byte_order != 0 && byte_order != __BIG_ENDIAN)
  /external/libunwind/src/x86/
Gcreate_addr_space.c 35 unw_create_addr_space (unw_accessors_t *a, int byte_order)
45 if (byte_order != 0 && byte_order != __LITTLE_ENDIAN)
  /external/libunwind/src/x86_64/
Gcreate_addr_space.c 38 unw_create_addr_space (unw_accessors_t *a, int byte_order)
48 if (byte_order != 0 && byte_order != __LITTLE_ENDIAN)
  /external/webrtc/webrtc/base/
bytebuffer.h 30 // |byte_order| defines order of bytes in the buffer.
32 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);
bytebuffer.cc 29 ByteBuffer::ByteBuffer(ByteOrder byte_order) {
30 Construct(NULL, DEFAULT_SIZE, byte_order);
37 ByteBuffer::ByteBuffer(const char* bytes, size_t len, ByteOrder byte_order) {
38 Construct(bytes, len, byte_order);
50 ByteOrder byte_order) {
54 byte_order_ = byte_order;
  /external/ImageMagick/MagickCore/
xwdfile.h_vms 61 CARD32 byte_order B32; /* of image data: MSBFirst, LSBFirst */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
XWDFile.h 62 CARD32 byte_order B32; /* of image data: MSBFirst, LSBFirst */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
XWDFile.h 62 CARD32 byte_order B32; /* of image data: MSBFirst, LSBFirst */
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
target.ml 40 ignore (byte_order td);
  /external/skia/tools/viewer/sk_app/unix/
RasterWindowContext_unix.cpp 75 image.byte_order = LSBFirst;
  /toolchain/binutils/binutils-2.25/include/
ieee.h 38 unsigned char byte_order; member in struct:ieee_address
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_subpicture.c 111 printf("\tbyte_order: %s\n", subpics[i].byte_order == LSBFirst ? "LSB First" : (subpics[i].byte_order == MSBFirst ? "MSB First" : "Unknown"));
  /external/mesa3d/src/gallium/state_trackers/va/
image.c 48 {.fourcc = VA_FOURCC('B','G','R','A'), .byte_order = VA_LSB_FIRST, 32, 32,
50 {.fourcc = VA_FOURCC('R','G','B','A'), .byte_order = VA_LSB_FIRST, 32, 32,
52 {.fourcc = VA_FOURCC('B','G','R','X'), .byte_order = VA_LSB_FIRST, 32, 24,
54 {.fourcc = VA_FOURCC('R','G','B','X'), .byte_order = VA_LSB_FIRST, 32, 24,
subpicture.c 38 .byte_order = VA_LSB_FIRST,
  /external/llvm/bindings/ocaml/target/
llvm_target.ml 57 external byte_order : t -> Endian.t = "llvm_datalayout_byte_order"
  /external/libpng/contrib/gregbook/
rpng-x.c 682 ximage->byte_order = MSBFirst;
708 Trace((stderr, " (byte_order = %s)\n", ximage->byte_order == MSBFirst?
709 "MSBFirst" : (ximage->byte_order == LSBFirst? "LSBFirst" : "unknown")))
726 /* recall that we set ximage->byte_order = MSBFirst above */
737 /* recall that we set ximage->byte_order = MSBFirst above */
769 /* recall that we set ximage->byte_order = MSBFirst above */
802 /* recall that we set ximage->byte_order = MSBFirst above */
834 /* recall that we set ximage->byte_order = MSBFirst above */
  /external/llvm/test/Bindings/OCaml/
target.ml 49 assert_equal (DL.byte_order dl) Endian.Little;
  /external/ImageMagick/coders/
xwd.c 287 ximage->byte_order=(int) header.byte_order;
295 (ximage->format < 0) || (ximage->byte_order < 0) ||
740 xwd_info.byte_order=(CARD32) MSBFirst;
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arc.c 88 static int byte_order = DEFAULT_BYTE_ORDER; variable
159 byte_order = BIG_ENDIAN;
163 byte_order = LITTLE_ENDIAN;
191 target_big_endian = byte_order == BIG_ENDIAN;
    [all...]

Completed in 1473 milliseconds

1 2