Searched refs:START (Results 26 - 50 of 70) sorted by relevance

123

/openbsd-current/gnu/gcc/gcc/config/v850/
H A Dlib1funcs.asm2059 #define MAKE_CALLT_FUNCS( START ) \
2062 /* Allocate space and save registers START .. r29 on the stack. */ ;\
2064 .L_save_##START##_r29: ;\
2065 prepare { START - r29 }, 0 ;\
2071 .L_return_##START##_r29: ;\
2072 dispose 0, { START - r29 }, r31 ;\
2077 .global __callt_save_##START##_r29 ;\
2078 .type __callt_save_##START##_r29,@function ;\
2079 __callt_save_##START##_r29: .short ctoff(.L_save_##START##_r2
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/v850/
H A Dlib1funcs.asm1558 #define MAKE_CALLT_FUNCS( START ) \
1561 /* Allocate space and save registers START .. r29 on the stack. */ ;\
1563 .L_save_##START##_r29: ;\
1564 prepare { START - r29 }, 0 ;\
1570 .L_return_##START##_r29: ;\
1571 dispose 0, { START - r29 }, r31 ;\
1576 .global __callt_save_##START##_r29 ;\
1577 .type __callt_save_##START##_r29,@function ;\
1578 __callt_save_##START##_r29: .short ctoff(.L_save_##START##_r2
[all...]
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dlang.c587 xml_insert_element_with_attribute (DOCUMENTLANGUAGE, START, "xml:lang=\"%s\"", lang_arg);
738 if (arg == START)
850 if (arg == START)
892 if (arg == START && isspace (input_text[input_text_offset]))
958 if (arg == START)
H A Dmakeinfo.c2042 enclosure_expand (START, output_paragraph_offset, 0);
2063 (*(entry->proc)) (START, output_paragraph_offset, 0);
2091 (*(entry->proc)) (START, output_paragraph_offset, 0);
3366 START, "width=\"%s\" height=\"%s\" name=\"%s\" extension=\"%s\"",
3368 xml_insert_element (IMAGEALTTEXT, START);
3529 xml_insert_element_with_attribute (SETVALUE, START, "name=\"%s\"", name);
3564 xml_insert_element_with_attribute (CLEARVALUE, START, "name=\"%s\"", name);
3651 if (arg == START)
H A Dfloat.c186 xml_insert_element_with_attribute (LISTOFFLOATS, START,
H A Dnode.c668 xml_insert_element (NODENAME, START);
1045 xml_insert_element (NODENEXT, START);
1051 xml_insert_element (NODEPREV, START);
1057 xml_insert_element (NODEUP, START);
1228 xml_insert_element_with_attribute (ANCHOR, START, "name=\"%s\"", anchor);
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dnlmheader.y76 /* Start procedure name (START). */
123 %token SCREENNAME SHARELIB STACK START SYNCHRONIZE
337 | START STRING
620 { "START", START },
H A Dnlmheader.c32 # define START 283 macro
118 /* Start procedure name (START). */
264 "SCREENNAME", "SHARELIB", "STACK", "START", "SYNCHRONIZE", "THREADNAME",
1834 { "START", START },
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dnlmheader.y76 /* Start procedure name (START). */
123 %token SCREENNAME SHARELIB STACK START SYNCHRONIZE
337 | START STRING
620 { "START", START },
/openbsd-current/gnu/usr.bin/perl/lib/unicore/To/
H A DNameAlia.pl22 1 START OF HEADING: control
24 2 START OF TEXT: control
113 86 START OF SELECTED AREA: control
155 96 START OF GUARDED AREA: control
156 96 START OF PROTECTED AREA: control
161 98 START OF STRING: control
/openbsd-current/sys/dev/sbus/
H A Dcgthree.c324 #define START (128 * 1024 + 128 * 1024) macro
339 else if (offset >= START)
340 offset -= START;
/openbsd-current/gnu/usr.bin/cvs/diff/
H A Ddiff3.c71 #define START 0
107 ((diff)->ranges[filenum][START])
1220 READNUM (s, db->ranges[0][START]);
1231 db->ranges[0][END] = db->ranges[0][START];
1253 READNUM (s, db->ranges[1][START]);
1265 db->ranges[1][END] = db->ranges[1][START];
1554 * starting with line START and continuing for NUM lines.
70 #define START macro
/openbsd-current/sys/scsi/
H A Dcd.h167 #define START 0x1 macro
/openbsd-current/gnu/usr.bin/binutils/ld/
H A Dldlex.l330 <MRI>"START" { RTOKEN(START); }
348 <MRI>"start" { RTOKEN(START); }
H A Dldgram.y150 %token INPUT_SCRIPT INPUT_MRI_SCRIPT INPUT_DEFSYM CASE EXTERN START
251 | START NAME
/openbsd-current/gnu/usr.bin/binutils-2.17/ld/
H A Dldlex.l336 <MRI>"START" { RTOKEN(START); }
354 <MRI>"start" { RTOKEN(START); }
H A Dldgram.y150 %token INPUT_SCRIPT INPUT_MRI_SCRIPT INPUT_DEFSYM CASE EXTERN START
251 | START NAME
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp37 ENUM_ENTRY(START), ENUM_ENTRY(ELEM), ENUM_ENTRY(CODE),
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/
H A DV2.pm158 pass through. New items are added to the B<START> of the list.
/openbsd-current/usr.bin/yacc/
H A Dreader.c308 return (START);
1080 case START:
1170 case START:
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_mm.c152 #define START(node) ((node)->start) macro
158 START, LAST, static inline, drm_mm_interval_tree)
169 if (LAST(node) >= start && START(node) <= last)
/openbsd-current/usr.sbin/vmd/
H A Dparse.y128 %token PATH PREFIX RDOMAIN SIZE SOCKET SWITCH UP VM VMID STAGGERED START
231 | STAGGERED START PARALLEL NUMBER DELAY NUMBER {
847 { "start", START },
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DDeclBase.h89 #define DECL_RANGE(BASE, START, END) \
90 first##BASE = START, last##BASE = END,
91 #define LAST_DECL_RANGE(BASE, START, END) \
92 first##BASE = START, last##BASE = END
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DUstar.pm731 START: label
752 goto START;
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_vm.c89 #define START(node) ((node)->start) macro
94 START, LAST, static, amdgpu_vm_it)
105 if (LAST(node) >= start && START(node) <= last)
119 if (LAST(node) >= start && START(node) <= last)
155 #undef START macro

Completed in 513 milliseconds

123