Home
last modified time | relevance | path

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

1234

/external/fonttools/Lib/fontTools/ttLib/tables/
DG__l_o_c.py33 if sys.byteorder != "big": self.locations.byteswap()
37 if sys.byteorder != "big": self.attribIds.byteswap()
43 if sys.byteorder != "big": self.locations.byteswap()
45 if sys.byteorder != "big": self.locations.byteswap()
47 if sys.byteorder != "big": self.attribIds.byteswap()
49 if sys.byteorder != "big": self.attribIds.byteswap()
DG_P_K_G_.py26 if sys.byteorder != "big": GMAPoffsets.byteswap()
36 if sys.byteorder != "big": glyphletOffsets.byteswap()
57 if sys.byteorder != "big": gmapArray.byteswap()
65 if sys.byteorder != "big": glyphletArray.byteswap()
DT_S_I__5.py19 if sys.byteorder != "big": a.byteswap()
29 if sys.byteorder != "big": a.byteswap()
D_c_v_t.py11 if sys.byteorder != "big": values.byteswap()
16 if sys.byteorder != "big": values.byteswap()
D_l_o_c_a.py22 if sys.byteorder != "big": locations.byteswap()
47 if sys.byteorder != "big": locations.byteswap()
D_p_o_s_t.py87 if sys.byteorder != "big": indices.byteswap()
137 if sys.byteorder != "big": indices.byteswap()
175 if sys.byteorder != "big": indices.byteswap()
192 if sys.byteorder != "big": indices.byteswap()
D_h_m_t_x.py45 if sys.byteorder != "big": sideBearings.byteswap()
109 if sys.byteorder != "big": additionalMetrics.byteswap()
D_c_m_a_p.py431 if sys.byteorder != "big": allKeys.byteswap()
446 if sys.byteorder != "big": giList.byteswap()
790 if sys.byteorder != "big": allCodes.byteswap()
914 if sys.byteorder != "big": charCodeArray.byteswap()
915 if sys.byteorder != "big": idDeltaArray.byteswap()
916 if sys.byteorder != "big": restArray.byteswap()
956 if sys.byteorder != "big": gids.byteswap()
975 if sys.byteorder != "big": gids.byteswap()
D_g_v_a_r.py166 if sys.byteorder != "big": offsets.byteswap()
196 if sys.byteorder != "big": packed.byteswap()
DTupleVariation.py294 if sys.byteorder != "big": points.byteswap()
439 if sys.byteorder != "big": a.byteswap()
446 if sys.byteorder != "big": a.byteswap()
469 if sys.byteorder != "big": deltas.byteswap()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/bit/
Dbyteswap.pass.cpp20 std::byteswap(t);
30 assert(std::byteswap(in) == expected); in test_num()
31 ASSERT_SAME_TYPE(decltype(std::byteswap(in)), decltype(in)); in test_num()
32 ASSERT_NOEXCEPT(std::byteswap(in)); in test_num()
/external/cronet/buildtools/third_party/libc++/trunk/include/__bit/
Dbyteswap.h26 _LIBCPP_HIDE_FROM_ABI constexpr _Tp byteswap(_Tp __val) noexcept { in byteswap() function
41 return static_cast<_Tp>(byteswap(static_cast<uint64_t>(__val))) << 64 | in byteswap()
42 static_cast<_Tp>(byteswap(static_cast<uint64_t>(__val >> 64))); in byteswap()
/external/python/cpython3/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),
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dbit21 // [bit.byteswap], byteswap
23 constexpr T byteswap(T value) noexcept; // C++23
71 #include <__bit/byteswap.h>
/external/mesa3d/src/gallium/frontends/clover/core/
Dkernel.cpp306 byteswap(T &v, pipe_endian e) { in byteswap() function
433 byteswap(w, ctx.q->device().endianness()); in bind()
474 byteswap(v, ctx.q->device().endianness()); in bind()
479 byteswap(v, ctx.q->device().endianness()); in bind()
514 byteswap(v, ctx.q->device().endianness()); in bind()
544 byteswap(v, ctx.q->device().endianness()); in bind()
579 byteswap(v, ctx.q->device().endianness()); in bind()
610 byteswap(v, ctx.q->device().endianness()); in bind()
/external/ot-br-posix/tests/scripts/
Dcheck-android-build73 dbus-marshal-byteswap.c \
74 dbus-marshal-byteswap-util.c \
/external/cronet/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
/external/google-breakpad/src/common/mac/
Dbyteswap.h54 #include_next <byteswap.h>
/external/fonttools/Lib/fontTools/ttLib/
Dwoff2.py660 if sys.byteorder != "big": locations.byteswap()
704 if sys.byteorder != "big": self.nContourStream.byteswap()
1005 advanceWidthArray.byteswap()
1012 lsbArray.byteswap()
1029 leftSideBearingArray.byteswap()
1102 advanceWidthArray.byteswap()
1115 lsbArray.byteswap()
1127 leftSideBearingArray.byteswap()
/external/tensorflow/tensorflow/python/saved_model/
Dutils_impl.py313 int.from_bytes(byteswap,
315 for byteswap in to_swap
/external/python/cpython3/Tools/tz/
Dzdump.py28 transitions.byteswap()
/external/tensorflow/third_party/
Dsnappy.BUILD61 "# if !defined(HAVE_BYTESWAP_H) && __has_include(<byteswap.h>)",

1234