Home
last modified time | relevance | path

Searched refs:byteswap (Results 1 – 25 of 54) sorted by relevance

123

/external/fonttools/Lib/fontTools/ttLib/tables/
DG__l_o_c.py35 if sys.byteorder != "big": self.locations.byteswap()
39 if sys.byteorder != "big": self.attribIds.byteswap()
45 if sys.byteorder != "big": self.locations.byteswap()
47 if sys.byteorder != "big": self.locations.byteswap()
49 if sys.byteorder != "big": self.attribIds.byteswap()
51 if sys.byteorder != "big": self.attribIds.byteswap()
DG_P_K_G_.py28 if sys.byteorder != "big": GMAPoffsets.byteswap()
38 if sys.byteorder != "big": glyphletOffsets.byteswap()
59 if sys.byteorder != "big": gmapArray.byteswap()
67 if sys.byteorder != "big": glyphletArray.byteswap()
DT_S_I__5.py21 if sys.byteorder != "big": a.byteswap()
31 if sys.byteorder != "big": a.byteswap()
D_c_v_t.py13 if sys.byteorder != "big": values.byteswap()
18 if sys.byteorder != "big": values.byteswap()
D_l_o_c_a.py24 if sys.byteorder != "big": locations.byteswap()
49 if sys.byteorder != "big": locations.byteswap()
D_p_o_s_t.py87 if sys.byteorder != "big": indices.byteswap()
136 if sys.byteorder != "big": indices.byteswap()
174 if sys.byteorder != "big": indices.byteswap()
191 if sys.byteorder != "big": indices.byteswap()
D_h_m_t_x.py47 if sys.byteorder != "big": sideBearings.byteswap()
111 if sys.byteorder != "big": additionalMetrics.byteswap()
D_c_m_a_p.py342 if sys.byteorder != "big": allKeys.byteswap()
357 if sys.byteorder != "big": giList.byteswap()
701 if sys.byteorder != "big": allCodes.byteswap()
827 if sys.byteorder != "big": charCodeArray.byteswap()
828 if sys.byteorder != "big": idDeltaArray.byteswap()
829 if sys.byteorder != "big": restArray.byteswap()
869 if sys.byteorder != "big": gids.byteswap()
888 if sys.byteorder != "big": gids.byteswap()
D_g_v_a_r.py124 if sys.byteorder != "big": offsets.byteswap()
154 if sys.byteorder != "big": packed.byteswap()
DC_P_A_L_.py60 if sys.byteorder != "big": result.byteswap()
68 if sys.byteorder != "big": result.byteswap()
/external/python/cpython3/Lib/test/
Dtest_wave.py4 from audioop import byteswap
51 frames = byteswap(frames, 2)
78 frames = byteswap(frames, 3)
105 frames = byteswap(frames, 4)
Dtest_sunau.py3 from audioop import byteswap
119 frames = byteswap(frames, 2)
Dtest_aifc.py5 from audioop import byteswap
124 frames = byteswap(frames, 2)
145 frames = byteswap(frames, 2)
Dtest_audioop.py496 self.assertEqual(audioop.byteswap(b'', w), b'')
497 self.assertEqual(audioop.byteswap(datas[w], w), swapped_datas[w])
498 self.assertEqual(audioop.byteswap(swapped_datas[w], w), datas[w])
499 self.assertEqual(audioop.byteswap(bytearray(datas[w]), w),
501 self.assertEqual(audioop.byteswap(memoryview(datas[w]), w),
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dkernel.cpp266 byteswap(T &v, pipe_endian e) { in byteswap() function
393 byteswap(w, ctx.q->device().endianness()); in bind()
426 byteswap(v, ctx.q->device().endianness()); in bind()
461 byteswap(v, ctx.q->device().endianness()); in bind()
491 byteswap(v, ctx.q->device().endianness()); in bind()
526 byteswap(v, ctx.q->device().endianness()); in bind()
557 byteswap(v, ctx.q->device().endianness()); in bind()
/external/u-boot/arch/arm/mach-omap2/
Dconfig.mk58 ALL-y += MLO.byteswap
/external/u-boot/scripts/
DMakefile.spl149 MKIMAGEFLAGS_MLO.byteswap = -T omapimage -n byteswap -a $(CONFIG_SPL_TEXT_BASE)
151 MLO MLO.byteswap: $(obj)/u-boot-spl.bin FORCE
/external/f2fs-tools/
Dconfigure.ac86 byteswap.h
133 [AC_CHECK_DECLS([bswap_64],,,[#include <byteswap.h>])])
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DREADME.txt8 custom expand byteswap into nifty
/external/python/cpython3/Tools/tz/
Dzdump.py28 transitions.byteswap()
/external/python/cpython3/Lib/
Dwave.py245 data = audioop.byteswap(data, self._sampwidth)
432 data = audioop.byteswap(data, self._sampwidth)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeGenPrepare/
Dbitreverse-hang.ll3 ; This test is a worst-case scenario for bitreversal/byteswap detection.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dbitreverse-hang.ll3 ; This test is a worst-case scenario for bitreversal/byteswap detection.
/external/llvm/test/Transforms/CodeGenPrepare/
Dbitreverse-hang.ll3 ; This test is a worst-case scenario for bitreversal/byteswap detection.
/external/llvm/test/Transforms/InstCombine/
Dbitreverse-hang.ll3 ; This test is a worst-case scenario for bitreversal/byteswap detection.

123