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

123

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_tritemp.h98 #define CLAMP_INTERPOLANT(CHANNEL, CHANNELSTEP, LEN) \
100 GLfixed endVal = span.CHANNEL + (LEN) * span.CHANNELSTEP; \
H A Ds_span.c785 #define SHIFT_ARRAY(ARRAY, SHIFT, LEN) \
786 memmove(ARRAY, ARRAY + (SHIFT), (LEN) * sizeof(ARRAY[0]))
/external/libpcap/
H A Dgrammar.c410 LEN = 321, enumerator in enum:yytokentype
531 #define LEN 321 macro
1035 "HID6", "AID", "LSH", "RSH", "LEN", "IPV6", "ICMPV6", "AH", "ESP",
H A Dscanner.l279 len|length return LEN;
H A Dscanner.c3399 return LEN;
/external/mesa3d/src/mesa/swrast/
H A Ds_tritemp.h98 #define CLAMP_INTERPOLANT(CHANNEL, CHANNELSTEP, LEN) \
100 GLfixed endVal = span.CHANNEL + (LEN) * span.CHANNELSTEP; \
H A Ds_span.c785 #define SHIFT_ARRAY(ARRAY, SHIFT, LEN) \
786 memmove(ARRAY, ARRAY + (SHIFT), (LEN) * sizeof(ARRAY[0]))
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp1190 unsigned LEN, NLEN, n, error = 0; local
1194 /*read LEN (2 bytes) and NLEN (2 bytes)*/
1196 LEN = in[p] + 256 * in[p + 1]; p += 2;
1199 /*check if 16-bit NLEN is really the one's complement of LEN*/
1200 if(LEN + NLEN != 65535) return 21; /*error: NLEN is not one's complement of LEN*/
1202 if((*pos) + LEN >= out->size)
1204 if(!ucvector_resize(out, (*pos) + LEN)) return 83; /*alloc fail*/
1207 /*read the literal data: LEN bytes are now stored in the out buffer*/
1208 if(p + LEN > inlengt
1609 unsigned BFINAL, BTYPE, LEN, NLEN; local
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcdattst.c41 #define LEN(a) (sizeof(a)/sizeof(a[0])) macro
1222 _aux2ExtremeDates(fmt, small, large, buf, LEN(buf), cbuf, 0, &ec);
/external/icu/icu4c/source/test/cintltst/
H A Dcdattst.c41 #define LEN(a) (sizeof(a)/sizeof(a[0])) macro
1222 _aux2ExtremeDates(fmt, small, large, buf, LEN(buf), cbuf, 0, &ec);
/external/iproute2/doc/
H A Dip-cref.tex3201 echo "Usage: ifcfg DEV [[add|del [ADDR[/LEN]] [PEER] | stop]" 1>&2

Completed in 1860 milliseconds

123