Home
last modified time | relevance | path

Searched refs:SS (Results 1 – 25 of 73) sorted by relevance

123

/netbsd/src/lib/libc/gen/
Dunvis.c203 #define SS(a, b) (((uint32_t)(a) << 24) | (b)) in unvis() macro
215 *astate = SS(0, S_GROUND); in unvis()
229 *astate = SS(0, S_START); in unvis()
233 *astate = SS(0, S_HEX1); in unvis()
237 *astate = SS(0, S_AMP); in unvis()
241 *astate = SS(0, S_MIME1); in unvis()
251 *astate = SS(0, S_GROUND); in unvis()
256 *astate = SS(0, S_OCTAL2); in unvis()
260 *astate = SS(0, S_META); in unvis()
263 *astate = SS(0, S_CTRL); in unvis()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
Dpy-explore.exp24 set SS "struct SimpleStruct"
90 gdb_test "explore ss" "[compound_description {ss} {struct/class} $SS].*$SS_fields"
91 gdb_test "explore *ss_ptr" "[compound_description {\*ss_ptr} {struct/class} $SS].*$SS_fields"
92 …"explore ss_t" "[typedef_description {ss_t} {SS} $SS].*[compound_description {ss_t} {struct/class}…
95 -re "[pointer_description {ss_ptr} $SS].*" {
192 -re ".*[array_description {cu.sa} $SS].*$array_index_prompt" {
198 -re "[array_description {cu.sa} $SS]$array_index_prompt" {
264 -re ".*[compound_type_description $SS {struct/class}].*$SS_fields_types.*" {
270 -re ".*[compound_type_description $SS {struct/class}].*$SS_fields_types.*" {
280 -re ".*[compound_type_description $SS {struct/class}].*$SS_fields_types.*" {
[all …]
Dpy-explore.c34 typedef struct SimpleStruct SS; typedef
40 SS sa[ARRAY_SIZE];
45 SS s;
54 SS ss_t; in main()
Dpy-type.c24 struct SS struct
108 struct SS ss; in main()
Dpy-prettyprint.c62 struct SS { struct
350 SS cpss; in main()
354 SS cpssa[2]; in main()
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dstack_test.c32 } SS; typedef
41 DEFINE_STACK_OF(SS) in DEFINE_SPECIAL_STACK_OF()
258 static SS *SS_copy(const SS *p) in SS_copy()
260 SS *q = OPENSSL_malloc(sizeof(*q)); in SS_copy()
267 static void SS_free(SS *p) { in SS_free()
273 STACK_OF(SS) *s = sk_SS_new_null(); in test_SS_stack()
274 STACK_OF(SS) *r = NULL; in test_SS_stack()
275 SS *v[10], *p; in test_SS_stack()
/netbsd/src/usr.bin/sed/
Dprocess.c71 static SPACE HS, PS, SS, YS; variable
405 SS.len = 0; /* Clean substitute space. */ in substitute()
417 cspace(&SS, s, (size_t)re_off, APPEND); in substitute()
419 regsub(&SS, s, cp->u.s->new); in substitute()
429 cspace(&SS, s + match[0].rm_so, 1, in substitute()
438 cspace(&SS, s, (size_t)slen, APPEND); in substitute()
456 cspace(&SS, ps, (size_t)re_off, APPEND); in substitute()
458 regsub(&SS, s, cp->u.s->new); in substitute()
462 cspace(&SS, s, (size_t)slen, APPEND); in substitute()
471 PS = SS; in substitute()
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/seed/
Dseed.c53 # ifdef SS /* can get defined on Solaris by inclusion of
55 # undef SS
61 SS[0][(unsigned char) (v) & 0xff] ^ \
62 SS[1][(unsigned char) ((v)>>8) & 0xff] ^ \
63 SS[2][(unsigned char)((v)>>16) & 0xff] ^ \
64 SS[3][(unsigned char)((v)>>24) & 0xff]
66 static const seed_word SS[4][256] = { variable
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/ui/
Dui_openssl.c469 if (status != SS$_NORMAL) { in open_console()
479 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL)) in open_console()
503 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL)) { in noecho_console()
535 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL)) { in echo_console()
562 if (status != SS$_NORMAL) { in close_console()
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/ia64/
Dfde-vms.c39 #ifndef SS$_NORMAL
40 #define SS$_NORMAL 1
140 if (SYS$GET_UNWIND_ENTRY_INFO (pc, &vueblock, 0) != SS$_NORMAL) in _Unwind_FindTableEntry()
/netbsd/src/crypto/external/bsd/openssl/lib/libdes/
Doread_pwd.c299 if (status != SS$_NORMAL) in des_read_pw()
302 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL)) in des_read_pw()
326 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL)) in des_read_pw()
/netbsd/src/external/gpl3/gdb/dist/gdb/stubs/
Dia64vms-stub.c1380 if (res == SS$_NODATA || res != SS$_NORMAL) in handle_q_packet()
1677 SYS$EXIT (SS$_NORMAL); in handle_packet()
2203 case SS$_WASCLR: in do_debug()
2206 case SS$_WASSET: in do_debug()
2258 return SS$_RESIGNAL_64; in excp_handler()
2278 if (code == (SS$_BREAK & STS$M_COND_ID) in excp_handler()
2295 case SS$_ACCVIO & STS$M_COND_ID: in excp_handler()
2299 case SS$_BREAK & STS$M_COND_ID: in excp_handler()
2300 case SS$_OPCDEC & STS$M_COND_ID: in excp_handler()
2301 case SS$_TBIT & STS$M_COND_ID: in excp_handler()
[all …]
/netbsd/src/external/lgpl3/gmp/dist/tests/
Dt-constants.c70 #define SS(i,l) i macro
72 #define SS(i,l) l macro
227 CHECK_MAX (MP_SIZE_T_MAX, MP_SIZE_T_MIN, mp_size_t, SS("%d","%ld")); in main()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/asn1/
Ddigest.asn1166 -- SS = H( { unq(username-value), ":", unq(realm-value), ":", password } )
167 -- A1 = { SS, ":", unq(nonce-value), ":", unq(cnonce-value) }
168 -- A1 = { SS, ":", unq(nonce-value), ":", unq(cnonce-value), ":", unq(authzid-value) }
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
Dvar-tag.cc36 struct SS {} ss; struct
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/alpha/
Dvms-gcc_shell_handler.c117 ret = SS$_RESIGNAL; in __gcc_shell_handler()
/netbsd/src/sys/arch/amd64/include/
Dframe_regs.h65 greg(ss, SS, 25) /* tf_ss */
/netbsd/src/external/gpl3/gdb/dist/sim/v850/
Dsimops.c2102 unsigned int SS = als >> 31; in divn() local
2107 unsigned int Q = ~(SS ^ SD) & 1; in divn()
2118 Q = C ^ SS; in divn()
2119 R1 = (alo == 0) ? 0 : (R1 & (Q ^ (SS ^ SD))); in divn()
2136 Q = C ^ SS; in divn()
2137 R1 = (alo == 0) ? 0 : (R1 & (Q ^ (SS ^ SD))); in divn()
2152 Q = C ^ SS; in divn()
2153 R1 = (alo == 0) ? 0 : (R1 & (Q ^ (SS ^ SD))); in divn()
2164 if ((alo != 0) && ((Q ^ (SS ^ SD)) ^ R1)) alo = ald; in divn()
2166 ald = sfi = (long) ((sfi >> 1) | (SS ^ SD) << 31) >> (32-N-1) | Q; in divn()
[all …]
/netbsd/src/external/bsd/file/dist/magic/magdir/
Daes27 # tag CREATED_TIME like HH:MM:SS
/netbsd/src/doc/
DTODO.nvmm18 must base the GVA on %SS and not %DS. This is tiring, and in practice, no
/netbsd/src/sys/arch/i386/stand/dosboot/
Dstart_dos.S223 # set up the protected mode segment registers : DS, SS, ES
276 # set up the real mode segment registers : DS, SS, ES
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/avr/
Dlib1funcs.S1788 #define SS __tmp_reg__ macro
1833 ;; T = 1: Compute Remainder in A[] and shift SS one Bit left
1945 ;; Move the Sign of the Result to SS.7
1946 lsl SS
1985 ;; SS.7 will contain the Sign of the Quotient (A.sign * B.sign)
1986 ;; SS.6 will contain the Sign of the Remainder (A.sign)
1987 mov SS, A7
1988 asr SS
2000 ;; Adjust Divisor's Sign and SS.7 as needed
2004 eor SS, NN
/netbsd/src/external/mit/lua/dist/src/
Dluac.c671 #define SS(x) ((x==1)?"":"s") macro
672 #define S(x) (int)(x),SS(x)
688 (int)(f->numparams),f->is_vararg?"+":"",SS(f->numparams), in PrintHeader()
/netbsd/src/external/cddl/osnet/dev/dtrace/amd64/
Ddtrace_isa.c516 if (reg <= SS) { in dtrace_getreg()
524 reg -= SS + 1; in dtrace_getreg()
/netbsd/src/external/bsd/openldap/dist/tests/scripts/
Dtest074-asyncmeta-concurrency189 -r 20 -i '!REFERRAL' -i '*INVALID_CREDENTIALS' -SS

123