/netbsd-src/external/mit/lua/dist/src/ |
H A D | lcorolib.c | 26 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 D | auixp.c | 250 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 D | igma.c | 299 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 D | igmafb.c | 381 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 D | nouveau_nvkm_core_ramht.c | 48 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 D | getcodi.c | 55 getcodi(int *co, double *di) in getcodi()
|
H A D | visual.c | 74 int co; in visual() local
|
/netbsd-src/sys/dev/hdaudio/ |
H A D | hdaudio.c | 245 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 D | ite_cc.c | 491 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 D | h_null.c | 47 struct crypt_op co; in main() local
|
H A D | h_arc4.c | 51 struct crypt_op co; in main() local
|
H A D | h_cbcdes.c | 52 struct crypt_op co; in main() local
|
H A D | h_camellia.c | 57 struct crypt_op co; in main() local
|
H A D | h_aesctr2.c | 54 struct crypt_op co; in main() local
|
H A D | h_cbc3des.c | 56 struct crypt_op co, co2; in main() local
|
H A D | h_md5.c | 76 struct crypt_op co; in main() local
|
H A D | h_xcbcmac.c | 78 struct crypt_op co; in main() local
|
H A D | h_gcm.c | 56 struct crypt_op co; in main() local
|
H A D | h_md5hmac.c | 144 struct crypt_op co; in main() local
|
H A D | h_aesctr1.c | 212 struct crypt_op co; in main() local
|
H A D | h_aescbc.c | 126 struct crypt_op co; in main() local
|
H A D | h_sha1hmac.c | 154 struct crypt_op co; in main() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprClassification.cpp | 372 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 D | rcsmerge.c | 121 static char const co[] = CO; variable
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | staticcond.d | 218 CondExp co = cast(CondExp)orig; in visualizeFull() local 350 CondExp co = cast(CondExp)orig; in visualizeShort() local
|