/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_dispatch.cpp | 109 T &small_chunk, T &extras, T &p_extra) { in __kmp_initialize_self_buffer() argument 126 extras = in __kmp_initialize_self_buffer() 133 init = id * small_chunk + id * p_extra + (id < extras ? id : extras); in __kmp_initialize_self_buffer() 136 (id < extras ? id : extras); in __kmp_initialize_self_buffer() 140 init = id * small_chunk + id * p_extra + (id < extras ? id : extras); in __kmp_initialize_self_buffer() 143 (id < extras ? id : extras); in __kmp_initialize_self_buffer() 152 extras = nchunks % nproc; in __kmp_initialize_self_buffer() 154 init = id * small_chunk + (id < extras ? id : extras); in __kmp_initialize_self_buffer() 443 T small_chunk, extras, p_extra = 0; in __kmp_dispatch_init_algorithm() local 525 extras = in __kmp_dispatch_init_algorithm() [all …]
|
H A D | kmp_sched.cpp | 326 UT extras = trip_count % nth; in __kmp_for_static_init() local 327 *plower += incr * (tid * small_chunk + (tid < extras ? tid : extras)); in __kmp_for_static_init() 328 *pupper = *plower + small_chunk * incr - (tid < extras ? 0 : incr); in __kmp_for_static_init() 583 UT extras = trip_count % nteams; in __kmp_dist_for_static_init() local 585 incr * (team_id * chunkD + (team_id < extras ? team_id : extras)); in __kmp_dist_for_static_init() 586 *pupperDist = *plower + chunkD * incr - (team_id < extras ? 0 : incr); in __kmp_dist_for_static_init() 654 UT extras = trip_count % nth; in __kmp_dist_for_static_init() local 655 *plower += incr * (tid * chunkL + (tid < extras ? tid : extras)); in __kmp_dist_for_static_init() 656 *pupper = *plower + chunkL * incr - (tid < extras ? 0 : incr); in __kmp_dist_for_static_init()
|
H A D | kmp_tasking.cpp | 4877 kmp_uint64 grainsize, kmp_uint64 extras, argument 4897 (last_chunk < 0 ? last_chunk : extras)); 4898 KMP_DEBUG_ASSERT(num_tasks > extras); 4902 gtid, num_tasks, grainsize, extras, last_chunk, lower, upper, 4908 if (extras == 0) { 4912 --extras; // first extras iterations get bigger chunk (grainsize+1) 4992 kmp_uint64 extras; member 5023 kmp_uint64 extras = p->extras; local 5036 gtid, taskdata, num_tasks, grainsize, extras, last_chunk, *lb, *ub, 5042 grainsize, extras, last_chunk, tc, num_t_min, [all …]
|
/freebsd/sys/dev/xen/netfront/ |
H A D | netfront.c | 241 struct netif_extra_info extras[XEN_NETIF_EXTRA_TYPE_MAX - 1]; member 1262 struct netif_extra_info *extras = rinfo.extras; in xn_rxeof() local 1286 memset(extras, 0, sizeof(rinfo.extras)); in xn_rxeof() 1314 (extras[XEN_NETIF_EXTRA_TYPE_GSO - 1].type == in xn_rxeof() 1317 extras[XEN_NETIF_EXTRA_TYPE_GSO - 1].u.gso.size; in xn_rxeof() 1468 struct netif_extra_info *extras, RING_IDX rp, RING_IDX *cons) in xn_get_extras() argument 1490 memcpy(&extras[extra->type - 1], extra, sizeof(*extra)); in xn_get_extras() 1507 struct netif_extra_info *extras = rinfo->extras; in xn_get_responses() local 1517 err = xn_get_extras(rxq, extras, rp, cons); in xn_get_responses()
|
/freebsd/contrib/bc/src/ |
H A D | file.c | 145 // If we have been told to save the extras, and there *are* in bc_file_flushErr() 146 // extras... in bc_file_flushErr() 161 // Save the extras. in bc_file_flushErr() 162 bc_vec_string(&vm->history.extras, f->len - i, f->buf + i); in bc_file_flushErr() 164 // Else clear the extras if told to. in bc_file_flushErr() 167 bc_vec_popAll(&vm->history.extras); in bc_file_flushErr()
|
H A D | history.c | 1075 if (h->extras.len > 1) in bc_history_refresh() 1077 extras_len = h->extras.len - 1; in bc_history_refresh() 1084 bc_file_write(&vm->fout, bc_flush_none, h->extras.v, extras_len); in bc_history_refresh() 1137 len = BC_HIST_BUF_LEN(h) + h->extras.len - 1; in bc_history_edit_insert() 2178 bc_vec_init(&h->extras, sizeof(char), BC_DTOR_NONE); in bc_history_init() 2204 bc_vec_free(&h->extras); in bc_history_free()
|
/freebsd/contrib/bc/include/ |
H A D | history.h | 304 BcVec extras; member
|
/freebsd/stand/fdt/ |
H A D | fdt_loader_cmd.c | 934 fdt_load_dtb_overlays(const char *extras) in fdt_load_dtb_overlays() argument 939 if (extras != NULL && *extras != '\0') { in fdt_load_dtb_overlays() 940 printf("Loading DTB overlays: '%s'\n", extras); in fdt_load_dtb_overlays() 941 fdt_load_dtb_overlays_string(extras); in fdt_load_dtb_overlays()
|
/freebsd/tools/tools/makeroot/ |
H A D | makeroot.sh | 36 usage: makeroot.sh [-B byte-order] [-d] [-e <extras manifest>] [-f <filelist>]
|
/freebsd/contrib/dialog/ |
H A D | configure.in | 128 extras, 129 [ --disable-extras do not include extra dialogs],
|
/freebsd/sys/arm/conf/ |
H A D | std.armv6 |
|
H A D | std.armv7 | 71 # Optional extras, never enabled by default:
|
/freebsd/usr.sbin/bsdconfig/share/media/ |
H A D | tcpip.subr | 1150 $private get extras _extras 1268 # Get old extras string from variable space, if available 1510 devinfo_$dev set extras $_extras 1516 cp="DHCP${extras:+ $extras}" 1518 cp="inet $_ipaddr netmask $_netmask${extras:+ $extras}"
|
/freebsd/stand/ficl/softwords/ |
H A D | softcore.fr | 16 \ ** ficl extras
|
/freebsd/sys/x86/conf/ |
H A D | NOTES | 166 # ACPI extras driver for HP laptops 169 # ACPI extras driver for IBM laptops
|
/freebsd/crypto/openssh/contrib/suse/ |
H A D | openssh.spec | 43 Obsoletes: ssh-extras
|
/freebsd/crypto/openssh/contrib/redhat/ |
H A D | openssh.spec | 147 Obsoletes: ssh-extras 153 Obsoletes: ssh-extras
|
/freebsd/sys/i386/conf/ |
H A D | NOTES |
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | radix_ipf.c | 1286 static int extras[14] = { 0, -1, 1, 3, 5, 8, 9, in test_addr() local
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | whatsnew-2.1.txt | 764 - https://github.com/libevent/libevent-extras/blob/master/tools/vagrant-tests.py
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | device.subr | 67 extras \
|
/freebsd/contrib/libevent/ |
H A D | whatsnew-2.1.txt | 764 - https://github.com/libevent/libevent-extras/blob/master/tools/vagrant-tests.py
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | archive | 1351 # with extras data 1354 # without extras data
|
/freebsd/contrib/tzdata/ |
H A D | northamerica | 413 # https://www.tennessean.com/story/insider/extras/2015/04/06/archives-seigenthaler-for-100-years-th…
|