/src/usr.bin/make/unit-tests/ |
suff.mk | 23 step1: .PHONY edge-case.to everything 34 edge-case.to: ${.PREFIX}${.ARCHIVE}.additional 36 edge-case.from edge-case.additional:
|
/src/games/dab/ |
box.cc | 100 _b.getScrn()->addedge(edge(static_cast<EDGE>(e))); 111 // Set an edge 117 // Clear an edge 123 // Test an edge 129 // Return the edge 130 int& BOX::edge(int e) function in class:BOX 141 cnt += isset(static_cast<EDGE>(e)); 149 clr(static_cast<EDGE>(e));
|
/src/lib/libmenu/ |
internals.c | 91 int neighbour, cycle, row_major, edge; local in function:_menui_calc_neighbours 119 edge = 0; 127 edge = 1; 136 edge = 1; 143 if ((!cycle) && (edge == 1)) 157 edge = 0; 161 edge = 1; 166 edge = 1; 172 edge = 1; 178 edge = 1 [all...] |
/src/sys/arch/hpcmips/dev/ |
tc5165buf.c | 223 u_int16_t mask, rpat, edge; local in function:tc5165buf_soft 238 if ((edge = (rpat ^ scc->scc_buf[i]))) { 242 if (mask & edge) {
|
/src/sys/arch/hpcsh/dev/ |
pfckbd.c | 221 unsigned int edge, mask; local in function:pfckbd_input 223 edge = data ^ pc->pc_column[column]; 224 if (edge == 0) 230 if (mask & edge) {
|
/src/sys/arch/arm/marvell/ |
mvsocgpp.c | 75 uint32_t edge; member in struct:mvsocgpp_softc::mvsocgpp_pic 252 if (irq_mask & mvsocgpp_pic->edge) { 254 mask |= (irq_mask & mvsocgpp_pic->edge); 333 mvsocgpp_pic->edge |= mask; 341 mvsocgpp_pic->edge &= ~mask;
|
/src/lib/libc/cdb/ |
cdbw.c | 359 * the edge list at hand all the time. As such, no ordering is necessary 360 * and the vertices of the edge don't have to be copied. 363 * the incident edge can be obtained directly. 370 struct edge { struct 385 struct edge *edges; 391 * Add (delta == 1) or remove (delta == -1) the edge e 399 struct edge *e_ = &state->edges[e]; 426 struct edge *e; 463 * Do the edge processing separately as there is a good chance 464 * the degraded edge case above will happen; this avoi [all...] |
/src/sys/arch/hpcmips/vr/ |
vrgiu.c | 308 long iosel, inten, useupdn, termupdn, edge, hold, level; local in function:vrgiu_dump_iosetting 315 edge = vrgiu_regread_4(sc, GIUINTTYP_REG); 332 ((edge&m) ? 4 : 0) + 558 DPRINTF(DEBUG_INTR, ("[%s->",reg & mask ? "edge" : "level")); 560 DPRINTF(DEBUG_INTR, ("edge]")); 561 reg |= mask; /* edge */
|
/src/sys/dev/pckbport/ |
synaptics.c | 174 * copy of edges so we can recalculate edge limit if there is 785 SYSCTL_DESCR("Define left edge of touchpad"), 797 SYSCTL_DESCR("Define right edge of touchpad"), 809 SYSCTL_DESCR("Define top edge of touchpad"), 821 SYSCTL_DESCR("Define bottom edge of touchpad"), 833 SYSCTL_DESCR("Define edge motion rate"), 989 SYSCTL_DESCR("Top edge of button area"), 1001 SYSCTL_DESCR("Left edge of button 2 region"), 1013 SYSCTL_DESCR("Left edge of button 3 region"), 2077 /* Edge detection * 2146 int dx, dy, dz, sdx, sdy, sdz, edge; local in function:synaptics_movement [all...] |