OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:big_endian
(Results
1 - 7
of
7
) sorted by null
/external/qemu/hw/
arm_boot.c
195
int
big_endian
;
local
208
big_endian
= 1;
210
big_endian
= 0;
mips_r4k.c
84
int
big_endian
;
local
87
big_endian
= 1;
89
big_endian
= 0;
93
(uint64_t *)&kernel_high,
big_endian
, ELF_MACHINE, 1);
/external/elfutils/src/
strings.c
119
static bool
big_endian
;
variable
259
big_endian
= true;
337
if (
big_endian
)
344
if (
big_endian
)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
wave.py
88
big_endian
= 1
variable in class:Error
90
big_endian
= 0
variable
234
if self._sampwidth > 1 and
big_endian
:
421
if self._sampwidth > 1 and
big_endian
:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
wave.py
88
big_endian
= 1
variable in class:Error
90
big_endian
= 0
variable
234
if self._sampwidth > 1 and
big_endian
:
421
if self._sampwidth > 1 and
big_endian
:
/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
...]
/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
...]
Completed in 1340 milliseconds