HomeSort by: relevance | last modified time | path
    Searched refs:TWO (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
macro-source-path.c 16 #define TWO 2
21 return ONE + TWO;
info-macros.c 13 #ifdef TWO
44 #define TWO
56 #undef TWO
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
macro-source-path.c 16 #define TWO 2
21 return ONE + TWO;
info-macros.c 13 #ifdef TWO
44 #define TWO
56 #undef TWO
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
scm-math.c 21 TWO = 2
24 enum e evalue = TWO;
scm-value.c 35 TWO = 2
40 enum e evalue = TWO;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
scm-math.c 21 TWO = 2
24 enum e evalue = TWO;
scm-value.c 35 TWO = 2
40 enum e evalue = TWO;
  /src/tests/usr.bin/xlint/lint1/
msg_206.c 9 ONE, TWO, THREE
17 case TWO:
24 case TWO:
36 case TWO:
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
index.cc 20 enum E { ONE, TWO };
subrange-enum.exp 47 {DW_AT_name TWO}
76 gdb_test "print rangeval" " = TWO"
enum-type.exp 62 {DW_AT_name TWO}
112 gdb_test "ptype enum EU" "type = enum EU {TWO = 2}" \
115 gdb_test "ptype enum EU" "type = enum EU : unsigned int {TWO = 2}" \
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
index.cc 20 enum E { ONE, TWO };
subrange-enum.exp 47 {DW_AT_name TWO}
76 gdb_test "print rangeval" " = TWO"
  /src/crypto/external/apache2/openssl/dist/crypto/poly1305/
poly1305_ieee754.c 63 #define TWO(p) ((double)(1ULL << (p)))
64 #define TWO0 TWO(0)
65 #define TWO32 TWO(32)
66 #define TWO64 (TWO32 * TWO(32))
67 #define TWO96 (TWO64 * TWO(32))
68 #define TWO130 (TWO96 * TWO(34))
119 st->h[0].d = TWO(52)*TWO0;
120 st->h[1].d = TWO(52)*TWO32;
121 st->h[2].d = TWO(52)*TWO64;
122 st->h[3].d = TWO(52)*TWO96
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/poly1305/
poly1305_ieee754.c 60 #define TWO(p) ((double)(1ULL<<(p)))
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(52)*TWO96
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/poly1305/
poly1305_ieee754.c 60 #define TWO(p) ((double)(1ULL<<(p)))
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(52)*TWO96
    [all...]
  /src/games/cribbage/
deck.h 55 #define TWO 1
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
RegisterValue.h 36 TWO, // 2.0
RegisterValue.cpp 25 case PredefinedValues::TWO:
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-value.c 37 TWO = 2
42 enum e evalue = TWO;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-value.c 45 TWO = 2
50 enum e evalue = TWO;
  /src/games/countmail/
countmail 94 *2) y=${y}TWO ;;
106 *2??) z=TWO ;;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
compile.c 24 TWO = 2
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
compile.c 24 TWO = 2

Completed in 31 milliseconds

1 2