| /freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/ |
| D | kmp_sched.cpp | 313 UT extras = trip_count % nth; in __kmp_for_static_init() local 314 *plower += incr * (tid * small_chunk + (tid < extras ? tid : extras)); in __kmp_for_static_init() 315 *pupper = *plower + small_chunk * incr - (tid < extras ? 0 : incr); in __kmp_for_static_init() 540 UT extras = trip_count % nteams; in __kmp_dist_for_static_init() local 542 incr * (team_id * chunkD + (team_id < extras ? team_id : extras)); in __kmp_dist_for_static_init() 543 *pupperDist = *plower + chunkD * incr - (team_id < extras ? 0 : incr); in __kmp_dist_for_static_init() 609 UT extras = trip_count % nth; in __kmp_dist_for_static_init() local 610 *plower += incr * (tid * chunkL + (tid < extras ? tid : extras)); in __kmp_dist_for_static_init() 611 *pupper = *plower + chunkL * incr - (tid < extras ? 0 : incr); in __kmp_dist_for_static_init()
|
| D | kmp_dispatch.cpp | 379 T small_chunk, extras; in __kmp_dispatch_init_algorithm() local 392 extras = ntc % nproc; in __kmp_dispatch_init_algorithm() 394 init = id * small_chunk + (id < extras ? id : extras); in __kmp_dispatch_init_algorithm() 397 pr->u.p.ub = init + small_chunk + (id < extras ? 1 : 0); in __kmp_dispatch_init_algorithm() 446 T extras = tc % nproc; in __kmp_dispatch_init_algorithm() local 447 init = id * small_chunk + (id < extras ? id : extras); in __kmp_dispatch_init_algorithm() 448 limit = init + small_chunk - (id < extras ? 0 : 1); in __kmp_dispatch_init_algorithm() 1261 T small_chunk, extras; in __kmp_dispatch_next_algorithm() local 1263 extras = nchunks % nproc; in __kmp_dispatch_next_algorithm() 1264 init = id * small_chunk + (id < extras ? id : extras); in __kmp_dispatch_next_algorithm() [all …]
|
| D | kmp_tasking.cpp | 4247 kmp_uint64 grainsize, kmp_uint64 extras, in __kmp_taskloop_linear() argument 4267 (last_chunk < 0 ? last_chunk : extras)); in __kmp_taskloop_linear() 4268 KMP_DEBUG_ASSERT(num_tasks > extras); in __kmp_taskloop_linear() 4272 gtid, num_tasks, grainsize, extras, last_chunk, lower, upper, in __kmp_taskloop_linear() 4278 if (extras == 0) { in __kmp_taskloop_linear() 4282 --extras; // first extras iterations get bigger chunk (grainsize+1) in __kmp_taskloop_linear() 4350 kmp_uint64 extras; member 4381 kmp_uint64 extras = p->extras; in __kmp_taskloop_task() local 4394 gtid, taskdata, num_tasks, grainsize, extras, last_chunk, *lb, *ub, in __kmp_taskloop_task() 4400 grainsize, extras, last_chunk, tc, num_t_min, in __kmp_taskloop_task() [all …]
|
| /freebsd-12-stable/sys/dev/xen/netfront/ |
| D | netfront.c | 229 struct netif_extra_info extras[XEN_NETIF_EXTRA_TYPE_MAX - 1]; member 1164 struct netif_extra_info *extras = rinfo.extras; in xn_rxeof() local 1188 memset(extras, 0, sizeof(rinfo.extras)); in xn_rxeof() 1216 (extras[XEN_NETIF_EXTRA_TYPE_GSO - 1].type == in xn_rxeof() 1219 extras[XEN_NETIF_EXTRA_TYPE_GSO - 1].u.gso.size; in xn_rxeof() 1370 struct netif_extra_info *extras, RING_IDX rp, RING_IDX *cons) in xn_get_extras() argument 1392 memcpy(&extras[extra->type - 1], extra, sizeof(*extra)); in xn_get_extras() 1409 struct netif_extra_info *extras = rinfo->extras; in xn_get_responses() local 1420 err = xn_get_extras(rxq, extras, rp, cons); in xn_get_responses()
|
| /freebsd-12-stable/contrib/bc/src/ |
| D | file.c | 134 bc_vec_string(&vm.history.extras, f->len - i, f->buf + i); in bc_file_flushErr() 138 bc_vec_popAll(&vm.history.extras); in bc_file_flushErr()
|
| D | history.c | 745 if (h->extras.len > 1) { in bc_history_refresh() 747 extras_len = h->extras.len - 1; in bc_history_refresh() 754 bc_file_write(&vm.fout, bc_flush_none, h->extras.v, extras_len); in bc_history_refresh() 802 len = BC_HIST_BUF_LEN(h) + h->extras.len - 1; in bc_history_edit_insert() 1692 bc_vec_init(&h->extras, sizeof(char), BC_DTOR_NONE); in bc_history_init() 1716 bc_vec_free(&h->extras); in bc_history_free()
|
| /freebsd-12-stable/sys/arm/conf/ |
| D | std.arm | 13 # Optional extras, never enabled by default:
|
| D | std.armv7 | 64 # Optional extras, never enabled by default:
|
| D | std.armv6 | 64 # Optional extras, never enabled by default:
|
| /freebsd-12-stable/contrib/bc/include/ |
| D | history.h | 220 BcVec extras; member
|
| /freebsd-12-stable/stand/fdt/ |
| D | fdt_loader_cmd.c | 938 fdt_load_dtb_overlays(const char *extras) in fdt_load_dtb_overlays() argument 943 if (extras != NULL && *extras != '\0') { in fdt_load_dtb_overlays() 944 printf("Loading DTB overlays: '%s'\n", extras); in fdt_load_dtb_overlays() 945 fdt_load_dtb_overlays_string(extras); in fdt_load_dtb_overlays()
|
| /freebsd-12-stable/tools/tools/makeroot/ |
| D | makeroot.sh | 37 usage: makeroot.sh [-B byte-order] [-d] [-e <extras manifest>] [-f <filelist>]
|
| /freebsd-12-stable/contrib/dialog/ |
| D | configure.in | 137 extras, 138 [ --disable-extras do not include extra dialogs],
|
| /freebsd-12-stable/usr.sbin/bsdconfig/share/media/ |
| D | tcpip.subr | 1152 $private get extras _extras 1270 # Get old extras string from variable space, if available 1512 devinfo_$dev set extras $_extras 1518 cp="DHCP${extras:+ $extras}" 1520 cp="inet $_ipaddr netmask $_netmask${extras:+ $extras}"
|
| /freebsd-12-stable/stand/ficl/softwords/ |
| D | softcore.fr | 17 \ ** ficl extras
|
| /freebsd-12-stable/crypto/openssh/contrib/suse/ |
| D | openssh.spec | 43 Obsoletes: ssh-extras
|
| /freebsd-12-stable/crypto/openssh/contrib/redhat/ |
| D | openssh.spec | 147 Obsoletes: ssh-extras 153 Obsoletes: ssh-extras
|
| /freebsd-12-stable/sys/i386/conf/ |
| D | NOTES | 460 # ACPI extras driver for HP laptops 463 # ACPI extras driver for IBM laptops
|
| /freebsd-12-stable/sys/netpfil/ipfilter/netinet/ |
| D | radix_ipf.c | 1286 static int extras[14] = { 0, -1, 1, 3, 5, 8, 9, in test_addr() local
|
| /freebsd-12-stable/usr.sbin/bsdconfig/share/ |
| D | device.subr | 68 extras \
|
| /freebsd-12-stable/contrib/libevent/ |
| D | whatsnew-2.1.txt | 764 - https://github.com/libevent/libevent-extras/blob/master/tools/vagrant-tests.py
|
| /freebsd-12-stable/contrib/ntp/sntp/libevent/ |
| D | whatsnew-2.1.txt | 764 - https://github.com/libevent/libevent-extras/blob/master/tools/vagrant-tests.py
|
| /freebsd-12-stable/contrib/file/magic/Magdir/ |
| D | archive | 1150 # with extras data 1153 # without extras data
|
| /freebsd-12-stable/contrib/tzdata/ |
| D | northamerica | 433 # https://www.tennessean.com/story/insider/extras/2015/04/06/archives-seigenthaler-for-100-years-th…
|
| /freebsd-12-stable/contrib/libstdc++/ |
| D | ChangeLog-2000 | 4558 * src/Makefile.am (OPTIMIZE_CXXFLAGS): Add in extras.
|