HomeSort by relevance Sort by last modified time
    Searched refs:byteswap (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /bionic/tests/
byteswap_test.cpp 17 #include <byteswap.h>
29 TEST(byteswap, bswap_16) {
34 TEST(byteswap, bswap_32) {
39 TEST(byteswap, bswap_64) {
  /external/vboot_reference/firmware/2lib/include/
2sysincludes.h 23 #include <byteswap.h>
  /external/vboot_reference/firmware/lib/include/
sysincludes.h 24 #include <byteswap.h>
  /external/fonttools/Lib/fontTools/ttLib/tables/
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()
T_S_I__5.py 21 if sys.byteorder != "big": a.byteswap()
31 if sys.byteorder != "big": a.byteswap()
_c_v_t.py 13 if sys.byteorder != "big": values.byteswap()
18 if sys.byteorder != "big": values.byteswap()
_l_o_c_a.py 24 if sys.byteorder != "big": locations.byteswap()
49 if sys.byteorder != "big": locations.byteswap()
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()
  /external/mesa3d/src/mesa/main/
compiler.h 52 #include <byteswap.h>
  /external/elfutils/libebl/
eblcorenote.c 34 #include <byteswap.h>
eblauxvinfo.c 34 #include <byteswap.h>
  /external/elfutils/src/
arlib.h 23 #include <byteswap.h>
  /external/kmod/shared/
missing.h 49 #include <byteswap.h>
  /external/python/cpython3/Lib/test/
test_wave.py 4 from audioop import byteswap
51 frames = byteswap(frames, 2)
78 frames = byteswap(frames, 3)
105 frames = byteswap(frames, 4)
test_sunau.py 3 from audioop import byteswap
119 frames = byteswap(frames, 2)
  /external/u-boot/arch/arm/mach-omap2/
config.mk 58 ALL-y += MLO.byteswap
  /external/flac/include/share/
endswap.h 58 #include <byteswap.h>
  /external/perf_data_converter/src/quipper/
binary_data_utils.h 8 #include <byteswap.h>
25 void ByteSwap(T* input) {
49 if (swap) ByteSwap(&value);
  /external/vboot_reference/cgpt/
cgpt_endian.h 17 # include <byteswap.h>
  /external/elfutils/libasm/
asm_addint8.c 34 #include <byteswap.h>
  /external/libtextclassifier/lang_id/common/lite_base/
endian.h 33 #include <byteswap.h> // IWYU pragma: export
  /external/selinux/libsepol/src/
private.h 12 #include <byteswap.h>
  /external/mesa3d/src/gallium/state_trackers/clover/core/
kernel.cpp 266 byteswap(T &v, pipe_endian e) { function in namespace:__anon34017
393 byteswap(w, ctx.q->device().endianness());
426 byteswap(v, ctx.q->device().endianness());
461 byteswap(v, ctx.q->device().endianness());
491 byteswap(v, ctx.q->device().endianness());
526 byteswap(v, ctx.q->device().endianness());
557 byteswap(v, ctx.q->device().endianness());
  /external/e2fsprogs/intl/
gettextP.h 59 # include <byteswap.h>
  /external/elfutils/lib/
system.h 38 #include <byteswap.h>

Completed in 1827 milliseconds

1 2 3 4