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

<<21222324252627282930>>

  /external/aac/libSYS/include/
genericStds.h 395 * \return 1 if platform is little endian, non-1 if platform is big endian.
408 * Convert input value to little endian format.
410 * \param val Value to be converted. It may be in both big or little endian.
411 * \return Value in little endian format.
450 * \brief Write each member in little endian order. Convert automatically to host endianess.
460 * \brief Read variable of size "size" as little endian. Convert automatically to host endianess.
  /external/qemu/
Changelog 263 - big endian ARM support (Lennert Buytenhek)
544 - socketcall endian fix (Ulrich Weigand)
545 - struct sockaddr endian fix (Ulrich Weigand)
546 - sendmsg/recvmsg endian fix (Ulrich Weigand)
547 - execve endian fix (Ulrich Weigand)
548 - fdset endian fix (Ulrich Weigand)
570 - big endian fixes in ELF loader and getdents.
  /external/sonivox/arm-fm-22k/host_src/
eas_wave.c 50 * Purpose: Endian flip a DWORD for big-endian processors
71 * Purpose: Endian flip a WORD for big-endian processors
92 * Purpose: Endian flip the wave header for big-endian processors
277 #error "WaveFileOpen not currently supported on big-endian processors"
  /external/sonivox/arm-hybrid-22k/host_src/
eas_wave.c 50 * Purpose: Endian flip a DWORD for big-endian processors
71 * Purpose: Endian flip a WORD for big-endian processors
92 * Purpose: Endian flip the wave header for big-endian processors
277 #error "WaveFileOpen not currently supported on big-endian processors"
  /external/sonivox/arm-wt-22k/host_src/
eas_wave.c 50 * Purpose: Endian flip a DWORD for big-endian processors
71 * Purpose: Endian flip a WORD for big-endian processors
92 * Purpose: Endian flip the wave header for big-endian processors
277 #error "WaveFileOpen not currently supported on big-endian processors"
  /dalvik/vm/compiler/template/mips/
header.S 121 /* The long arguments sent to function calls in Big-endian mode should be register
122 swapped when sent to functions in little endian mode. In other words long variable
124 Big Endian mode */
  /dalvik/vm/mterp/mips/
header.S 37 /* The long arguments sent to function calls in Big-endian mode should be register
38 swapped when sent to functions in little endian mode. In other words long variable
40 Big Endian mode */
  /external/icu4c/common/
utrace.c 136 int32_t incVal = 1; /* +1 for big endian, -1 for little endian */
140 /* Little Endian. Move p to most significant end of the value */
  /external/libvorbis/doc/
02-bitpacking.tex 53 are possible in a word; the common ones are 3-2-1-0 ('big endian' or
55 first), 0-1-2-3 ('little endian' or 'least significant byte first' in
57 0-2-1-3 ('mixed endian').
  /external/llvm/lib/Support/
Path.cpp 16 #include "llvm/Support/Endian.h"
97 /* Native endian */
102 /* Reverse endian */
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio_mcsn.c 224 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0)));
270 spec->format |= 0x1000; /* Audio is always big endian */
290 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0)));
SDL_mintaudio_xbios.c 337 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0)));
347 spec->format |= 0x1000; /* Audio is always big endian */
379 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0)));
  /external/skia/src/utils/
SkMD5.cpp 18 /** Encodes input into output (4 little endian 32 bit values). */
21 /** Encodes input into output (little endian 64 bit value). */
24 /** Decodes input (4 little endian 32 bit values) into storage, if required. */
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
HeaderItem.java 102 throw new RuntimeException("This dex file is big endian. Only little endian is currently supported.");
104 throw new RuntimeException("The endian tag is not 0x12345678 or 0x78563412");
  /external/srtp/
Changes 6 helping track down the endian issues with the SSRCs.
10 This is an interim release. Several little-endian bugs were identified
104 Fixed endian issues in RTP header construction in the function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
capability.h 70 __le32 magic_etc; /* Little endian */
72 __le32 permitted; /* Little endian */
73 __le32 inheritable; /* Little endian */
  /system/core/libmincrypt/
rsa_e_3.c 93 ** Input and output big-endian byte array in inout.
103 /* Convert from big endian byte array to little endian word array. */
rsa_e_f4.c 95 // Input and output big-endian byte array in inout.
104 // Convert from big endian byte array to little endian word array.
  /bionic/libc/bionic/
ldexp.c 17 #include <endian.h>
  /bionic/libc/netbsd/net/
getservent.c 30 #include <endian.h>
  /bionic/libm/
fpclassify.c 30 #include <sys/endian.h>
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_nan.c 29 #include <sys/endian.h>
  /bionic/libstdc++/src/
one_time_construction.cpp 7 #include <endian.h>
  /cts/tools/dex-tools/src/dex/reader/
DexBuffer.java 76 * FIXME make endian dependent
  /dalvik/dexgen/src/com/android/dexgen/util/
Output.java 22 * are declared, and multibyte output is defined to be little-endian.

Completed in 1767 milliseconds

<<21222324252627282930>>