Home
last modified time | relevance | path

Searched defs:cs (Results 1 – 25 of 108) sorted by relevance

12345

/minix3/external/bsd/tcpdump/dist/
H A Dcpack.c55 cpack_align_and_reserve(struct cpack_state *cs, size_t wordsize) in cpack_align_and_reserve()
71 cpack_advance(struct cpack_state *cs, const size_t toskip) in cpack_advance()
81 cpack_init(struct cpack_state *cs, uint8_t *buf, size_t buflen) in cpack_init()
94 cpack_uint64(struct cpack_state *cs, uint64_t *u) in cpack_uint64()
110 cpack_uint32(struct cpack_state *cs, uint32_t *u) in cpack_uint32()
126 cpack_uint16(struct cpack_state *cs, uint16_t *u) in cpack_uint16()
142 cpack_uint8(struct cpack_state *cs, uint8_t *u) in cpack_uint8()
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/
H A Downer_less.pass.cpp48 CS cs; in main() local
66 CS cs; in main() local
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/
H A Downer_less.pass.cpp48 CS cs; in main() local
62 CS cs; in main() local
/minix3/external/bsd/libc++/dist/libcxx/test/std/strings/basic.string/string.access/
H A Dindex.pass.cpp29 const S& cs = s; in main() local
43 const S& cs = s; in main() local
H A Dat.pass.cpp27 const S& cs = s; in test() local
/minix3/external/bsd/libc++/dist/libcxx/test/strings/basic.string/string.access/
H A Dindex.pass.cpp29 const S& cs = s; in main() local
43 const S& cs = s; in main() local
H A Dat.pass.cpp27 const S& cs = s; in test() local
/minix3/external/bsd/nvi/dist/vi/
H A Dv_sentence.c64 VCS cs; in v_sentencef() local
202 VCS cs; in v_sentenceb() local
H A Dv_word.c111 VCS cs; in fword() local
271 VCS cs; in eword() local
417 VCS cs; in bword() local
/minix3/external/bsd/llvm/dist/clang/test/Index/
H A Dboxed-exprs.h8 static inline void infoo(const char *cs) { in infoo()
/minix3/external/bsd/nvi/dist/regex/
H A Dregex2.h124 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c)) argument
125 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c)) argument
126 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask) argument
127 #define MCadd(p, cs, cp) mcadd(p, cs, cp) /* regcomp() internal fns */ argument
128 #define MCsub(p, cs, cp) mcsub(p, cs, cp) argument
129 #define MCin(p, cs, cp) mcin(p, cs, cp) argument
H A Dregcomp.c714 cset *cs; in p_bracket() local
791 p_b_term(struct parse *p, cset *cs) in p_b_term()
855 p_b_cclass(struct parse *p, cset *cs) in p_b_cclass()
889 p_b_eclass(struct parse *p, cset *cs) in p_b_eclass()
1133 cset *cs; in allocset() local
1185 freeset(struct parse *p, cset *cs) in freeset()
1208 freezeset(struct parse *p, cset *cs) in freezeset()
1240 firstch(struct parse *p, cset *cs) in firstch()
1257 nch(struct parse *p, cset *cs) in nch()
1275 mcadd(struct parse *p, cset *cs, const char *cp) in mcadd()
[all …]
/minix3/lib/libc/regex/
H A Dregex2.h165 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c)) argument
166 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c)) argument
167 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask) argument
168 #define MCadd(p, cs, cp) mcadd(p, cs, cp) /* regcomp() internal fns */ argument
169 #define MCsub(p, cs, cp) mcsub(p, cs, cp) argument
170 #define MCin(p, cs, cp) mcin(p, cs, cp) argument
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A Dregex2.h116 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c)) argument
117 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c)) argument
118 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask) argument
119 #define MCadd(p, cs, cp) mcadd(p, cs, cp) /* llvm_regcomp() internal fns */ argument
120 #define MCsub(p, cs, cp) mcsub(p, cs, cp) argument
121 #define MCin(p, cs, cp) mcin(p, cs, cp) argument
/minix3/external/bsd/libc++/dist/libcxx/test/std/strings/basic.string/string.iterators/
H A Dbegin.pass.cpp24 const S& cs = s; in test() local
H A Drbegin.pass.cpp24 const S& cs = s; in test() local
H A Drend.pass.cpp24 const S& cs = s; in test() local
H A Dend.pass.cpp24 const S& cs = s; in test() local
/minix3/external/bsd/libc++/dist/libcxx/test/strings/basic.string/string.iterators/
H A Dend.pass.cpp24 const S& cs = s; in test() local
H A Drbegin.pass.cpp24 const S& cs = s; in test() local
H A Drend.pass.cpp24 const S& cs = s; in test() local
H A Dbegin.pass.cpp24 const S& cs = s; in test() local
/minix3/tests/crypto/opencrypto/
H A Dh_null.c46 struct session_op cs; in main() local
H A Dh_comp.c46 struct session_op cs; in main() local
H A Dh_comp_zlib.c45 struct session_op cs; in main() local

12345