HomeSort by relevance Sort by last modified time
    Searched full:outcnt (Results 1 - 12 of 12) sorted by null

  /external/llvm/test/Transforms/GVN/
lpre-call-wrap-2.ll 5 ; unsigned outcnt; extern void flush_outbuf(void);
7 ; outbuf[outcnt] = bi_buf;
8 ; if (outcnt == 16384)
10 ; outbuf[outcnt] = bi_buf;
14 @outcnt = common global i32 0 ; <i32*> [#uses=3]
19 %0 = load i32* @outcnt, align 4 ; <i32> [#uses=1]
22 %2 = load i32* @outcnt, align 4 ; <i32> [#uses=1]
34 %4 = load i32* @outcnt, align 4 ; <i32> [#uses=1]
  /external/zlib/src/examples/
gun.c 217 unsigned outcnt; /* bytes in output buffer */ local
262 outcnt = 1;
281 if (outcnt && out(&outd, outbuf, outcnt)) {
350 while (stack > SIZE - outcnt) {
351 while (outcnt < SIZE)
352 outbuf[outcnt++] = match[--stack];
353 if (out(&outd, outbuf, outcnt)) {
357 outcnt = 0;
361 outbuf[outcnt++] = *--p
    [all...]
  /external/zlib/src/contrib/puff/
puff.c 102 unsigned long outcnt; /* bytes written to out so far */ member in struct:state
185 if (s->outcnt + len > s->outlen)
188 s->out[s->outcnt++] = s->in[s->incnt++];
191 s->outcnt += len;
466 if (s->outcnt == s->outlen)
468 s->out[s->outcnt] = symbol;
470 s->outcnt++;
485 if (dist > s->outcnt)
491 if (s->outcnt + len > s->outlen)
494 s->out[s->outcnt]
    [all...]
  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 40 volatile DWORD outcnt; member in struct:sub_process_t
235 return (((sub_process *)proc)->outcnt);
614 pproc->outcnt = 0;
624 if (pproc->outcnt + nread > bufsize) {
628 pproc->outcnt = 0;
632 pproc->outp[pproc->outcnt++] = c;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
xfrm.h 302 __u32 outcnt; member in struct:xfrmu_spdinfo
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
xfrm.h 302 __u32 outcnt; member in struct:xfrmu_spdinfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
xfrm.h 302 __u32 outcnt; member in struct:xfrmu_spdinfo
  /external/iproute2/include/linux/
xfrm.h 333 __u32 outcnt; member in struct:xfrmu_spdinfo
  /external/iproute2/ip/
xfrm_policy.c 930 fprintf(fp," OUT %d", si->outcnt);
  /ndk/sources/host-tools/make-3.81/
ChangeLog 254 (process_{outbuf,errbuf,outcnt,errcnt,pipes}): Unused and don't
    [all...]
  /prebuilts/qemu-kernel/arm/2.6/
vmlinux-qemu 
vmlinux-qemu-armv7 

Completed in 303 milliseconds