Home
last modified time | relevance | path

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

12

/external/libvncserver/test/
Dbmp.c31 #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/fonttools/Lib/fontTools/ttLib/tables/
D_h_m_t_x.py25 metrics.byteswap()
32 sideBearings.byteswap()
67 allMetrics.byteswap()
72 additionalMetrics.byteswap()
DG_P_K_G_.py29 GMAPoffsets.byteswap()
40 glyphletOffsets.byteswap()
63 gmapArray.byteswap()
72 glyphletArray.byteswap()
DT_S_I__5.py17 a.byteswap()
28 a.byteswap()
D_c_v_t.py14 values.byteswap()
20 values.byteswap()
D_l_o_c_a.py21 locations.byteswap()
46 locations.byteswap()
D_p_o_s_t.py88 indices.byteswap()
135 indices.byteswap()
173 indices.byteswap()
191 indices.byteswap()
D_c_m_a_p.py280 allKeys.byteswap()
296 giList.byteswap()
652 allCodes.byteswap()
786 charCodeArray.byteswap()
787 idDeltaArray.byteswap()
788 restArray.byteswap()
829 glyphIndexArray.byteswap()
856 glyphIndexArray.byteswap()
D_g_l_y_f.py370 endPtsOfContours.byteswap()
483 endPtsOfContours.byteswap()
/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/f2fs-tools/
Dconfigure.ac95 sys/ioctl.h sys/mount.h unistd.h linux/falloc.h byteswap.h])
112 [AC_CHECK_DECLS([bswap_64],,,[#include <byteswap.h>])])
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DREADME.txt8 custom expand byteswap into nifty
/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.
/external/python/cpython2/Lib/
Dwave.py253 data.byteswap()
432 data.byteswap()
/external/python/cpython2/Lib/test/
Daudiotests.py22 a.byteswap()
34 a.byteswap()
Dtest_array.py97 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/
DxmlWriter.py166 a.byteswap()
/external/llvm/docs/
DExtendingLLVM.rst82 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.
/external/libexif/m4m/
Dgp-byteorder.m4100 AC_HAVE_SYMBOL(bswap_32,byteswap.h,
103 #include <byteswap.h>
/external/elfutils/lib/
DChangeLog70 * system.h (LE32, BE32): New macros, using <endian.h> and <byteswap.h>.
/external/libmtp/m4/
Dbyteorder.m498 AC_HAVE_SYMBOL(bswap_32,byteswap.h,
101 #include <byteswap.h>
/external/google-breakpad/src/common/
Dcommon.gyp121 'mac/byteswap.h',
/external/libmtp/
Dconfigure.ac181 langinfo.h locale.h arpa/inet.h byteswap.h sys/uio.h])
/external/google-breakpad/src/tools/mac/dump_syms/dump_syms.xcodeproj/
Dproject.pbxproj344 …* byteswap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; n…
492 B8E8CA0C1156C854009E61B2 /* byteswap.h */,

12