HomeSort by relevance Sort by last modified time
    Searched defs:LEN (Results 1 - 21 of 21) sorted by null

  /external/valgrind/main/memcheck/tests/darwin/
aio.c 11 #define LEN 10
12 char buf[LEN];
23 a.aio_nbytes = LEN;
  /bionic/libc/arch-x86/string/
ssse3-memcmp3-new.S 100 #define LEN BLK2+4
106 movl LEN(%esp), %ecx
    [all...]
  /external/blktrace/
strverscmp.c 79 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
81 #define LEN 3
113 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
115 /* S_I */ CMP, -1, -1, CMP, +1, LEN, LEN, CMP,
116 +1, LEN, LEN, CMP, CMP, CMP, CMP, CMP,
117 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
146 case LEN:
  /external/valgrind/main/none/tests/
map_unmap.c 9 #define LEN (PAGES*pagesize)
13 void *ret = mmap(0, LEN, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0);
29 off = (random() % LEN) & ~(pagesize-1);
35 off %= LEN;
56 munmap(expect1, LEN);
57 munmap(expect2, LEN);
77 munmap(m1, LEN);
  /external/bison/lib/
strverscmp.c 34 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
36 #define LEN 3
85 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
87 /* S_I */ CMP, -1, -1, CMP, 1, LEN, LEN, CMP,
88 1, LEN, LEN, CMP, CMP, CMP, CMP, CMP,
89 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
118 case LEN:
  /external/zlib/src/contrib/infback9/
inflate9.h 16 LEN, /* i: waiting for length/lit code */
27 TYPE -> STORED or TABLE or LEN or DONE
29 TABLE -> LENLENS -> CODELENS -> LEN
31 LEN -> LEN or TYPE
  /ndk/sources/host-tools/sed-4.2.1/lib/
strverscmp.c 36 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
38 #define LEN 3
87 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
89 /* S_I */ CMP, -1, -1, CMP, 1, LEN, LEN, CMP,
90 1, LEN, LEN, CMP, CMP, CMP, CMP, CMP,
91 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
120 case LEN:
  /external/icu4c/test/cintltst/
cdateintervalformattest.c 20 #define LEN(a) (sizeof(a)/sizeof(a[0]))
cdattst.c 40 #define LEN(a) (sizeof(a)/sizeof(a[0]))
1055 int32_t len = udat_format(fmt, date, buf, buflen, 0, ec); local
1307 int32_t len = udatpg_getBestPattern(udtpg, textContextItemPtr->skeleton, -1, ubuf, kUbufMax, &status); local
    [all...]
cmsccoll.c 45 #define LEN(a) (sizeof(a)/sizeof(a[0]))
343 uint32_t len = 512;
374 fprintf(stderr, "%s\n", ucol_sortKeyToString(coll, sortkey, buffer, &len));
856 uint32_t len = u_strlen(rules);
863 for(i = 0; i<len; i++) {
1563 const uint32_t len; member in struct:__anon8798
1660 uint32_t len = 0; local
3307 const uint32_t len; member in struct:__anon8801
3502 const uint32_t len; member in struct:__anon8802
3522 const uint32_t len; member in struct:__anon8803
3669 const uint32_t len; member in struct:__anon8804
3755 const uint32_t len; member in struct:__anon8805
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 39 LEN, /* i: waiting for length/lit code */
65 TYPE -> STORED or TABLE or LEN or CHECK
67 TABLE -> LENLENS -> CODELENS -> LEN
69 LEN -> LENEXT or LIT or TYPE
70 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
71 LIT -> LEN
  /external/zlib/src/
inflate.h 40 LEN_, /* i: same as LEN below, but only first time in */
41 LEN, /* i: waiting for length/lit/eob code */
71 LEN_ -> LEN
73 LEN -> LENEXT or LIT or TYPE
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
75 LIT -> LEN
  /external/eigen/blas/testing/
cblat1.f 88 INTEGER I, J, LEN, NP1
203 LEN = 2*MAX(N,1)
205 DO 20 I = 1, LEN
219 CALL CTEST(LEN,CX,CTRUE5(1,NP1,INCX),CTRUE5(1,NP1,INCX),
224 CALL CTEST(LEN,CX,CTRUE6(1,NP1,INCX),CTRUE6(1,NP1,INCX),
521 SUBROUTINE STEST(LEN,SCOMP,STRUE,SSIZE,SFAC)
524 * THIS SUBR COMPARES ARRAYS SCOMP() AND STRUE() OF LENGTH LEN TO
535 INTEGER LEN
537 REAL SCOMP(LEN), SSIZE(LEN), STRUE(LEN
    [all...]
dblat1.f 154 INTEGER I, LEN, NP1
206 LEN = 2*MAX(N,1)
208 DO 20 I = 1, LEN
223 DO 40 I = 1, LEN
226 CALL STEST(LEN,SX,STRUE,STRUE,SFAC)
639 SUBROUTINE STEST(LEN,SCOMP,STRUE,SSIZE,SFAC)
642 * THIS SUBR COMPARES ARRAYS SCOMP() AND STRUE() OF LENGTH LEN TO
653 INTEGER LEN
655 DOUBLE PRECISION SCOMP(LEN), SSIZE(LEN), STRUE(LEN
    [all...]
sblat1.f 154 INTEGER I, LEN, NP1
206 LEN = 2*MAX(N,1)
208 DO 20 I = 1, LEN
223 DO 40 I = 1, LEN
226 CALL STEST(LEN,SX,STRUE,STRUE,SFAC)
639 SUBROUTINE STEST(LEN,SCOMP,STRUE,SSIZE,SFAC)
642 * THIS SUBR COMPARES ARRAYS SCOMP() AND STRUE() OF LENGTH LEN TO
653 INTEGER LEN
655 REAL SCOMP(LEN), SSIZE(LEN), STRUE(LEN
    [all...]
zblat1.f 88 INTEGER I, J, LEN, NP1
203 LEN = 2*MAX(N,1)
205 DO 20 I = 1, LEN
219 CALL CTEST(LEN,CX,CTRUE5(1,NP1,INCX),CTRUE5(1,NP1,INCX),
224 CALL CTEST(LEN,CX,CTRUE6(1,NP1,INCX),CTRUE6(1,NP1,INCX),
521 SUBROUTINE STEST(LEN,SCOMP,STRUE,SSIZE,SFAC)
524 * THIS SUBR COMPARES ARRAYS SCOMP() AND STRUE() OF LENGTH LEN TO
535 INTEGER LEN
537 DOUBLE PRECISION SCOMP(LEN), SSIZE(LEN), STRUE(LEN
    [all...]
  /external/icu4c/i18n/
rbt_pars.cpp     [all...]
  /external/libpcap/
tokdefs.h 85 LEN = 311,
189 #define LEN 311
grammar.c 120 LEN = 311,
224 #define LEN 311
789 "RSH", "LEN", "IPV6", "ICMPV6", "AH", "ESP", "VLAN", "MPLS", "PPPOED",
    [all...]
  /external/valgrind/unittest/
bigtest.cc 485 int LEN = params.DATA_SIZE;
486 context->data = (char*)malloc(LEN + 1);
488 for (int j = 0; j < LEN; j++)
490 context->data[LEN] = '\0';
  /external/tinyxml2/
tinyxml2.cpp 101 size_t len = strlen( str ); local
102 start = new char[ len+1 ];
103 memcpy( start, str, len+1 );
104 end = start + len;
200 int len; local
201 p = const_cast<char*>( XMLUtil::GetCharacterRef( p, buf, &len ) );
202 for( int i=0; i<len; ++i ) {
1612 size_t len = strlen( p ); local
1697 int len = -1; local
    [all...]

Completed in 750 milliseconds