Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_syncache.c1057 struct syncache scs; in syncache_expand() local
1114 bzero(&scs, sizeof(scs)); in syncache_expand()
1115 sc = syncookie_lookup(inc, sch, &scs, th, to, *lsop, port); in syncache_expand()
1292 if (sc != &scs) in syncache_expand()
1298 if (sc != &scs) in syncache_expand()
1377 struct syncache scs; in syncache_add() local
1576 bzero(&scs, sizeof(scs)); in syncache_add()
1577 sc = &scs; in syncache_add()
1596 bzero(&scs, sizeof(scs)); in syncache_add()
1597 sc = &scs; in syncache_add()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.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/crypto/openssh/
H A Ded25519.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/contrib/bc/tests/bc/errors/
H A D01.txt207 scs
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrControl.td363 // We canonicalize 'scs' to "(and (subx reg,reg), 1)" on the hope that the and
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_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/contrib/ncurses/include/
H A DCaps.hpux11739 select_char_set scs str Zj - - ----- Select character set, #1
H A DCaps731 select_char_set scs str Zj - - ----- Select character set, #1
H A DCaps.osf1r5784 select_char_set scs str Zj - - ----- Select character set, #1
H A DCaps.keys822 select_char_set scs str Zj - - ----- Select character set, #1
H A DCaps.aix4833 select_char_set scs str Zj - - ----- Select character set, #1
/freebsd/contrib/ncurses/misc/
H A Dterminfo.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/contrib/ncurses/
H A DNEWS11043 printer-specific capabilities: csnm, defc, scs, scsd, smgtp, smglp.