/freebsd/sys/netinet/ |
H A D | tcp_syncache.c | 1057 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 D | SymbolContext.cpp | 584 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 D | ed25519.c | 1944 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 D | 01.txt | 207 scs
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrControl.td | 363 // We canonicalize 'scs' to "(and (subx reg,reg), 1)" on the hope that the and
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wpa_supplicant.c | 2221 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 D | Caps.hpux11 | 739 select_char_set scs str Zj - - ----- Select character set, #1
|
H A D | Caps | 731 select_char_set scs str Zj - - ----- Select character set, #1
|
H A D | Caps.osf1r5 | 784 select_char_set scs str Zj - - ----- Select character set, #1
|
H A D | Caps.keys | 822 select_char_set scs str Zj - - ----- Select character set, #1
|
H A D | Caps.aix4 | 833 select_char_set scs str Zj - - ----- Select character set, #1
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 14323 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 D | NEWS | 11043 printer-specific capabilities: csnm, defc, scs, scsd, smgtp, smglp.
|