OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_LEN
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/libsrtp/srtp/test/
lfsr.c
205
#define
MAX_LEN
8
206
#define MAX_WEIGHT (1 <<
MAX_LEN
)
/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
:
/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
228
unsigned char tmp[
MAX_LEN
];
231
if (strlen(s) >
MAX_LEN
|| strlen(v) >
MAX_LEN
)
286
unsigned char tmp[
MAX_LEN
];
534
unsigned char tmp[
MAX_LEN
];
535
unsigned char tmp2[
MAX_LEN
];
616
unsigned char tmp2[
MAX_LEN
];
/bionic/tests/
string_test.cpp
143
StringTestState(size_t
MAX_LEN
) :
MAX_LEN
(
MAX_LEN
) {
146
// TODO: fix the tests to not sometimes use twice their specified "
MAX_LEN
".
147
glob_ptr = reinterpret_cast<Character*>(memalign(sysconf(_SC_PAGESIZE), 2 * sizeof(Character) *
MAX_LEN
+ max_alignment));
148
glob_ptr1 = reinterpret_cast<Character*>(memalign(sysconf(_SC_PAGESIZE), 2 * sizeof(Character) *
MAX_LEN
+ max_alignment));
149
glob_ptr2 = reinterpret_cast<Character*>(memalign(sysconf(_SC_PAGESIZE), 2 * sizeof(Character) *
MAX_LEN
+ max_alignment));
173
const size_t
MAX_LEN
;
183
// smallest (0) and biggest (
MAX_LEN
) lengths. Avoid repeats.
189
int l = (int) exp(log((double)
MAX_LEN
) * i / ITER)
[
all
...]
/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/intel/common/libva/test/videoprocess/
videoprocess.cpp
45
#define
MAX_LEN
1024
64
static char g_config_file_name[
MAX_LEN
];
65
static char g_src_file_name[
MAX_LEN
];
66
static char g_dst_file_name[
MAX_LEN
];
67
static char g_filter_type_name[
MAX_LEN
];
88
char strLine[
MAX_LEN
];
101
if (!fgets(strLine,
MAX_LEN
, fp))
104
for (i = 0; strLine[i] && i <
MAX_LEN
; i++)
133
char str[
MAX_LEN
];
147
char str[
MAX_LEN
];
[
all
...]
/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/icu/icu4c/source/test/intltest/
transtst.cpp
[
all
...]
Completed in 331 milliseconds