Home
last modified time | relevance | path

Searched refs:FIXED_PAGESIZE (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/openblas/xianyi-OpenBLAS-e6e87a2/driver/others/
H A Dmemory.c132 #ifndef FIXED_PAGESIZE
133 #define FIXED_PAGESIZE 4096 macro
480 map_address = (void *)malloc(BUFFER_SIZE + FIXED_PAGESIZE); in alloc_malloc()
514 map_address = (void *)qalloc(QCOMMS | QFAST, BUFFER_SIZE + FIXED_PAGESIZE); in alloc_qalloc()
524 return (void *)(((BLASULONG)map_address + FIXED_PAGESIZE - 1) & ~(FIXED_PAGESIZE - 1)); in alloc_qalloc()
995 if (base_address) base_address += BUFFER_SIZE + FIXED_PAGESIZE; in blas_memory_alloc()
H A Dmemory_qalloc.c54 #define FIXED_PAGESIZE 4096 macro
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/GotoBLAS2/driver/others/
H A Dmemory.c82 #ifndef FIXED_PAGESIZE
83 #define FIXED_PAGESIZE 4096 macro
411 map_address = (void *)malloc(BUFFER_SIZE + FIXED_PAGESIZE); in alloc_malloc()
445 map_address = (void *)qalloc(QCOMMS | QFAST, BUFFER_SIZE + FIXED_PAGESIZE); in alloc_qalloc()
455 return (void *)(((BLASULONG)map_address + FIXED_PAGESIZE - 1) & ~(FIXED_PAGESIZE - 1)); in alloc_qalloc()
926 if (base_address) base_address += BUFFER_SIZE + FIXED_PAGESIZE; in blas_memory_alloc()
H A Dmemory_qalloc.c37 #define FIXED_PAGESIZE 4096 macro
/dports/math/gotoblas/GotoBLAS2/driver/others/
H A Dmemory.c99 #ifndef FIXED_PAGESIZE
100 #define FIXED_PAGESIZE 4096 macro
428 map_address = (void *)malloc(BUFFER_SIZE + FIXED_PAGESIZE); in alloc_malloc()
462 map_address = (void *)qalloc(QCOMMS | QFAST, BUFFER_SIZE + FIXED_PAGESIZE); in alloc_qalloc()
472 return (void *)(((BLASULONG)map_address + FIXED_PAGESIZE - 1) & ~(FIXED_PAGESIZE - 1)); in alloc_qalloc()
943 if (base_address) base_address += BUFFER_SIZE + FIXED_PAGESIZE; in blas_memory_alloc()
H A Dmemory_qalloc.c54 #define FIXED_PAGESIZE 4096 macro
/dports/math/openblas/OpenBLAS-0.3.18/driver/others/
H A Dmemory.c193 #ifndef FIXED_PAGESIZE
194 #define FIXED_PAGESIZE 4096 macro
850 return (void *)(((BLASULONG)map_address + FIXED_PAGESIZE - 1) & ~(FIXED_PAGESIZE - 1));
1347 map_address = (void *)malloc(BUFFER_SIZE + FIXED_PAGESIZE);
1752 #ifndef FIXED_PAGESIZE
1753 #define FIXED_PAGESIZE 4096 macro
2326 map_address = (void *)malloc(BUFFER_SIZE + FIXED_PAGESIZE);
2380 return (void *)(((BLASULONG)map_address + FIXED_PAGESIZE - 1) & ~(FIXED_PAGESIZE - 1));
2937 if (base_address) base_address += BUFFER_SIZE + FIXED_PAGESIZE;
3048 if (base_address) base_address += BUFFER_SIZE + FIXED_PAGESIZE;
[all …]
H A Dmemory_qalloc.c61 #define FIXED_PAGESIZE 4096 macro
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/openblas/xianyi-OpenBLAS-e6e87a2/
H A Dcommon_mips64.h254 #define FIXED_PAGESIZE (16UL << 10) macro
259 #define FIXED_PAGESIZE (32UL << 10) macro
/dports/math/openblas/OpenBLAS-0.3.18/
H A Dcommon_loongarch64.h190 #define FIXED_PAGESIZE (16UL << 10) macro
H A Dcommon_mips64.h234 #define FIXED_PAGESIZE (16UL << 10) macro