HomeSort by: relevance | last modified time | path
    Searched defs:START (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/external/bsd/tradcpp/dist/tests/
t09.c 2 #define START /*
5 * blah blah blah STOP fnord START goop moop
  /src/usr.sbin/gspa/gspa/
gsp_code.h 39 #define START 8
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
se_rets_hazard.s 5 start
21 START:
dbg_tr_umode.S 9 start label
88 LD32_LABEL(p1, START);
91 [ P0 ] = P1; // IVG15 (General) handler (Int 15) load with start
109 START:
se_kills2.S 8 start label
49 START:
c_except_sys_sstep.S 8 start label
124 LD32_LABEL(r0, START);
130 START:
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
se_rets_hazard.s 5 start
21 START:
dbg_tr_umode.S 9 start label
88 LD32_LABEL(p1, START);
91 [ P0 ] = P1; // IVG15 (General) handler (Int 15) load with start
109 START:
se_kills2.S 8 start label
49 START:
c_except_sys_sstep.S 8 start label
124 LD32_LABEL(r0, START);
130 START:
  /src/external/gpl2/texinfo/dist/makeinfo/
cmds.h 27 before argument parsing (START) or after (END), the starting position
32 encountered in the text, the associated function is called with START
36 #define START 0
126 cm_not_fixed_width (int arg, int start, int end),
133 cm_indicate_url (int arg, int start, int end),
sectioning.c 386 START, "label=\"%s\" xreflabel=\"%s\"",
391 START, "label=\"%s\"",
395 xml_insert_element (xml_element (secname), START);
397 xml_insert_element (TITLE, START);
409 xml_insert_element_with_attribute (xml_element (secname), START,
412 xml_insert_element_with_attribute (xml_element (secname), START,
416 xml_insert_element (xml_element (secname), START);
625 cm_ideprecated (int arg, int start, int end)
778 /* Reset top level number so we start from Appendix A */
  /src/external/ibm-public/postfix/dist/src/global/
bounce_log.c 165 #define START 0 /* still searching */
171 state = START;
177 * can start with old-style records and end with new-style records. With
188 * we can safely use blank lines to detect the start and end of
194 state = START;
204 if (state == START)
  /src/external/gpl2/groff/dist/src/preproc/soelim/
soelim.cpp 173 enum { START, MIDDLE, HAD_DOT, HAD_s, HAD_so, HAD_l, HAD_lf } state = START;
179 case START:
186 state = START;
196 state = START;
209 state = START;
224 state = START;
239 state = START;
256 state = START;
272 state = START;
    [all...]
  /src/sys/dev/sun/
cgthree.c 347 cgthreeloadcmap(struct cgthree_softc *sc, int start, int ncolors)
353 ip = &sc->sc_cmap.cm_chip[BT_D4M3(start)]; /* start/4 * 3 */
354 count = BT_D4M3(start + ncolors - 1) - BT_D4M3(start) + 3;
356 bt->bt_addr = BT_D4M4(start);
381 #define START (128*1024 + 128*1024)
390 else if ((u_int)off >= START)
391 off -= START;
  /src/external/bsd/wpa/dist/src/eap_server/
eap_server_tls.c 22 enum { START, CONTINUE, SUCCESS, FAILURE } state;
32 case START:
33 return "START";
79 data->state = START;
103 data->state = START;
125 data->state = START;
187 case START:
eap_server_wsc.c 20 enum { START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state;
36 case START:
37 return "START";
102 data->state = registrar ? START : MESG;
180 wpa_printf(MSG_DEBUG, "EAP-WSC: Send WSC/Start");
249 case START:
354 const u8 *start, *pos, *end; local
372 start = pos;
373 end = start + len;
eap_server_sim.c 34 START, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE
50 case START:
51 return "START";
89 data->state = START;
111 wpa_printf(MSG_DEBUG, "EAP-SIM: Generating Start");
133 * ignored and the SIM/Start is used to request the identity.
138 /* Cannot use more than three rounds of Start messages */
364 case START:
404 case START:
459 wpa_printf(MSG_DEBUG, "EAP-SIM: Receive start response")
    [all...]
eap_server_tnc.c 18 START, CONTINUE, RECOMMENDATION, FRAG_ACK, WAIT_FRAG_ACK, DONE,
44 case START:
45 return "START";
80 eap_tnc_set_state(data, START);
285 case START:
352 wpa_printf(MSG_DEBUG, "EAP-TNC: Peer used Start flag");
  /src/external/gpl2/groff/dist/src/preproc/pic/
main.cpp 319 enum { START, MIDDLE, HAD_DOT, HAD_P, HAD_PS, HAD_l, HAD_lf } state = START;
325 case START:
332 state = START;
342 state = START;
355 state = START;
370 state = START;
380 state = START;
397 state = START;
417 state = START;
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/
drm_mm.c 137 node->start, node->size);
144 node->start, node->size, buf);
157 #define START(node) ((node)->start)
158 #define LAST(node) ((node)->start + (node)->size - 1)
163 START, LAST, static inline, drm_mm_interval_tree)
167 __drm_mm_interval_first(const struct drm_mm *mm_const, u64 start, u64 last)
173 if (start <= LAST(node) && START(node) <= last)
179 start, last) ?: (struct drm_mm_node *)&mm->head_node
1103 u64 start, size; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/text-art/
styled-string.cc 52 m_state (state::START)
62 case state::START:
65 /* The start of an escape sequence. */
372 m_state = state::START;
400 m_state = state::START;
498 START,
  /src/sys/arch/hppa/stand/xxboot/
start.S 1 ; $NetBSD: start.S,v 1.1 2014/02/24 07:23:43 skrll Exp $
37 .word top-lifhdr ; start at 4KB (must be 2KB aligned)
41 .word $START$-top ; entry offset
52 .export $START$,entry
53 $START$:
54 b,n start ; 0: entry address
68 start: label
  /src/external/gpl2/groff/dist/src/preproc/tbl/
main.cpp 35 enum { START, MIDDLE,
48 : fp(p), state(START)
73 case START:
129 c = getc(fp); // perhaps state ought to be START now
146 state = START;
188 enum { START, MIDDLE, HAD_DOT, HAD_T, HAD_TS, HAD_l, HAD_lf } state;
189 state = START;
193 case START:
207 state = START;
221 state = START;
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ui-out.h 295 /* Printing will start with the next update. */
296 START,
401 /* Start a new tuple or list on construction, and end it on
430 /* Start a new table on construction, and end the table on

Completed in 99 milliseconds

1 2