Searched refs:endian (Results 1 - 25 of 33) sorted by relevance

12

/system/core/include/utils/
H A DEndian.h18 // Android endian-ness defines.
31 #include <endian.h>
/system/core/libutils/include/utils/
H A DEndian.h18 // Android endian-ness defines.
31 #include <endian.h>
/system/netd/libnetdutils/
H A DNetfilter.cpp17 #include <endian.h>
/system/chre/apps/chqts/src/shared/
H A Dnano_endian.h20 // If the platform has no endian.h, then have the build system set
24 #include <endian.h>
60 // Nothing to do for little endian machines.
/system/core/base/
H A Dendian_test.cpp17 #include "android-base/endian.h"
21 TEST(endian, constants) {
29 TEST(endian, smoke) {
/system/core/base/include/android-base/
H A Dendian.h20 /* A cross-platform equivalent of bionic's <sys/endian.h>. */
24 #include <sys/endian.h>
28 /* glibc's <endian.h> is like bionic's <sys/endian.h>. */
29 #include <endian.h>
/system/core/adb/daemon/
H A Dmdns.cpp21 #include <endian.h>
/system/netd/server/
H A DWakeupController.cpp19 #include <endian.h>
H A DNFLogListenerTest.cpp22 #include <endian.h>
H A DNFLogListener.cpp22 #include <endian.h>
/system/extras/simpleperf/
H A Dtracing.cpp104 char endian; member in class:TracingFile
121 endian = 0;
183 ret.push_back(endian);
213 MoveFromBinaryFormat(endian, p);
258 PrintIndented(indent + 1, "endian: %d\n", endian);
/system/core/libpixelflinger/codeflinger/
H A Dmips_opcode.h42 #include <endian.h>
/system/keymaster/
H A Docb.c249 #define swap_if_le(b) (b) /* Using endian-neutral int8x16_t */
254 unsigned char endian; member in union:__anon1795
263 if (little.endian)
290 unsigned char endian; member in union:__anon1797
292 if (little.endian) {
611 / "register correct". On big-endian machines, this is identical. On
612 / little-endian machines, one must choose whether the byte-string
751 unsigned char endian; member in union:__anon1802
762 if (little.endian)
767 if (little.endian)
[all...]
/system/bt/btcore/test/
H A Ddevice_class_test.cc206 TEST_F(DeviceClassTest, endian) {
/system/core/liblog/
H A Dlogd_writer.c17 #include <endian.h>
H A Dlogd_reader.c17 #include <endian.h>
/system/core/logd/
H A DLogBufferElement.cpp18 #include <endian.h>
H A DLogAudit.cpp18 #include <endian.h>
/system/gatekeeper/tests/
H A Dgatekeeper_device_test.cpp16 #include <endian.h>
/system/bt/stack/a2dp/
H A Da2dp_vendor_aptx_hd_encoder.cc43 typedef int (*tAPTX_HD_ENCODER_INIT)(void* state, short endian);
H A Da2dp_vendor_aptx_encoder.cc43 typedef int (*tAPTX_ENCODER_INIT)(void* state, short endian);
/system/extras/verity/
H A Dverify_boot_signature.c19 #include <endian.h>
/system/gatekeeper/
H A Dgatekeeper.cpp19 #include <endian.h>
/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h24 #include <endian.h>
/system/update_engine/payload_generator/
H A Dpayload_file.cc19 #include <endian.h>
51 // Writes the uint64_t passed in in host-endian to the file as big-endian.
216 // Set correct size instead of big endian size.

Completed in 2084 milliseconds

12