| /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/binutils/dist/ld/emulparams/ |
| hppaelf.sh | 7 START="$START$"
|
| hppalinux.sh | 26 START="_start"
|
| /src/external/gpl3/binutils.old/dist/ld/emulparams/ |
| hppaelf.sh | 7 START="$START$"
|
| hppalinux.sh | 26 START="_start"
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| bits.h | 110 #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, 63)) [all...] |
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| bits.h | 110 #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, 63)) [all...] |
| /src/external/gpl3/gdb/dist/sim/common/ |
| sim-bits.h | 116 /* 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, STOP) (START <= STOP [all...] |
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| sim-bits.h | 116 /* 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, STOP) (START <= STOP [all...] |
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| xref.c | 117 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...] |
| xml.c | 644 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 && !xml_in_para && !xml_no_par [all...] |
| cmds.c | 51 static void cm_obsolete (int arg, int start, int end), 381 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) 1506 int i, start, length; local [all...] |
| defun.c | 267 insert_html_tag (START, ""); 333 X_P, if nonzero, says not to start a new insertion. */ 486 This should start at the normal indentation. */ 527 be a normal version @def.... So start the table here. */ 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") [all...] |
| /src/sys/external/bsd/drm2/include/linux/ |
| ioport.h | 46 bus_addr_t start; member in struct:resource 54 #define DEFINE_RES_MEM(START, SIZE) \ 55 { .start = (START), .end = (START) + ((SIZE) - 1) } 60 return resource->end - resource->start + 1; 68 return r1->start <= r2->start && r2->end <= r1->end;
|
| interval_tree_generic.h | 46 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)) \
|
| /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/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/oracle/ |
| testdb_create.sql | 62 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;
|
| /src/external/bsd/openldap/dist/tests/scripts/ |
| all | 65 START=`date +%s` 75 MSG=">>>>> $(timer) Finished $BCMD for $BACKEND after $(( $END - $START )) seconds." 79 MSG=">>>>> $(timer) Failed $BCMD for $BACKEND after $(( $END - $START )) seconds"
|
| lloadd-all | 64 START=`date +%s` 74 MSG=">>>>> $(timer) Finished $BCMD for lloadd+$BACKEND after $(( $END - $START )) seconds." 78 MSG=">>>>> $(timer) Failed $BCMD for lloadd+$BACKEND after $(( $END - $START )) seconds"
|
| /src/sys/arch/vax/floppy/ |
| defboo.hp | 17 START 22
|
| /src/external/gpl3/gcc/dist/libgcc/config/ |
| darwin-crt-tm.c | 46 #if defined(START) || defined(END) 75 #ifdef START
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/ |
| darwin-crt-tm.c | 46 #if defined(START) || defined(END) 75 #ifdef START
|
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| se_rets_hazard.s | 5 start 21 START:
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| se_rets_hazard.s | 5 start 21 START:
|