Home
last modified time | relevance | path

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

12

/third_party/glib/gio/gvdb/
Dgvdb-builder.c216 gboolean byteswap; member
261 if (fb->byteswap) in file_builder_add_value()
443 file_builder_new (gboolean byteswap) in file_builder_new() argument
450 builder->byteswap = byteswap; in file_builder_new()
471 if (fb->byteswap) in file_builder_serialise()
514 gboolean byteswap, in gvdb_table_write_contents() argument
526 fb = file_builder_new (byteswap); in gvdb_table_write_contents()
585 gboolean byteswap, in gvdb_table_write_contents_async() argument
602 fb = file_builder_new (byteswap); in gvdb_table_write_contents_async()
Dgvdb-builder.h52 gboolean byteswap,
57 … gboolean byteswap,
/third_party/python/Lib/test/
Dtest_wave.py4 from audioop import byteswap
51 frames = byteswap(frames, 2)
78 frames = byteswap(frames, 3)
105 frames = byteswap(frames, 4)
Dtest_sunau.py3 from audioop import byteswap
119 frames = byteswap(frames, 2)
Dtest_aifc.py7 from audioop import byteswap
124 frames = byteswap(frames, 2)
145 frames = byteswap(frames, 2)
Dtest_audioop.py496 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),
Dtest_array.py241 self.assertRaises(TypeError, a.byteswap, 42)
244 b.byteswap()
249 b.byteswap()
1431 self.assertRaises(TypeError, a.byteswap, 42)
1434 b.byteswap()
1442 b.byteswap()
/third_party/gettext/gettext-tools/src/
Dwrite-mo.c73 bool byteswap; variable
485 if (byteswap) in write_table()
518 if (byteswap) in write_table()
538 if (byteswap) in write_table()
582 if (byteswap) in write_table()
610 if (byteswap) in write_table()
639 if (byteswap) in write_table()
674 if (byteswap) in write_table()
Dwrite-mo.h31 extern bool byteswap;
Dmsgfmt.c252 byteswap = 0 ^ ENDIANNESS; in main()
418 byteswap = endianness ^ ENDIANNESS; in main()
/third_party/alsa-lib/src/pcm/
Dpcm_iec958.c63 unsigned int byteswap; member
130 if (iec->byteswap) in iec958_subframe()
138 if (iec->byteswap) in iec958_to_s32()
350 iec->byteswap = iec->sformat != SND_PCM_FORMAT_IEC958_SUBFRAME; in snd_pcm_iec958_hw_params()
354 iec->byteswap = format != SND_PCM_FORMAT_IEC958_SUBFRAME; in snd_pcm_iec958_hw_params()
361 iec->byteswap = iec->sformat != SND_PCM_FORMAT_IEC958_SUBFRAME; in snd_pcm_iec958_hw_params()
365 iec->byteswap = format != SND_PCM_FORMAT_IEC958_SUBFRAME; in snd_pcm_iec958_hw_params()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dkernel.cpp327 byteswap(T &v, pipe_endian e) { in byteswap() function
452 byteswap(w, ctx.q->device().endianness()); in bind()
496 byteswap(v, ctx.q->device().endianness()); in bind()
501 byteswap(v, ctx.q->device().endianness()); in bind()
537 byteswap(v, ctx.q->device().endianness()); in bind()
570 byteswap(v, ctx.q->device().endianness()); in bind()
605 byteswap(v, ctx.q->device().endianness()); in bind()
636 byteswap(v, ctx.q->device().endianness()); in bind()
/third_party/protobuf/src/google/protobuf/
Dparse_context.cc238 void byteswap(void* p);
240 void byteswap<1>(void* p) {} in byteswap() function
242 void byteswap<4>(void* p) { in byteswap() function
246 void byteswap<8>(void* p) { in byteswap() function
/third_party/f2fs-tools/
Dconfigure.ac86 byteswap.h
134 [AC_CHECK_DECLS([bswap_64],,,[#include <byteswap.h>])])
/third_party/python/Tools/tz/
Dzdump.py28 transitions.byteswap()
/third_party/python/Lib/
Dwave.py244 data = audioop.byteswap(data, self._sampwidth)
431 data = audioop.byteswap(data, self._sampwidth)
/third_party/mesa3d/docs/relnotes/
D10.6.5.rst90 - mesa/formats: don't byteswap when building array formats
/third_party/flatbuffers/tests/
Dpy_test.py962 x_other_endian = x.byteswap().newbyteorder()
997 x_other_endian = x.byteswap().newbyteorder()
1034 x_other_endian = x.byteswap().newbyteorder()
1071 x_other_endian = x.byteswap().newbyteorder()
1108 x_other_endian = x.byteswap().newbyteorder()
1143 x_other_endian = x.byteswap().newbyteorder()
/third_party/libsnd/cmake/
DSndFileChecks.cmake62 check_include_file (byteswap.h HAVE_BYTESWAP_H)
/third_party/gettext/gnulib-local/m4/
DChangeLog.1192 * byteswap.m4: New file, from gnulib.
193 * Makefile.am (EXTRA_DIST): Add byteswap.m4.
/third_party/libsnd/src/
Dconfig.h.cmake22 /* Define to 1 if you have the <byteswap.h> header file. */
/third_party/flatbuffers/python/flatbuffers/
Dbuilder.py463 x_lend = x.byteswap(inplace=False)
/third_party/python/Doc/library/
Darray.rst128 .. method:: array.byteswap()
Daudioop.rst79 .. function:: byteswap(fragment, width)
/third_party/libunwind/
Dconfigure.ac39 sys/procfs.h sys/ptrace.h sys/syscall.h byteswap.h elf.h sys/elf.h \

12