Searched refs:byteorder (Results 1 – 25 of 26) sorted by relevance
12
/external/libexif/m4m/ |
D | Makefile.am | 1 EXTRA_DIST = gp-byteorder.m4 gp-check-library.m4 gp-check-popt.m4 gp-check-shell-environment.m4 gp-…
|
D | Makefile.in | 210 EXTRA_DIST = gp-byteorder.m4 gp-check-library.m4 gp-check-popt.m4 gp-check-shell-environment.m4 gp-…
|
/external/kernel-headers/original/linux/ |
D | aio_abi.h | 59 #error edit for your odd byteorder.
|
/external/libmtp/src/ |
D | ptp-pack.c | 13 return ((params->byteorder==PTP_DL_LE)?htole16(var):htobe16(var)); in htod16p() 19 return ((params->byteorder==PTP_DL_LE)?htole32(var):htobe32(var)); in htod32p() 25 if (params->byteorder==PTP_DL_LE) in htod16ap() 34 if (params->byteorder==PTP_DL_LE) in htod32ap() 43 if (params->byteorder==PTP_DL_LE) in htod64ap() 52 return ((params->byteorder==PTP_DL_LE)?le16toh(var):be16toh(var)); in dtoh16p() 58 return ((params->byteorder==PTP_DL_LE)?le32toh(var):be32toh(var)); in dtoh32p() 64 return ((params->byteorder==PTP_DL_LE)?le64toh(var):be64toh(var)); in dtoh64p() 70 return ((params->byteorder==PTP_DL_LE)?le16atoh(a):be16atoh(a)); in dtoh16ap() 76 return ((params->byteorder==PTP_DL_LE)?le32atoh(a):be32atoh(a)); in dtoh32ap() [all …]
|
D | Makefile.in | 43 am__aclocal_m4_deps = $(top_srcdir)/m4/byteorder.m4 \
|
D | libusb-glue.c | 1594 params->byteorder = PTP_DL_LE; in init_ptp_usb()
|
D | ptp.h | 1907 uint8_t byteorder; member
|
/external/chromium_org/third_party/simplejson/ |
D | decoder.py | 24 if sys.byteorder != 'big':
|
/external/libmtp/doc/ |
D | Makefile.in | 40 am__aclocal_m4_deps = $(top_srcdir)/m4/byteorder.m4 \
|
/external/linux-tools-perf/ |
D | android.patch | 849 …eng/local/kernels/crespo-ics/tools/perf/util/include/asm/byteorder.h ./util/include/asm/byteorder.h 850 --- /home/bccheng/local/kernels/crespo-ics/tools/perf/util/include/asm/byteorder.h 2011-12-09 13:14… 851 +++ ./util/include/asm/byteorder.h 2012-03-22 17:08:10.000000000 -0700
|
D | Makefile | 240 LIB_H += util/include/asm/byteorder.h
|
/external/chromium_org/third_party/re2/benchlog/ |
D | benchlog.mini | 2 hw.byteorder: 1234 40 hw.byteorder = 1234
|
D | benchlog.wreck | 4 hw.byteorder = 1234 23 hw.byteorder: 1234
|
/external/regex-re2/benchlog/ |
D | benchlog.mini | 2 hw.byteorder: 1234 40 hw.byteorder = 1234
|
D | benchlog.wreck | 4 hw.byteorder = 1234 23 hw.byteorder: 1234
|
/external/chromium/third_party/libjingle/ |
D | libjingle.gyp | 174 'source/talk/base/byteorder.h',
|
/external/libmtp/ |
D | Makefile.in | 45 am__aclocal_m4_deps = $(top_srcdir)/m4/byteorder.m4 \
|
D | ChangeLog | 381 * m4/byteorder.m4: update to newer macro from libgphoto2. 1285 * m4/byteorder.m4: byteorder fixes.
|
D | aclocal.m4 | 2152 m4_include([m4/byteorder.m4])
|
/external/libmtp/examples/ |
D | Makefile.in | 46 am__aclocal_m4_deps = $(top_srcdir)/m4/byteorder.m4 \
|
/external/valgrind/main/include/vki/ |
D | vki-linux.h | 1406 #error edit for your odd byteorder.
|
/external/chromium_org/third_party/libjingle/ |
D | libjingle.gyp | 272 '<(libjingle_source)/talk/base/byteorder.h',
|
/external/chromium_org/third_party/libjingle/source/talk/ |
D | libjingle.gyp | 281 'base/byteorder.h',
|
/external/iputils/ |
D | RELNOTES | 285 ping6: ping6_niquery.h needs asm/byteorder.h.
|
/external/grub/ |
D | ChangeLog | 4685 byteorder.h, if.h, netboot_config.h and netdevice.h, and added 4794 * netboot/byteorder.h: Removed. 7156 (libdrivers_a_SOURCES): Added byteorder.h, config.h, if.h, io.h, 7219 * netboot/byteorder.h: Likewise.
|
12