Home
last modified time | relevance | path

Searched defs:co (Results 1 – 25 of 26) sorted by relevance

12

/minix3/external/mit/lua/dist/src/
H A Dlcorolib.c26 lua_State *co = lua_tothread(L, 1); in getco() local
32 static int auxresume (lua_State *L, lua_State *co, int narg) { in auxresume()
62 lua_State *co = getco(L); in luaB_coresume() local
79 lua_State *co = lua_tothread(L, lua_upvalueindex(1)); in luaB_auxwrap() local
116 lua_State *co = getco(L); in luaB_costatus() local
/minix3/tests/crypto/opencrypto/
H A Dh_null.c47 struct crypt_op co; in main() local
H A Dh_arc4.c51 struct crypt_op co; in main() local
H A Dh_cbcdes.c52 struct crypt_op co; in main() local
H A Dh_camellia.c57 struct crypt_op co; in main() local
H A Dh_aesctr2.c54 struct crypt_op co; in main() local
H A Dh_md5.c76 struct crypt_op co; in main() local
H A Dh_gcm.c56 struct crypt_op co; in main() local
H A Dh_xcbcmac.c78 struct crypt_op co; in main() local
H A Dh_md5hmac.c144 struct crypt_op co; in main() local
H A Dh_aesctr1.c212 struct crypt_op co; in main() local
H A Dh_sha1hmac.c154 struct crypt_op co; in main() local
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-multiple-nonvirtual-inheritance.cpp162 ChildOverride co; in emit_ctors() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprClassification.cpp335 const BinaryConditionalOperator *co = cast<BinaryConditionalOperator>(E); in ClassifyInternal() local
342 const ConditionalOperator *co = cast<ConditionalOperator>(E); in ClassifyInternal() local
/minix3/lib/libedit/TEST/
H A Dtc1.c176 int ac, cc, co; in main() local
H A Dwtc1.c158 int ac, cc, co, rc; in main() local
/minix3/lib/libedit/
H A Dtokenizer.c196 int cc, co; in FUN() local
/minix3/external/bsd/llvm/dist/clang/test/CXX/special/class.copy/
H A Dimplicit-move.cpp238 CopyOnly co; member
/minix3/crypto/external/bsd/openssl/dist/ssl/
H A Dt1_enc.c1105 const void *co = NULL, *so = NULL; in tls1_generate_master_secret() local
/minix3/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dhxtool.c185 heim_octet_string c, co, signeddata, *sd = NULL; in cms_verify_sd() local
515 heim_octet_string o, co; in cms_unenvelope() local
/minix3/external/bsd/dhcpcd/dist/
H A Ddhcp6.c304 const struct dhcp6_option *co; in dhcp6_updateelapsed() local
997 const struct dhcp6_option *co; in dhcp6_update_auth() local
/minix3/lib/libc/regex/
H A Dregcomp.c195 #define REQUIRE(co, e) (void) ((co) || SETERROR(e)) argument
/minix3/external/bsd/nvi/dist/regex/
H A Dregcomp.c158 #define REQUIRE(co, e) ((co) || SETERROR(e)) argument
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A Dregcomp.c135 #define REQUIRE(co, e) (void)((co) || SETERROR(e)) argument
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h3345 if (const ConditionalOperator *co = dyn_cast<ConditionalOperator>(this)) in getCond() local
3351 if (const ConditionalOperator *co = dyn_cast<ConditionalOperator>(this)) in getTrueExpr() local
3357 if (const ConditionalOperator *co = dyn_cast<ConditionalOperator>(this)) in getFalseExpr() local

12