Home
last modified time | relevance | path

Searched refs:is_v3 (Results 1 – 25 of 34) sorted by relevance

12

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/radeon/
H A Dradeon_agp.c140 bool is_v3; in radeon_agp_init() local
173 is_v3 = !!(agp_status & RADEON_AGPv3_MODE); in radeon_agp_init()
175 if (is_v3) { in radeon_agp_init()
201 if ((radeon_agpmode < (is_v3 ? 4 : 1)) || in radeon_agp_init()
202 (radeon_agpmode > (is_v3 ? 8 : 4)) || in radeon_agp_init()
205 radeon_agpmode, is_v3 ? "4, 8" : "1, 2, 4", in radeon_agp_init()
216 if (is_v3) { in radeon_agp_init()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_agp.c135 bool is_v3; in radeon_agp_init() local
168 is_v3 = !!(agp_status & RADEON_AGPv3_MODE); in radeon_agp_init()
170 if (is_v3) { in radeon_agp_init()
196 if ((radeon_agpmode < (is_v3 ? 4 : 1)) || in radeon_agp_init()
197 (radeon_agpmode > (is_v3 ? 8 : 4)) || in radeon_agp_init()
200 radeon_agpmode, is_v3 ? "4, 8" : "1, 2, 4", in radeon_agp_init()
211 if (is_v3) { in radeon_agp_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/radeon/
H A Dradeon_agp.c140 bool is_v3; in radeon_agp_init() local
173 is_v3 = !!(agp_status & RADEON_AGPv3_MODE); in radeon_agp_init()
175 if (is_v3) { in radeon_agp_init()
201 if ((radeon_agpmode < (is_v3 ? 4 : 1)) || in radeon_agp_init()
202 (radeon_agpmode > (is_v3 ? 8 : 4)) || in radeon_agp_init()
205 radeon_agpmode, is_v3 ? "4, 8" : "1, 2, 4", in radeon_agp_init()
216 if (is_v3) { in radeon_agp_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/radeon/
H A Dradeon_agp.c140 bool is_v3; in radeon_agp_init() local
173 is_v3 = !!(agp_status & RADEON_AGPv3_MODE); in radeon_agp_init()
175 if (is_v3) { in radeon_agp_init()
201 if ((radeon_agpmode < (is_v3 ? 4 : 1)) || in radeon_agp_init()
202 (radeon_agpmode > (is_v3 ? 8 : 4)) || in radeon_agp_init()
205 radeon_agpmode, is_v3 ? "4, 8" : "1, 2, 4", in radeon_agp_init()
216 if (is_v3) { in radeon_agp_init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/secure_channel/
H A Dwire_message.cc108 bool is_v3) { in DeserializeV3OrV4Message() argument
111 (is_v3 ? kV3NumBytesInHeaderSize : kV4NumBytesInHeaderSize); in DeserializeV3OrV4Message()
116 << "Version: " << (is_v3 ? 3 : 4); in DeserializeV3OrV4Message()
129 if (is_v3) { in DeserializeV3OrV4Message()
152 << "Version: " << (is_v3 ? 3 : 4); in DeserializeV3OrV4Message()
/dports/security/softether/v4.38-9760/src/Cedar/
H A DIPsec_L2TP.h343 L2TP_TUNNEL *GetTunnelFromId(L2TP_SERVER *l2tp, IP *client_ip, UINT tunnel_id, bool is_v3);
345 …*GetTunnelFromIdOfAssignedByClientEx(L2TP_SERVER *l2tp, IP *client_ip, UINT tunnel_id, bool is_v3);
353 L2TP_PACKET *NewL2TPControlPacket(UINT message_type, bool is_v3);
369 L2TP_SESSION *SearchL2TPSessionById(L2TP_SERVER *l2tp, bool is_v3, UINT id);
H A DIPsec_L2TP.c1010 L2TP_TUNNEL *GetTunnelFromId(L2TP_SERVER *l2tp, IP *client_ip, UINT tunnel_id, bool is_v3) in GetTunnelFromId() argument
1025 if (EQUAL_BOOL(t->IsV3, is_v3)) in GetTunnelFromId()
1057 … *GetTunnelFromIdOfAssignedByClientEx(L2TP_SERVER *l2tp, IP *client_ip, UINT tunnel_id, bool is_v3) in GetTunnelFromIdOfAssignedByClientEx() argument
1072 if (EQUAL_BOOL(t->IsV3, is_v3)) in GetTunnelFromIdOfAssignedByClientEx()
1154 L2TP_PACKET *NewL2TPControlPacket(UINT message_type, bool is_v3) in NewL2TPControlPacket() argument
1161 p->Ver = (is_v3 ? 3 : 2); in NewL2TPControlPacket()
1469 L2TP_SESSION *SearchL2TPSessionById(L2TP_SERVER *l2tp, bool is_v3, UINT id) in SearchL2TPSessionById() argument
1488 if (EQUAL_BOOL(s->IsV3, is_v3)) in SearchL2TPSessionById()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DIPsec_L2TP.h343 L2TP_TUNNEL *GetTunnelFromId(L2TP_SERVER *l2tp, IP *client_ip, UINT tunnel_id, bool is_v3);
345 …*GetTunnelFromIdOfAssignedByClientEx(L2TP_SERVER *l2tp, IP *client_ip, UINT tunnel_id, bool is_v3);
353 L2TP_PACKET *NewL2TPControlPacket(UINT message_type, bool is_v3);
369 L2TP_SESSION *SearchL2TPSessionById(L2TP_SERVER *l2tp, bool is_v3, UINT id);
H A DIPsec_L2TP.c1010 L2TP_TUNNEL *GetTunnelFromId(L2TP_SERVER *l2tp, IP *client_ip, UINT tunnel_id, bool is_v3) in GetTunnelFromId() argument
1025 if (EQUAL_BOOL(t->IsV3, is_v3)) in GetTunnelFromId()
1057 … *GetTunnelFromIdOfAssignedByClientEx(L2TP_SERVER *l2tp, IP *client_ip, UINT tunnel_id, bool is_v3) in GetTunnelFromIdOfAssignedByClientEx() argument
1072 if (EQUAL_BOOL(t->IsV3, is_v3)) in GetTunnelFromIdOfAssignedByClientEx()
1154 L2TP_PACKET *NewL2TPControlPacket(UINT message_type, bool is_v3) in NewL2TPControlPacket() argument
1161 p->Ver = (is_v3 ? 3 : 2); in NewL2TPControlPacket()
1469 L2TP_SESSION *SearchL2TPSessionById(L2TP_SERVER *l2tp, bool is_v3, UINT id) in SearchL2TPSessionById() argument
1488 if (EQUAL_BOOL(s->IsV3, is_v3)) in SearchL2TPSessionById()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DProto_L2TP.h249 L2TP_TUNNEL *GetTunnelFromId(L2TP_SERVER *l2tp, IP *client_ip, UINT tunnel_id, bool is_v3);
251 …*GetTunnelFromIdOfAssignedByClientEx(L2TP_SERVER *l2tp, IP *client_ip, UINT tunnel_id, bool is_v3);
259 L2TP_PACKET *NewL2TPControlPacket(UINT message_type, bool is_v3);
275 L2TP_SESSION *SearchL2TPSessionById(L2TP_SERVER *l2tp, bool is_v3, UINT id);
H A DProto_L2TP.c926 L2TP_TUNNEL *GetTunnelFromId(L2TP_SERVER *l2tp, IP *client_ip, UINT tunnel_id, bool is_v3) in GetTunnelFromId() argument
941 if (EQUAL_BOOL(t->IsV3, is_v3)) in GetTunnelFromId()
973 … *GetTunnelFromIdOfAssignedByClientEx(L2TP_SERVER *l2tp, IP *client_ip, UINT tunnel_id, bool is_v3) in GetTunnelFromIdOfAssignedByClientEx() argument
988 if (EQUAL_BOOL(t->IsV3, is_v3)) in GetTunnelFromIdOfAssignedByClientEx()
1070 L2TP_PACKET *NewL2TPControlPacket(UINT message_type, bool is_v3) in NewL2TPControlPacket() argument
1077 p->Ver = (is_v3 ? 3 : 2); in NewL2TPControlPacket()
1385 L2TP_SESSION *SearchL2TPSessionById(L2TP_SERVER *l2tp, bool is_v3, UINT id) in SearchL2TPSessionById() argument
1404 if (EQUAL_BOOL(s->IsV3, is_v3)) in SearchL2TPSessionById()
/dports/security/tor/tor-0.4.6.8/src/feature/stats/
H A Drephist.h68 time_t rep_hist_hs_stats_write(time_t now, bool is_v3);
118 STATIC char *rep_hist_format_hs_stats(time_t now, bool is_v3);
H A Drephist.c2220 rep_hist_format_hs_stats(time_t now, bool is_v3) in rep_hist_format_hs_stats() argument
2226 uint64_t rp_cells_seen = is_v3 ? in rep_hist_format_hs_stats()
2228 size_t onions_seen = is_v3 ? in rep_hist_format_hs_stats()
2230 time_t start_of_hs_stats_interval = is_v3 ? in rep_hist_format_hs_stats()
2251 is_v3 ? "hidserv-v3-stats-end" : "hidserv-stats-end", in rep_hist_format_hs_stats()
2253 is_v3 ? in rep_hist_format_hs_stats()
2271 rep_hist_hs_stats_write(time_t now, bool is_v3) in rep_hist_hs_stats_write() argument
2275 time_t start_of_hs_stats_interval = is_v3 ? in rep_hist_hs_stats_write()
2287 str = rep_hist_format_hs_stats(now, is_v3); in rep_hist_hs_stats_write()
2290 if (is_v3) { in rep_hist_hs_stats_write()
[all …]
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/stats/
H A Drephist.h74 time_t rep_hist_hs_stats_write(time_t now, bool is_v3);
128 STATIC char *rep_hist_format_hs_stats(time_t now, bool is_v3);
H A Drephist.c2483 rep_hist_format_hs_stats(time_t now, bool is_v3) in rep_hist_format_hs_stats() argument
2489 uint64_t rp_cells_seen = is_v3 ? in rep_hist_format_hs_stats()
2491 size_t onions_seen = is_v3 ? in rep_hist_format_hs_stats()
2493 time_t start_of_hs_stats_interval = is_v3 ? in rep_hist_format_hs_stats()
2514 is_v3 ? "hidserv-v3-stats-end" : "hidserv-stats-end", in rep_hist_format_hs_stats()
2516 is_v3 ? in rep_hist_format_hs_stats()
2534 rep_hist_hs_stats_write(time_t now, bool is_v3) in rep_hist_hs_stats_write() argument
2538 time_t start_of_hs_stats_interval = is_v3 ? in rep_hist_hs_stats_write()
2550 str = rep_hist_format_hs_stats(now, is_v3); in rep_hist_hs_stats_write()
2553 if (is_v3) { in rep_hist_hs_stats_write()
[all …]
/dports/www/drupal7-wysiwyg/wysiwyg/editors/
H A Dtinymce.inc1430 static $is_v3 = NULL;
1431 if (!isset($is_v3)) {
1432 $is_v3 = _wysiwyg_tinymce_is_v3();
1446 static $is_v3 = NULL;
1447 if (!isset($is_v3)) {
1448 $is_v3 = _wysiwyg_tinymce_is_v3();
1463 static $is_v3 = NULL;
1464 if (!isset($is_v3)) {
1481 static $is_v3 = NULL;
1482 if (!isset($is_v3)) {
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/nlm/
H A Dnlm_advlock.c219 int is_v3; in nlm_advlock_internal() local
233 nmp->nm_getinfo(vp, fh.fh_bytes, &fhlen, &ss, &is_v3, &size, &timo); in nlm_advlock_internal()
235 if (is_v3 != 0) in nlm_advlock_internal()
/dports/security/gnupg/gnupg-2.3.3/scd/
H A Dapp-openpgp.c193 unsigned int is_v3:1; /* Comatible to v3 or later. */ member
440 else if (try_extlen == 2 && app->app_local->extcap.is_v3) in get_cached_data()
2266 if (!app->app_local->extcap.is_v3 && occurrence) in do_readcert()
2982 if (table[idx].need_v3 && !app->app_local->extcap.is_v3) in do_setattr()
5825 log_info ("Version-3+ .....: %s\n", s->extcap.is_v3? "yes":"no"); in show_caps()
5842 if (s->extcap.is_v3) in show_caps()
6231 app->app_local->extcap.is_v3 = 1; in app_select_openpgp()
6285 if (app->app_local->extcap.is_v3) in app_select_openpgp()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dstabsread.c2392 int is_v3 = 0; in read_member_functions() local
2458 is_v3 = 1; in read_member_functions()
2516 else if (is_v3) in read_member_functions()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dstabsread.c2392 int is_v3 = 0; in read_member_functions() local
2458 is_v3 = 1; in read_member_functions()
2516 else if (is_v3) in read_member_functions()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dstabsread.c2564 int is_v3 = 0; in read_member_functions() local
2630 is_v3 = 1; in read_member_functions()
2688 else if (is_v3) in read_member_functions()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dstabsread.c2502 int is_v3 = 0;
2566 is_v3 = 1;
2622 else if (is_v3)
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dstabsread.c2552 int is_v3 = 0; in read_member_functions() local
2618 is_v3 = 1; in read_member_functions()
2675 else if (is_v3) in read_member_functions()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/binutils/
H A Dstabs.c2824 bfd_boolean is_v3; in parse_stab_argtypes() local
2844 is_v3 = argtypes[0] == '_' && argtypes[1] == 'Z'; in parse_stab_argtypes()
2846 if (is_destructor || is_full_physname_constructor || is_v3) in parse_stab_argtypes()
/dports/devel/binutils/binutils-2.37/binutils/
H A Dstabs.c2979 bool is_v3; in parse_stab_argtypes() local
2999 is_v3 = argtypes[0] == '_' && argtypes[1] == 'Z'; in parse_stab_argtypes()
3001 if (!(is_destructor || is_full_physname_constructor || is_v3)) in parse_stab_argtypes()

12