Home
last modified time | relevance | path

Searched refs:mem_p (Results 1 – 25 of 48) sorted by relevance

12

/dports/math/blis/blis-0.8.1/frame/1/other/packv/
H A Dbli_packv_init.c123 mem_t* mem_p; in bli_packv_init_pack()
153 mem_p = bli_obj_pack_mem( *p ); in bli_packv_init_pack()
155 if ( bli_mem_is_unalloc( mem_p ) ) in bli_packv_init_pack()
161 mem_p ); in bli_packv_init_pack()
167 if ( bli_mem_size( mem_p ) < size_p ) in bli_packv_init_pack()
169 bli_membrk_release( mem_p ); in bli_packv_init_pack()
173 mem_p ); in bli_packv_init_pack()
181 buf = bli_mem_buffer( mem_p ); in bli_packv_init_pack()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdlib/
H A Dmembed.cpp355 memmin = mem_p->zmin + 0.1 * (mem_p->zmax - mem_p->zmin); in est_prot_area()
356 memmax = mem_p->zmax - 0.1 * (mem_p->zmax - mem_p->zmin); in est_prot_area()
436 mem_p->nmol = nmol; in init_mem_at()
438 mem_p->mol_id = mol_id; in init_mem_at()
451 mem_p->zmin = zmin; in init_mem_at()
452 mem_p->zmax = zmax; in init_mem_at()
496 if ((r_ins[gctr][ZZ] < mem_p->zmax) && (r_ins[gctr][ZZ] > mem_p->zmin)) in init_resize()
1099 snew(mem_p, 1); in init_membed()
1122 &(mem_p->mem_at.index), &(mem_p->name)); in init_membed()
1287 mem_p->nmol, mem_p->lip_area); in init_membed()
[all …]
/dports/x11-fm/filerunner/filerunner/packages/twapi/
H A Dclipboard.tcl86 set mem_p [GlobalLock $mem_h]
88 Twapi_WriteMemory 1 $mem_p 0 $len $data
93 unset mem_p mem_h
100 if {[info exists mem_p]} {
128 set mem_p [GlobalLock $mem_h]
131 Twapi_WriteMemory 3 $mem_p 0 $mem_size $data
136 unset mem_h mem_p
143 if {[info exists mem_p]} {
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/Ylib/
H A Dokmalloc.c317 MEMOBJPTR mem_p ; local
319 for( mem_p = name_listS->next; mem_p != name_listS; mem_p = mem_p->next ){
320 if( mem_p->ptr_p == ptr ){
322 mem_p->prev->next = mem_p->next ;
323 mem_p->next->prev = mem_p->prev ;
324 heapDispose( mem_p ) ;
562 MEMOBJPTR mem_p ; in Ydump_mem() local
572 for( mem_p = name_listS->next; mem_p != name_listS; mem_p = mem_p->next ){ in Ydump_mem()
573 size = YcheckMemObj(mem_p->ptr_p) ; in Ydump_mem()
574 fprintf( fp, "%x:%d %s\n", mem_p->ptr_p, size, mem_p->name ) ; in Ydump_mem()
/dports/devel/hyperscan/hyperscan-5.4.0/unit/internal/
H A Dfdr_loadval.cpp74 auto mem_p = make_bytecode_ptr<u8>(len + 15, 16); in TYPED_TEST() local
75 u8 * mem = mem_p.get(); in TYPED_TEST()
93 auto mem_p = make_bytecode_ptr<u8>(len + 1, 16); in TYPED_TEST() local
94 u8 *mem = mem_p.get() + 1; // force unaligned in TYPED_TEST()
/dports/math/blis/blis-0.8.1/frame/3/
H A Dbli_l3_sup_packm_b.c100 mem_t* mem_p = bli_thread_broadcast( thread, mem ); \
108 *mem = *mem_p; \
149 mem_t* mem_p = bli_thread_broadcast( thread, mem ); \
157 *mem = *mem_p; \
H A Dbli_l3_sup_packm_a.c100 mem_t* mem_p = bli_thread_broadcast( thread, mem ); \
108 *mem = *mem_p; \
149 mem_t* mem_p = bli_thread_broadcast( thread, mem ); \
157 *mem = *mem_p; \
/dports/math/z3/z3-z3-4.8.13/src/tactic/smtlogics/
H A Dqfnia_tactic.cpp46 params_ref mem_p = p; in mk_qfnia_bv_solver() local
47 mem_p.set_uint("max_memory", 100); in mk_qfnia_bv_solver()
54 using_params(mk_bit_blaster_tactic(m), mem_p), in mk_qfnia_bv_solver()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/tactic/smtlogics/
H A Dqfnia_tactic.cpp46 params_ref mem_p = p; in mk_qfnia_bv_solver() local
47 mem_p.set_uint("max_memory", 100); in mk_qfnia_bv_solver()
54 using_params(mk_bit_blaster_tactic(m), mem_p), in mk_qfnia_bv_solver()
/dports/devel/dmalloc/dmalloc-5.6.5/
H A Dchunk.c1502 const char *file, *name_p, *bounds_p, *mem_p; in check_used_slot() local
1562 for (mem_p = pnt_info.pi_alloc_start; in check_used_slot()
1564 mem_p++) { in check_used_slot()
1565 if (*mem_p != ALLOC_BLANK_CHAR) { in check_used_slot()
1587 mem_p = pnt_info.pi_user_bounds; in check_used_slot()
1590 for (; mem_p < (char *)pnt_info.pi_alloc_bounds; mem_p++) { in check_used_slot()
1591 if (*mem_p != ALLOC_BLANK_CHAR) { in check_used_slot()
1642 mem_p = (char *)user_pnt; in check_used_slot()
1644 bounds_p = mem_p + min_size; in check_used_slot()
1655 for (; mem_p < bounds_p; mem_p++) { in check_used_slot()
[all …]
/dports/net/samba412/samba-4.12.15/nsswitch/libwbclient/
H A Dwbc_pwd.c120 char *mem_p, *mem_q; in copy_group_entry() local
143 mem_p = mem_q = mem_buf; in copy_group_entry()
144 for (i=0; i<g->num_gr_mem && mem_p; i++) { in copy_group_entry()
145 mem_q = strchr(mem_p, ','); in copy_group_entry()
150 gr->gr_mem[i] = strdup(mem_p); in copy_group_entry()
159 mem_p = mem_q + 1; in copy_group_entry()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/sw/siw/
H A Dsiw_qp_rx.c456 struct siw_mem **mem, *mem_p; in siw_proc_send() local
487 mem_p = *mem; in siw_proc_send()
488 if (mem_p->mem_obj == NULL) in siw_proc_send()
492 else if (!mem_p->is_pbl) in siw_proc_send()
493 rv = siw_rx_umem(srx, mem_p->umem, in siw_proc_send()
496 rv = siw_rx_pbl(srx, &frx->pbl_idx, mem_p, in siw_proc_send()
791 struct siw_mem **mem, *mem_p; in siw_proc_rresp() local
849 mem_p = *mem; in siw_proc_rresp()
853 if (mem_p->mem_obj == NULL) in siw_proc_rresp()
857 else if (!mem_p->is_pbl) in siw_proc_rresp()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/sw/siw/
H A Dsiw_qp_rx.c456 struct siw_mem **mem, *mem_p; in siw_proc_send() local
487 mem_p = *mem; in siw_proc_send()
488 if (mem_p->mem_obj == NULL) in siw_proc_send()
492 else if (!mem_p->is_pbl) in siw_proc_send()
493 rv = siw_rx_umem(srx, mem_p->umem, in siw_proc_send()
496 rv = siw_rx_pbl(srx, &frx->pbl_idx, mem_p, in siw_proc_send()
791 struct siw_mem **mem, *mem_p; in siw_proc_rresp() local
849 mem_p = *mem; in siw_proc_rresp()
853 if (mem_p->mem_obj == NULL) in siw_proc_rresp()
857 else if (!mem_p->is_pbl) in siw_proc_rresp()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/sw/siw/
H A Dsiw_qp_rx.c456 struct siw_mem **mem, *mem_p; in siw_proc_send() local
487 mem_p = *mem; in siw_proc_send()
488 if (mem_p->mem_obj == NULL) in siw_proc_send()
492 else if (!mem_p->is_pbl) in siw_proc_send()
493 rv = siw_rx_umem(srx, mem_p->umem, in siw_proc_send()
496 rv = siw_rx_pbl(srx, &frx->pbl_idx, mem_p, in siw_proc_send()
791 struct siw_mem **mem, *mem_p; in siw_proc_rresp() local
849 mem_p = *mem; in siw_proc_rresp()
853 if (mem_p->mem_obj == NULL) in siw_proc_rresp()
857 else if (!mem_p->is_pbl) in siw_proc_rresp()
[all …]
/dports/devel/py-ddtrace/ddtrace-0.56.1/ddtrace/profiling/collector/
H A D_utils.h19 #define p_delete(mem_p) PyMem_Free(mem_p); argument
/dports/x11-wm/awesome/awesome-4.3/common/
H A Dutil.h83 #define p_delete(mem_p) \ argument
85 void **__ptr = (void **) (mem_p); \
/dports/mail/dbmail/dbmail-3.2.5/src/mpool/
H A Dmpool.c351 const unsigned char *mem_p; in check_magic() local
354 mem_p = (unsigned char *)addr + size; in check_magic()
356 if (*mem_p == FENCE_MAGIC0 && *(mem_p + 1) == FENCE_MAGIC1) { in check_magic()
/dports/audio/ezstream/ezstream-0.5.6/src/
H A Dxalloc.c102 _memory_free(struct memory **mem_p) in _memory_free() argument
104 struct memory *mem = *mem_p; in _memory_free()
113 *mem_p = NULL; in _memory_free()
/dports/graphics/darktable38/darktable-3.8.0/src/iop/
H A Dashift_lsd.c786 struct coorlist ** list_p, void ** mem_p, in ll_angle() argument
807 if( mem_p == NULL ) error("ll_angle: NULL pointer 'mem_p'."); in ll_angle()
823 *mem_p = (void *) list; in ll_angle()
2094 void * mem_p; in LineSegmentDetection() local
2126 angles = ll_angle( scaled_image, rho, &list_p, &mem_p, in LineSegmentDetection()
2131 angles = ll_angle( image, rho, &list_p, &mem_p, &modgrad, in LineSegmentDetection()
2234 free( (void *) mem_p ); in LineSegmentDetection()
/dports/graphics/colmap/colmap-3.6/lib/LSD/
H A Dlsd.c753 struct coorlist ** list_p, void ** mem_p, in ll_angle() argument
774 if( mem_p == NULL ) error("ll_angle: NULL pointer 'mem_p'."); in ll_angle()
790 *mem_p = (void *) list; in ll_angle()
2039 void * mem_p; in LineSegmentDetection() local
2071 angles = ll_angle( scaled_image, rho, &list_p, &mem_p, in LineSegmentDetection()
2076 angles = ll_angle( image, rho, &list_p, &mem_p, &modgrad, in LineSegmentDetection()
2179 free( (void *) mem_p ); in LineSegmentDetection()
/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Dashift_lsd.c786 struct coorlist ** list_p, void ** mem_p, in ll_angle() argument
807 if( mem_p == NULL ) error("ll_angle: NULL pointer 'mem_p'."); in ll_angle()
823 *mem_p = (void *) list; in ll_angle()
2094 void * mem_p; in LineSegmentDetection() local
2126 angles = ll_angle( scaled_image, rho, &list_p, &mem_p, in LineSegmentDetection()
2131 angles = ll_angle( image, rho, &list_p, &mem_p, &modgrad, in LineSegmentDetection()
2234 free( (void *) mem_p ); in LineSegmentDetection()
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dashift_lsd.c797 struct coorlist ** list_p, void ** mem_p, in ll_angle() argument
818 if( mem_p == NULL ) error("ll_angle: NULL pointer 'mem_p'."); in ll_angle()
834 *mem_p = (void *) list; in ll_angle()
2105 void * mem_p; in LineSegmentDetection() local
2137 angles = ll_angle( scaled_image, rho, &list_p, &mem_p, in LineSegmentDetection()
2142 angles = ll_angle( image, rho, &list_p, &mem_p, &modgrad, in LineSegmentDetection()
2245 free( (void *) mem_p ); in LineSegmentDetection()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libgloss/xstormy16/
H A Dxstormy16_stub.c214 putreg (unsigned char *buf, int regnum, void *mem_p, int count) in putreg() argument
218 char *mem = (char *)mem_p; in putreg()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/xstormy16/
H A Dxstormy16_stub.c214 putreg (unsigned char *buf, int regnum, void *mem_p, int count) in putreg() argument
218 char *mem = (char *)mem_p; in putreg()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libgloss/xstormy16/
H A Dxstormy16_stub.c214 putreg (unsigned char *buf, int regnum, void *mem_p, int count) in putreg() argument
218 char *mem = (char *)mem_p; in putreg()

12