HomeSort by relevance Sort by last modified time
    Searched refs:NNN (Results 1 - 14 of 14) sorted by null

  /external/valgrind/memcheck/tests/
sh-mem.c 125 // (NNN = 1, 2, 4 or 8), with varying alignments, of values with
134 #define DO(NNN, Ty, ITy, isF4) \
135 fprintf(stderr, "-- NNN: %d %s %s ------------------------\n", \
136 NNN, #Ty, #ITy); \
137 /* For all of the alignments from (0..NNN-1), eg. if NNN==4, we do */ \
139 for (h = 0; h < NNN; h++) { \
148 fprintf(stderr, "h = %d (checking %d..%d) ", h, h, (int)(n-NNN+h)); \
153 U8 tmp = build(NNN, j); \
161 (void)VALGRIND_MAKE_MEM_DEFINED(&undefN_ITyDef, NNN); \
    [all...]
atomic_incs.c 21 #define NNN 3456987
759 for (i = 0; i < NNN; i++) {
774 for (i = 0; i < NNN; i++) {
  /external/llvm/utils/TableGen/
X86ModRMFilters.h 88 /// mod field [bits 7-6] and the value of the nnn field [bits 5-3].
92 uint8_t NNN;
98 /// \param nnn The required value of the nnn field.
99 ExtendedFilter(bool r, uint8_t nnn) :
102 NNN(nnn) {
108 (((modRM & 0x38) >> 3) == NNN));
  /external/swiftshader/third_party/LLVM/utils/TableGen/
X86ModRMFilters.h 91 /// nnn field [bits 5-3], known elsewhere as the reg field.
102 /// byte. If c0_ff is false, the required value of the nnn
143 /// mod field [bits 7-6] and the value of the nnn field [bits 5-3].
147 uint8_t NNN;
153 /// @nnn - The required value of the nnn field.
154 ExtendedFilter(bool r, uint8_t nnn) :
157 NNN(nnn) {
163 (((modRM & 0x38) >> 3) == NNN))
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5162.go 19 onesA := [NNN]ttt{ONES}
20 onesB := [NNN]ttt{ONES}
21 twos := [NNN]ttt{TWOS}
37 onesA := [NNN]ttt{ONES}
38 onesB := [NNN]ttt{ONES}
39 twos := [NNN]ttt{TWOS}
73 src = strings.Replace(src, "NNN", fmt.Sprint(i), -1)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue5162.go 19 onesA := [NNN]ttt{ONES}
20 onesB := [NNN]ttt{ONES}
21 twos := [NNN]ttt{TWOS}
37 onesA := [NNN]ttt{ONES}
38 onesB := [NNN]ttt{ONES}
39 twos := [NNN]ttt{TWOS}
73 src = strings.Replace(src, "NNN", fmt.Sprint(i), -1)
  /external/autotest/client/bin/self-test/
test 34 } 2>&1 | `dirname "$i"`/NNN-filter "$i" | \
  /external/valgrind/none/tests/mips64/
cvm_atomic_thread.c 14 #define NNN 3456987 // Number of repetition.
343 for (i = 0; i < NNN; i++) {
377 for (i = 0; i < NNN; i++) {
  /external/valgrind/helgrind/tests/
annotate_hbefore.c 302 #define NNN 1000000
308 for (i = 0; i < NNN; i++)
  /prebuilts/go/darwin-x86/src/testing/
sub_test.go 213 sub_test.go:NNN: an error
214 sub_test.go:NNN: skipped`,
431 sub_test.go:NNN: skipping`,
449 sub_test.go:NNN: an error
450 sub_test.go:NNN: skipped`,
521 s = strings.Replace(s, ":NNN:", `:\d\d\d:`, -1)
  /prebuilts/go/linux-x86/src/testing/
sub_test.go 213 sub_test.go:NNN: an error
214 sub_test.go:NNN: skipped`,
431 sub_test.go:NNN: skipping`,
449 sub_test.go:NNN: an error
450 sub_test.go:NNN: skipped`,
521 s = strings.Replace(s, ":NNN:", `:\d\d\d:`, -1)
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
typecheck.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
typecheck.go     [all...]

Completed in 295 milliseconds