Searched defs:five (Results 1 - 15 of 15) sorted by relevance

/external/mesa3d/src/glsl/glcpp/tests/
H A D054-if-with-macros.c4 #define five 5 macro
5 #if five < two
15 #if two + three <= five
20 #if five - two == three
30 #if one != five
/external/clang/test/CodeGen/
H A Dtbaa-struct.cpp43 struct five { struct
49 void copy4(struct five *a, struct five *b) {
H A Dtbaa.cpp197 struct five { struct
203 char g13(struct five *a, struct five *b) {
/external/libcxx/test/std/utilities/function.objects/unord.hash/
H A Denum.pass.cpp23 enum class Cardinals { zero, one, two, three, five=5 }; member in class:Cardinals
/external/e2fsprogs/lib/ext2fs/
H A Dres_gdt.c27 unsigned int *five, unsigned int *seven)
40 if (*five < *min) {
41 min = five;
135 unsigned int three = 1, five = 5, seven = 7; local
176 while ((grp = list_backups(fs, &three, &five, &seven)) <
26 list_backups(ext2_filsys fs, unsigned int *three, unsigned int *five, unsigned int *seven) argument
/external/icu/icu4c/source/test/cintltst/
H A Dchashtst.c163 static const UChar five[6] = {0x0066, 0x0069, 0x0076, 0x0065, 0}; /* L"five" */ local
164 static const UChar five2[6] = {0x0066, 0x0069, 0x0076, 0x0065, 0}; /* L"five" */
188 uhash_puti(hash, (void*)five, 5, &status);
/external/v8/test/mjsunit/
H A Dkeyed-call-ic.js134 f.five = function() { return 'five'; }
140 key = 'five';
/external/clang/test/SemaTemplate/
H A Dtypename-specifier.cpp28 int five = f(5); local
32 five += 1;
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-templates.cpp106 IntTemplate<5> five; local
/external/libogg/src/
H A Dbitwise.c636 static int five[45]={169,2,126,139,144,172,30,4,80,72,240,59,130,218,73,62, local
687 cliptest(testbuffer2,test2size,17,five,fivesize);
/external/tremolo/Tremolo/
H A Dbitwise.c578 static int five[45]={169,2,126,139,144,172,30,4,80,72,240,59,130,218,73,62, local
634 cliptest(testbuffer2,test2size,17,five,fivesize);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java610 public static final Integer five = new Integer(5); field in class:JSR166TestCase
/external/llvm/test/Bindings/OCaml/
H A Dcore.ml287 let five = const_int i64_type 5 in var
288 let ffive = const_uitofp five double_type in
297 ignore (define_global "const_add" (const_add foldbomb five) m);
298 ignore (define_global "const_nsw_add" (const_nsw_add foldbomb five) m);
299 ignore (define_global "const_nuw_add" (const_nuw_add foldbomb five) m);
301 ignore (define_global "const_sub" (const_sub foldbomb five) m);
302 ignore (define_global "const_nsw_sub" (const_nsw_sub foldbomb five) m);
303 ignore (define_global "const_nuw_sub" (const_nuw_sub foldbomb five) m);
305 ignore (define_global "const_mul" (const_mul foldbomb five) m);
306 ignore (define_global "const_nsw_mul" (const_nsw_mul foldbomb five)
[all...]
/external/skia/tests/
H A DImageFilterTest.cpp356 SkScalar five = SkIntToScalar(5); local
359 SkBlurImageFilter::Create(five, five)
363 SkBlurImageFilter::Create(-five, five)
423 SkScalar five = SkIntToScalar(5); local
426 SkAutoTUnref<SkImageFilter> blur(SkBlurImageFilter::Create(five, five));
473 { "blur and offset", SkOffsetImageFilter::Create(five, five, blu
[all...]
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp1146 int five; member in struct:CppStructNonStandardByProt

Completed in 698 milliseconds