Searched refs:byteswap (Results 1 – 25 of 33) sorted by relevance
12
/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/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()
|
D | _g_l_y_f.py | 370 endPtsOfContours.byteswap() 483 endPtsOfContours.byteswap()
|
/external/f2fs-tools/ |
D | configure.ac | 60 sys/ioctl.h sys/mount.h unistd.h linux/falloc.h byteswap.h]) 76 [AC_CHECK_DECLS([bswap_64],,,[#include <byteswap.h>])])
|
/external/dbus/cmake/dbus/ |
D | CMakeLists.txt | 41 ${DBUS_DIR}/dbus-marshal-byteswap.c 82 ${DBUS_DIR}/dbus-marshal-byteswap.h 156 ${DBUS_DIR}/dbus-marshal-byteswap-util.c
|
/external/dbus/dbus/ |
D | Android.mk | 24 dbus-marshal-byteswap.c \
|
/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.
|
/external/libmtp/ |
D | configure.ac | 72 iconv.h langinfo.h locale.h arpa/inet.h byteswap.h sys/uio.h])
|
D | config.h.in | 12 /* Define to 1 if you have the <byteswap.h> header file. */
|
/external/libexif/m4m/ |
D | gp-byteorder.m4 | 100 AC_HAVE_SYMBOL(bswap_32,byteswap.h, 103 #include <byteswap.h>
|
/external/elfutils/lib/ |
D | ChangeLog | 70 * system.h (LE32, BE32): New macros, using <endian.h> and <byteswap.h>.
|
/external/libmtp/m4/ |
D | byteorder.m4 | 98 AC_HAVE_SYMBOL(bswap_32,byteswap.h, 101 #include <byteswap.h>
|
/external/srtp/ |
D | config.h_win32vc7 | 31 /* Define to 1 if you have the <byteswap.h> header file. */
|
D | config.hw | 32 /* Define to 1 if you have the <byteswap.h> header file. */
|
D | configure.in | 90 AC_CHECK_HEADERS(byteswap.h)
|
D | config.log | 276 configure:3326: checking byteswap.h usability 285 configure:3371: checking byteswap.h presence 289 configure:3442: checking for byteswap.h
|
/external/google-breakpad/src/common/ |
D | common.gyp | 121 'mac/byteswap.h',
|
/external/google-breakpad/src/tools/mac/dump_syms/dump_syms.xcodeproj/ |
D | project.pbxproj | 344 …* byteswap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; n… 492 B8E8CA0C1156C854009E61B2 /* byteswap.h */,
|
12