Home
last modified time | relevance | path

Searched refs:pe_start (Results 1 – 25 of 42) sorted by relevance

12

/dports/net/openmpi/openmpi-4.1.1/oshmem/proc/
H A Dproc_group_cache.c21 int pe_start; member
43 oshmem_group_t *oshmem_group_cache_find(int pe_start, int pe_stride, int pe_size) in oshmem_group_cache_find() argument
52 key.pe_start = pe_start; in oshmem_group_cache_find()
67 int oshmem_group_cache_insert(oshmem_group_t *group, int pe_start, in oshmem_group_cache_insert() argument
76 key.pe_start = pe_start; in oshmem_group_cache_insert()
H A Dproc.c155 oshmem_group_t* oshmem_proc_group_create(int pe_start, int pe_stride, int pe_size) in oshmem_proc_group_create() argument
165 group = oshmem_group_cache_find(pe_start, pe_stride, pe_size); in oshmem_proc_group_create()
202 } else if ((cur_pe >= pe_start) in oshmem_proc_group_create()
204 || (((cur_pe - pe_start) % pe_stride) == 0))) { in oshmem_proc_group_create()
239 if (OSHMEM_SUCCESS != oshmem_group_cache_insert(group, pe_start, in oshmem_proc_group_create()
H A Dproc.h206 OSHMEM_DECLSPEC oshmem_group_t *oshmem_proc_group_create(int pe_start,
214 oshmem_proc_group_create_nofail(int pe_start, int pe_stride, int pe_size) in oshmem_proc_group_create_nofail() argument
218 group = oshmem_proc_group_create(pe_start, pe_stride, pe_size); in oshmem_proc_group_create_nofail()
226 pe_start, pe_stride, pe_size); in oshmem_proc_group_create_nofail()
H A Dproc_group_cache.h33 oshmem_group_t* oshmem_group_cache_find(int pe_start, int pe_stride, int pe_size);
35 int oshmem_group_cache_insert(oshmem_group_t *group, int pe_start,
/dports/net/openmpi3/openmpi-3.1.6/oshmem/proc/
H A Dproc.c126 oshmem_group_t* oshmem_proc_group_create(int pe_start, in oshmem_proc_group_create() argument
168 } else if ((cur_pe >= pe_start) in oshmem_proc_group_create()
170 || (((cur_pe - pe_start) % pe_stride) == 0))) { in oshmem_proc_group_create()
H A Dproc.h206 OSHMEM_DECLSPEC oshmem_group_t *oshmem_proc_group_create(int pe_start,
/dports/sysutils/disktype/disktype-9/
H A Dlinux.c268 u8 pe_size, pe_count, pe_start; in detect_linux_lvm() local
306 pe_start = get_le_long(buf + 36) + get_le_long(buf + 40); in detect_linux_lvm()
309 pe_start = get_le_long(buf + 464) << 9; in detect_linux_lvm()
312 pe_start = 0; in detect_linux_lvm()
316 if (pe_start > 0) { in detect_linux_lvm()
318 pe_start, 0, 0); in detect_linux_lvm()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dlvg.py278 … rc, pe_start, err = module.run_command(pvdisplay_cmd_device_options + ["-o", "pe_start"])
279 pe_start = int(pe_start.replace(" ", ""))
282 if (dev_size - (pe_start + pv_size)) > vg_extent_size:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/system/
H A Dlvg.py278 … rc, pe_start, err = module.run_command(pvdisplay_cmd_device_options + ["-o", "pe_start"])
279 pe_start = int(pe_start.replace(" ", ""))
282 if (dev_size - (pe_start + pv_size)) > vg_extent_size:
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/radeon/
H A Dradeon_vm.c733 uint64_t pe_start, uint64_t pe_end, in radeon_vm_frag_ptes() argument
762 uint64_t frag_start = ALIGN(pe_start, frag_align); in radeon_vm_frag_ptes()
771 count = (pe_end - pe_start) / 8; in radeon_vm_frag_ptes()
772 radeon_vm_set_pages(rdev, ib, pe_start, addr, count, in radeon_vm_frag_ptes()
778 if (pe_start != frag_start) { in radeon_vm_frag_ptes()
779 count = (frag_start - pe_start) / 8; in radeon_vm_frag_ptes()
780 radeon_vm_set_pages(rdev, ib, pe_start, addr, count, in radeon_vm_frag_ptes()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/radeon/
H A Dradeon_vm.c733 uint64_t pe_start, uint64_t pe_end, in radeon_vm_frag_ptes() argument
762 uint64_t frag_start = ALIGN(pe_start, frag_align); in radeon_vm_frag_ptes()
771 count = (pe_end - pe_start) / 8; in radeon_vm_frag_ptes()
772 radeon_vm_set_pages(rdev, ib, pe_start, addr, count, in radeon_vm_frag_ptes()
778 if (pe_start != frag_start) { in radeon_vm_frag_ptes()
779 count = (frag_start - pe_start) / 8; in radeon_vm_frag_ptes()
780 radeon_vm_set_pages(rdev, ib, pe_start, addr, count, in radeon_vm_frag_ptes()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/radeon/
H A Dradeon_vm.c733 uint64_t pe_start, uint64_t pe_end, in radeon_vm_frag_ptes() argument
762 uint64_t frag_start = ALIGN(pe_start, frag_align); in radeon_vm_frag_ptes()
771 count = (pe_end - pe_start) / 8; in radeon_vm_frag_ptes()
772 radeon_vm_set_pages(rdev, ib, pe_start, addr, count, in radeon_vm_frag_ptes()
778 if (pe_start != frag_start) { in radeon_vm_frag_ptes()
779 count = (frag_start - pe_start) / 8; in radeon_vm_frag_ptes()
780 radeon_vm_set_pages(rdev, ib, pe_start, addr, count, in radeon_vm_frag_ptes()
/dports/textproc/augeas/augeas-1.12.0/lenses/tests/
H A Dtest_lvm.aug35 pe_start = 123
177 { "pe_start"
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dcontour.c125 static cntr_struct *trace_contour(edge_struct *pe_start,
468 edge_struct *pe_start, /* edge to start contour input */ in trace_contour() argument
478 p_edge = pe_start; /* first edge to start contour */ in trace_contour()
482 pe_start->is_active = FALSE; in trace_contour()
487 p_cntr = pc_tail = update_cntr_pt(pe_start, z_level); /* first point */ in trace_contour()
523 } while ((p_edge != pe_start) && (p_edge->position != BOUNDARY)); in trace_contour()
528 if (pe_start == p_edge) { in trace_contour()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dcontour.c125 static cntr_struct *trace_contour(edge_struct *pe_start,
468 edge_struct *pe_start, /* edge to start contour input */ in trace_contour() argument
478 p_edge = pe_start; /* first edge to start contour */ in trace_contour()
482 pe_start->is_active = FALSE; in trace_contour()
487 p_cntr = pc_tail = update_cntr_pt(pe_start, z_level); /* first point */ in trace_contour()
523 } while ((p_edge != pe_start) && (p_edge->position != BOUNDARY)); in trace_contour()
528 if (pe_start == p_edge) { in trace_contour()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dcontour.c126 static cntr_struct *trace_contour __PROTO((edge_struct *pe_start,
473 edge_struct *pe_start, /* edge to start contour input */ in trace_contour() argument
483 p_edge = pe_start; /* first edge to start contour */ in trace_contour()
487 pe_start->is_active = FALSE; in trace_contour()
492 p_cntr = pc_tail = update_cntr_pt(pe_start, z_level); /* first point */ in trace_contour()
528 } while ((p_edge != pe_start) && (p_edge->position != BOUNDARY)); in trace_contour()
533 if (pe_start == p_edge) { in trace_contour()
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/test/
H A Dfunc.h94 int pe_start ();
H A Dcallback.c70 pe_start (ic, client_data, call_data) in pe_start() function
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/test/
H A Dfunc.h94 int pe_start ();
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/test/
H A Dfunc.h94 int pe_start ();
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/test/
H A Dfunc.h94 int pe_start ();
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/test/
H A Dfunc.h94 int pe_start ();
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/test/
H A Dfunc.h94 int pe_start ();
/dports/shells/yash/yash-2.51/
H A Dparser.h249 struct wordunit_T *pe_start, *pe_end; member
/dports/shells/yash/yash-2.51/lineedit/
H A Dcompparse.c837 wu->wu_param->pe_start = wu->wu_param->pe_end = in cparse_paramexp_raw()
857 pe->pe_start = pe->pe_end = pe->pe_match = pe->pe_subst = NULL; in cparse_paramexp_in_brace()
1036 pe2->pe_start = pe2->pe_end = pe2->pe_match = pe2->pe_subst = NULL; in cparse_paramexp_in_brace()

12