Home
last modified time | relevance | path

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

123

/netbsd-src/external/mit/lua/dist/src/
H A Dlcorolib.c26 lua_State *co = lua_tothread(L, 1); in getco() local
36 static int auxresume (lua_State *L, lua_State *co, int narg) { in auxresume()
61 lua_State *co = getco(L); in luaB_coresume() local
78 lua_State *co = lua_tothread(L, lua_upvalueindex(1)); in luaB_auxwrap() local
131 static int auxstatus (lua_State *L, lua_State *co) { in auxstatus()
154 lua_State *co = getco(L); in luaB_costatus() local
161 lua_State *co = lua_isnone(L, 1) ? L : getco(L); in luaB_yieldable() local
175 lua_State *co = getco(L); in luaB_close() local
/netbsd-src/sys/dev/pci/
H A Dauixp.c250 struct auixp_codec *co; in auixp_query_format() local
260 auixp_set_rate(struct auixp_codec *co, int mode, u_int srate) in auixp_set_rate()
295 struct auixp_codec *co; in auixp_commit_settings() local
380 struct auixp_codec *co; in auixp_set_format() local
443 struct auixp_codec *co; in auixp_malloc() local
479 struct auixp_codec *co; in auixp_free() local
510 struct auixp_codec *co; in auixp_set_port() local
521 struct auixp_codec *co; in auixp_get_port() local
531 struct auixp_codec *co; in auixp_query_devinfo() local
724 struct auixp_codec *co; in auixp_trigger_output() local
[all …]
H A Digma.c299 const struct igma_chip_ops *co = cd->ops; in igma_adjust_chip() local
517 const struct igma_chip_ops *co = cd->ops; in igma_i2cbb_set_bits() local
561 const struct igma_chip_ops *co = cd->ops; in igma_i2cbb_read() local
/netbsd-src/sys/dev/pci/igma/
H A Digmafb.c381 const struct igma_chip_ops *co = cd->ops; in igmafb_guess_size() local
412 const struct igma_chip_ops *co = cd->ops; in igmafb_set_mode() local
512 const struct igma_chip_ops *co = cd->ops; in igmafb_planestart_quirk() local
537 const struct igma_chip_ops *co = cd->ops; in igmafb_pfitdisable_quirk() local
549 const struct igma_chip_ops *co = cd->ops; in igmafb_get_brightness_max() local
568 const struct igma_chip_ops *co = cd->ops; in igmafb_get_brightness() local
580 const struct igma_chip_ops *co = cd->ops; in igmafb_set_brightness() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
H A Dnouveau_nvkm_core_ramht.c48 u32 co, ho; in nvkm_ramht_search() local
65 nvkm_ramht_update(struct nvkm_ramht *ramht, int co, struct nvkm_object *object, in nvkm_ramht_update()
115 u32 co, ho; in nvkm_ramht_insert() local
/netbsd-src/games/trek/
H A Dgetcodi.c55 getcodi(int *co, double *di) in getcodi()
H A Dvisual.c74 int co; in visual() local
/netbsd-src/sys/dev/hdaudio/
H A Dhdaudio.c245 struct hdaudio_codec *co; in hdaudio_rirb_unsol() local
317 hdaudio_command(struct hdaudio_codec *co, int nid, uint32_t control, in hdaudio_command()
329 hdaudio_command_unlocked(struct hdaudio_codec *co, int nid, uint32_t control, in hdaudio_command_unlocked()
677 struct hdaudio_codec *co = fg->fg_codec; in hdaudio_attach_fg() local
701 hdaudio_codec_attach(struct hdaudio_codec *co) in hdaudio_codec_attach()
947 struct hdaudio_codec *co; in hdaudio_rescan() local
967 struct hdaudio_codec *co; in hdaudio_childdet() local
1325 struct hdaudio_codec *co; in hdaudioioctl_fgrp_lookup() local
1348 struct hdaudio_codec *co; in hdaudioioctl_fgrp_info() local
/netbsd-src/sys/arch/amiga/dev/
H A Dite_cc.c491 register u_int co, register u_int ro, register u_int fw, in putc_nm()
502 register u_int co, register u_int ro, register u_int fw, in putc_in()
514 register u_int co, register u_int ro, register u_int fw, in putc_ul()
536 register u_int co, register u_int ro, register u_int fw, in putc_ul_in()
558 register u_int co, register u_int ro, register u_int fw, in putc_bd()
573 register u_int co, register u_int ro, register u_int fw, in putc_bd_in()
589 register u_int co, register u_int ro, register u_int fw, in putc_bd_ul()
619 register u_int co, register u_int ro, register u_int fw, in putc_bd_ul_in()
/netbsd-src/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_cbc3des.c56 struct crypt_op co, co2; in main() local
H A Dh_md5.c76 struct crypt_op co; in main() local
H A Dh_xcbcmac.c78 struct crypt_op co; in main() local
H A Dh_gcm.c56 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_aescbc.c126 struct crypt_op co; in main() local
H A Dh_sha1hmac.c154 struct crypt_op co; in main() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprClassification.cpp372 const auto *co = cast<BinaryConditionalOperator>(E); in ClassifyInternal() local
379 const auto *co = cast<ConditionalOperator>(E); in ClassifyInternal() local
/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsmerge.c121 static char const co[] = CO; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstaticcond.d218 CondExp co = cast(CondExp)orig; in visualizeFull() local
350 CondExp co = cast(CondExp)orig; in visualizeShort() local

123