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

1 2

  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/bitmain/
Makefile 3 dtb-$(CONFIG_ARCH_BITMAIN) += bm1880-sophon-edge.dtb
  /src/usr.bin/make/unit-tests/
suff.exp 9 Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional
10 Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from
11 Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from edge-case.additional
12 Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from edge-case.additional a*.mk
38 Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from edge-case.additional a*.mk .EN
    [all...]
varmod-edge.exp 1 make: varmod-edge.mk:60: Unclosed expression, expecting "}" for modifier "U*)"
5 make: varmod-edge.mk:88: Unfinished character list in pattern "[[" of modifier ":M"
8 make: varmod-edge.mk:178: Unfinished modifier after "a\=b}", expecting "="
11 make: varmod-edge.mk:193: Unknown modifier "::"
14 make: varmod-edge.mk:199: Unknown modifier ":Z"
16 make: varmod-edge.mk:212: Unfinished modifier after "}", expecting ","
directive-ifmake.exp 11 make: don't know how to make !edge (continuing)
14 make: stopped making "first second late-target !edge" in unit-tests
cmdline-redirect-stdin.mk 6 # This edge case is an implementation detail that has no practical
cond-eof.mk 13 # These syntax errors are an edge case that does not occur during normal
varparse-errors.mk 52 # Demonstrate an edge case in which the 'static' for 'errorReported' in
54 # Given that this is an edge case and the error message is wrong and thus
  /src/usr.bin/nbperf/
graph2.c 85 const struct SIZED(edge) *ea = &sorting_graph->edges[*a],
135 SIZED2(_add_edge)(struct SIZED(graph) *graph, uint32_t edge)
137 struct SIZED(edge) *e = graph->edges + edge;
143 v->edges ^= edge;
149 SIZED2(_remove_edge)(struct SIZED(graph) *graph, uint32_t edge)
151 struct SIZED(edge) *e = graph->edges + edge;
157 v->edges ^= edge;
178 struct SIZED(edge) *e
    [all...]
graph2.h 48 * the edge list at hand all the time. As such, no ordering is necessary
49 * and the vertices of the edge don't have to be copied.
52 * the incident edge can be obtained directly.
70 struct SIZED(edge) {
76 struct SIZED(edge) *edges;
nbperf-chm.c 60 * Each edge in the represents a key. The vertices are the reminder of
67 * Removing the edge for this vertex doesn't change this property,
86 struct SIZED(edge) *e;
122 struct SIZED(edge) *e;
  /src/sys/arch/hpcmips/conf/
TX3912 125 # edge 0 no interrupt.
126 # edge 1 positive edge
127 # edge 2 negative edge
128 # edge 3 both edge
132 hpcin* at hpcioman3 iochip 1 evtype BUTTON id BTN_REC port 6 edge 1
133 hpcin* at hpcioman3 iochip 1 evtype BUTTON id BTN_APP0 port 5 edge 1
134 hpcin* at hpcioman3 iochip 0 evtype EVENT id PME_AC port 28 edge
    [all...]
TX3922 115 hpcin* at hpcioman1 iochip 1 evtype BUTTON id BTN_APP0 port 7 edge 1 # IE button
116 hpcin* at hpcioman1 iochip 1 evtype BUTTON id BTN_APP1 port 8 edge 1 # Mail button
117 hpcin* at hpcioman1 iochip 1 evtype PMEVENT id PME_AC port 6 edge 1 # AC-power
118 hpcin* at hpcioman1 iochip 0 evtype EVENT id COM0_CTS port 27 edge 3
119 hpcin* at hpcioman1 iochip 0 evtype EVENT id COM0_DCD port 29 edge 3
123 hpcin* at hpcioman2 iochip 1 evtype BUTTON id BTN_APP0 port 7 edge 1 # IE button
124 hpcin* at hpcioman2 iochip 1 evtype BUTTON id BTN_APP1 port 8 edge 1 # Mail button
125 hpcin* at hpcioman2 iochip 1 evtype BUTTON id BTN_APP2 port 11 edge 1 # Video button
126 hpcin* at hpcioman2 iochip 1 evtype BUTTON id BTN_APP3 port 12 edge 1 # Head phone button
128 hpcin* at hpcioman2 iochip 0 evtype EVENT id COM0_CTS port 27 edge
    [all...]
  /src/lib/libmenu/
internals.c 91 int neighbour, cycle, row_major, edge; local
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/games/dab/
box.h 52 enum EDGE {
68 int& edge(int e);
70 // Edge manipulations
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/sys/external/gpl2/dts/dist/arch/arm/boot/dts/st/
stm32h743i-disco.dts 101 st,neg-edge;
stm32h750i-art-pi.dts 150 st,neg-edge;
163 st,neg-edge;
stm32h743i-eval.dts 140 st,neg-edge;
stm32mp157c-lxa-mc1.dts 189 st,neg-edge;
220 st,neg-edge;
  /src/sys/sys/
timepps.h 91 * Device/implementation parameters (mode, edge bits)
235 time_pps_kcbind(pps_handle_t handle, const int kernel_consumer, const int edge,
244 return (ioctl(handle, PPS_IOC_KCBIND, __UNCONST(&edge)));
  /src/sys/arch/hpcmips/dev/
tc5165buf.c 223 u_int16_t mask, rpat, edge; local
238 if ((edge = (rpat ^ scc->scc_buf[i]))) {
242 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/sys/arch/sandpoint/
README 25 slot toward near edge)
26 S5 - Interrupt to PMC normal (switch toward near edge)
27 S6 - Local I/O shared with slot 2 (switch toward near edge)
  /src/sys/arch/hpcsh/dev/
pfckbd.c 221 unsigned int edge, mask; local
223 edge = data ^ pc->pc_column[column];
224 if (edge == 0)
230 if (mask & edge) {
  /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...]

Completed in 32 milliseconds

1 2