Searched
full:x100 (Results
351 -
375 of
3083) sorted by null
<<11121314151617181920>>
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/asm-generic/ |
termios.h | 52 #define TIOCM_DSR 0x100
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/ |
fcntl.h | 41 #define AT_SYMLINK_NOFOLLOW 0x100
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/asm-generic/ |
termios.h | 52 #define TIOCM_DSR 0x100
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/ |
fcntl.h | 41 #define AT_SYMLINK_NOFOLLOW 0x100
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/asm-generic/ |
termios.h | 52 #define TIOCM_DSR 0x100
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/ |
fcntl.h | 41 #define AT_SYMLINK_NOFOLLOW 0x100
|
/system/core/libpixelflinger/arch-mips/ |
t32cb16blend.S | 39 * f = 0x100 - (sA + (sA>>7)) 48 li $t6,0x100 97 * f = 0x100 - (sA + (sA>>7)) 108 li $t6,0x100
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
absrel.s | 52 .org 0x100
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
ehdr_start_test.t | 32 . = ALIGN(0x100);
|
justsyms_1.cc | 47 assert(reinterpret_cast<uintptr_t>(justsyms_string) == 0x100);
|
script_test_2.t | 33 . = ALIGN(0x100);
|
script_test_3.t | 35 . = ALIGN(0x100);
|
/toolchain/binutils/binutils-2.25/include/coff/ |
tic30.h | 47 #define R_TIC30_ABS16 0x100 /* 16 bit absolute. */
|
/cts/tests/tests/os/jni/seccomp-tests/ |
local-modifications-android-2.diff | 43 - BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE|0x100), /* poll */ 46 + BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE|0x100), 99 ASSERT_EQ(0x100, msg);
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
ActionScriptTarget.java | 80 return "\\x"+ Integer.toHexString(v|0x100).substring(1,3); 91 buf.append(Integer.toHexString((v >> 8) | 0x100).substring(1, 3)); // high - order bits 93 buf.append(Integer.toHexString((v & 0xff) | 0x100).substring(1, 3)); // low -order bits
|
/external/bison/lib/ |
float+.h | 48 (FLT_EXP_MASK < 0x100 ? 8 : \ 74 (DBL_EXP_MASK < 0x100 ? 8 : \ 100 (LDBL_EXP_MASK < 0x100 ? 8 : \
|
/external/clang/test/Analysis/ |
additive-folding.cpp | 131 clang_analyzer_eval(a <= 0x100); // expected-warning{{TRUE}} 132 clang_analyzer_eval(a < 0x100); // expected-warning{{TRUE}} 134 clang_analyzer_eval(a != 0x100); // expected-warning{{TRUE}}
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/ |
LZMADecoder.java | 162 } while (symbol < 0x100); 166 int offset = 0x100; 176 } while (symbol < 0x100);
|
/external/opencv3/3rdparty/openexr/Half/ |
eLut.cpp | 55 for (int i = 0; i < 0x100; i++) 66 eLut[i | 0x100] = 0; 75 eLut[i | 0x100] = ((e << 10) | 0x8000);
|
/external/pdfium/third_party/libopenjpeg20/ |
opj_malloc.h | 58 #define opj_malloc(size) ((size_t)(size) >= (size_t)-0x100 ? NULL : malloc(size)) 75 #define opj_calloc(num, size) ((size_t)(num) != 0 && (size_t)(num) >= (size_t)-0x100 / (size_t)(size) ? NULL : calloc(num, size)) 159 #define opj_realloc(m, s) ((size_t)(s) >= (size_t)-0x100 ? NULL : realloc(m, s))
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/ |
adc.d | 25 40: 00 fc 00 48 4800fc00 adc r0,r1,0x100 29 50: ff fc 1f 48 481ffcff adc r0,255,0x100 31 58: ff 7e 1f 48 481f7eff adc r0,0x100,255
|
add.d | 25 40: 00 fc 00 40 4000fc00 add r0,r1,0x100 29 50: ff fc 1f 40 401ffcff add r0,255,0x100 31 58: ff 7e 1f 40 401f7eff add r0,0x100,255
|
and.d | 25 40: 00 fc 00 60 6000fc00 and r0,r1,0x100 29 50: ff fc 1f 60 601ffcff and r0,255,0x100 31 58: ff 7e 1f 60 601f7eff and r0,0x100,255
|
bic.d | 25 40: 00 fc 00 70 7000fc00 bic r0,r1,0x100 29 50: ff fc 1f 70 701ffcff bic r0,255,0x100 31 58: ff 7e 1f 70 701f7eff bic r0,0x100,255
|
or.d | 25 40: 00 fc 00 68 6800fc00 or r0,r1,0x100 29 50: ff fc 1f 68 681ffcff or r0,255,0x100 31 58: ff 7e 1f 68 681f7eff or r0,0x100,255
|
Completed in 475 milliseconds
<<11121314151617181920>>