HomeSort by relevance Sort by last modified time
    Searched refs:big_endian (Results 1 - 21 of 21) sorted by null

  /bionic/libc/kernel/arch-arm/asm/
byteorder.h 45 #include <linux/byteorder/big_endian.h>
  /development/ndk/platforms/android-3/arch-arm/include/asm/
byteorder.h 45 #include <linux/byteorder/big_endian.h>
  /external/kernel-headers/original/asm-arm/
byteorder.h 52 #include <linux/byteorder/big_endian.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/
byteorder.h 45 #include <linux/byteorder/big_endian.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/
byteorder.h 45 #include <linux/byteorder/big_endian.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/
byteorder.h 45 #include <linux/byteorder/big_endian.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/
byteorder.h 45 #include <linux/byteorder/big_endian.h>
  /external/chromium/base/crypto/
rsa_private_key.h 43 // |big_endian| here specifies the byte-significance of the integer components
47 explicit PrivateKeyInfoCodec(bool big_endian) : big_endian_(big_endian) {}
80 // Prepends the integer stored in |val| - |val + num_bytes| with |big_endian|
85 bool big_endian);
96 // |big_endian| byte-significance.
100 bool big_endian);
rsa_private_key.cc 283 bool big_endian) {
286 if (!big_endian) {
323 bool big_endian) {
340 if (!big_endian)
  /external/bluetooth/bluez/sbc/
sbc_primitives_neon.c 550 int nsamples, int nchannels, int big_endian)
623 [perm] "r" (big_endian ? perm_be : perm_le)
655 [perm] "r" (big_endian ? perm_be : perm_le)
678 [perm] "r" (big_endian ? perm_be : perm_le)
688 int nsamples, int nchannels, int big_endian)
777 [perm] "r" (big_endian ? perm_be : perm_le)
813 [perm] "r" (big_endian ? perm_be : perm_le)
838 [perm] "r" (big_endian ? perm_be : perm_le)
sbc_primitives.c 224 * and "big_endian" arguments used with this inline function as compile
231 int nsamples, int nchannels, int big_endian)
244 #define PCM(i) (big_endian ? \
282 int nsamples, int nchannels, int big_endian)
295 #define PCM(i) (big_endian ? \
  /external/openssl/crypto/sha/asm/
sha512-ia64.pl 103 for (@ARGV) { $big_endian=1 if (/\-DB_ENDIAN/);
104 $big_endian=0 if (/\-DL_ENDIAN/); }
105 if (!defined($big_endian))
106 { $big_endian=(unpack('L',pack('N',1))==1); }
597 $code =~ s/mux1(\s+)\S+/nop.i$1 0x0/gm if ($big_endian);
599 if (!$big_endian);
sha1-ia64.pl 29 for (@ARGV) { $big_endian=1 if (/\-DB_ENDIAN/);
30 $big_endian=0 if (/\-DL_ENDIAN/); }
31 if (!defined($big_endian))
32 { $big_endian=(unpack('L',pack('N',1))==1); }
  /bionic/libc/kernel/arch-sh/asm/
byteorder.h 74 #include <linux/byteorder/big_endian.h>
  /external/e2fsprogs/misc/
dumpe2fs.c 414 int big_endian; local
491 big_endian = ((fs->flags & EXT2_FLAG_SWAP_BYTES) != 0);
493 big_endian = !big_endian;
495 if (big_endian)
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_misc.c 651 * \param big_endian Endian: 0 little endian, 1 big endian
654 snd_pcm_format_t snd_pcm_build_linear_format(int width, int pwidth, int unsignd, int big_endian)
670 return linear24_formats[width][!!unsignd][!!big_endian];
688 return linear_formats[width][!!unsignd][!!big_endian];
  /device/samsung/crespo/alsa-lib/src/seq/
seq_hw.c 537 run_mode.big_endian = 1;
539 run_mode.big_endian = 0;
  /external/netcat/
stupidh 191 big_endian
  /device/samsung/crespo/alsa-lib/include/sound/
asequencer.h 387 unsigned char big_endian; /* 1 = big-endian */ member in struct:sndrv_seq_running_info
  /external/libvpx/build/make/
configure.sh 893 grep '4f *32 *42 *45' >/dev/null 2>&1 && enable big_endian
  /device/samsung/crespo/alsa-lib/include/
pcm.h     [all...]

Completed in 299 milliseconds