Home
last modified time | relevance | path

Searched refs:PAGESIZE (Results 226 – 250 of 1297) sorted by relevance

12345678910>>...52

/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/i386/bits/
H A Duser.h40 #define PAGE_MASK (~(PAGESIZE-1))
41 #define NBPG PAGESIZE
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/x32/bits/
H A Duser.h37 #define PAGE_MASK (~(PAGESIZE-1))
38 #define NBPG PAGESIZE
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/arch/i386/bits/
H A Duser.h40 #define PAGE_MASK (~(PAGESIZE-1))
41 #define NBPG PAGESIZE
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/arch/x86_64/bits/
H A Duser.h37 #define PAGE_MASK (~(PAGESIZE-1))
38 #define NBPG PAGESIZE
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/arch/i386/bits/
H A Duser.h40 #define PAGE_MASK (~(PAGESIZE-1))
41 #define NBPG PAGESIZE
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/arch/x86_64/bits/
H A Duser.h37 #define PAGE_MASK (~(PAGESIZE-1))
38 #define NBPG PAGESIZE
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/arch/x32/bits/
H A Duser.h37 #define PAGE_MASK (~(PAGESIZE-1))
38 #define NBPG PAGESIZE
/dports/lang/zig/zig-0.9.0/lib/libc/include/x86_64-linux-musl/bits/
H A Duser.h37 #define PAGE_MASK (~(PAGESIZE-1))
38 #define NBPG PAGESIZE
/dports/lang/zig/zig-0.9.0/lib/libc/include/i386-linux-musl/bits/
H A Duser.h40 #define PAGE_MASK (~(PAGESIZE-1))
41 #define NBPG PAGESIZE
/dports/lang/zig/zig-0.9.0/lib/libc/musl/arch/i386/bits/
H A Duser.h40 #define PAGE_MASK (~(PAGESIZE-1))
41 #define NBPG PAGESIZE
/dports/lang/zig/zig-0.9.0/lib/libc/musl/arch/x86_64/bits/
H A Duser.h37 #define PAGE_MASK (~(PAGESIZE-1))
38 #define NBPG PAGESIZE
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/i386-linux-musl/bits/
H A Duser.h40 #define PAGE_MASK (~(PAGESIZE-1))
41 #define NBPG PAGESIZE
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/x86_64-linux-musl/bits/
H A Duser.h37 #define PAGE_MASK (~(PAGESIZE-1))
38 #define NBPG PAGESIZE
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/x86_64/bits/
H A Duser.h37 #define PAGE_MASK (~(PAGESIZE-1))
38 #define NBPG PAGESIZE
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/m68k/kernel/
H A Dhead.S355 PAGESIZE = 4096 define
1292 addw #PAGESIZE,%a0
1733 addil #PAGESIZE,%d5
1866 addil #PAGESIZE,%d5
2188 addw #PAGESIZE,%a2
2189 addw #PAGESIZE,%a3
2411 andw #-PAGESIZE,%d0
2450 addw #PAGESIZE,%a0
2451 addw #PAGESIZE,%a1
2536 andw #-PAGESIZE,%d0
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/m68k/kernel/
H A Dhead.S355 PAGESIZE = 4096 define
1292 addw #PAGESIZE,%a0
1733 addil #PAGESIZE,%d5
1866 addil #PAGESIZE,%d5
2188 addw #PAGESIZE,%a2
2189 addw #PAGESIZE,%a3
2411 andw #-PAGESIZE,%d0
2450 addw #PAGESIZE,%a0
2451 addw #PAGESIZE,%a1
2536 andw #-PAGESIZE,%d0
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/m68k/kernel/
H A Dhead.S355 PAGESIZE = 4096 define
1292 addw #PAGESIZE,%a0
1733 addil #PAGESIZE,%d5
1866 addil #PAGESIZE,%d5
2188 addw #PAGESIZE,%a2
2189 addw #PAGESIZE,%a3
2411 andw #-PAGESIZE,%d0
2450 addw #PAGESIZE,%a0
2451 addw #PAGESIZE,%a1
2536 andw #-PAGESIZE,%d0
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/armv6/
H A Dbpsheap.c68 #ifndef PAGESIZE
69 #define PAGESIZE 4096 macro
380 p = (char *)(((int) bpslowerbound -1) & ~(PAGESIZE-1)); in setupbps()
381 bpssize = ((BPSSIZE + PAGESIZE-1) & ~(PAGESIZE-1)); in setupbps()
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/aarch64/
H A Dbpsheap.c69 #ifndef PAGESIZE
70 #define PAGESIZE 4096 macro
391 p = (char *)(((long long) bpslowerbound -1) & ~(PAGESIZE-1)); in setupbps()
392 bpssize = ((BPSSIZE + PAGESIZE-1) & ~(PAGESIZE-1)); in setupbps()
/dports/math/openblas/OpenBLAS-0.3.18/
H A Dcommon_mips64.h233 #define PAGESIZE (16UL << 10) macro
237 #ifndef PAGESIZE
238 #define PAGESIZE (64UL << 10) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/malloc/mallocng/
H A Dglue.h51 #ifndef PAGESIZE
52 #define PAGESIZE PAGE_SIZE macro
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/malloc/mallocng/
H A Dglue.h51 #ifndef PAGESIZE
52 #define PAGESIZE PAGE_SIZE macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/malloc/mallocng/
H A Dglue.h51 #ifndef PAGESIZE
52 #define PAGESIZE PAGE_SIZE macro
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/malloc/mallocng/
H A Dglue.h51 #ifndef PAGESIZE
52 #define PAGESIZE PAGE_SIZE macro
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/malloc/mallocng/
H A Dglue.h51 #ifndef PAGESIZE
52 #define PAGESIZE PAGE_SIZE macro

12345678910>>...52