Searched refs:START (Results 1 - 25 of 168) sorted by relevance

1234567

/netbsd-current/external/bsd/tradcpp/dist/tests/
H A Dt09.c2 #define START /* macro
5 * blah blah blah STOP fnord START goop moop
/netbsd-current/usr.sbin/gspa/gspa/
H A Dgsp_code.h42 #define START 8 macro
/netbsd-current/external/gpl3/binutils/dist/ld/emulparams/
H A Dhppaelf.sh7 START="$START$"
H A Dhppalinux.sh25 START="_start"
/netbsd-current/external/gpl3/binutils.old/dist/ld/emulparams/
H A Dhppaelf.sh7 START="$START$"
H A Dhppalinux.sh25 START="_start"
/netbsd-current/external/gpl3/gdb.old/dist/ld/emulparams/
H A Dhppaelf.sh7 START="$START$"
H A Dhppalinux.sh25 START="_start"
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dbits.h110 #define _MASKn(WIDTH, START, STOP) \
112 >> (WIDTH - ((STOP) - (START) + 1))) \
115 #define MASK32(START, STOP) _MASKn(32, START, STOP)
116 #define MASK64(START, STOP) _MASKn(64, START, STOP)
127 #define MASK(START, STOP) \
128 (((START) <= (STOP)) \
129 ? _MASKn(64, START, STOP) \
131 | _MASKn(64, START, 6
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dbits.h110 #define _MASKn(WIDTH, START, STOP) \
112 >> (WIDTH - ((STOP) - (START) + 1))) \
115 #define MASK32(START, STOP) _MASKn(32, START, STOP)
116 #define MASK64(START, STOP) _MASKn(64, START, STOP)
127 #define MASK(START, STOP) \
128 (((START) <= (STOP)) \
129 ? _MASKn(64, START, STOP) \
131 | _MASKn(64, START, 6
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-bits.h119 /* compute the number of bits between START and STOP */
122 #define _MAKE_WIDTH(START, STOP) (STOP - START + 1)
124 #define _MAKE_WIDTH(START, STOP) (START - STOP + 1)
166 #define _MSB_32(START, STOP) (START <= STOP \
167 ? (START < 32 ? 0 : START - 32) \
169 #define _MSB_16(START, STO
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-bits.h116 /* compute the number of bits between START and STOP */
119 #define _MAKE_WIDTH(START, STOP) (STOP - START + 1)
121 #define _MAKE_WIDTH(START, STOP) (START - STOP + 1)
163 #define _MSB_32(START, STOP) (START <= STOP \
164 ? (START < 32 ? 0 : START - 32) \
166 #define _MSB_16(START, STO
[all...]
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dxref.c117 if (arg == START)
144 xml_insert_element_with_attribute (XREFNODENAME, START,
152 xml_insert_element_with_attribute (XREF, START,
161 xml_insert_element (CITE, START);
175 xml_insert_element (XREF, START);
176 xml_insert_element (XREFNODENAME, START);
181 xml_insert_element (XREFINFONAME, START);
187 xml_insert_element (XREFPRINTEDDESC, START);
193 xml_insert_element (XREFINFOFILE, START);
199 xml_insert_element (XREFPRINTEDNAME, START);
[all...]
H A Dxml.c644 xml_insert_element_with_attribute (TEXINFO, START, "lang=\"%s\"", language_table[language_code].abbrev);
646 xml_insert_element_with_attribute (TEXINFO, START, "xml:lang=\"%s\"", language_table[language_code].abbrev);
650 xml_insert_element (SETFILENAME, START);
801 if ( ( (arg == START) &&
817 if (arg == START)
829 if (!xml_dont_touch_items_defs && arg == START)
835 xml_insert_element (ITEM, START);
841 xml_insert_element (DEFINITIONITEM, START);
868 if (arg == START)
881 if (arg == START
[all...]
H A Dcmds.c381 if (arg == START)
388 if (arg == START)
402 if (arg == START)
428 if (arg == START)
446 if (arg == START)
466 if (arg == START)
482 if (arg == START)
512 if (arg == START)
534 if (arg == START)
554 if (arg == START)
[all...]
H A Ddefun.c267 insert_html_tag (START, "");
564 insert_html_tag (START, "b");
567 insert_html_tag (START, "var");
572 insert_html_tag (START, "b");
575 insert_html_tag (START, "var");
579 insert_html_tag (START, "b");
582 insert_html_tag (START, "var");
589 insert_html_tag (START, "b");
592 insert_html_tag (START, "var");
/netbsd-current/sys/external/bsd/drm2/include/linux/
H A Dioport.h54 #define DEFINE_RES_MEM(START, SIZE) \
55 { .start = (START), .end = (START) + ((SIZE) - 1) }
H A Dinterval_tree_generic.h46 const KT __astart = START(__na), __alast = LAST(__na); \
47 const KT __bstart = START(__nb), __blast = LAST(__nb); \
65 const KT __nstart = START(__n), __nlast = LAST(__n); \
110 KASSERT(__start <= START(__node)); \
111 if (__last < START(__node)) \
128 if (__last < START(__next)) \
/netbsd-current/external/gpl2/groff/dist/src/preproc/soelim/
H A Dsoelim.cpp173 enum { START, MIDDLE, HAD_DOT, HAD_s, HAD_so, HAD_l, HAD_lf } state = START; enumerator in enum:__anon731
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...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/oracle/
H A Dtestdb_create.sql62 CREATE SEQUENCE person_ids START WITH 1 INCREMENT BY 1;
64 CREATE SEQUENCE document_ids START WITH 1 INCREMENT BY 1;
66 CREATE SEQUENCE institute_ids START WITH 1 INCREMENT BY 1;
68 CREATE SEQUENCE phone_ids START WITH 1 INCREMENT BY 1;
/netbsd-current/external/bsd/openldap/dist/tests/scripts/
H A Dlloadd-all63 START=`date +%s`
69 echo ">>>>> $BCMD completed ${TB}OK${TN} for $BACKEND after $(( $END - $START )) seconds."
71 echo ">>>>> $BCMD ${TB}failed${TN} for $BACKEND after $(( $END - $START )) seconds"
H A Dall64 START=`date +%s`
70 echo ">>>>> $BCMD completed ${TB}OK${TN} for $BACKEND after $(( $END - $START )) seconds."
72 echo ">>>>> $BCMD ${TB}failed${TN} for $BACKEND after $(( $END - $START )) seconds"
/netbsd-current/sys/arch/vax/floppy/
H A Ddefboo.hp17 START 22
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/
H A Ddarwin-crt-tm.c46 #if defined(START) || defined(END)
75 #ifdef START
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/
H A Ddarwin-crt-tm.c46 #if defined(START) || defined(END)
75 #ifdef START

Completed in 520 milliseconds

1234567