HomeSort by relevance Sort by last modified time
    Searched full:big_endian (Results 251 - 275 of 297) sorted by null

<<1112

  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Connection.java 302 ByteOrder.BIG_ENDIAN;
  /external/libvpx/libvpx/build/make/
configure.sh 1155 grep '4f *32 *42 *45' >/dev/null 2>&1 && enable big_endian
1170 if enabled big_endian; then
    [all...]
  /libcore/luni/src/main/java/java/net/
InetAddress.java     [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerMIPS.h 546 #if CPU(BIG_ENDIAN)
574 #if CPU(BIG_ENDIAN)
    [all...]
  /external/elfutils/libdwfl/
link_map.c 62 #if BYTE_ORDER == BIG_ENDIAN
  /external/grub/netboot/
davicom.c 102 /* helpful macro if on a big_endian machine for changing byte order.
natsemi.c 82 /* helpful macroes if on a big_endian machine for changing byte order.
  /external/libvpx/libvpx/
configure 246 big_endian
  /external/mdnsresponder/mDNSShared/
CommonServices.h 220 #if ( defined( BYTE_ORDER ) && defined( BIG_ENDIAN ) && ( BYTE_ORDER == BIG_ENDIAN ) )
357 ( defined( BYTE_ORDER ) && defined( BIG_ENDIAN ) && ( BYTE_ORDER == BIG_ENDIAN ) ) || \
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifParser.java 742 mTiffStream.setByteOrder(ByteOrder.BIG_ENDIAN);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asequencer.h 496 unsigned char big_endian; /* 1 = big-endian */ member in struct:snd_seq_running_info
    [all...]
pcm.h 898 snd_pcm_format_t snd_pcm_build_linear_format(int width, int unsignd, int big_endian);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asequencer.h 496 unsigned char big_endian; /* 1 = big-endian */ member in struct:snd_seq_running_info
    [all...]
pcm.h 898 snd_pcm_format_t snd_pcm_build_linear_format(int width, int unsignd, int big_endian);
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 102 #if CPU(BIG_ENDIAN) || CPU(MIDDLE_ENDIAN)
118 #if CPU(BIG_ENDIAN)
    [all...]
Platform.h 124 /* This also defines CPU(BIG_ENDIAN) or CPU(MIDDLE_ENDIAN) or neither, as appropriate. */
    [all...]
  /libcore/luni/src/main/java/java/io/
ObjectOutputStream.java     [all...]
  /external/webkit/Source/WebCore/bindings/js/
SerializedScriptValue.cpp 57 #if CPU(BIG_ENDIAN) || CPU(MIDDLE_ENDIAN) || CPU(NEEDS_ALIGNED_ACCESS)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm.h     [all...]
  /frameworks/native/libs/binder/
Parcel.cpp 591 #if BYTE_ORDER == BIG_ENDIAN
    [all...]
  /external/icu4c/
config.log 480 | #if BYTE_ORDER != BIG_ENDIAN
  /external/srtp/
config.log 902 | #if BYTE_ORDER != BIG_ENDIAN
    [all...]
  /hardware/invensense/mlsdk/mllite/
mlFIFO.c 275 #ifndef BIG_ENDIAN
    [all...]

Completed in 1040 milliseconds

<<1112