/external/libvncserver/test/ |
D | bmp.c | 31 #define byteswap(i) ( \ macro 225 bh.bfSize=byteswap(bh.bfSize); in loadbmp() 226 bh.bfOffBits=byteswap(bh.bfOffBits); in loadbmp() 227 bh.biSize=byteswap(bh.biSize); in loadbmp() 228 bh.biWidth=byteswap(bh.biWidth); in loadbmp() 229 bh.biHeight=byteswap(bh.biHeight); in loadbmp() 232 bh.biCompression=byteswap(bh.biCompression); in loadbmp() 233 bh.biSizeImage=byteswap(bh.biSizeImage); in loadbmp() 234 bh.biXPelsPerMeter=byteswap(bh.biXPelsPerMeter); in loadbmp() 235 bh.biYPelsPerMeter=byteswap(bh.biYPelsPerMeter); in loadbmp() [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_wave.py | 4 from audioop import byteswap 49 frames = byteswap(frames, 2) 76 frames = byteswap(frames, 3) 103 frames = byteswap(frames, 4)
|
D | test_sunau.py | 3 from audioop import byteswap 117 frames = byteswap(frames, 2)
|
D | test_aifc.py | 5 from audioop import byteswap 123 frames = byteswap(frames, 2) 144 frames = byteswap(frames, 2)
|
D | test_audioop.py | 492 self.assertEqual(audioop.byteswap(b'', w), b'') 493 self.assertEqual(audioop.byteswap(datas[w], w), swapped_datas[w]) 494 self.assertEqual(audioop.byteswap(swapped_datas[w], w), datas[w]) 495 self.assertEqual(audioop.byteswap(bytearray(datas[w]), w), 497 self.assertEqual(audioop.byteswap(memoryview(datas[w]), w),
|
D | test_array.py | 232 self.assertRaises(TypeError, a.byteswap, 42) 235 b.byteswap() 240 b.byteswap() 1338 self.assertRaises(TypeError, a.byteswap, 42) 1341 b.byteswap() 1349 b.byteswap()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _h_m_t_x.py | 25 metrics.byteswap() 32 sideBearings.byteswap() 67 allMetrics.byteswap() 72 additionalMetrics.byteswap()
|
D | G_P_K_G_.py | 29 GMAPoffsets.byteswap() 40 glyphletOffsets.byteswap() 63 gmapArray.byteswap() 72 glyphletArray.byteswap()
|
D | T_S_I__5.py | 17 a.byteswap() 28 a.byteswap()
|
D | _c_v_t.py | 14 values.byteswap() 20 values.byteswap()
|
D | _l_o_c_a.py | 21 locations.byteswap() 46 locations.byteswap()
|
D | _p_o_s_t.py | 88 indices.byteswap() 135 indices.byteswap() 173 indices.byteswap() 191 indices.byteswap()
|
D | _c_m_a_p.py | 280 allKeys.byteswap() 296 giList.byteswap() 652 allCodes.byteswap() 786 charCodeArray.byteswap() 787 idDeltaArray.byteswap() 788 restArray.byteswap() 829 glyphIndexArray.byteswap() 856 glyphIndexArray.byteswap()
|
/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/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 | 244 data = audioop.byteswap(data, self._sampwidth) 421 data = audioop.byteswap(data, self._sampwidth)
|
/external/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/python/cpython2/Lib/ |
D | wave.py | 253 data.byteswap() 432 data.byteswap()
|
/external/python/cpython2/Lib/test/ |
D | audiotests.py | 22 a.byteswap() 34 a.byteswap()
|
D | test_array.py | 97 self.assertRaises(TypeError, a.byteswap, 42) 100 b.byteswap() 105 b.byteswap() 1088 self.assertRaises(TypeError, a.byteswap, 42) 1091 b.byteswap() 1099 b.byteswap()
|
/external/fonttools/Lib/fontTools/misc/ |
D | xmlWriter.py | 166 a.byteswap()
|
/external/llvm/docs/ |
D | ExtendingLLVM.rst | 82 instruction (add, sub) or intrinsic (byteswap, population count). In other 120 a wider size, performs the byteswap, and then shifts the correct bytes right 121 to emulate the narrower byteswap in the wider type.
|