Searched refs:STR_LEN (Results 1 - 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | sorttest.c | 93 * With CYCLE=10 characters per STR_LEN=3 string positions there are only 1000 unique strings. 97 #define STR_LEN 3 macro 107 UChar s[STR_LEN]; 118 for(j=0; j<STR_LEN; ++j) { in printLines() 133 return ucol_strcoll(coll, leftLine->s, STR_LEN, rightLine->s, STR_LEN); in linesComparator() 140 UChar s[STR_LEN]; in StableSortTest() 152 for(j=0; j<STR_LEN; ++j) { s[j]=BASE_CHAR; } in StableSortTest() 156 u_memcpy(p->s, s, STR_LEN); in StableSortTest() 162 if(++j==STR_LEN) { in StableSortTest() [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | libamqp.c | 45 #define STR_LEN 1024 macro 65 char hostname[STR_LEN], credentials[STR_LEN], path[STR_LEN]; in amqp_proto_open() 178 char queuename_buff[STR_LEN]; in amqp_proto_open() 192 queuename.len = FFMIN(r->queue.len, STR_LEN); in amqp_proto_open()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | config.c | 2464 /* STR_LEN: Define a string variable with a separate variable for storing the 2469 #define STR_LEN(f) _STR_LEN(f), NULL, NULL, 0 macro 2473 /* STR_RANGE: Like STR_LEN(), but with minimum and maximum allowed length 2762 { STR_LEN(dpp_netaccesskey) }, 2764 { STR_LEN(dpp_csign) }, 2765 { STR_LEN(dpp_pp_key) }, 2783 #undef STR_LEN macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | config.c | 2154 /* STR_LEN: Define a string variable with a separate variable for storing the 2159 #define STR_LEN(f) _STR_LEN(f), NULL, NULL, 0 macro 2163 /* STR_RANGE: Like STR_LEN(), but with minimum and maximum allowed length 2403 { STR_LEN(dpp_netaccesskey) }, 2405 { STR_LEN(dpp_csign) }, 2418 #undef STR_LEN macro
|
Completed in 12 milliseconds