HomeSort by relevance Sort by last modified time
    Searched full:endian (Results 701 - 725 of 2132) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/sys/
stat.h 36 #include <endian.h>
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/sys/
stat.h 36 #include <endian.h>
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/sys/
stat.h 36 #include <endian.h>
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/
stat.h 36 #include <endian.h>
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
stat.h 36 #include <endian.h>
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
stat.h 36 #include <endian.h>
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Connection.java 301 final ByteOrder endian = (handshake.getChar() == 0) ? ByteOrder.LITTLE_ENDIAN : local
303 handshake.order(endian);
385 sk = new Socket(sock, channel_name, endian);
397 sk = new Socket(sock, channel_name, endian);
  /system/bluetooth/bluez-clean-headers/bluetooth/
bluetooth.h 27 #include <endian.h>
  /system/core/include/diskconfig/
diskconfig.h 63 * Note: multi-byte entities have little-endian layout on disk */
  /system/core/libcutils/
record_stream.c 116 * Records are prefixed by a 16-bit big endian length value
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
LittleEndian.java 24 * Little endian (LSB first) conversion methods.
  /external/tcpdump/
CHANGES 463 - Use autoconf endian detection since BYTE_ORDER isn't defined on all systems.
538 - Fixed endian problems with the DECnet printer.
557 - Fix an alignment endian bug in getname(). Thanks to John Hawkinson.
561 fixed an endian bug when printing mx record and added some new record
582 - Fix AppleTalk, IPX and DECnet byte order problems due to wrong endian
587 - Endian fixes to RTP and vat packet dumpers, thanks to Bruce Mah
610 wrong on little endian machines).
621 - Fixed an endian bug in the ospf printer. Thanks to Jeffrey C Honig
688 never change the contents (i.e., they used to do endian conversions
691 the output form -x would be wrong on little endian machines becaus
    [all...]
  /cts/tools/dex-tools/src/dex/reader/
DexFileReader.java 135 // FIXME Support for big endian encoded dex files
136 assert endianTag == ENDIAN_CONSTANT : "Byteorder NOT in little endian";
  /dalvik/vm/
RawDexFile.cpp 94 * platform might be big-endian (also, because that would make the
96 * that the dex file is in the standard little-endian format; if
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBitSet.m 141 // Converts to big endian, because the underlying CFBitVector works like that.
163 // Note: This is big-endian!
  /external/e2fsprogs/lib/ext2fs/
csum.c 45 /* Have to swab back to little-endian to do the checksum */
158 /* Have to swab back to little-endian to do the checksum */
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
RawHeightMap.java 56 * Format specification for 16 bit little endian heightmaps
60 * Format specification for 16 bit big endian heightmaps
  /external/openssl/crypto/modes/
ctr128.c 62 /* NOTE: the IV/counter CTR mode is big-endian. The code itself
63 * is endian-neutral. */
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio_dma8.c 205 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0)));
258 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0)));
SDL_mintaudio_stfa.c 207 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0)));
235 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0)));
  /external/skia/include/core/
SkTypeface.h 158 * that the contents of the table will be in their native endian order
159 * (which for most truetype tables is big endian). If the table tag is
SkUserConfig.h 119 endian byte order but little endian bit orders.
  /external/srec/portable/include/
PFileSystem.h 74 * @param littleEndian True if file is in little-endian format
127 * @param littleEndian True if file is in little-endian format
  /external/stlport/stlport/stl/config/
_evc.h 39 /* All Windows CE versions up to at least version 5 are little-endian, even
40 * if the hardware (like e.g. MIPS) can be configured for big-endian, too. */
  /external/webrtc/src/modules/audio_processing/test/
unpack.cc 47 // The "wire format" for the size is little-endian.
48 // Assume process_test is running on a little-endian machine.

Completed in 2608 milliseconds

<<21222324252627282930>>