HomeSort by relevance Sort by last modified time
    Searched refs:LEN (Results 1 - 25 of 40) 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/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/valgrind/main/memcheck/tests/darwin/
aio.c 11 #define LEN 10
12 char buf[LEN];
23 a.aio_nbytes = LEN;
  /external/zlib/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) +
32 DCL VAR(&CMDLEN) TYPE(*DEC) LEN(15 5) VALUE(300) /* Command length. */
33 DCL VAR(&CMD) TYPE(*CHAR) LEN(512)
  /external/zlib/old/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) +
32 DCL VAR(&CMDLEN) TYPE(*DEC) LEN(15 5) VALUE(300) /* Command length. */
33 DCL VAR(&CMD) TYPE(*CHAR) LEN(512)
  /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/
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 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;
471 state->mode = LEN;
473 case LEN:
511 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)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
aout.h 274 #define ASM_OUTPUT_ASCII(STREAM, PTR, LEN) \
275 output_ascii_pseudo_op (STREAM, (const unsigned char *) (PTR), LEN)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
aout.h 274 #define ASM_OUTPUT_ASCII(STREAM, PTR, LEN) \
275 output_ascii_pseudo_op (STREAM, (const unsigned char *) (PTR), LEN)
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/config/arm/
aout.h 274 #define ASM_OUTPUT_ASCII(STREAM, PTR, LEN) \
275 output_ascii_pseudo_op (STREAM, (const unsigned char *) (PTR), LEN)
  /external/libpcap/
tokdefs.h 85 LEN = 311,
189 #define LEN 311
  /external/elfutils/libelf/
gelf_xlate.c 70 static void FName (void *dest, const void *ptr, size_t len, int encode) \
72 size_t n = len / sizeof (TName); \
79 *tdest++ = LEN##Bytes##_SWAP (tptr); \
90 *--tdest = LEN##Bytes##_SWAP (tptr); \
98 LEN##Bytes##_SWAP ((((word##Bytes##_t *) ptr))); \
107 ElfW2 (Bits, cvt_##Name) (void *dest, const void *src, size_t len, \
111 size_t n = len / sizeof (ElfW2(Bits, Name)); \
  /external/clang/lib/Basic/
IdentifierTable.cpp 188 #define HASH(LEN, FIRST, THIRD) \
189 (LEN << 5) + (((FIRST-'a') + (THIRD-'a')) & 31)
190 #define CASE(LEN, FIRST, THIRD, NAME) \
191 case HASH(LEN, FIRST, THIRD): \
192 return memcmp(Name, #NAME, LEN) ? tok::pp_not_keyword : tok::pp_ ## NAME
194 unsigned Len = getLength();
195 if (Len < 2) return tok::pp_not_keyword;
197 switch (HASH(Len, Name[0], Name[2])) {
  /external/icu4c/test/cintltst/
cmsccoll.c 44 #define LEN(a) (sizeof(a)/sizeof(a[0]))
342 uint32_t len = 512;
373 fprintf(stderr, "%s\n", ucol_sortKeyToString(coll, sortkey, buffer, &len));
855 uint32_t len = u_strlen(rules);
862 for(i = 0; i<len; i++) {
1560 const uint32_t len; member in struct:__anon6384
1657 uint32_t len = 0; local
3297 const uint32_t len; member in struct:__anon6387
3492 const uint32_t len; member in struct:__anon6388
3512 const uint32_t len; member in struct:__anon6389
3659 const uint32_t len; member in struct:__anon6390
3745 const uint32_t len; member in struct:__anon6391
    [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/chromium/third_party/libjingle/source/talk/base/
stringutils.h 58 #define STACK_ARRAY(TYPE, LEN) static_cast<TYPE*>(::alloca((LEN)*sizeof(TYPE)))
231 int len = vsnprintf(buffer, buflen, format, args); local
232 if ((len < 0) || (static_cast<size_t>(len) >= buflen)) {
233 len = static_cast<int>(buflen - 1);
234 buffer[len] = 0;
236 return len;
250 size_t len = vsprintfn(buffer, buflen, format, args); local
252 return len;
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 480 _base SETS ("$a0":LEFT:(:LEN:"$a0"-1)):RIGHT:(:LEN:"$a0"-2) ;// remove []
483 _offset SETS _offset:RIGHT:(:LEN:_offset-1)
487 _offset SETS _offset:RIGHT:(:LEN:_offset-1)
504 _base SETS "$a0":RIGHT:(:LEN:("$a0")-1)
505 _offset SETS "$a1":LEFT:(:LEN:("$a1")-2)
895 _pllen SETA :LEN:"$platstall"
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 483 _base SETS ("$a0":LEFT:(:LEN:"$a0"-1)):RIGHT:(:LEN:"$a0"-2) ;// remove []
486 _offset SETS _offset:RIGHT:(:LEN:_offset-1)
490 _offset SETS _offset:RIGHT:(:LEN:_offset-1)
507 _base SETS "$a0":RIGHT:(:LEN:("$a0")-1)
508 _offset SETS "$a1":LEFT:(:LEN:("$a1")-2)
898 _pllen SETA :LEN:"$platstall"

Completed in 878 milliseconds

1 2