Searched refs:MAX_LEN (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/tools/
H A Dhistory-viz.py61 MAX_LEN = 30 # Maximum length of a line in the output.
71 if len(part) > MAX_LEN:
72 part = part[0:MAX_LEN-3] + '...'
73 if len(line)+len(part) > MAX_LEN:
/external/chromium_org/third_party/libsrtp/srtp/test/
H A Dlfsr.c205 #define MAX_LEN 8 macro
206 #define MAX_WEIGHT (1 << MAX_LEN)
/external/openssl/crypto/srp/
H A Dsrp_vfy.c69 #define MAX_LEN 2500 macro
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];
/external/srtp/test/
H A Dlfsr.c170 #define MAX_LEN 8 macro
171 #define MAX_WEIGHT (1 << MAX_LEN)
/external/srec/srec/crec/
H A Dword_lattice.c351 #define MAX_LEN 256 macro
520 char transcription[MAX_LEN];
523 srec_get_top_choice_transcription(recm, transcription, MAX_LEN, 1);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtranstst.cpp2521 const int MAX_LEN= 52; local
2522 const char* const source[MAX_LEN] = {
2583 const char* const expected[MAX_LEN] = {
2652 for(int i= 0; i<MAX_LEN; i++){
2662 const int MAX_LEN=10; local
2663 const char* const source[MAX_LEN] = {
2676 const char* const expected[MAX_LEN] = {
2700 for(int i= 0; i<MAX_LEN; i++){
2710 const int MAX_LEN =16; local
2711 const char* const source[MAX_LEN]
2790 const int MAX_LEN = sizeof(source)/sizeof(source[0]); local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp2520 const int MAX_LEN= 52; local
2521 const char* const source[MAX_LEN] = {
2582 const char* const expected[MAX_LEN] = {
2651 for(int i= 0; i<MAX_LEN; i++){
2661 const int MAX_LEN=10; local
2662 const char* const source[MAX_LEN] = {
2675 const char* const expected[MAX_LEN] = {
2699 for(int i= 0; i<MAX_LEN; i++){
2709 const int MAX_LEN =16; local
2710 const char* const source[MAX_LEN]
2789 const int MAX_LEN = sizeof(source)/sizeof(source[0]); local
[all...]

Completed in 306 milliseconds