OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:little
(Results
101 - 125
of
4093
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
utf_16.py
26
if sys.byteorder == '
little
':
48
if sys.byteorder == '
little
':
87
if sys.byteorder == '
little
':
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmendian.h
20
* This file by default provides proper behavior on
little
-endian architectures.
48
* Host <=>
Little
-Endian for 16- and 32-bit values
213
* Store 16-bit value to unaligned
little
-endian byte array.
223
* Store 32-bit value to unaligned
little
-endian byte array.
257
* Load 16-bit value from unaligned
little
-endian byte array.
266
* Load 32-bit value from unaligned
little
-endian byte array.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
sample.h
47
* \li PA_SAMPLE_S16LE - Signed 16 integer bit PCM,
little
endian.
49
* \li PA_SAMPLE_FLOAT32LE - 32 bit IEEE floating point PCM,
little
endian.
53
* \li PA_SAMPLE_S32LE - Signed 32 bit integer PCM,
little
endian.
127
PA_SAMPLE_S16LE, /**< Signed 16 Bit PCM,
little
endian (PC) */
129
PA_SAMPLE_FLOAT32LE, /**< 32 Bit IEEE floating point,
little
endian, range -1 to 1 */
131
PA_SAMPLE_S32LE, /**< Signed 32 Bit PCM,
little
endian (PC) */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
sample.h
47
* \li PA_SAMPLE_S16LE - Signed 16 integer bit PCM,
little
endian.
49
* \li PA_SAMPLE_FLOAT32LE - 32 bit IEEE floating point PCM,
little
endian.
53
* \li PA_SAMPLE_S32LE - Signed 32 bit integer PCM,
little
endian.
127
PA_SAMPLE_S16LE, /**< Signed 16 Bit PCM,
little
endian (PC) */
129
PA_SAMPLE_FLOAT32LE, /**< 32 Bit IEEE floating point,
little
endian, range -1 to 1 */
131
PA_SAMPLE_S32LE, /**< Signed 32 Bit PCM,
little
endian (PC) */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
sample.h
47
* \li PA_SAMPLE_S16LE - Signed 16 integer bit PCM,
little
endian.
49
* \li PA_SAMPLE_FLOAT32LE - 32 bit IEEE floating point PCM,
little
endian.
53
* \li PA_SAMPLE_S32LE - Signed 32 bit integer PCM,
little
endian.
127
PA_SAMPLE_S16LE, /**< Signed 16 Bit PCM,
little
endian (PC) */
129
PA_SAMPLE_FLOAT32LE, /**< 32 Bit IEEE floating point,
little
endian, range -1 to 1 */
131
PA_SAMPLE_S32LE, /**< Signed 32 Bit PCM,
little
endian (PC) */
/bootable/recovery/applypatch/
utils.c
21
/** Write a 4-byte value to f in
little
-endian order. */
29
/** Write an 8-byte value to f in
little
-endian order. */
/external/icu4c/layout/
LESwaps.h
49
* No-op on a big-endian platform, byte-swaps on a
little
-endian platform.
73
* No-op on a big-endian platform, byte-swaps on a
little
-endian platform.
/external/llvm/test/MC/Mips/
elf_basic.s
3
// 32 bit
little
endian
7
// 64 bit
little
endian
/external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_AudioSpec.3
55
.IP "\fBAUDIO_U16\fP or \fBAUDIO_U16LSB\fP" 10Unsigned 16-bit
little
-endian samples
56
.IP "\fBAUDIO_S16\fP or \fBAUDIO_S16LSB\fP" 10Signed 16-bit
little
-endian samples
/external/srec/portable/include/
PFileImpl.h
44
* True if file is in
little
endian format.
62
* @param littleEndian True if file is
little
-endian
/frameworks/compile/mclinker/include/mcld/
TargetOptions.h
29
Little
,
59
bool isLittleEndian() const { return (
Little
== m_Endian); }
/dalvik/vm/mterp/armv5te/
OP_MUL_LONG_2ADDR.S
7
* We get a
little
tight on registers, so to avoid looking up &fp[A]
/dalvik/vm/mterp/armv6t2/
OP_MUL_LONG_2ADDR.S
7
* We get a
little
tight on registers, so to avoid looking up &fp[A]
/external/chromium/chrome/browser/extensions/
execute_script_apitest.cc
11
// We need a.com to be a
little
bit slow to trigger a race condition.
/external/chromium/third_party/libjingle/source/talk/base/
byteorder.h
43
// Reading and writing of
little
and big-endian numbers from memory
153
// If the host is
little
endian, GetBE64 converts n to big network endian.
166
// If the host is
little
endian, GetBE64 converts n to
little
endian.
/external/chromium-trace/trace-viewer/src/base/
sorted_array_utils_test.js
35
// These two are a
little
odd... the return is correct in that
/external/chromium_org/chrome/browser/ui/gtk/
constrained_window_gtk.cc
51
// This is a
little
hacky, but it's better than subclassing GtkWidget just to
/external/chromium_org/content/renderer/
in_process_renderer_thread.cc
29
// It's a
little
lame to manually set this flag. But the single process
/external/chromium_org/crypto/
curve25519.cc
26
// It is
little
-endian version of '9' followed by 31 zeros.
/external/chromium_org/ppapi/tests/
test_message_loop.h
30
// This just ensures we have a unique number for each
little
thing we test.
/external/chromium_org/remoting/proto/
audio.proto
17
// For those packets, samples are signed and represented using
little
endian.
/external/chromium_org/third_party/icu/source/i18n/
csrucode.h
20
* This class matches UTF-16 and UTF-32, both big- and
little
-endian. The
/external/chromium_org/third_party/openssl/openssl/crypto/rc2/
version
15
little
-endian operators.
/external/chromium_org/third_party/openssl/openssl/crypto/ripemd/
README
4
This is my implementation of RIPEMD-160. The pentium assember is a
little
/external/chromium_org/tools/traceline/traceline/
README
4
timings as
little
as possible. This lead to a design in which the log buffer
Completed in 810 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>