Searched refs:EDGE (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/games/ppt/
H A Dppt.c52 #define EDGE "___________" macro
114 (void) puts(EDGE);
124 (void) puts(EDGE);
/netbsd-current/games/dab/
H A Dbox.h52 enum EDGE { enum in class:BOX
H A Dgamescreen.h45 enum EDGE { enum in class:GAMESCREEN
H A Dbox.cc100 _b.getScrn()->addedge(edge(static_cast<EDGE>(e)));
141 cnt += isset(static_cast<EDGE>(e));
149 clr(static_cast<EDGE>(e));
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/sparc/
H A Dedge.s1 # Test VIS EDGE instructions
H A Dedge.d3 #name: sparc EDGE
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa-prop.h923 #define IPA_EDGE_REF(EDGE) (ipa_edge_args_sum->get (EDGE))
924 #define IPA_EDGE_REF_GET_CREATE(EDGE) (ipa_edge_args_sum->get_create (EDGE))
953 /* Returns true if edge summary contains a record for EDGE. The main purpose
H A Dbasic-block.h496 #define FOR_EACH_EDGE(EDGE,ITER,EDGE_VEC) \
498 ei_cond ((ITER), &(EDGE)); \
H A Dread-rtl-function.c1742 /* Verify that edge EDGE is as expected, with the src and dest basic blocks
1746 #define ASSERT_EDGE(EDGE, EXPECTED_SRC_IDX, EXPECTED_DEST_IDX, \
1748 assert_edge_at (SELFTEST_LOCATION, EDGE, EXPECTED_SRC_IDX, \
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dbasic-block.h496 #define FOR_EACH_EDGE(EDGE,ITER,EDGE_VEC) \
498 ei_cond ((ITER), &(EDGE)); \
H A Dread-rtl-function.cc1745 /* Verify that edge EDGE is as expected, with the src and dest basic blocks
1749 #define ASSERT_EDGE(EDGE, EXPECTED_SRC_IDX, EXPECTED_DEST_IDX, \
1751 assert_edge_at (SELFTEST_LOCATION, EDGE, EXPECTED_SRC_IDX, \

Completed in 154 milliseconds