HomeSort by relevance Sort by last modified time
    Searched refs:two (Results 1 - 25 of 1170) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/glsl/glcpp/tests/
100-macro-with-colon.c 2 #define two 2 macro
5 case one + two:
054-if-with-macros.c 2 #define two 2 macro
5 #if five < two
10 #if three >= two
15 #if two + three <= five
20 #if five - two == three
057-empty-arguments.c 5 #define two(x,y) success macro
6 two(,)
039-func-arg-obj-macro-with-comma.c 2 #define bar two,words
  /toolchain/binutils/binutils-2.25/gas/config/
tc-m68851.h 115 {"pdbac", two(0xf048, 0x0007), two(0xfff8, 0xffff), "DsBw"},
116 {"pdbas", two(0xf048, 0x0006), two(0xfff8, 0xffff), "DsBw"},
117 {"pdbbc", two(0xf048, 0x0001), two(0xfff8, 0xffff), "DsBw"},
118 {"pdbbs", two(0xf048, 0x0000), two(0xfff8, 0xffff), "DsBw"},
119 {"pdbcc", two(0xf048, 0x000f), two(0xfff8, 0xffff), "DsBw"}
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
eval.s 3 .equ two, 2
8 .if two > one
11 .byte two
17 .byte two
20 .if one < two
23 .byte two
26 .if one <> two
29 .byte two
32 .if one != two
35 .byte two
    [all...]
  /external/clang/test/SemaCXX/
gnu-case-ranges.cpp 6 two, enumerator in enum:E
18 case two ... two + 1: