Searched refs:bigendian (Results 1 – 15 of 15) sorted by relevance
/external/expat/conftools/ |
D | ac_c_bigendian_cross.m4 | 14 [AC_CACHE_CHECK(whether byte ordering is bigendian, ac_cv_c_bigendian, 66 echo $ac_n 'guessing bigendian ... ' >&AC_FD_MSG 72 AC_DEFINE(WORDS_BIGENDIAN, 1, [whether byteorder is bigendian])
|
/external/linux-tools-perf/util/ |
D | trace-event-info.c | 188 int bigendian(void) in bigendian() function 538 if (bigendian()) in read_tracing_data()
|
D | trace-event.h | 189 int bigendian(void);
|
D | trace-event-read.c | 511 host_bigendian = bigendian(); in trace_report()
|
/external/expat/ |
D | expat_config.h.in | 69 /* whether byteorder is bigendian */
|
/external/genext2fs/ |
D | genext2fs.c | 2535 int bigendian = !*(char*)&endian; local 2653 fs = load_fs(fh, bigendian); 2657 fs = load_fs(stdin, bigendian); 2719 dump_fs(fs, fh, bigendian); 2723 dump_fs(fs, stdout, bigendian);
|
/external/valgrind/main/memcheck/ |
D | mc_main.c | 1030 static INLINE UWord byte_offset_w ( UWord wordszB, Bool bigendian, in byte_offset_w() argument 1032 return bigendian ? (wordszB-1-byteno) : byteno; in byte_offset_w() 1112 ULong mc_LOADVn_slow ( Addr a, SizeT nBits, Bool bigendian ) in mc_LOADVn_slow() argument 1165 ai = a + byte_offset_w(szB, bigendian, i); in mc_LOADVn_slow() 1199 void mc_STOREVn_slow ( Addr a, SizeT nBits, ULong vbytes, Bool bigendian ) in mc_STOREVn_slow() argument 1269 ai = a + byte_offset_w(szB, bigendian, i); in mc_STOREVn_slow()
|
/external/icu4c/ |
D | config.log | 434 configure:5383: checking whether byte ordering is bigendian
|
/external/srtp/ |
D | config.log | 838 configure:6729: checking whether byte ordering is bigendian
|
/external/qemu/ |
D | ppc-dis.c | 5244 int bigendian, in print_insn_powerpc() argument 5264 if (bigendian) in print_insn_powerpc()
|
/external/openssh/ |
D | configure | 3867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 3868 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
|
/external/libmtp/ |
D | configure | 15050 { $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 15051 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
|
D | ChangeLog | 2446 * src/unicode.c: remove bigendian weirdness and switch
|
/external/bluetooth/glib/ |
D | NEWS | 2060 v_long, not v_int, in order to work on bigendian
|
/external/bluetooth/glib/gobject/ |
D | ChangeLog | 1073 work on bigendian 64bit machines. (#312485,
|