Searched refs:byteswap (Results 1 – 25 of 54) sorted by relevance
123
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | G__l_o_c.py | 35 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()
|
D | G_P_K_G_.py | 28 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()
|
D | T_S_I__5.py | 21 if sys.byteorder != "big": a.byteswap() 31 if sys.byteorder != "big": a.byteswap()
|
D | _c_v_t.py | 13 if sys.byteorder != "big": values.byteswap() 18 if sys.byteorder != "big": values.byteswap()
|
D | _l_o_c_a.py | 24 if sys.byteorder != "big": locations.byteswap() 49 if sys.byteorder != "big": locations.byteswap()
|
D | _p_o_s_t.py | 87 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.py | 47 if sys.byteorder != "big": sideBearings.byteswap() 111 if sys.byteorder != "big": additionalMetrics.byteswap()
|
D | _c_m_a_p.py | 342 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.py | 124 if sys.byteorder != "big": offsets.byteswap() 154 if sys.byteorder != "big": packed.byteswap()
|
D | C_P_A_L_.py | 60 if sys.byteorder != "big": result.byteswap() 68 if sys.byteorder != "big": result.byteswap()
|
/external/python/cpython3/Lib/test/ |
D | test_wave.py | 4 from audioop import byteswap 51 frames = byteswap(frames, 2) 78 frames = byteswap(frames, 3) 105 frames = byteswap(frames, 4)
|
D | test_sunau.py | 3 from audioop import byteswap 119 frames = byteswap(frames, 2)
|
D | test_aifc.py | 5 from audioop import byteswap 124 frames = byteswap(frames, 2) 145 frames = byteswap(frames, 2)
|
D | test_audioop.py | 496 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/ |
D | kernel.cpp | 266 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/ |
D | config.mk | 58 ALL-y += MLO.byteswap
|
/external/u-boot/scripts/ |
D | Makefile.spl | 149 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/ |
D | configure.ac | 86 byteswap.h 133 [AC_CHECK_DECLS([bswap_64],,,[#include <byteswap.h>])])
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | README.txt | 8 custom expand byteswap into nifty
|
/external/python/cpython3/Tools/tz/ |
D | zdump.py | 28 transitions.byteswap()
|
/external/python/cpython3/Lib/ |
D | wave.py | 245 data = audioop.byteswap(data, self._sampwidth) 432 data = audioop.byteswap(data, self._sampwidth)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeGenPrepare/ |
D | bitreverse-hang.ll | 3 ; This test is a worst-case scenario for bitreversal/byteswap detection.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | bitreverse-hang.ll | 3 ; This test is a worst-case scenario for bitreversal/byteswap detection.
|
/external/llvm/test/Transforms/CodeGenPrepare/ |
D | bitreverse-hang.ll | 3 ; This test is a worst-case scenario for bitreversal/byteswap detection.
|
/external/llvm/test/Transforms/InstCombine/ |
D | bitreverse-hang.ll | 3 ; This test is a worst-case scenario for bitreversal/byteswap detection.
|
123