Home
last modified time | relevance | path

Searched refs:scs (Results 1 – 13 of 13) sorted by relevance

/freebsd-14-stable/sys/netinet/
HDtcp_syncache.c1067 struct syncache scs; in syncache_expand() local
1124 bzero(&scs, sizeof(scs)); in syncache_expand()
1125 sc = syncookie_lookup(inc, sch, &scs, th, to, *lsop, port); in syncache_expand()
1302 if (sc != &scs) in syncache_expand()
1308 if (sc != &scs) in syncache_expand()
1387 struct syncache scs; in syncache_add() local
1586 bzero(&scs, sizeof(scs)); in syncache_add()
1587 sc = &scs; in syncache_add()
1606 bzero(&scs, sizeof(scs)); in syncache_add()
1607 sc = &scs; in syncache_add()
[all …]
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDSymbolContext.cpp584 SymbolContextScope *scs = type_sp->GetSymbolContextScope(); in SortTypeList() local
585 if (scs && curr_block == scs->CalculateSymbolContextBlock()) in SortTypeList()
603 SymbolContextScope *scs = type_sp->GetSymbolContextScope(); in SortTypeList() local
604 if (scs && function == scs->CalculateSymbolContextFunction()) in SortTypeList()
623 SymbolContextScope *scs = type_sp->GetSymbolContextScope(); in SortTypeList() local
624 if (scs && comp_unit == scs->CalculateSymbolContextCompileUnit()) in SortTypeList()
642 SymbolContextScope *scs = type_sp->GetSymbolContextScope(); in SortTypeList() local
643 if (scs && module_sp == scs->CalculateSymbolContextModule()) in SortTypeList()
/freebsd-14-stable/crypto/openssh/
HDed25519.c1944 sc25519 sck, scs, scsk; in crypto_sign_ed25519() local
1975 sc25519_from64bytes(&scs, hram); in crypto_sign_ed25519()
1977 sc25519_mul(&scs, &scs, &scsk); in crypto_sign_ed25519()
1978 sc25519_add(&scs, &scs, &sck); in crypto_sign_ed25519()
1981 sc25519_to32bytes(sm + 32,&scs); in crypto_sign_ed25519()
1999 sc25519 schram, scs; in crypto_sign_ed25519_open() local
2008 sc25519_from32bytes(&scs, sm+32); in crypto_sign_ed25519_open()
2016 ge25519_double_scalarmult_vartime(&get2, &get1, &schram, &ge25519_base, &scs); in crypto_sign_ed25519_open()
/freebsd-14-stable/contrib/bc/tests/bc/errors/
HD01.txt207 scs
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/M68k/
HDM68kInstrControl.td363 // We canonicalize 'scs' to "(and (subx reg,reg), 1)" on the hope that the and
/freebsd-14-stable/contrib/wpa/wpa_supplicant/
HDwpa_supplicant.c2221 bool scs = true, mscs = true; in wpas_ext_capab_byte() local
2272 scs = false; in wpas_ext_capab_byte()
2279 scs = false; in wpas_ext_capab_byte()
2281 if (scs) in wpas_ext_capab_byte()
/freebsd-14-stable/contrib/ncurses/include/
HDCaps.hpux11739 select_char_set scs str Zj - - ----- Select character set, #1
HDCaps731 select_char_set scs str Zj - - ----- Select character set, #1
HDCaps.osf1r5784 select_char_set scs str Zj - - ----- Select character set, #1
HDCaps.aix4833 select_char_set scs str Zj - - ----- Select character set, #1
HDCaps.keys822 select_char_set scs str Zj - - ----- Select character set, #1
/freebsd-14-stable/contrib/ncurses/misc/
HDterminfo.src14323 scs=%?%p1%{0}%=%t\E(B%e%p1%{1}%=%t\E(A%e%p1%{2}%=%t\E(C%e%p1
21407 .enacs=\E)3, .rmacs=^O, .rs3=\E[?4l, .scs=\E(%p1%c,
/freebsd-14-stable/contrib/ncurses/
HDNEWS11043 printer-specific capabilities: csnm, defc, scs, scsd, smgtp, smglp.