OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFAULT_BLOCK_SIZE
(Results
1 - 15
of
15
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pyarena.c
14
#define
DEFAULT_BLOCK_SIZE
8192
115
size <
DEFAULT_BLOCK_SIZE
?
116
DEFAULT_BLOCK_SIZE
: size);
137
arena->a_head = block_new(
DEFAULT_BLOCK_SIZE
);
153
arena->total_block_size =
DEFAULT_BLOCK_SIZE
;
198
if (arena->a_cur->ab_size >
DEFAULT_BLOCK_SIZE
)
compile.c
37
#define
DEFAULT_BLOCK_SIZE
16
625
sizeof(struct instr) *
DEFAULT_BLOCK_SIZE
);
630
b->b_ialloc =
DEFAULT_BLOCK_SIZE
;
632
sizeof(struct instr) *
DEFAULT_BLOCK_SIZE
);
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pyarena.c
14
#define
DEFAULT_BLOCK_SIZE
8192
115
size <
DEFAULT_BLOCK_SIZE
?
116
DEFAULT_BLOCK_SIZE
: size);
137
arena->a_head = block_new(
DEFAULT_BLOCK_SIZE
);
153
arena->total_block_size =
DEFAULT_BLOCK_SIZE
;
205
if (arena->a_cur->ab_size >
DEFAULT_BLOCK_SIZE
)
compile.c
37
#define
DEFAULT_BLOCK_SIZE
16
602
sizeof(struct instr) *
DEFAULT_BLOCK_SIZE
);
607
b->b_ialloc =
DEFAULT_BLOCK_SIZE
;
609
sizeof(struct instr) *
DEFAULT_BLOCK_SIZE
);
[
all
...]
/external/python/cpython2/Python/
pyarena.c
14
#define
DEFAULT_BLOCK_SIZE
8192
115
size <
DEFAULT_BLOCK_SIZE
?
116
DEFAULT_BLOCK_SIZE
: size);
137
arena->a_head = block_new(
DEFAULT_BLOCK_SIZE
);
153
arena->total_block_size =
DEFAULT_BLOCK_SIZE
;
198
if (arena->a_cur->ab_size >
DEFAULT_BLOCK_SIZE
)
compile.c
37
#define
DEFAULT_BLOCK_SIZE
16
625
sizeof(struct instr) *
DEFAULT_BLOCK_SIZE
);
630
b->b_ialloc =
DEFAULT_BLOCK_SIZE
;
632
sizeof(struct instr) *
DEFAULT_BLOCK_SIZE
);
[
all
...]
/external/python/cpython3/Python/
pyarena.c
13
#define
DEFAULT_BLOCK_SIZE
8192
112
size <
DEFAULT_BLOCK_SIZE
?
113
DEFAULT_BLOCK_SIZE
: size);
134
arena->a_head = block_new(
DEFAULT_BLOCK_SIZE
);
150
arena->total_block_size =
DEFAULT_BLOCK_SIZE
;
195
if (arena->a_cur->ab_size >
DEFAULT_BLOCK_SIZE
)
compile.c
34
#define
DEFAULT_BLOCK_SIZE
16
804
sizeof(struct instr) *
DEFAULT_BLOCK_SIZE
);
809
b->b_ialloc =
DEFAULT_BLOCK_SIZE
;
811
sizeof(struct instr) *
DEFAULT_BLOCK_SIZE
);
[
all
...]
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/snappy/
SnappyCompressorInputStream.java
47
public static final int
DEFAULT_BLOCK_SIZE
= 32768;
69
this(is,
DEFAULT_BLOCK_SIZE
);
FramedSnappyCompressorOutputStream.java
62
this(out, SnappyCompressorOutputStream.createParameterBuilder(SnappyCompressorInputStream.
DEFAULT_BLOCK_SIZE
)
FramedSnappyCompressorInputStream.java
113
this(in, SnappyCompressorInputStream.
DEFAULT_BLOCK_SIZE
, dialect);
SnappyCompressorOutputStream.java
72
this(os, uncompressedSize, SnappyCompressorInputStream.
DEFAULT_BLOCK_SIZE
);
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/snappy/
SnappyRoundtripTest.java
38
SnappyCompressorOutputStream.createParameterBuilder(SnappyCompressorInputStream.
DEFAULT_BLOCK_SIZE
)
93
SnappyCompressorOutputStream.createParameterBuilder(SnappyCompressorInputStream.
DEFAULT_BLOCK_SIZE
)
102
SnappyCompressorOutputStream.createParameterBuilder(SnappyCompressorInputStream.
DEFAULT_BLOCK_SIZE
)
/external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar
/external/kotlinc/lib/
kotlin-stdlib.jar
Completed in 317 milliseconds