Searched refs:LEN (Results 26 - 50 of 61) sorted by relevance

123

/external/libedit/src/
H A Dsearch.c233 #define LEN 2 macro
237 #define LEN 0 macro
246 for (cp = &el->el_search.patbuf[LEN];
259 if (el->el_search.patlen >= EL_BUFSIZ - LEN)
282 if (el->el_search.patlen > LEN)
297 for (cp = &el->el_search.patbuf[LEN];; cp++)
301 el->el_search.patlen - LEN - 1;
308 EL_BUFSIZ - LEN) {
350 cp >= &el->el_search.patbuf[LEN];
356 if (el->el_search.patlen > LEN
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c45 #define LEN(a) (sizeof(a)/sizeof(a[0])) macro
4545 n = checkUEnumeration("ucol_openAvailableLocales", e, AVAIL, LEN(AVAIL));
4558 n = checkUEnumeration("ucol_getKeywords", e, KW, LEN(KW));
4569 n = checkUEnumeration("ucol_getKeywordValues", e, KWVAL, LEN(KWVAL));
4581 n = checkUEnumeration("ucol_getKeywordValues [with warning code set]", e, KWVAL, LEN(KWVAL));
5173 if (rLen != LEN(lastPrimaryIgnCE) || uprv_memcmp(resColl, lastPrimaryIgnCE, rLen) != 0) {
5182 if (rLen != LEN(firstPrimaryIgnCE) || uprv_memcmp(resColl, firstPrimaryIgnCE, rLen) != 0) {
5202 if (rLen != LEN(lastSecondaryIgnCE) || uprv_memcmp(resColl, lastSecondaryIgnCE, rLen) != 0) {
5212 if (rLen != LEN(firstSecondaryIgnCE) || uprv_memcmp(resColl, firstSecondaryIgnCE, rLen) != 0) {
5627 static int nRangeTestcases = LEN(rangeTestcase
[all...]
H A Dcdateintervalformattest.c20 #define LEN(a) (sizeof(a)/sizeof(a[0])) macro
/external/libpcap/
H A Dtokdefs.h103 LEN = 321, enumerator in enum:yytokentype
224 #define LEN 321 macro
H A Dgrammar.y285 %token LEN
627 | LEN { $$ = gen_loadlen(); }
/external/clang/test/OpenMP/
H A Dsimd_aligned_messages.cpp65 template<int LEN> int test_warn() {
68 #pragma omp simd aligned(ind2:LEN)
70 ind2 += LEN;
H A Dsimd_linear_messages.cpp60 template<int LEN> int test_warn() {
63 #pragma omp simd linear(ind2:LEN)
65 ind2 += LEN;
/external/freetype/src/gzip/
H A Dinfcodes.c17 START, /* x: set up for LEN */
18 LEN, /* i: get length/literal/eob next */ enumerator in enum:__anon21548
41 } code; /* if LEN or DIST, where in tree */
103 case START: /* x: set up for LEN */
119 c->mode = LEN;
120 case LEN: /* i: get length/literal/eob next */
/external/clang/lib/Basic/
H A DIdentifierTable.cpp208 #define HASH(LEN, FIRST, THIRD) \
209 (LEN << 5) + (((FIRST-'a') + (THIRD-'a')) & 31)
210 #define CASE(LEN, FIRST, THIRD, NAME) \
211 case HASH(LEN, FIRST, THIRD): \
212 return memcmp(Name, #NAME, LEN) ? tok::pp_not_keyword : tok::pp_ ## NAME
/external/tinyxml2/
H A Dtinyxml2.cpp1642 static const int LEN = 20; local
1643 char buf1[LEN] = { 0 };
1644 char buf2[LEN] = { 0 };
1647 TIXML_SNPRINTF( buf1, LEN, "%s", errorStr1 );
1650 TIXML_SNPRINTF( buf2, LEN, "%s", errorStr2 );
/external/icu/icu4c/source/test/cintltst/
H A Dcdateintervalformattest.c20 #define LEN(a) (sizeof(a)/sizeof(a[0])) macro
/external/zlib/src/contrib/infback9/
H A Dinfback9.c298 mode = LEN; /* decode codes */
465 mode = LEN;
467 case LEN:
495 mode = LEN;
/external/chromium_org/third_party/zlib/
H A Dinfback.c303 state->mode = LEN; /* decode codes */
471 state->mode = LEN;
473 case LEN:
511 state->mode = LEN;
H A Dinflate.c1005 state->mode = LEN;
1006 case LEN:
1129 if (state->length == 0) state->mode = LEN;
1151 if (state->length == 0) state->mode = LEN;
1157 state->mode = LEN;
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_infback.c312 state->mode = LEN; /* decode codes */
479 state->mode = LEN;
481 case LEN:
519 state->mode = LEN;
H A Dfx_zlib_inflate.c1020 state->mode = LEN;
1021 case LEN:
1144 if (state->length == 0) state->mode = LEN;
1166 if (state->length == 0) state->mode = LEN;
1172 state->mode = LEN;
/external/qemu/distrib/zlib-1.2.8/
H A Dinfback.c312 state->mode = LEN; /* decode codes */
479 state->mode = LEN;
481 case LEN:
519 state->mode = LEN;
H A Dinflate.c1020 state->mode = LEN;
1021 case LEN:
1144 if (state->length == 0) state->mode = LEN;
1166 if (state->length == 0) state->mode = LEN;
1172 state->mode = LEN;
/external/zlib/src/
H A Dinfback.c312 state->mode = LEN; /* decode codes */
479 state->mode = LEN;
481 case LEN:
519 state->mode = LEN;
H A Dinflate.c1020 state->mode = LEN;
1021 case LEN:
1144 if (state->length == 0) state->mode = LEN;
1166 if (state->length == 0) state->mode = LEN;
1172 state->mode = LEN;
/external/chromium_org/third_party/webrtc/base/
H A Dstringutils.h41 #define STACK_ARRAY(TYPE, LEN) static_cast<TYPE*>(::alloca((LEN)*sizeof(TYPE)))
/external/chromium_org/extensions/renderer/resources/
H A Dweb_view.js63 var LEN = 'persist:'.length;
64 if (value.substr(0, LEN) == 'persist:') {
65 value = value.substr(LEN);
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng_util.cpp539 unsigned long LEN = in[p] + 256 * in[p + 1], NLEN = in[p + 2] + 256 * in[p + 3]; p += 4; local
540 if(LEN + NLEN != 65535) { error = 21; return; } //error: NLEN is not one's complement of LEN
541 if(p + LEN > inlength) { error = 23; return; } //error: reading outside of in buffer
542 for(unsigned long n = 0; n < LEN; n++)
544 out.push_back(in[p++]); //read LEN bytes of literal data
/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_pars.cpp1480 const int32_t LEN = U_PARSE_CONTEXT_LEN - 1; local
1481 int32_t start = uprv_max(pos - LEN, 0);
1490 stop = uprv_min(pos + LEN, rule.length());
/external/icu/icu4c/source/i18n/
H A Drbt_pars.cpp1480 const int32_t LEN = U_PARSE_CONTEXT_LEN - 1; local
1481 int32_t start = uprv_max(pos - LEN, 0);
1490 stop = uprv_min(pos + LEN, rule.length());

Completed in 6146 milliseconds

123