Searched refs:byteorder (Results 1 – 25 of 38) sorted by relevance
12
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _h_m_t_x.py | 24 if sys.byteorder != "big": 31 if sys.byteorder != "big": 66 if sys.byteorder != "big": 71 if sys.byteorder != "big":
|
D | G_P_K_G_.py | 28 if sys.byteorder != "big": 39 if sys.byteorder != "big": 62 if sys.byteorder != "big": 71 if sys.byteorder != "big":
|
D | T_S_I__5.py | 16 if sys.byteorder != "big": 27 if sys.byteorder != "big":
|
D | _c_v_t.py | 13 if sys.byteorder != "big": 19 if sys.byteorder != "big":
|
D | _l_o_c_a.py | 20 if sys.byteorder != "big": 45 if sys.byteorder != "big":
|
D | _p_o_s_t.py | 87 if sys.byteorder != "big": 134 if sys.byteorder != "big": 172 if sys.byteorder != "big": 190 if sys.byteorder != "big":
|
D | _c_m_a_p.py | 279 if sys.byteorder != "big": 295 if sys.byteorder != "big": 651 if sys.byteorder != "big": 785 if sys.byteorder != "big": 828 if sys.byteorder != "big": 855 if sys.byteorder != "big":
|
D | _g_l_y_f.py | 369 if sys.byteorder != "big": 482 if sys.byteorder != "big":
|
/external/v8/test/unittests/ |
D | unittests.status | 6 ['byteorder == big', { 12 }], # 'byteorder == big'
|
/external/fonttools/Lib/fontTools/misc/ |
D | macCreatorType.py | 19 if sys.byteorder == "little": 31 if sys.byteorder == "little":
|
D | xmlWriter.py | 165 if sys.byteorder != "big":
|
/external/v8/test/simdjs/ |
D | simdjs.status | 29 ['byteorder == big', { 32 }], # 'byteorder == big'
|
/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/uapi/linux/ |
D | aio_abi.h | 70 #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 …]
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | sancov.py | 39 if sys.byteorder == 'little': 48 idx = 1 if sys.byteorder == 'little' else 0
|
/external/libunwind/doc/ |
D | unw_create_addr_space.tex | 15 … \Func{unw\_create\_addr\_space}(\Type{unw\_accessors\_t~*}\Var{ap}, \Type{int} \Var{byteorder});\\ 21 passed via the \Var{ap} pointer and the specified \Var{byteorder}. 23 \Var{byteorder} can be set to 0 to request the default byte-order of 25 \Var{byteorder} can be set to any constant defined by
|
/external/v8/test/cctest/ |
D | cctest.status | 257 ['byteorder == big', { 274 }], # 'byteorder == big' 479 ['system == aix or (arch == ppc64 and byteorder == big)', { 487 }], # 'system == aix or (arch == ppc64 and byteorder == big)'
|
/external/v8/tools/ |
D | run-deopt-fuzzer.py | 406 "byteorder": sys.byteorder,
|
D | run-tests.py | 712 "byteorder": sys.byteorder,
|
/external/libmtp/doc/ |
D | Makefile.in | 40 am__aclocal_m4_deps = $(top_srcdir)/m4/byteorder.m4 \
|
/external/webrtc/webrtc/base/ |
D | BUILD.gn | 116 "byteorder.h",
|
D | base.gyp | 82 'byteorder.h',
|
/external/regex-re2/benchlog/ |
D | benchlog.mini | 2 hw.byteorder: 1234 40 hw.byteorder = 1234
|
12