Home
last modified time | relevance | path

Searched refs:SHARED_SIZE (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/devel/apr1/apr-1.7.0/test/
H A Dtestshm.c69 rv = apr_shm_create(&shm, SHARED_SIZE, NULL, p); in test_anon_create()
83 rv = apr_shm_create(&shm, SHARED_SIZE, NULL, p); in test_check_size()
88 ABTS_SIZE_EQUAL(tc, SHARED_SIZE, retsize); in test_check_size()
99 rv = apr_shm_create(&shm, SHARED_SIZE, NULL, p); in test_shm_allocate()
120 rv = apr_shm_create(&shm, SHARED_SIZE, NULL, p); in test_anon()
125 ABTS_INT_EQUAL(tc, SHARED_SIZE, retsize); in test_anon()
174 rv = apr_shm_create(&shm, SHARED_SIZE, SHARED_FILENAME, p); in test_named()
182 ABTS_SIZE_EQUAL(tc, SHARED_SIZE, retsize); in test_named()
238 rv = apr_shm_create(&shm, SHARED_SIZE, SHARED_FILENAME, p); in test_named_remove()
252 rv = apr_shm_create(&shm2, SHARED_SIZE, SHARED_FILENAME, p); in test_named_remove()
[all …]
H A Dtestshm.h27 #define SHARED_SIZE (apr_size_t)(N_BOXES * sizeof(mbox)) macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/test/
H A Dtestshm.c67 rv = apr_shm_create(&shm, SHARED_SIZE, NULL, p); in test_anon_create()
81 rv = apr_shm_create(&shm, SHARED_SIZE, NULL, p); in test_check_size()
86 ABTS_INT_EQUAL(tc, SHARED_SIZE, retsize); in test_check_size()
97 rv = apr_shm_create(&shm, SHARED_SIZE, NULL, p); in test_shm_allocate()
118 rv = apr_shm_create(&shm, SHARED_SIZE, NULL, p); in test_anon()
123 ABTS_INT_EQUAL(tc, SHARED_SIZE, retsize); in test_anon()
172 rv = apr_shm_create(&shm, SHARED_SIZE, SHARED_FILENAME, p); in test_named()
180 ABTS_INT_EQUAL(tc, SHARED_SIZE, retsize); in test_named()
228 rv = apr_shm_create(&shm, SHARED_SIZE, SHARED_FILENAME, p); in test_named_remove()
241 rv = apr_shm_create(&shm, SHARED_SIZE, SHARED_FILENAME, p); in test_named_remove()
H A Dtestshm.h27 #define SHARED_SIZE (apr_size_t)(N_BOXES * sizeof(mbox)) macro
/dports/devel/apr1/apr-util-1.6.1/test/
H A Dtestrmm.c31 #define SHARED_SIZE (apr_size_t)(FRAG_SIZE * FRAG_COUNT * sizeof(char*)) macro
48 size = SHARED_SIZE + apr_rmm_overhead_get(FRAG_COUNT + 1); in test_rmm()
62 fragsize = SHARED_SIZE / FRAG_COUNT; in test_rmm()
107 off[0] = apr_rmm_calloc(rmm, SHARED_SIZE); in test_rmm()
131 off[0] = apr_rmm_calloc(rmm, SHARED_SIZE); in test_rmm()
138 off[0] = apr_rmm_calloc(rmm, SHARED_SIZE - 100); in test_rmm()
159 off[0] = apr_rmm_realloc(rmm, entity, SHARED_SIZE - 100); in test_rmm()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr-util/test/
H A Dtestrmm.c35 #define SHARED_SIZE (apr_size_t)(FRAG_SIZE * FRAG_COUNT * sizeof(char*)) macro
55 size = SHARED_SIZE + apr_rmm_overhead_get(FRAG_COUNT + 1); in test_rmm()
75 fragsize = SHARED_SIZE / FRAG_COUNT; in test_rmm()
143 off[0] = apr_rmm_calloc(rmm, SHARED_SIZE); in test_rmm()
174 off[0] = apr_rmm_calloc(rmm, SHARED_SIZE); in test_rmm()
182 off[0] = apr_rmm_calloc(rmm, SHARED_SIZE - 100); in test_rmm()
207 off[0] = apr_rmm_realloc(rmm, entity, SHARED_SIZE - 100); in test_rmm()
/dports/databases/sqlite3/sqlite-src-3350500/tool/
H A Dgetlock.c56 #define SHARED_SIZE 510 macro
95 if( isLocked(hDb, F_RDLCK, SHARED_FIRST, SHARED_SIZE, "EXCLUSIVE") ){ in main()
103 if( isLocked(hDb, F_WRLCK, SHARED_FIRST, SHARED_SIZE, "SHARED") ){ in main()
/dports/databases/sqlcipher/sqlcipher-3.4.2/tool/
H A Dgetlock.c56 #define SHARED_SIZE 510 macro
95 if( isLocked(hDb, F_RDLCK, SHARED_FIRST, SHARED_SIZE, "EXCLUSIVE") ){ in main()
103 if( isLocked(hDb, F_WRLCK, SHARED_FIRST, SHARED_SIZE, "SHARED") ){ in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/tool/
H A Dgetlock.c56 #define SHARED_SIZE 510 macro
95 if( isLocked(hDb, F_RDLCK, SHARED_FIRST, SHARED_SIZE, "EXCLUSIVE") ){ in main()
103 if( isLocked(hDb, F_WRLCK, SHARED_FIRST, SHARED_SIZE, "SHARED") ){ in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/tool/
H A Dgetlock.c56 #define SHARED_SIZE 510 macro
95 if( isLocked(hDb, F_RDLCK, SHARED_FIRST, SHARED_SIZE, "EXCLUSIVE") ){ in main()
103 if( isLocked(hDb, F_WRLCK, SHARED_FIRST, SHARED_SIZE, "SHARED") ){ in main()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/
H A Dpxa3xx-gcu.c58 #define SHARED_SIZE PAGE_ALIGN(sizeof(struct pxa3xx_gcu_shared)) macro
153 memset(priv->shared, 0, SHARED_SIZE); in pxa3xx_gcu_reset()
480 if (size != SHARED_SIZE) in pxa3xx_gcu_mmap()
486 case SHARED_SIZE >> PAGE_SHIFT: in pxa3xx_gcu_mmap()
629 priv->shared = dma_alloc_coherent(dev, SHARED_SIZE, in pxa3xx_gcu_probe()
666 SHARED_SIZE, irq); in pxa3xx_gcu_probe()
670 dma_free_coherent(dev, SHARED_SIZE, in pxa3xx_gcu_probe()
689 dma_free_coherent(dev, SHARED_SIZE, priv->shared, priv->shared_phys); in pxa3xx_gcu_remove()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/
H A Dpxa3xx-gcu.c58 #define SHARED_SIZE PAGE_ALIGN(sizeof(struct pxa3xx_gcu_shared)) macro
153 memset(priv->shared, 0, SHARED_SIZE); in pxa3xx_gcu_reset()
480 if (size != SHARED_SIZE) in pxa3xx_gcu_mmap()
486 case SHARED_SIZE >> PAGE_SHIFT: in pxa3xx_gcu_mmap()
629 priv->shared = dma_alloc_coherent(dev, SHARED_SIZE, in pxa3xx_gcu_probe()
666 SHARED_SIZE, irq); in pxa3xx_gcu_probe()
670 dma_free_coherent(dev, SHARED_SIZE, in pxa3xx_gcu_probe()
689 dma_free_coherent(dev, SHARED_SIZE, priv->shared, priv->shared_phys); in pxa3xx_gcu_remove()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/
H A Dpxa3xx-gcu.c58 #define SHARED_SIZE PAGE_ALIGN(sizeof(struct pxa3xx_gcu_shared)) macro
153 memset(priv->shared, 0, SHARED_SIZE); in pxa3xx_gcu_reset()
480 if (size != SHARED_SIZE) in pxa3xx_gcu_mmap()
486 case SHARED_SIZE >> PAGE_SHIFT: in pxa3xx_gcu_mmap()
629 priv->shared = dma_alloc_coherent(dev, SHARED_SIZE, in pxa3xx_gcu_probe()
666 SHARED_SIZE, irq); in pxa3xx_gcu_probe()
670 dma_free_coherent(dev, SHARED_SIZE, in pxa3xx_gcu_probe()
689 dma_free_coherent(dev, SHARED_SIZE, priv->shared, priv->shared_phys); in pxa3xx_gcu_remove()
/dports/science/lammps/lammps-stable_29Sep2021/lib/gpu/
H A Dlal_tersoff_mod.cu271 #define SHARED_SIZE 32 macro
294 __local numtyp4 ts1[SHARED_SIZE]; in k_tersoff_mod_zeta()
295 __local numtyp4 ts2[SHARED_SIZE]; in k_tersoff_mod_zeta()
296 __local numtyp4 ts3[SHARED_SIZE]; in k_tersoff_mod_zeta()
297 __local numtyp4 ts4[SHARED_SIZE]; in k_tersoff_mod_zeta()
298 __local numtyp4 ts5[SHARED_SIZE]; in k_tersoff_mod_zeta()
430 __local numtyp4 ts1[SHARED_SIZE]; in k_tersoff_mod_repulsive()
431 __local numtyp4 ts2[SHARED_SIZE]; in k_tersoff_mod_repulsive()
527 __local numtyp4 ts1[SHARED_SIZE]; in k_tersoff_mod_three_center()
528 __local numtyp4 ts2[SHARED_SIZE]; in k_tersoff_mod_three_center()
[all …]
H A Dlal_tersoff_zbl.cu289 #define SHARED_SIZE 32 macro
313 __local numtyp4 ts1[SHARED_SIZE]; in k_tersoff_zbl_zeta()
314 __local numtyp4 ts2[SHARED_SIZE]; in k_tersoff_zbl_zeta()
315 __local numtyp4 ts3[SHARED_SIZE]; in k_tersoff_zbl_zeta()
316 __local numtyp4 ts4[SHARED_SIZE]; in k_tersoff_zbl_zeta()
317 __local numtyp4 ts5[SHARED_SIZE]; in k_tersoff_zbl_zeta()
318 __local numtyp4 ts6[SHARED_SIZE]; in k_tersoff_zbl_zeta()
456 __local numtyp4 ts1[SHARED_SIZE]; in k_tersoff_zbl_repulsive()
457 __local numtyp4 ts2[SHARED_SIZE]; in k_tersoff_zbl_repulsive()
458 __local numtyp4 ts6[SHARED_SIZE]; in k_tersoff_zbl_repulsive()
[all …]
H A Dlal_tersoff.cu277 #define SHARED_SIZE 32 macro
301 __local numtyp4 ts1[SHARED_SIZE]; in k_tersoff_zeta()
302 __local numtyp4 ts3[SHARED_SIZE]; in k_tersoff_zeta()
303 __local numtyp4 ts4[SHARED_SIZE]; in k_tersoff_zeta()
304 __local numtyp4 ts5[SHARED_SIZE]; in k_tersoff_zeta()
461 __local numtyp4 ts2[SHARED_SIZE]; in k_tersoff_repulsive()
568 __local numtyp4 ts1[SHARED_SIZE]; in k_tersoff_three_center()
569 __local numtyp4 ts4[SHARED_SIZE]; in k_tersoff_three_center()
743 __local numtyp4 ts1[SHARED_SIZE]; in k_tersoff_three_end()
744 __local numtyp4 ts4[SHARED_SIZE]; in k_tersoff_three_end()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dos.h153 #define SHARED_SIZE 510 macro
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dos.h153 #define SHARED_SIZE 510 macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dos.h153 #define SHARED_SIZE 510 macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dos.h153 #define SHARED_SIZE 510 macro
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dos_win.c486 && nNumberOfBytesToLockLow == (DWORD)SHARED_SIZE){ in winceLockFile()
552 assert(nNumberOfBytesToUnlockLow == (DWORD)SHARED_SIZE); in winceUnlockFile()
560 assert(nNumberOfBytesToUnlockLow == (DWORD)SHARED_SIZE || nNumberOfBytesToUnlockLow == 1); in winceUnlockFile()
609 nNumberOfBytesToLockLow == (DWORD)SHARED_SIZE){ in winceLockFileEx()
913 0, SHARED_SIZE, 0, &ovlp); in getReadLock()
920 pFile->sharedLockByte = (short)((lk & 0x7fffffff)%(SHARED_SIZE - 1)); in getReadLock()
936 res = UnlockFile(pFile->h, SHARED_FIRST, 0, SHARED_SIZE, 0); in unlockReadLock()
1062 res = LockFile(pFile->h, SHARED_FIRST, 0, SHARED_SIZE, 0); in winLock()
1142 UnlockFile(pFile->h, SHARED_FIRST, 0, SHARED_SIZE, 0); in winUnlock()
H A Dos.h227 #define SHARED_SIZE 510 macro
H A Dos_os2.c265 LockArea.lRange = SHARED_SIZE; in getReadLock()
285 UnlockArea.lRange = SHARED_SIZE; in unlockReadLock()
408 LockArea.lRange = SHARED_SIZE; in os2Lock()
517 UnlockArea.lRange = SHARED_SIZE; in os2Unlock()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_compute.c96 BEGIN_NVC0(push, NVC0_CP(SHARED_SIZE), 1); in nvc0_screen_compute_setup()
447 BEGIN_NVC0(push, NVC0_CP(SHARED_SIZE), 3); in nvc0_launch_grid()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_compute.c96 BEGIN_NVC0(push, NVC0_CP(SHARED_SIZE), 1); in nvc0_screen_compute_setup()
447 BEGIN_NVC0(push, NVC0_CP(SHARED_SIZE), 3); in nvc0_launch_grid()

123456789