Searched refs:start (Results 476 - 500 of 2022) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dxdelta.c325 apr_size_t start,
329 apr_size_t max_len = asize > (bsize - start) ? bsize - start : asize;
338 if (bsize - start > end_match)
340 start, bsize - start - end_match, b + start, pool);
464 /* Reset the pending insert start to immediately after the
319 store_delta_trailer(svn_txdelta__ops_baton_t *build_baton, const char *a, apr_size_t asize, const char *b, apr_size_t bsize, apr_size_t start, apr_pool_t *pool) argument
/freebsd-11-stable/sys/kern/
H A Dkern_linker.c195 struct sysinit **start, **stop, **sipp, **xipp, *save; local
202 if (linker_file_lookup_set(lf, "sysinit_set", &start, &stop, NULL) != 0)
211 for (sipp = start; sipp < stop; sipp++) {
229 for (sipp = start; sipp < stop; sipp++) {
243 struct sysinit **start, **stop, **sipp, **xipp, *save; local
250 if (linker_file_lookup_set(lf, "sysuninit_set", &start, &stop,
261 for (sipp = start; sipp < stop; sipp++) {
279 for (sipp = start; sipp < stop; sipp++) {
293 struct sysctl_oid **start, **stop, **oidp; local
301 if (linker_file_lookup_set(lf, "sysctl_set", &start,
319 struct sysctl_oid **start, **stop, **oidp; local
341 struct sysctl_oid **start, **stop, **oidp; local
362 struct mod_metadata **start, **stop, **mdp; local
1450 linker_addmodules(linker_file_t lf, struct mod_metadata **start, struct mod_metadata **stop, int preload) argument
1484 struct mod_metadata **start, **stop, **mdp, **nmdp; local
2086 struct mod_metadata **start, **stop, **mdp, **nmdp; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svnbench/
H A Dnotify.c787 else if (n->merge_range->start == n->merge_range->end - 1
788 || n->merge_range->start == n->merge_range->end)
791 else if (n->merge_range->start - 1 == n->merge_range->end)
794 n->merge_range->start, path_local);
795 else if (n->merge_range->start < n->merge_range->end)
799 n->merge_range->start + 1,
801 else /* n->merge_range->start > n->merge_range->end - 1 */
805 n->merge_range->start,
821 if (n->merge_range->start == n->merge_range->end - 1
822 || n->merge_range->start
[all...]
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_ctx.c209 dmar_gaddr_t start, end; local
218 * VT-d specification requires that the start of an
220 * anything into the start and end fields. Truncate
226 start = entry->start;
228 entry->start = trunc_page(start);
230 if (entry->start == entry->end) {
235 domain->dmar->unit, start, end);
239 size = OFF_TO_IDX(entry->end - entry->start);
[all...]
H A Dintel_qi.c284 dmar_qi_invalidate_iec(struct dmar_unit *unit, u_int start, u_int cnt) argument
290 KASSERT(start < unit->irte_cnt && start < start + cnt &&
291 start + cnt <= unit->irte_cnt,
292 ("inv iec overflow %d %d %d", unit->irte_cnt, start, cnt));
293 for (; cnt > 0; cnt -= c, start += c) {
294 l = ffs(start | cnt) - 1;
298 DMAR_IQ_DESCR_IEC_IDX | DMAR_IQ_DESCR_IEC_IIDX(start) |
/freebsd-11-stable/sys/x86/x86/
H A Dnexus.c379 rman_res_t start, rman_res_t end, rman_res_t count,
392 * the start/end values.
394 if (RMAN_IS_DEFAULT_RANGE(start, end) && (count == 1)) {
400 start = rle->start;
410 rv = rman_reserve_resource(rm, start, end, count, flags, child);
427 struct resource *r, rman_res_t start, rman_res_t end)
436 return (rman_adjust_resource(r, start, end));
487 rman_res_t end, length, start; local
508 start
378 nexus_alloc_resource(device_t bus, device_t child, int type, int *rid, rman_res_t start, rman_res_t end, rman_res_t count, u_int flags) argument
426 nexus_adjust_resource(device_t bus, device_t child, int type, struct resource *r, rman_res_t start, rman_res_t end) argument
671 nexus_set_resource(device_t dev, device_t child, int type, int rid, rman_res_t start, rman_res_t count) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h159 /// The start point is inclusive, the end point exclusive. These intervals
160 /// are rendered as [start,end).
162 SlotIndex start; // Start point of the interval (inclusive) member in struct:llvm::LiveRange::Segment
170 : start(S), end(E), valno(V) {
176 return start <= I && I < end;
182 return (start <= S && S < end) && (start < E && E <= end);
186 return std::tie(start, end) < std::tie(Other.start, Other.end);
189 return start
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dnotify.c572 /* If we are patching from the start of an empty file,
1002 else if (n->merge_range->start == n->merge_range->end - 1
1003 || n->merge_range->start == n->merge_range->end)
1006 else if (n->merge_range->start - 1 == n->merge_range->end)
1009 n->merge_range->start, path_local));
1010 else if (n->merge_range->start < n->merge_range->end)
1014 n->merge_range->start + 1,
1016 else /* n->merge_range->start > n->merge_range->end - 1 */
1020 n->merge_range->start,
1034 if (n->merge_range->start
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dlog.c522 if ((range->start.kind != svn_opt_revision_unspecified)
525 /* If the user specified exactly one revision, then start rev is
527 * revision by making end equal to start.
533 range->end = range->start;
535 else if (range->start.kind == svn_opt_revision_unspecified)
543 range->start.kind = svn_opt_revision_head;
545 range->start.kind = svn_opt_revision_base;
548 range->start = *peg_rev;
557 if ((range->start.kind == svn_opt_revision_unspecified)
566 if (range->start
[all...]
/freebsd-11-stable/sys/powerpc/powermac/
H A Dmacio.c482 rman_res_t start, rman_res_t end, rman_res_t count,
510 if (start < rle->start)
511 adjstart = rle->start;
512 else if (start > rle->end)
515 adjstart = start;
517 if (end < rle->start)
518 adjend = rle->start;
533 type, rid, start, end, count, flags);
545 dinfo->mdi_ninterrupts, start, star
481 macio_alloc_resource(device_t bus, device_t child, int type, int *rid, rman_res_t start, rman_res_t end, rman_res_t count, u_int flags) argument
[all...]
/freebsd-11-stable/sys/isa/
H A Dpnpparse.c412 u_char *start; local
434 start = NULL;
450 if (start != NULL) {
457 pnp_parse_dependant(dev, start,
458 p - start - 1,
461 start = p + l;
477 pnp_printf(id, "start dependent (%d)\n",
483 if (start == NULL) {
494 pnp_parse_dependant(dev, start, p - start
[all...]
/freebsd-11-stable/usr.sbin/bluetooth/btpand/
H A Dbnep.c437 pf[i].start = be16dec(ptr);
442 if (pf[i].start > pf[i].end) {
448 log_debug("pf[%d] = %#4.4x, %#4.4x", i, pf[i].start, pf[i].end);
520 memcpy(mf[i].start, ptr, ETHER_ADDR_LEN);
526 if (memcmp(mf[i].start, mf[i].end, ETHER_ADDR_LEN) > 0) {
535 mf[i].start[0], mf[i].start[1], mf[i].start[2],
536 mf[i].start[3], mf[i].start[
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_sparse_basic.c343 const char *start = buff; local
369 assertMemoryFilledWith(start, end - start, '\0');
371 start = end;
387 assertMemoryFilledWith(start, end - start, '\0');
388 start = end;
397 assert(start == (const char *)buff + (size_t)(expected_offset - offset));
398 assertMemoryFilledWith(start, end - start, ' ');
[all...]
/freebsd-11-stable/sys/arm/xscale/pxa/
H A Dpxa_obio.c227 rman_res_t start, rman_res_t end, rman_res_t count, u_int flags)
246 start, end, count, flags));
267 rv = rman_reserve_resource(rm, rle->start, rle->end, rle->count, flags,
275 rman_set_bushandle(rv, rle->start);
354 rman_res_t start, rman_res_t end, rman_res_t count, u_int flags)
371 rv = rman_reserve_resource(rm, start, end, count, flags, child);
375 resource_list_add(rl, type, *rid, start, end, count);
381 rle->start = rman_get_start(rv);
394 start, device_get_nameunit(child));
226 pxa_alloc_resource(device_t dev, device_t child, int type, int *rid, rman_res_t start, rman_res_t end, rman_res_t count, u_int flags) argument
353 pxa_alloc_gpio_irq(device_t dev, device_t child, int type, int *rid, rman_res_t start, rman_res_t end, rman_res_t count, u_int flags) argument
/freebsd-11-stable/sys/arm/at91/
H A Dat91_pinctrl.c270 u_long start, u_long end, u_long count, u_int flags)
283 if (RMAN_IS_DEFAULT_RANGE(start, end)) {
297 start = rle->start;
305 if (start >= sc->ranges[j].bus && end <
307 start -= sc->ranges[j].bus;
308 start += sc->ranges[j].host;
317 "%#lx-%#lx\n", start, end);
323 return (bus_generic_alloc_resource(bus, child, type, rid, start, end,
269 pinctrl_alloc_resource(device_t bus, device_t child, int type, int *rid, u_long start, u_long end, u_long count, u_int flags) argument
/freebsd-11-stable/sys/dev/fdt/
H A Dsimplebus.c325 rman_res_t start, rman_res_t end, rman_res_t count, u_int flags)
338 if (RMAN_IS_DEFAULT_RANGE(start, end)) {
352 start = rle->start;
360 if (start >= sc->ranges[j].bus && end <
362 start -= sc->ranges[j].bus;
363 start += sc->ranges[j].host;
372 "%#jx-%#jx\n", start, end);
378 return (bus_generic_alloc_resource(bus, child, type, rid, start, end,
324 simplebus_alloc_resource(device_t bus, device_t child, int type, int *rid, rman_res_t start, rman_res_t end, rman_res_t count, u_int flags) argument
/freebsd-11-stable/stand/common/
H A Ddisk.c120 partsize = part->end - part->start + 1;
137 * that we're looking at the start of the raw slice.
140 dev.d_offset = part->start;
247 * to the start of the disk
282 dev->d_offset = part.start;
283 od->entrysize = part.end - part.start + 1;
296 dev->d_offset = part.start;
297 od->entrysize = part.end - part.start + 1;
319 table = ptable_open(dev, part.end - part.start + 1,
339 dev->d_offset += part.start;
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Ddyn-string.c365 int start, int end)
368 int length = end - start;
370 if (start > end || start > src->length || end > src->length)
378 dest->s[i] = src->s[start + i];
364 dyn_string_substring(dyn_string_t dest, dyn_string_t src, int start, int end) argument
/freebsd-11-stable/contrib/gdb/include/
H A Dxregex2.h411 regoff_t *start;
429 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
430 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
477 int length, int start, int range, struct re_registers *regs));
485 int start, int range, struct re_registers *regs, int stop));
492 int length, int start, struct re_registers *regs));
499 int start, struct re_registers *regs, int stop));
407 regoff_t *start; member in struct:re_registers
/freebsd-11-stable/contrib/binutils/libiberty/
H A Ddyn-string.c365 int start, int end)
368 int length = end - start;
370 if (start > end || start > src->length || end > src->length)
378 dest->s[i] = src->s[start + i];
364 dyn_string_substring(dyn_string_t dest, dyn_string_t src, int start, int end) argument
/freebsd-11-stable/sys/arm/arm/
H A Dunwind.c57 * link register to the correct values at the start of the function.
65 * either the start or end of the exception table or index.
152 struct unwind_idx *start; local
157 start = (struct unwind_idx *)&exidx_start;
167 start = (struct unwind_idx *)sc.exidx_start;
179 item = &start[mid];
191 return &start[min];
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_misc.c535 * - Kick start the bootloader which loads the rest of the firmware
807 qla_erase_flash_sector(qla_host_t *ha, uint32_t start) argument
815 val = start;
836 uint32_t start; local
850 for (start = off; start < (off + size); start = start + 0x10000) {
851 if (qla_erase_flash_sector(ha, start)) {
941 uint32_t start; local
977 uint32_t start; local
[all...]
/freebsd-11-stable/sys/dev/pci/
H A Disa_pci.c55 device_t child, int type, int *rid, rman_res_t start, rman_res_t end,
172 rman_res_t start, rman_res_t end, rman_res_t count, u_int flags)
178 return bus_generic_alloc_resource(dev, child, type, rid, start,
194 rid, start, end, count, flags);
201 start, end, count, flags));
171 isab_pci_alloc_resource(device_t dev, device_t child, int type, int *rid, rman_res_t start, rman_res_t end, rman_res_t count, u_int flags) argument
/freebsd-11-stable/sys/dev/sn/
H A Dif_sn_pccard.c235 u_long start; local
256 start = 0;
261 &sc->port_rid, start, ~0, SMC_IO_EXTENT, RF_ACTIVE);
266 start = rman_get_start(sc->port_res) + SMC_IO_EXTENT;
269 } while (start < 0xff80);
/freebsd-11-stable/sys/arm64/arm64/
H A Dgic_v3_fdt.c213 rman_res_t start, rman_res_t end, rman_res_t count, u_int flags)
219 if (RMAN_IS_DEFAULT_RANGE(start, end)) {
230 start = rle->start;
248 return (bus_generic_alloc_resource(bus, child, type, rid, start, end,
212 gic_v3_ofw_bus_alloc_res(device_t bus, device_t child, int type, int *rid, rman_res_t start, rman_res_t end, rman_res_t count, u_int flags) argument

Completed in 238 milliseconds

<<11121314151617181920>>