OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CHUNK_SIZE
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/arm/arm32/
bcopy_page.S
63
#define
CHUNK_SIZE
32
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitExecAllocator.c
71
#define
CHUNK_SIZE
0x10000
76
* the size is always divisible by
CHUNK_SIZE
144
#define CHUNK_MASK (~(
CHUNK_SIZE
- 1))
199
sljit_uw
chunk_size
;
local in function:sljit_malloc_exec
209
chunk_size
= free_block->size;
210
if (
chunk_size
> size + 64) {
212
chunk_size
-= size;
213
free_block->size =
chunk_size
;
214
header = AS_BLOCK_HEADER(free_block,
chunk_size
);
215
header->prev_size =
chunk_size
;
[
all
...]
sljitProtExecAllocator.c
69
#define
CHUNK_SIZE
0x10000
79
* the size is always divisible by
CHUNK_SIZE
215
#define CHUNK_MASK (~(
CHUNK_SIZE
- 1))
272
sljit_uw
chunk_size
;
local in function:sljit_malloc_exec
283
chunk_size
= free_block->size;
284
if (
chunk_size
> size + 64) {
286
chunk_size
-= size;
287
free_block->size =
chunk_size
;
288
header = AS_BLOCK_HEADER(free_block,
chunk_size
);
289
header->prev_size =
chunk_size
;
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/include/
navi10_enum.h
1814
*
CHUNK_SIZE
enum
1817
typedef enum
CHUNK_SIZE
{
1825
}
CHUNK_SIZE
;
Completed in 72 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025