Home
last modified time | relevance | path

Searched refs:start1 (Results 1 – 25 of 44) sorted by relevance

12

/netbsd-src/sys/arch/sparc/stand/ofwboot/
H A Dboot.c122 const char *start1 = NULL, *end1 = NULL, *start2 = NULL, *end2 = NULL; in bootoptions() local
138 start1 = ap; in bootoptions()
162 if (end1 == start1) { in bootoptions()
163 start1 = end1 = NULL; in bootoptions()
166 if (start1 == NULL) { in bootoptions()
169 memcpy(kernel, start1, (end1 - start1)); in bootoptions()
170 kernel[end1 - start1] = '\0'; in bootoptions()
189 memcpy(loaddev, start1, (end1-start1)); in bootoptions()
190 loaddev[end1-start1] = '\0'; in bootoptions()
/netbsd-src/sys/arch/x68k/stand/mboot/
H A Dmboot.c96 unsigned int start1 = start << (2-size); in bootmain() local
98 if ((start1 & 0x1fffff) == 0x1fffff) in bootmain()
99 r = IOCS_S_READ(start1, in bootmain()
105 r = IOCS_S_READEXT(start1, in bootmain()
/netbsd-src/external/gpl2/texinfo/dist/util/
H A Dtexindex.c119 int compare_field (struct keyfield *keyfield, char *start1,
360 char *start1 = find_field (&keyfields[i], *line1, &length1); in compare_full() local
362 int tem = compare_field (&keyfields[i], start1, length1, in compare_full()
421 char *start1 = find_field (&keyfields[i], text1, &length1); in compare_prepared() local
423 int tem = compare_field (&keyfields[i], start1, length1, in compare_prepared()
456 char *start1 = find_field (&keyfields[i], str1, &length1); in compare_general() local
458 int tem = compare_field (&keyfields[i], start1, length1, pos1, in compare_general()
658 compare_field (struct keyfield *keyfield, char *start1, long int length1, in compare_field() argument
670 long value = find_value (start1, length1) - find_value (start2, length2); in compare_field()
679 char *p1 = start1; in compare_field()
[all …]
/netbsd-src/external/gpl2/lvm2/dist/lib/format_text/
H A Dformat-text.c1186 uint64_t start1, mda_size1; /* First area - start of disk */ in _mda_setup() local
1210 start1 = LABEL_SCAN_SIZE; in _mda_setup()
1214 ((pe_start > start1) && (pe_start - start1 >= MDA_SIZE_MIN))) { in _mda_setup()
1215 mda_adjustment = start1 % pagesize; in _mda_setup()
1217 start1 += (pagesize - mda_adjustment); in _mda_setup()
1221 mda_adjustment = (mda_size1 + start1) % alignment; in _mda_setup()
1225 if (start1 + mda_size1 > disk_size) in _mda_setup()
1231 (((start1 + mda_size1) % alignment) == 0)) { in _mda_setup()
1234 if (start1 + mda_size1 > disk_size) in _mda_setup()
1239 if (start1 + mda_size1 > disk_size) { in _mda_setup()
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/asm/
H A Dpcplus.ms14 jump start1
42 start1:
/netbsd-src/sys/arch/mmeye/stand/boot/
H A Dentry.S59 bra start1
64 start1: label
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dc_loopsetup_preg_div2_lc0.s30 LSETUP ( start1 , end1 ) LC0 = P1 >> 1;
31 start1: R0 += 1; label
H A Dc_loopsetup_preg_lc0.s30 LSETUP ( start1 , end1 ) LC0 = P1;
31 start1: R0 += 1; label
H A Dc_loopsetup_topbotcntr.s19 loadsym R6, start1;
26 start1: R0 += 1; label
H A Dc_loopsetup_prelc.s34 LSETUP ( start1 , end1 ) LC0;
35 start1: R0 += 1; label
H A Dc_loopsetup_nested_top.s30 LSETUP ( start1 , end1 ) LC0 = P1;
31 start1: R0 += 1; label
H A Dc_loopsetup_nested_prelc.s33 LSETUP ( start1 , end1 ) LC0;
34 start1: R0 += 1; label
H A Dc_loopsetup_preg_stld.s34 LSETUP ( start1 , end1 ) LC0 = P1;
35 start1: label
H A Dc_loopsetup_nested_bot.s29 LSETUP ( start1 , end1 ) LC0 = P1;
30 start1: R0 += 1; label
H A Dc_loopsetup_nested.s30 LSETUP ( start1 , end1 ) LC0 = P1;
31 start1: R0 += 1; label
H A Dc_loopsetup_overlap.s30 LSETUP ( start1 , end1 ) LC0 = P1;
31 start1: R0 += 1; label
H A Dc_mmr_loop_user_except.S193 LSETUP ( start1 , end1 ) LC0 = P2;
194 start1: label
H A Dc_interr_loopsetup_stld.S28 LSETUP ( start1 , end1 ) LC0 = P1;
29 start1: R0 += 1; label
/netbsd-src/sys/arch/i386/stand/cdboot/
H A Dcdboot.S92 jmp start1
107 start1: label
114 . = start1 + 0x80 /* Space for patching unknown params */
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_posix.cc223 static inline bool IntervalsAreSeparate(uptr start1, uptr end1, in IntervalsAreSeparate() argument
225 CHECK(start1 <= end1); in IntervalsAreSeparate()
227 return (end1 < start2) || (end2 < start1); in IntervalsAreSeparate()
/netbsd-src/sys/arch/mmeye/mmeye/
H A Dlocore.S110 bra start1
115 start1: label
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_posix.cc223 static inline bool IntervalsAreSeparate(uptr start1, uptr end1, in IntervalsAreSeparate() argument
225 CHECK(start1 <= end1); in IntervalsAreSeparate()
227 return (end1 < start2) || (end2 < start1); in IntervalsAreSeparate()
/netbsd-src/sys/arch/evbsh3/evbsh3/
H A Dlocore.S109 bra start1
114 start1: label
/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dvalue-labels.dts4 prop1: prop1 = start1: "a", mid1: "b" end1:;
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_posix.cpp216 static inline bool IntervalsAreSeparate(uptr start1, uptr end1, in IntervalsAreSeparate() argument
218 CHECK(start1 <= end1); in IntervalsAreSeparate()
220 return (end1 < start2) || (end2 < start1); in IntervalsAreSeparate()

12