HomeSort by relevance Sort by last modified time
    Searched refs:LEN (Results 1 - 25 of 45) sorted by null

1 2

  /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/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:
  /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/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
infback9.c 247 unsigned len; /* length to copy for repeats, bits to drop */ local
300 mode = LEN; /* decode codes */
405 len = (unsigned)(state->lens[state->have - 1]);
412 len = 0;
419 len = 0;
429 state->lens[state->have++] = (unsigned short)len;
467 mode = LEN;
469 case LEN:
497 mode = LEN;
  /external/zlib/src/as400/
compile.clp 13 DCL VAR(&SRCLIB) TYPE(*CHAR) LEN(10) +
15 DCL VAR(&SRCFILE) TYPE(*CHAR) LEN(10) +
17 DCL VAR(&CTLFILE) TYPE(*CHAR) LEN(10) +
20 DCL VAR(&MODLIB) TYPE(*CHAR) LEN(10) +
23 DCL VAR(&SRVLIB) TYPE(*CHAR) LEN(10) +
35 DCL VAR(&CMDLEN) TYPE(*DEC) LEN(15 5) VALUE(300) /* Command length. */
36 DCL VAR(&CMD) TYPE(*CHAR) LEN(512)
37 DCL VAR(&FIXDCMD) TYPE(*CHAR) LEN(512)
  /external/valgrind/main/memcheck/tests/darwin/
aio.c 11 #define LEN 10
12 char buf[LEN];
23 a.aio_nbytes = LEN;
  /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
infback.c 258 unsigned len; /* length to copy for repeats, bits to drop */ local
303 state->mode = LEN; /* decode codes */
410 len = (unsigned)(state->lens[state->have - 1]);
417 len = 0;
424 len = 0;
434 state->lens[state->have++] = (unsigned short)len;
462 state->mode = LEN;
464 case LEN:
502 state->mode = 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
infback.c 267 unsigned len; /* length to copy for repeats, bits to drop */ local
312 state->mode = LEN; /* decode codes */
418 len = (unsigned)(state->lens[state->have - 1]);
425 len = 0;
432 len = 0;
442 state->lens[state->have++] = (unsigned short)len;
479 state->mode = LEN;
481 case LEN:
519 state->mode = LEN;
  /hardware/msm7k/librpc/rpc/
xdr.h 47 #define XDR_RECV_BYTES(XDR, BUF, LEN) (XDR)->xops->recv_bytes(XDR, BUF, LEN)
53 #define XDR_SEND_BYTES(XDR, BUF, LEN) (XDR)->xops->send_bytes(XDR, BUF, LEN)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
aout.h 311 #define ASM_OUTPUT_ASCII(STREAM, PTR, LEN) \
312 output_ascii_pseudo_op (STREAM, (const unsigned char *) (PTR), LEN)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
aout.h 311 #define ASM_OUTPUT_ASCII(STREAM, PTR, LEN) \
312 output_ascii_pseudo_op (STREAM, (const unsigned char *) (PTR), LEN)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
aout.h 311 #define ASM_OUTPUT_ASCII(STREAM, PTR, LEN) \
312 output_ascii_pseudo_op (STREAM, (const unsigned char *) (PTR), LEN)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
aout.h 311 #define ASM_OUTPUT_ASCII(STREAM, PTR, LEN) \
312 output_ascii_pseudo_op (STREAM, (const unsigned char *) (PTR), LEN)
  /external/icu4c/test/cintltst/
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:__anon8800
1660 uint32_t len = 0; local
3307 const uint32_t len; member in struct:__anon8803
3502 const uint32_t len; member in struct:__anon8804
3522 const uint32_t len; member in struct:__anon8805
3669 const uint32_t len; member in struct:__anon8806
3755 const uint32_t len; member in struct:__anon8807
    [all...]
cdateintervalformattest.c 20 #define LEN(a) (sizeof(a)/sizeof(a[0]))
  /external/libpcap/
tokdefs.h 85 LEN = 311,
189 #define LEN 311
  /external/clang/lib/Basic/
IdentifierTable.cpp 205 #define HASH(LEN, FIRST, THIRD) \
206 (LEN << 5) + (((FIRST-'a') + (THIRD-'a')) & 31)
207 #define CASE(LEN, FIRST, THIRD, NAME) \
208 case HASH(LEN, FIRST, THIRD): \
209 return memcmp(Name, #NAME, LEN) ? tok::pp_not_keyword : tok::pp_ ## NAME
211 unsigned Len = getLength();
212 if (Len < 2) return tok::pp_not_keyword;
214 switch (HASH(Len, Name[0], Name[2])) {
  /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...]
  /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...]
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/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';

Completed in 4293 milliseconds

1 2