/external/llvm/test/MC/Mips/mips32r6/ |
valid-xfail.s | 14 beqc $0, $6, 256 # TODO: beqc $6, $zero, 256 # encoding: [0x20,0xc0,0x00,0x40] 15 beqc $5, $0, 256 # TODO: beqc $5, $zero, 256 # encoding: [0x20,0xa0,0x00,0x40] 17 bnec $0, $6, 256 # TODO: bnec $6, $zero, 256 # encoding: [0x60,0xc0,0x00,0x40] 18 bnec $5, $0, 256 # TODO: bnec $5, $zero, 256 # encoding: [0x60,0xa0,0x00,0x40]
|
/external/llvm/test/MC/Mips/mips64r6/ |
valid-xfail.s | 14 beqc $0, $6, 256 # TODO: beqc $6, $zero, 256 # encoding: [0x20,0xc0,0x00,0x40] 15 beqc $5, $0, 256 # TODO: beqc $5, $zero, 256 # encoding: [0x20,0xa0,0x00,0x40] 17 bnec $0, $6, 256 # TODO: bnec $6, $zero, 256 # encoding: [0x60,0xc0,0x00,0x40] 18 bnec $5, $0, 256 # TODO: bnec $5, $zero, 256 # encoding: [0x60,0xa0,0x00,0x40]
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv04_state_frag.c | 86 return COMBINER_SOURCE(ZERO); 147 return COMBINER_SOURCE(ZERO) | 153 return COMBINER_SOURCE(ZERO) | 189 INPUT_SRC(rc, 1, ZERO, INVERT); 190 INPUT_SRC(rc, 2, ZERO, 0); 191 INPUT_SRC(rc, 3, ZERO, 0); 198 INPUT_SRC(rc, 2, ZERO, 0); 199 INPUT_SRC(rc, 3, ZERO, 0); 212 INPUT_SRC(rc, 1, ZERO, INVERT); 214 INPUT_SRC(rc, 3, ZERO, INVERT) [all...] |
/external/oprofile/events/i386/arch_perfmon/ |
unit_masks | 3 name:zero type:mandatory default:0x0
|
/external/oprofile/events/i386/ppro/ |
unit_masks | 3 name:zero type:mandatory default:0x0
|
/external/oprofile/events/x86-64/family15h/ |
unit_masks | 15 name:zero type:mandatory default:0x0
|
/external/oprofile/module/ |
op_util.h | 18 // returns non-zero on failure, inclusive
|
/external/srec/config/en.us/dictionary/ |
basic.ok | 31 zero =Y07
|
/external/valgrind/main/memcheck/tests/ |
inits.c | 4 /* Static and global vars are inited to zero, non-static local vars aren't. */
|
/external/valgrind/main/none/tests/x86/ |
shift_ndep.c | 4 /* Test whether a shift by zero properly preserves the CC_NDEP thunk. */ 7 shift when the shift amount happens to be zero. */ 15 to be zero, which should leave both %x and all the flags 21 the shift amount were non-zero), this will be interpeted as
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
ArrayBlockingQueueNotFairTest.java | 4 * http://creativecommons.org/publicdomain/zero/1.0/
|
LinkedBlockingQueueBoundedTest.java | 4 * http://creativecommons.org/publicdomain/zero/1.0/
|
LinkedBlockingQueueUnboundedTest.java | 4 * http://creativecommons.org/publicdomain/zero/1.0/
|
PriorityBlockingQueueGenericTest.java | 4 * http://creativecommons.org/publicdomain/zero/1.0/
|
PriorityBlockingQueueInitialCapacityTest.java | 4 * http://creativecommons.org/publicdomain/zero/1.0/
|
SynchronousQueueFairTest.java | 4 * http://creativecommons.org/publicdomain/zero/1.0/
|
SynchronousQueueNotFairTest.java | 4 * http://creativecommons.org/publicdomain/zero/1.0/
|
ThreadLocalTest.java | 4 * http://creativecommons.org/publicdomain/zero/1.0/ 25 return zero; 49 assertSame(itl.get(), zero); local 53 assertSame(itl.get(), zero); local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.zero/ |
default.pass.cpp | 10 // dynarray.zero 12 // dynarray shall provide support for the special case of construction with a size of zero. 13 // In the case that the size is zero, begin() == end() == unique value. 15 // The effect of calling front() or back() for a zero-sized dynarray is undefined.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/cloog/ |
state.h | 14 cloog_int_t zero; member in struct:cloogstate
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/ |
state.h | 14 cloog_int_t zero; member in struct:cloogstate
|
/external/llvm/test/MC/Mips/mips3/ |
valid.s | 53 ddiv $zero,$k0,$s3 54 ddivu $zero,$s0,$s1 55 div $zero,$25,$11 58 divu $zero,$25,$15 63 dsll $zero,18 # CHECK: dsll $zero, $zero, 18 # encoding: [0x00,0x00,0x04,0xb8] 64 dsll $zero,$s4,18 # CHECK: dsll $zero, $20, 18 # encoding: [0x00,0x14,0x04,0xb8] 65 dsll $zero,$s4,$12 # CHECK: dsllv $zero, $20, $12 # encoding: [0x01,0x94,0x00,0x14 [all...] |
/bionic/tests/ |
search_test.cpp | 148 q_node zero(0); 154 insque(&zero, NULL); 155 insque(&one, &zero); 159 for (q_node* q = &zero; q != NULL; q = q->next) { 171 q_node* head = &zero; 182 remque(&zero); 186 zero.next = &zero; 187 zero.prev = &zero; [all...] |
/dalvik/dx/tests/093-ssa-invoke-range/ |
Blort.java | 21 // The register containing "zero" will be marked as "reserved for locals" 26 int zero = 0; local 28 methodThatNeedsInvokeRange(src, zero, dest, 1, 5, 0);
|
/external/compiler-rt/test/asan/TestCases/ |
throw_invoke_test.cc | 8 static volatile int zero = 0; variable 17 if (zero == 0) 19 else if (zero == 1)
|