Home
last modified time | relevance | path

Searched refs:c_next (Results 1 – 25 of 500) sorted by relevance

12345678910>>...20

/dports/games/angband/Angband-4.2.2/src/
H A Drandname.c43 int c_prev, c_cur, c_next; in build_prob() local
61 c_cur = c_next; in build_prob()
121 int c_next = 0; in randname_make() local
130 c_next++; in randname_make()
133 assert(c_next <= E_WORD); in randname_make()
134 assert(c_next >= 0); in randname_make()
136 if (c_next == E_WORD) { in randname_make()
149 *cp = I2A(c_next); in randname_make()
156 assert(c_next <= S_WORD); in randname_make()
157 assert(c_next >= 0); in randname_make()
[all …]
/dports/net/tcpdump/tcpdump-4.99.1/
H A Dcpack.c80 cs->c_next += toskip; in nd_cpack_advance()
91 cs->c_next = cs->c_buf; in nd_cpack_init()
108 cs->c_next = next + sizeof(*u); in nd_cpack_uint64()
124 cs->c_next = next + sizeof(*u); in nd_cpack_int64()
140 cs->c_next = next + sizeof(*u); in nd_cpack_uint32()
156 cs->c_next = next + sizeof(*u); in nd_cpack_int32()
172 cs->c_next = next + sizeof(*u); in nd_cpack_uint16()
200 *u = GET_U_1(cs->c_next); in nd_cpack_uint8()
203 cs->c_next++; in nd_cpack_uint8()
215 *u = GET_S_1(cs->c_next); in nd_cpack_int8()
[all …]
/dports/net/tcpflow/tcpflow-1.5.0/src/wifipcap/
H A Dcpack.cpp58 next = cpack_next_boundary(cs->c_buf, cs->c_next, wordsize); in cpack_align_and_reserve()
74 cs->c_next = cs->c_buf; in cpack_init()
91 cs->c_next = next + sizeof(*u); in cpack_uint64()
107 cs->c_next = next + sizeof(*u); in cpack_uint32()
123 cs->c_next = next + sizeof(*u); in cpack_uint16()
132 if ((size_t)(cs->c_next - cs->c_buf) >= cs->c_len) in cpack_uint8()
135 *u = *cs->c_next; in cpack_uint8()
138 cs->c_next++; in cpack_uint8()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dopt-include.awk23 c_next = 0
27 (c_next != 0) { print "OPTIONS_C_EXTRA += $(srcdir)/" $1; c_next = 0 }
28 /^HeaderInclude$/ { h_next = 1; c_next = 0 }
29 /^SourceInclude$/ { h_next = 0; c_next = 1 }
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dopt-include.awk23 c_next = 0
27 (c_next != 0) { print "OPTIONS_C_EXTRA += $(srcdir)/" $1; c_next = 0 }
28 /^HeaderInclude$/ { h_next = 1; c_next = 0 }
29 /^SourceInclude$/ { h_next = 0; c_next = 1 }
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dopt-include.awk23 c_next = 0
27 (c_next != 0) { print "OPTIONS_C_EXTRA += $(srcdir)/" $1; c_next = 0 }
28 /^HeaderInclude$/ { h_next = 1; c_next = 0 }
29 /^SourceInclude$/ { h_next = 0; c_next = 1 }
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dopt-include.awk23 c_next = 0
27 (c_next != 0) { print "OPTIONS_C_EXTRA += $(srcdir)/" $1; c_next = 0 }
28 /^HeaderInclude$/ { h_next = 1; c_next = 0 }
29 /^SourceInclude$/ { h_next = 0; c_next = 1 }
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dopt-include.awk23 c_next = 0
27 (c_next != 0) { print "OPTIONS_C_EXTRA += $(srcdir)/" $1; c_next = 0 }
28 /^HeaderInclude$/ { h_next = 1; c_next = 0 }
29 /^SourceInclude$/ { h_next = 0; c_next = 1 }
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dopt-include.awk23 c_next = 0
27 (c_next != 0) { print "OPTIONS_C_EXTRA += $(srcdir)/" $1; c_next = 0 }
28 /^HeaderInclude$/ { h_next = 1; c_next = 0 }
29 /^SourceInclude$/ { h_next = 0; c_next = 1 }
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dopt-include.awk23 c_next = 0
27 (c_next != 0) { print "OPTIONS_C_EXTRA += $(srcdir)/" $1; c_next = 0 }
28 /^HeaderInclude$/ { h_next = 1; c_next = 0 }
29 /^SourceInclude$/ { h_next = 0; c_next = 1 }
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dopt-include.awk23 c_next = 0
27 (c_next != 0) { print "OPTIONS_C_EXTRA += $(srcdir)/" $1; c_next = 0 }
28 /^HeaderInclude$/ { h_next = 1; c_next = 0 }
29 /^SourceInclude$/ { h_next = 0; c_next = 1 }
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dopt-include.awk23 c_next = 0
27 (c_next != 0) { print "OPTIONS_C_EXTRA += $(srcdir)/" $1; c_next = 0 }
28 /^HeaderInclude$/ { h_next = 1; c_next = 0 }
29 /^SourceInclude$/ { h_next = 0; c_next = 1 }
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dopt-include.awk23 c_next = 0
27 (c_next != 0) { print "OPTIONS_C_EXTRA += $(srcdir)/" $1; c_next = 0 }
28 /^HeaderInclude$/ { h_next = 1; c_next = 0 }
29 /^SourceInclude$/ { h_next = 0; c_next = 1 }
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dopt-include.awk23 c_next = 0
27 (c_next != 0) { print "OPTIONS_C_EXTRA += $(srcdir)/" $1; c_next = 0 }
28 /^HeaderInclude$/ { h_next = 1; c_next = 0 }
29 /^SourceInclude$/ { h_next = 0; c_next = 1 }
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dopt-include.awk23 c_next = 0
27 (c_next != 0) { print "OPTIONS_C_EXTRA += $(srcdir)/" $1; c_next = 0 }
28 /^HeaderInclude$/ { h_next = 1; c_next = 0 }
29 /^SourceInclude$/ { h_next = 0; c_next = 1 }
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dopt-include.awk23 c_next = 0
27 (c_next != 0) { print "OPTIONS_C_EXTRA += $(srcdir)/" $1; c_next = 0 }
28 /^HeaderInclude$/ { h_next = 1; c_next = 0 }
29 /^SourceInclude$/ { h_next = 0; c_next = 1 }
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dopt-include.awk23 c_next = 0
27 (c_next != 0) { print "OPTIONS_C_EXTRA += $(srcdir)/" $1; c_next = 0 }
28 /^HeaderInclude$/ { h_next = 1; c_next = 0 }
29 /^SourceInclude$/ { h_next = 0; c_next = 1 }
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dopt-include.awk23 c_next = 0
27 (c_next != 0) { print "OPTIONS_C_EXTRA += $(srcdir)/" $1; c_next = 0 }
28 /^HeaderInclude$/ { h_next = 1; c_next = 0 }
29 /^SourceInclude$/ { h_next = 0; c_next = 1 }
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dopt-include.awk23 c_next = 0
27 (c_next != 0) { print "OPTIONS_C_EXTRA += $(srcdir)/" $1; c_next = 0 }
28 /^HeaderInclude$/ { h_next = 1; c_next = 0 }
29 /^SourceInclude$/ { h_next = 0; c_next = 1 }
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dopt-include.awk23 c_next = 0
27 (c_next != 0) { print "OPTIONS_C_EXTRA += $(srcdir)/" $1; c_next = 0 }
28 /^HeaderInclude$/ { h_next = 1; c_next = 0 }
29 /^SourceInclude$/ { h_next = 0; c_next = 1 }
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dopt-include.awk23 c_next = 0
27 (c_next != 0) { print "OPTIONS_C_EXTRA += $(srcdir)/" $1; c_next = 0 }
28 /^HeaderInclude$/ { h_next = 1; c_next = 0 }
29 /^SourceInclude$/ { h_next = 0; c_next = 1 }
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dopt-include.awk23 c_next = 0
27 (c_next != 0) { print "OPTIONS_C_EXTRA += $(srcdir)/" $1; c_next = 0 }
28 /^HeaderInclude$/ { h_next = 1; c_next = 0 }
29 /^SourceInclude$/ { h_next = 0; c_next = 1 }
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dopt-include.awk23 c_next = 0
27 (c_next != 0) { print "OPTIONS_C_EXTRA += $(srcdir)/" $1; c_next = 0 }
28 /^HeaderInclude$/ { h_next = 1; c_next = 0 }
29 /^SourceInclude$/ { h_next = 0; c_next = 1 }
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dopt-include.awk23 c_next = 0
27 (c_next != 0) { print "OPTIONS_C_EXTRA += $(srcdir)/" $1; c_next = 0 }
28 /^HeaderInclude$/ { h_next = 1; c_next = 0 }
29 /^SourceInclude$/ { h_next = 0; c_next = 1 }
/dports/security/tcpcrypt/tcpcrypt-0.5/src/
H A Dcrypto.c20 return _ciphers.c_next; in crypt_cipher_list()
43 c->c_next = _ciphers.c_next; in crypt_register()
44 _ciphers.c_next = c; in crypt_register()
49 struct cipher_list *c = _ciphers.c_next; in crypt_find_cipher()
55 c = c->c_next; in crypt_find_cipher()

12345678910>>...20