Home
last modified time | relevance | path

Searched refs:vc_table (Results 1 – 25 of 38) sorted by relevance

12

/dports/net/lambdamoo/MOO-1.8.1/
H A Ddb_verbs.c345 static vc_entry **vc_table = NULL; variable
356 if (vc_table == NULL) in db_priv_affected_callable_verb_lookup()
362 vc = vc_table[i]; in db_priv_affected_callable_verb_lookup()
369 vc_table[i] = NULL; in db_priv_affected_callable_verb_lookup()
381 vc_table[i] = NULL; in make_vc_table()
400 for (vc = vc_table[i]; vc; vc = vc->next) in db_verb_cache_stats()
436 for (vc = vc_table[i]; vc; vc = vc->next) in db_log_cache_stats()
470 if (vc_table == NULL) in db_find_callable_verb()
487 for (vc = vc_table[bucket]; vc; vc = vc->next) { in db_find_callable_verb()
521 new_vc->next = vc_table[bucket]; in db_find_callable_verb()
[all …]
/dports/emulators/dynamips-community/dynamips-0.2.17/common/
H A Datm.c116 for(swc=t->vc_table[atmsw_vcc_hash(vpi,vci)];swc;swc=swc->next) in atmsw_vc_lookup()
414 swc->next = t->vc_table[hbucket]; in atmsw_create_vcc()
415 t->vc_table[hbucket] = swc; in atmsw_create_vcc()
441 for(swc=&t->vc_table[hbucket];*swc;swc=&(*swc)->next) in atmsw_delete_vcc()
478 for(vc=t->vc_table[i];vc;vc=vc->next) in atmsw_free()
518 for(vc=t->vc_table[i];vc;vc=vc->next) { in atmsw_save_config()
H A Datm.h68 atmsw_vc_conn_t *vc_table[ATMSW_VC_HASH_SIZE]; member
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/sms/
H A Dsmshvc.h141 UINT8 *vc_table[2][4] = variable
H A Dsmsvdp.h58 extern UINT8 *vc_table[2][4];
H A Dsmspio.cpp58 UINT8 vc = vc_table[0][0][0]; vc++; // avoid warning (this does nothing) in pio_init()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/sms/
H A Dsmshvc.h190 UINT8 *vc_table[2][4] = variable
/dports/emulators/mednafen/mednafen/src/md/
H A Dhvc.h800 static const uint8 *vc_table[6] = {
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libvcodex/
H A DMakefile96 vc_proprietary: vc_table vc_rdb vc_sieve vc_adhoc
97 vc_table: target
/dports/shells/ksh93/ast-93u/src/lib/libvcodex/
H A DMakefile96 vc_proprietary: vc_table vc_rdb vc_sieve vc_adhoc
97 vc_table: target
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libvcodex/
H A DMakefile96 vc_proprietary: vc_table vc_rdb vc_sieve vc_adhoc
97 vc_table: target
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpSM.cc177 memset(&vc_table, 0, sizeof(vc_table)); in HttpVCTable()
185 if (vc_table[i].vc == nullptr) { in new_entry()
186 vc_table[i].sm = sm; in new_entry()
187 return vc_table + i; in new_entry()
199 if (vc_table[i].vc == vc) { in find_entry()
200 return vc_table + i; in find_entry()
211 if (vc_table[i].read_vio == vio || vc_table[i].write_vio == vio) { in find_entry()
213 return vc_table + i; in find_entry()
286 if (vc_table[i].vc != nullptr) { in cleanup_all()
287 cleanup_entry(vc_table + i); in cleanup_all()
[all …]
H A DHttpSM.h113 HttpVCTableEntry vc_table[vc_table_max_entries];
120 for (const auto &i : vc_table) { in is_table_clear()
407 HttpVCTable vc_table; variable
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/sdl/sdl1/
H A Dmain.c299 static const uint16 vc_table[4][2] = variable
429 vc_max = vc_table[0][vdp_pal]; in sdl_control_update()
432 vc_max = vc_table[1][vdp_pal]; in sdl_control_update()
435 vc_max = vc_table[3][vdp_pal]; in sdl_control_update()
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/sdl/sdl1/
H A Dmain.c299 static const uint16 vc_table[4][2] = variable
429 vc_max = vc_table[0][vdp_pal]; in sdl_control_update()
432 vc_max = vc_table[1][vdp_pal]; in sdl_control_update()
435 vc_max = vc_table[3][vdp_pal]; in sdl_control_update()
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/core/
H A Dvdp_ctrl.c156 static const uint16 vc_table[4][2] = variable
326 vc_max = vc_table[0][vdp_pal]; in vdp_reset()
1053 vc_max = vc_table[3][vdp_pal]; in vdp_sms_ctrl_w()
1061 vc_max = vc_table[1][vdp_pal]; in vdp_sms_ctrl_w()
1069 vc_max = vc_table[0][vdp_pal]; in vdp_sms_ctrl_w()
1702 vc_max = vc_table[(d >> 2) & 3][vdp_pal]; in vdp_reg_w()
1795 vc_max = vc_table[(d >> 2) & 3][vdp_pal]; in vdp_reg_w()
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/core/
H A Dvdp_ctrl.c156 static const uint16 vc_table[4][2] = variable
326 vc_max = vc_table[0][vdp_pal]; in vdp_reset()
1053 vc_max = vc_table[3][vdp_pal]; in vdp_sms_ctrl_w()
1061 vc_max = vc_table[1][vdp_pal]; in vdp_sms_ctrl_w()
1069 vc_max = vc_table[0][vdp_pal]; in vdp_sms_ctrl_w()
1702 vc_max = vc_table[(d >> 2) & 3][vdp_pal]; in vdp_reg_w()
1795 vc_max = vc_table[(d >> 2) & 3][vdp_pal]; in vdp_reg_w()
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/sdl/sdl2/
H A Dmain.c306 static const uint16 vc_table[4][2] = variable
438 vc_max = vc_table[0][vdp_pal]; in sdl_control_update()
441 vc_max = vc_table[1][vdp_pal]; in sdl_control_update()
444 vc_max = vc_table[3][vdp_pal]; in sdl_control_update()
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/sdl/sdl2/
H A Dmain.c306 static const uint16 vc_table[4][2] = variable
438 vc_max = vc_table[0][vdp_pal]; in sdl_control_update()
441 vc_max = vc_table[1][vdp_pal]; in sdl_control_update()
444 vc_max = vc_table[3][vdp_pal]; in sdl_control_update()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/atm/
H A Diphase.c1377 u_short __iomem *vc_table; local
1392 vc_table += vcc->vci;
1395 *vc_table = vcc->vci << 6;
1425 u16 *vc_table; local
1574 *vc_table = (i << 6) | 15; /* for invalid VCI */
1575 vc_table++;
2609 u16 *vc_table; local
2667 vc_table += vcc->vci;
2668 *vc_table = NO_AAL5_PKT;
2671 vc_table += vcc->vci;
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/atm/
H A Diphase.c1377 u_short __iomem *vc_table; local
1392 vc_table += vcc->vci;
1395 *vc_table = vcc->vci << 6;
1425 u16 *vc_table; local
1574 *vc_table = (i << 6) | 15; /* for invalid VCI */
1575 vc_table++;
2609 u16 *vc_table; local
2667 vc_table += vcc->vci;
2668 *vc_table = NO_AAL5_PKT;
2671 vc_table += vcc->vci;
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/atm/
H A Diphase.c1377 u_short __iomem *vc_table; local
1392 vc_table += vcc->vci;
1395 *vc_table = vcc->vci << 6;
1425 u16 *vc_table; local
1574 *vc_table = (i << 6) | 15; /* for invalid VCI */
1575 vc_table++;
2609 u16 *vc_table; local
2667 vc_table += vcc->vci;
2668 *vc_table = NO_AAL5_PKT;
2671 vc_table += vcc->vci;
[all …]
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/gni/src/
H A Dgnix_ep.c570 if(ep_priv->vc_table == NULL) in _gnix_ep_init_vc()
581 ret = _gnix_vec_init(ep_priv->vc_table, &gnix_vec_attr); in _gnix_ep_init_vc()
584 ep_priv->vc_table, ep_priv->vc_table->vector); in _gnix_ep_init_vc()
623 free(ep_priv->vc_table); in _gnix_ep_init_vc()
624 ep_priv->vc_table = NULL; in _gnix_ep_init_vc()
636 GNIX_VECTOR_ITERATOR(ep->vc_table, iter); in __gnix_ep_fini_vc()
653 _gnix_vec_remove_at(ep->vc_table, in __gnix_ep_fini_vc()
659 ret = _gnix_vec_close(ep->vc_table); in __gnix_ep_fini_vc()
661 free(ep->vc_table); in __gnix_ep_fini_vc()
662 ep->vc_table = NULL; in __gnix_ep_fini_vc()
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_quic/
H A Dtraffic_quic.cc278 HttpSM::HttpSM() : Continuation(nullptr), vc_table(this) {} in HttpSM()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/remap/unit-tests/
H A Dnexthop_test_stubs.cc33 HttpSM::HttpSM() : Continuation(nullptr), vc_table(this) {} in HttpSM()

12