HomeSort by: relevance | last modified time | path
    Searched defs:in_next (Results 1 - 6 of 6) sorted by relevancy

  /src/external/zlib/pigz/dist/
pigz.c 491 unsigned char *in_next; /* next unused byte in buffer */ member in struct:__anon24661
2189 of file) from the file g.ind, set g.in_next to point to the g.in_left bytes
2218 g.in_next = g.in_which ? g.in_buf : g.in_buf2;
2240 g.in_left = readn(g.ind, g.in_next = g.in_buf, BUF);
2271 (g.in_left--, *g.in_next++))
2283 g.in_next += togo; \
2439 memcpy(next, g.in_next, g.in_left);
2445 memcpy(next, g.in_next, fname);
2447 g.in_next += fname;
2459 g.in_next--
    [all...]
  /src/sys/external/bsd/ipf/netinet/
ip_fil_compat.c 562 struct ipnat *in_next; /* NAT rule list next */ member in struct:ipnat_4_1_14
599 struct ipnat *in_next; member in struct:ipnat_4_1_0
4163 old->in_next = np->in_next;
4242 old->in_next = np->in_next;
ip_nat.h 238 struct ipnat *in_next; /* NAT rule list next */ member in struct:ipnat
  /src/external/bsd/ipf/dist/
ip_fil_compat.c 562 struct ipnat *in_next; /* NAT rule list next */ member in struct:ipnat_4_1_14
599 struct ipnat *in_next; member in struct:ipnat_4_1_0
4263 old->in_next = np->in_next;
4344 old->in_next = np->in_next;
  /src/external/gpl3/gcc/dist/gcc/
sel-sched.cc 5940 insn_t bb_head, bb_end, bb_next, in_next;
5968 in_next = NEXT_INSN (insn);
5969 while (DEBUG_INSN_P (in_next))
5970 in_next = NEXT_INSN (in_next);
5972 if (IN_CURRENT_FENCE_P (in_next))
5928 insn_t bb_head, bb_end, bb_next, in_next; local
  /src/external/gpl3/gcc.old/dist/gcc/
sel-sched.cc 5932 insn_t bb_head, bb_end, bb_next, in_next;
5960 in_next = NEXT_INSN (insn);
5961 while (DEBUG_INSN_P (in_next))
5962 in_next = NEXT_INSN (in_next);
5964 if (IN_CURRENT_FENCE_P (in_next))
5920 insn_t bb_head, bb_end, bb_next, in_next; local

Completed in 152 milliseconds