OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endian
(Results
426 - 450
of
1188
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
attr-wchar-01.d
2
#as: -mlittle-
endian
attr-wchar-02.d
2
#as: -mlittle-
endian
attr-wchar-10.d
2
#as: -mlittle-
endian
attr-wchar-11.d
2
#as: -mlittle-
endian
attr-wchar-20.d
2
#as: -mlittle-
endian
attr-wchar-22.d
2
#as: -mlittle-
endian
dsbt-index.d
2
#as: -mlittle-
endian
got-reloc-global-addend-1.d
2
#as: -mlittle-
endian
-mdsbt
got-reloc-global-addend-2.d
2
#as: -mlittle-
endian
-mdsbt
shared-nopic.d
2
#as: -mlittle-
endian
-mdsbt -mpid=near
shared-nopid.d
2
#as: -mlittle-
endian
-mdsbt -mpic
weak-data.d
2
#as: -mlittle-
endian
/external/fio/crc/
xxhash.c
53
// By default, xxHash library provides
endian
-independant Hash values, based on little-
endian
convention.
54
// Results are therefore identical for little-
endian
and big-
endian
CPU.
55
// This comes at a performance cost for big-
endian
CPU, since some swapping is required to emulate little-
endian
format.
56
// Should
endian
-independance be of no importance for your application, you may set the #define below to 1.
57
// It will improve speed for Big-
endian
CPU.
151
static uint32_t XXH_readLE32_align(const uint32_t* ptr, XXH_endianess
endian
, XXH_alignment align)
154
return
endian
==XXH_littleEndian ? A32(ptr) : XXH_swap32(A32(ptr))
[
all
...]
/bionic/libc/include/netinet/
in.h
32
#include <
endian
.h>
/development/ndk/platforms/android-21/include/netinet/
in.h
31
#include <
endian
.h>
/development/ndk/platforms/android-3/include/netinet/
in.h
31
#include <
endian
.h>
/external/squashfs-tools/squashfs-tools/
lz4_wrapper.h
32
#include <
endian
.h>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
nan.h
40
# include <
endian
.h>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
nan.h
40
# include <
endian
.h>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
nan.h
40
# include <
endian
.h>
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/netinet/
in.h
31
#include <
endian
.h>
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/netinet/
in.h
31
#include <
endian
.h>
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/netinet/
in.h
31
#include <
endian
.h>
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/netinet/
in.h
31
#include <
endian
.h>
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/netinet/
in.h
31
#include <
endian
.h>
Completed in 993 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>