Searched refs:TWO (Results 1 - 25 of 35) sorted by relevance

12

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dmacro-source-path.c16 #define TWO 2 macro
21 return ONE + TWO;
H A Dinfo-macros.c13 #ifdef TWO
44 #define TWO macro
56 #undef TWO macro
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
H A Dscm-math.c21 TWO = 2 enumerator in enum:e
24 enum e evalue = TWO;
H A Dscm-value.c35 TWO = 2 enumerator in enum:e
40 enum e evalue = TWO;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
H A Dscm-math.c21 TWO = 2 enumerator in enum:e
24 enum e evalue = TWO;
H A Dscm-value.c35 TWO = 2 enumerator in enum:e
40 enum e evalue = TWO;
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_206.c9 ONE, TWO, THREE enumerator in enum:number
17 case TWO:
24 case TWO:
36 case TWO:
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dindex.cc20 enum E { ONE, TWO }; enumerator in enum:E
H A Denum-type.exp64 {DW_AT_name TWO}
79 gdb_test "ptype enum EU" "type = enum EU {TWO = 2}" \
82 gdb_test "ptype enum EU" "type = enum EU : unsigned int {TWO = 2}" \
H A Dsubrange-enum.exp49 {DW_AT_name TWO}
78 gdb_test "print rangeval" " = TWO"
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/poly1305/
H A Dpoly1305_ieee754.c60 #define TWO(p) ((double)(1ULL<<(p))) macro
61 #define TWO0 TWO(0)
62 #define TWO32 TWO(32)
63 #define TWO64 (TWO32*TWO(32))
64 #define TWO96 (TWO64*TWO(32))
65 #define TWO130 (TWO96*TWO(34))
117 st->h[0].d = TWO(52)*TWO0;
118 st->h[1].d = TWO(52)*TWO32;
119 st->h[2].d = TWO(52)*TWO64;
120 st->h[3].d = TWO(5
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/poly1305/
H A Dpoly1305_ieee754.c60 #define TWO(p) ((double)(1ULL<<(p))) macro
61 #define TWO0 TWO(0)
62 #define TWO32 TWO(32)
63 #define TWO64 (TWO32*TWO(32))
64 #define TWO96 (TWO64*TWO(32))
65 #define TWO130 (TWO96*TWO(34))
117 st->h[0].d = TWO(52)*TWO0;
118 st->h[1].d = TWO(52)*TWO32;
119 st->h[2].d = TWO(52)*TWO64;
120 st->h[3].d = TWO(5
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dinfo-macros.c13 #ifdef TWO
44 #define TWO macro
56 #undef TWO macro
/netbsd-current/games/cribbage/
H A Ddeck.h55 #define TWO 1 macro
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DRegisterValue.h36 TWO, // 2.0 member in class:llvm::exegesis::PredefinedValues
H A DRegisterValue.cpp25 case PredefinedValues::TWO:
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-value.c37 TWO = 2 enumerator in enum:e
42 enum e evalue = TWO;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-value.c37 TWO = 2 enumerator in enum:e
42 enum e evalue = TWO;
/netbsd-current/games/countmail/
H A Dcountmail94 *2) y=${y}TWO ;;
106 *2??) z=TWO ;;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Denum-type.exp62 {DW_AT_name TWO}
77 gdb_test "ptype enum EU" "type = enum EU {TWO = 2}" \
80 gdb_test "ptype enum EU" "type = enum EU : unsigned integer {TWO = 2}" \
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
H A Dcompile.c24 TWO = 2 enumerator in enum:enum_type
H A Dcompile-cplus.c27 TWO = 2 enumerator in enum:enum_type
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
H A Dcompile.c24 TWO = 2 enumerator in enum:enum_type
H A Dcompile-cplus.c27 TWO = 2 enumerator in enum:enum_type
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarmod-to-separator.mk19 .if ${WORDS:ts/:tu} != "ONE/TWO/THREE/FOUR/FIVE/SIX"
25 .if ${WORDS:ts::tu} != "ONE:TWO:THREE:FOUR:FIVE:SIX"
51 .if ${WORDS:tu:ts/} != "ONE/TWO/THREE/FOUR/FIVE/SIX"
140 .if ${WORDS:[1..3]:ts\012:tu} != "ONE${.newline}TWO${.newline}THREE"
145 .if ${WORDS:[1..2]:ts\000000000000000000000000012:tu} != "ONE${.newline}TWO"
162 .if ${WORDS:[1..3]:ts\xa:tu} != "ONE${.newline}TWO${.newline}THREE"

Completed in 162 milliseconds

12