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

1 2 3 4

  /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 ","
suff.mk 23 step1: .PHONY edge-case.to everything
34 edge-case.to: ${.PREFIX}${.ARCHIVE}.additional
36 edge-case.from edge-case.additional:
depsrc-end.mk 3 # Demonstrate an edge case in which .BEGIN depends on .END, which sounds a bit
directive-ifmake.mk 88 # As an edge case, a target can actually be named "!first" on the command
92 .MAKEFLAGS: !edge
93 .ifmake edge
97 # The '\!edge' in the following condition is parsed as a bare word. For such
101 .ifmake \!edge
109 # removed though. The target name thus becomes '\!edge' instead of the
110 # intended '!edge'. Defining a target whose name contains a '!' will either
113 first second unmentioned late-target \!edge:
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
  /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;
  /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 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/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/arm64/boot/dts/rockchip/
Makefile 30 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-khadas-edge.dtb
31 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-khadas-edge-captain.dtb
32 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-khadas-edge-v.dtb
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
stm32h743i-disco.dts 101 st,neg-edge;
stm32h750i-art-pi.dts 150 st,neg-edge;
163 st,neg-edge;
stm32mp157a-iot-box.dts 42 st,neg-edge;
stm32h743i-eval.dts 140 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 in function:tc5165buf_soft
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)

Completed in 17 milliseconds

1 2 3 4