OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_expansion
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
_speedups.c
22
#define
MAX_EXPANSION
(2 * MIN_EXPANSION)
24
#define
MAX_EXPANSION
MIN_EXPANSION
100
if (output_size - chars < (1 +
MAX_EXPANSION
)) {
104
if (output_size > 2 + (input_chars *
MAX_EXPANSION
)) {
105
output_size = 2 + (input_chars *
MAX_EXPANSION
);
/external/srtp/crypto/include/
xfm.h
120
unsigned
max_expansion
;
member in struct:cryptoalg_ctx_t
cryptoalg.h
109
unsigned
max_expansion
;
member in struct:cryptoalg_ctx_t
Completed in 63 milliseconds