OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_LEN
(Results
1 - 10
of
10
) sorted by null
/external/srtp/test/
lfsr.c
170
#define
MAX_LEN
8
171
#define MAX_WEIGHT (1 <<
MAX_LEN
)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imageop.py
18
MAX_LEN
= 2**20
30
if strlen <
MAX_LEN
:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imageop.py
18
MAX_LEN
= 2**20
30
if strlen <
MAX_LEN
:
/bionic/tests/
string_test.cpp
136
StringTestState(size_t
MAX_LEN
) :
MAX_LEN
(
MAX_LEN
) {
139
// TODO: fix the tests to not sometimes use twice their specified "
MAX_LEN
".
140
glob_ptr = reinterpret_cast<Character*>(valloc(2 * sizeof(Character) *
MAX_LEN
+ max_alignment));
141
glob_ptr1 = reinterpret_cast<Character*>(valloc(2 * sizeof(Character) *
MAX_LEN
+ max_alignment));
142
glob_ptr2 = reinterpret_cast<Character*>(valloc(2 * sizeof(Character) *
MAX_LEN
+ max_alignment));
166
const size_t
MAX_LEN
;
176
// smallest (0) and biggest (
MAX_LEN
) lengths. Avoid repeats.
182
int l = (int) exp(log((double)
MAX_LEN
) * i / ITER)
[
all
...]
/external/chromium_org/third_party/openssl/openssl/crypto/srp/
srp_vfy.c
69
#define
MAX_LEN
2500
225
unsigned char tmp[
MAX_LEN
];
228
if (strlen(s) >
MAX_LEN
|| strlen(v) >
MAX_LEN
)
283
unsigned char tmp[
MAX_LEN
];
531
unsigned char tmp[
MAX_LEN
];
532
unsigned char tmp2[
MAX_LEN
];
613
unsigned char tmp2[
MAX_LEN
];
/external/openssl/crypto/srp/
srp_vfy.c
69
#define
MAX_LEN
2500
225
unsigned char tmp[
MAX_LEN
];
228
if (strlen(s) >
MAX_LEN
|| strlen(v) >
MAX_LEN
)
283
unsigned char tmp[
MAX_LEN
];
531
unsigned char tmp[
MAX_LEN
];
532
unsigned char tmp2[
MAX_LEN
];
613
unsigned char tmp2[
MAX_LEN
];
/external/srec/srec/crec/
word_lattice.c
351
#define
MAX_LEN
256
520
char transcription[
MAX_LEN
];
523
srec_get_top_choice_transcription(recm, transcription,
MAX_LEN
, 1);
/hardware/qcom/audio/legacy/libalsa-intf/
msm8960_use_cases.h
93
#define
MAX_LEN
(x,y) ((strlen(x)>strlen(y))?strlen(x):strlen(y))
/external/chromium_org/third_party/icu/source/test/intltest/
transtst.cpp
[
all
...]
/external/icu4c/test/intltest/
transtst.cpp
[
all
...]
Completed in 710 milliseconds