Home
last modified time | relevance | path

Searched refs:sh_base (Results 1 – 25 of 81) sorted by relevance

1234

/dports/graphics/opendx/dx-4.4.4/src/exec/libdx/
H A Dmem.c372 sh_base[nchunk] = NULL; in _dxfsetmem()
396 if (sh_base[nchunk] != NULL) { in _dxfsetmem()
408 sh_base[nchunk] = SUB_INT(sh_base[nchunk], size); in _dxfsetmem()
444 sh_base[nchunk] = tbase; in _dxfsetmem()
567 sh_base = malloc(limit); in _dxfsetmem()
568 if (sh_base == NULL) { in _dxfsetmem()
580 base = (Pointer) sh_base; in _dxfgetmem()
709 if(sh_base == 0) { in _dxfsetmem()
745 if(sh_base == 0) { in _dxfsetmem()
768 base = (Pointer) sh_base; in _dxfgetmem()
[all …]
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/
H A Dsl_malloc.c90 void *sh_base; member
166 ber_memfree_x(sh->sh_base, NULL); in slap_sl_mem_destroy()
214 base = sh->sh_base; in slap_sl_mem_create()
223 sh->sh_base = base; in slap_sl_mem_create()
346 (char*)sh->sh_base) >> (order + 1); in slap_sl_malloc()
364 (char*)sh->sh_base) >> (order+1); in slap_sl_malloc()
423 if (No_sl_malloc || !sh || ptr < sh->sh_base || ptr >= sh->sh_end) { in slap_sl_realloc()
522 VGMEMP_TRIM(sh, sh->sh_base, in slap_sl_free()
523 (char *) sh->sh_last - (char *) sh->sh_base); in slap_sl_free()
650 if ( sh && ptr >= sh->sh_base && ptr <= sh->sh_end ) in slap_sl_release()
[all …]
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/
H A Dsl_malloc.c90 void *sh_base; member
166 ber_memfree_x(sh->sh_base, NULL); in slap_sl_mem_destroy()
214 base = sh->sh_base; in slap_sl_mem_create()
223 sh->sh_base = base; in slap_sl_mem_create()
346 (char*)sh->sh_base) >> (order + 1); in slap_sl_malloc()
364 (char*)sh->sh_base) >> (order+1); in slap_sl_malloc()
423 if (No_sl_malloc || !sh || ptr < sh->sh_base || ptr >= sh->sh_end) { in slap_sl_realloc()
522 VGMEMP_TRIM(sh, sh->sh_base, in slap_sl_free()
523 (char *) sh->sh_last - (char *) sh->sh_base); in slap_sl_free()
650 if ( sh && ptr >= sh->sh_base && ptr <= sh->sh_end ) in slap_sl_release()
[all …]
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/
H A Dsl_malloc.c90 void *sh_base; member
166 ber_memfree_x(sh->sh_base, NULL); in slap_sl_mem_destroy()
214 base = sh->sh_base; in slap_sl_mem_create()
223 sh->sh_base = base; in slap_sl_mem_create()
346 (char*)sh->sh_base) >> (order + 1); in slap_sl_malloc()
364 (char*)sh->sh_base) >> (order+1); in slap_sl_malloc()
423 if (No_sl_malloc || !sh || ptr < sh->sh_base || ptr >= sh->sh_end) { in slap_sl_realloc()
522 VGMEMP_TRIM(sh, sh->sh_base, in slap_sl_free()
523 (char *) sh->sh_last - (char *) sh->sh_base); in slap_sl_free()
650 if ( sh && ptr >= sh->sh_base && ptr <= sh->sh_end ) in slap_sl_release()
[all …]
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/
H A Dsl_malloc.c90 void *sh_base; member
166 ber_memfree_x(sh->sh_base, NULL); in slap_sl_mem_destroy()
214 base = sh->sh_base; in slap_sl_mem_create()
223 sh->sh_base = base; in slap_sl_mem_create()
346 (char*)sh->sh_base) >> (order + 1); in slap_sl_malloc()
364 (char*)sh->sh_base) >> (order+1); in slap_sl_malloc()
423 if (No_sl_malloc || !sh || ptr < sh->sh_base || ptr >= sh->sh_end) { in slap_sl_realloc()
522 VGMEMP_TRIM(sh, sh->sh_base, in slap_sl_free()
523 (char *) sh->sh_last - (char *) sh->sh_base); in slap_sl_free()
650 if ( sh && ptr >= sh->sh_base && ptr <= sh->sh_end ) in slap_sl_release()
[all …]
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/
H A Dsl_malloc.c90 void *sh_base; member
170 ber_memfree_x(sh->sh_base, NULL); in slap_sl_mem_destroy()
218 base = sh->sh_base; in slap_sl_mem_create()
227 sh->sh_base = base; in slap_sl_mem_create()
350 (char*)sh->sh_base) >> (order + 1); in slap_sl_malloc()
368 (char*)sh->sh_base) >> (order+1); in slap_sl_malloc()
427 if (No_sl_malloc || !sh || ptr < sh->sh_base || ptr >= sh->sh_end) { in slap_sl_realloc()
502 if (No_sl_malloc || !sh || ptr < sh->sh_base || ptr >= sh->sh_end) { in slap_sl_free()
526 VGMEMP_TRIM(sh, sh->sh_base, in slap_sl_free()
527 (char *) sh->sh_last - (char *) sh->sh_base); in slap_sl_free()
[all …]
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/
H A Dsl_malloc.c90 void *sh_base; member
170 ber_memfree_x(sh->sh_base, NULL); in slap_sl_mem_destroy()
218 base = sh->sh_base; in slap_sl_mem_create()
227 sh->sh_base = base; in slap_sl_mem_create()
350 (char*)sh->sh_base) >> (order + 1); in slap_sl_malloc()
368 (char*)sh->sh_base) >> (order+1); in slap_sl_malloc()
427 if (No_sl_malloc || !sh || ptr < sh->sh_base || ptr >= sh->sh_end) { in slap_sl_realloc()
502 if (No_sl_malloc || !sh || ptr < sh->sh_base || ptr >= sh->sh_end) { in slap_sl_free()
526 VGMEMP_TRIM(sh, sh->sh_base, in slap_sl_free()
527 (char *) sh->sh_last - (char *) sh->sh_base); in slap_sl_free()
[all …]
/dports/x11-wm/larswm/larswm-7.5.3/
H A Dlarsmenu.c497 static char *sh_base = NULL; in spawn() local
499 if (sh_base == NULL) in spawn()
501 sh_base = strrchr (shell, '/'); in spawn()
502 if (sh_base != NULL) in spawn()
503 sh_base++; in spawn()
505 sh_base = shell; in spawn()
525 execl (shell, sh_base, "-c", com, NULL); in spawn()
/dports/x11/9menu/9menu-9menu-release-1.10/
H A D9menu.c446 static char *sh_base = NULL; in spawn() local
448 if (sh_base == NULL) { in spawn()
449 sh_base = strrchr(shell, '/'); in spawn()
450 if (sh_base != NULL) in spawn()
451 sh_base++; in spawn()
453 sh_base = shell; in spawn()
475 execl(shell, sh_base, "-c", com, NULL); in spawn()
/dports/x11-wm/ratmen/ratmen-2.2.3/
H A Dratmen.c676 static char *sh_base = NULL; in spawn() local
678 if (sh_base == NULL) { in spawn()
679 sh_base = strrchr(shell, '/'); in spawn()
680 if (sh_base != NULL) in spawn()
681 sh_base++; in spawn()
683 sh_base = shell; in spawn()
694 execl(shell, sh_base, "-c", com, NULL); in spawn()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c1972 uint32_t *base = &sctx->shader_pointers.sh_base[shader]; in si_set_user_data_base()
2051 unsigned sh_base) in si_emit_shader_pointer() argument
2054 unsigned sh_offset = sh_base + desc->shader_userdata_offset; in si_emit_shader_pointer()
2061 unsigned sh_base) in si_emit_consecutive_shader_pointers() argument
2063 if (!sh_base) in si_emit_consecutive_shader_pointers()
2074 unsigned sh_offset = sh_base + descs->shader_userdata_offset; in si_emit_consecutive_shader_pointers()
2114 uint32_t *sh_base = sctx->shader_pointers.sh_base; in si_emit_graphics_shader_pointers() local
2121 sh_base[PIPE_SHADER_VERTEX]); in si_emit_graphics_shader_pointers()
2123 sh_base[PIPE_SHADER_TESS_EVAL]); in si_emit_graphics_shader_pointers()
2125 sh_base[PIPE_SHADER_FRAGMENT]); in si_emit_graphics_shader_pointers()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_build_pm4.h276 #define radeon_emit_one_32bit_pointer(sctx, desc, sh_base) do { \ argument
277 unsigned sh_offset = (sh_base) + (desc)->shader_userdata_offset; \
H A Dsi_descriptors.c1988 uint32_t *base = &sctx->shader_pointers.sh_base[shader]; in si_set_user_data_base()
2056 #define si_emit_consecutive_shader_pointers(sctx, pointer_mask, sh_base) do { \ argument
2057 unsigned sh_reg_base = (sh_base); \
2113 uint32_t *sh_base = sctx->shader_pointers.sh_base; in si_emit_graphics_shader_pointers() local
2121 sh_base[PIPE_SHADER_VERTEX]); in si_emit_graphics_shader_pointers()
2123 sh_base[PIPE_SHADER_TESS_EVAL]); in si_emit_graphics_shader_pointers()
2125 sh_base[PIPE_SHADER_FRAGMENT]); in si_emit_graphics_shader_pointers()
2127 sh_base[PIPE_SHADER_TESS_CTRL]); in si_emit_graphics_shader_pointers()
2129 sh_base[PIPE_SHADER_GEOMETRY]); in si_emit_graphics_shader_pointers()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_build_pm4.h276 #define radeon_emit_one_32bit_pointer(sctx, desc, sh_base) do { \ argument
277 unsigned sh_offset = (sh_base) + (desc)->shader_userdata_offset; \
H A Dsi_descriptors.c1988 uint32_t *base = &sctx->shader_pointers.sh_base[shader]; in si_set_user_data_base()
2056 #define si_emit_consecutive_shader_pointers(sctx, pointer_mask, sh_base) do { \ argument
2057 unsigned sh_reg_base = (sh_base); \
2113 uint32_t *sh_base = sctx->shader_pointers.sh_base; in si_emit_graphics_shader_pointers() local
2121 sh_base[PIPE_SHADER_VERTEX]); in si_emit_graphics_shader_pointers()
2123 sh_base[PIPE_SHADER_TESS_EVAL]); in si_emit_graphics_shader_pointers()
2125 sh_base[PIPE_SHADER_FRAGMENT]); in si_emit_graphics_shader_pointers()
2127 sh_base[PIPE_SHADER_TESS_CTRL]); in si_emit_graphics_shader_pointers()
2129 sh_base[PIPE_SHADER_GEOMETRY]); in si_emit_graphics_shader_pointers()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_build_pm4.h276 #define radeon_emit_one_32bit_pointer(sctx, desc, sh_base) do { \ argument
277 unsigned sh_offset = (sh_base) + (desc)->shader_userdata_offset; \
H A Dsi_descriptors.c1988 uint32_t *base = &sctx->shader_pointers.sh_base[shader]; in si_set_user_data_base()
2056 #define si_emit_consecutive_shader_pointers(sctx, pointer_mask, sh_base) do { \ argument
2057 unsigned sh_reg_base = (sh_base); \
2113 uint32_t *sh_base = sctx->shader_pointers.sh_base; in si_emit_graphics_shader_pointers() local
2121 sh_base[PIPE_SHADER_VERTEX]); in si_emit_graphics_shader_pointers()
2123 sh_base[PIPE_SHADER_TESS_EVAL]); in si_emit_graphics_shader_pointers()
2125 sh_base[PIPE_SHADER_FRAGMENT]); in si_emit_graphics_shader_pointers()
2127 sh_base[PIPE_SHADER_TESS_CTRL]); in si_emit_graphics_shader_pointers()
2129 sh_base[PIPE_SHADER_GEOMETRY]); in si_emit_graphics_shader_pointers()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_build_pm4.h276 #define radeon_emit_one_32bit_pointer(sctx, desc, sh_base) do { \ argument
277 unsigned sh_offset = (sh_base) + (desc)->shader_userdata_offset; \
H A Dsi_descriptors.c1988 uint32_t *base = &sctx->shader_pointers.sh_base[shader]; in si_set_user_data_base()
2056 #define si_emit_consecutive_shader_pointers(sctx, pointer_mask, sh_base) do { \ argument
2057 unsigned sh_reg_base = (sh_base); \
2113 uint32_t *sh_base = sctx->shader_pointers.sh_base; in si_emit_graphics_shader_pointers() local
2121 sh_base[PIPE_SHADER_VERTEX]); in si_emit_graphics_shader_pointers()
2123 sh_base[PIPE_SHADER_TESS_EVAL]); in si_emit_graphics_shader_pointers()
2125 sh_base[PIPE_SHADER_FRAGMENT]); in si_emit_graphics_shader_pointers()
2127 sh_base[PIPE_SHADER_TESS_CTRL]); in si_emit_graphics_shader_pointers()
2129 sh_base[PIPE_SHADER_GEOMETRY]); in si_emit_graphics_shader_pointers()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_build_pm4.h276 #define radeon_emit_one_32bit_pointer(sctx, desc, sh_base) do { \ argument
277 unsigned sh_offset = (sh_base) + (desc)->shader_userdata_offset; \
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_build_pm4.h276 #define radeon_emit_one_32bit_pointer(sctx, desc, sh_base) do { \ argument
277 unsigned sh_offset = (sh_base) + (desc)->shader_userdata_offset; \
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_build_pm4.h276 #define radeon_emit_one_32bit_pointer(sctx, desc, sh_base) do { \ argument
277 unsigned sh_offset = (sh_base) + (desc)->shader_userdata_offset; \
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_build_pm4.h276 #define radeon_emit_one_32bit_pointer(sctx, desc, sh_base) do { \ argument
277 unsigned sh_offset = (sh_base) + (desc)->shader_userdata_offset; \
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_build_pm4.h276 #define radeon_emit_one_32bit_pointer(sctx, desc, sh_base) do { \ argument
277 unsigned sh_offset = (sh_base) + (desc)->shader_userdata_offset; \
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/radeonsi/
H A Dsi_build_pm4.h301 #define radeon_emit_one_32bit_pointer(sctx, desc, sh_base) do { \ argument
302 unsigned sh_offset = (sh_base) + (desc)->shader_userdata_offset; \

1234