Home
last modified time | relevance | path

Searched refs:outcnt (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/llvm/test/Transforms/GVN/PRE/
Dlpre-call-wrap-2.ll5 ; 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, i32* @outcnt, align 4 ; <i32> [#uses=1]
22 %2 = load i32, i32* @outcnt, align 4 ; <i32> [#uses=1]
34 %4 = load i32, i32* @outcnt, align 4 ; <i32> [#uses=1]
/external/llvm/test/Transforms/GVN/
Dlpre-call-wrap-2.ll5 ; 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, i32* @outcnt, align 4 ; <i32> [#uses=1]
22 %2 = load i32, i32* @outcnt, align 4 ; <i32> [#uses=1]
34 %4 = load i32, i32* @outcnt, align 4 ; <i32> [#uses=1]
/external/rust/crates/libz-sys/src/zlib/contrib/puff/
Dpuff.c102 unsigned long outcnt; /* bytes written to out so far */ member
185 if (s->outcnt + len > s->outlen) in stored()
188 s->out[s->outcnt++] = s->in[s->incnt++]; in stored()
191 s->outcnt += len; in stored()
466 if (s->outcnt == s->outlen) in codes()
468 s->out[s->outcnt] = symbol; in codes()
470 s->outcnt++; in codes()
485 if (dist > s->outcnt) in codes()
491 if (s->outcnt + len > s->outlen) in codes()
494 s->out[s->outcnt] = in codes()
[all …]
/external/rust/crates/libz-sys/src/zlib/examples/
Dgun.c217 unsigned outcnt; /* bytes in output buffer */ in lunpipe() local
262 outcnt = 1; in lunpipe()
281 if (outcnt && out(&outd, outbuf, outcnt)) { in lunpipe()
350 while (stack > SIZE - outcnt) { in lunpipe()
351 while (outcnt < SIZE) in lunpipe()
352 outbuf[outcnt++] = match[--stack]; in lunpipe()
353 if (out(&outd, outbuf, outcnt)) { in lunpipe()
357 outcnt = 0; in lunpipe()
361 outbuf[outcnt++] = *--p; in lunpipe()
/external/kernel-headers/original/uapi/linux/
Dxfrm.h349 __u32 outcnt; member
/external/iproute2/include/uapi/linux/
Dxfrm.h346 __u32 outcnt; member
/external/libnl/include/linux-private/linux/
Dxfrm.h349 __u32 outcnt; member
/external/iproute2/include/linux/
Dxfrm.h346 __u32 outcnt; member
/external/iproute2/ip/
Dxfrm_policy.c951 fprintf(fp, " OUT %d", si->outcnt); in print_spdinfo()