/external/chromium_org/third_party/openssl/openssl/crypto/modes/ |
xts128.c | 65 const union { long one; char little; } is_endian = {1}; member in union:__anon13699 101 if (is_endian.little) { 137 if (is_endian.little) {
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
x86_64cpuid.pl | 185 .Little: 189 jnz .Little 207 jne .Little
|
/external/elfutils/libasm/ |
libasm.h | 70 class (32- or 64-bit), and DATA specifies the byte order (little or 133 /* Add signed little endian base 128 integer NUM to (sub)section ASMSCN. */ 136 /* Add unsigned little endian base 128 integer NUM to (sub)section ASMSCN. */
|
/external/jpeg/ |
mips_jidctfst.c | 2 * IDCT implementation using the MIPS DSP ASE (little endian version) 83 #define PASS1_BITS 1 /* lose a little precision to avoid overflow */ 106 /* We can gain a little more speed, with a further compromise in accuracy,
|
/external/llvm/test/CodeGen/Mips/ |
inlineasm-operand-code.ll | 82 ; D, in little endian the source reg will be 4 bytes into the long long 107 ; L, in little endian the source reg will be 0 bytes into the long long 131 ; M, in little endian the source reg will be 4 bytes into the long long
|
/external/openssl/crypto/modes/ |
xts128.c | 65 const union { long one; char little; } is_endian = {1}; member in union:__anon24274 101 if (is_endian.little) { 137 if (is_endian.little) {
|
/external/openssl/crypto/ |
x86_64cpuid.pl | 185 .Little: 189 jnz .Little 207 jne .Little
|
/external/qemu/distrib/sdl-1.2.15/src/main/win32/ |
SDL_win32_main.c | 320 /* Hush little compiler, don't you cry... */ 397 /* Run the main program (after a little SDL initialization) */ 400 /* Hush little compiler, don't you cry... */
|
/external/qemu/elff/ |
elf_defs.h | 123 /* Checks if this code runs on CPU with a little-endian data format.
125 * true, if this code runs on CPU with a little-endian data format,
131 /* Lets see if byte has flipped for little-endian. */
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
ByteBuffer.java | 265 // nn 00 -- -- - Little endian UTF-16 285 // FF FE 00 00 - Little endian UTF-32 286 // FF FE -- -- - Little endian UTF-16
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
capability.h | 57 __u32 magic_etc; /* Little endian */ 58 __u32 permitted; /* Little endian */ 59 __u32 inheritable; /* Little endian */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
capability.h | 57 __u32 magic_etc; /* Little endian */ 58 __u32 permitted; /* Little endian */ 59 __u32 inheritable; /* Little endian */
|
/art/runtime/entrypoints/quick/ |
quick_fillarray_entrypoints.cc | 30 * little-endian ordering. Require that oat2dex do any required swapping
|
/dalvik/libdex/ |
Leb128.cpp | 18 * Functions for interpreting LEB128 (little endian base 128) values
|
/dalvik/vm/ |
Native.h | 94 * Big/little endian shouldn't matter here -- ordering of words within a
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
HoverInterceptorView.java | 38 * interesting and complex than our little Interceptor example here.
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
ST.stg | 51 e <! little hack to get if .. elsif .. else block right !>
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_view_mac.h | 57 // The minimum is just a little larger than the size of the button itself.
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
soundclip.h | 49 // must be 16-bit little-endian 16 kHz PCM. If a stream is already playing
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
DefaultVideoPosterRequestHandler.java | 103 * @return a unique URL which has little chance to be used by application.
|
/external/chromium_org/ash/system/tray/ |
tray_bar_button_with_title.cc | 103 // a little bit up to look closer to the bar.
|
/external/chromium_org/base/ |
sys_byteorder.h | 78 // Converts the bytes in |x| from host order (endianness) to little endian, and
|
/external/chromium_org/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_org/chrome/browser/ui/cocoa/extensions/ |
extension_view_mac.h | 69 // The minimum is just a little larger than the size of the button itself.
|
/external/chromium_org/chrome/browser/ui/panels/ |
panel_bounds_animation.cc | 65 // 2. Freeze for a little bit (0.15->0.6), just showing titlebar.
|