/netbsd-src/sys/arch/x68k/stand/libiocs/ |
H A D | Makefile | 13 ASM= b_keyinp.S b_keysns.S b_sftsns.S bitsns.S skeyset.S tvctrl.S \ 14 ledmod.S tgusemd.S defchr.S crtmod.S contrast.S hsvtorgb.S tpalet.S \ 15 tpalet2.S tcolor.S fntget.S textget.S textput.S clipput.S scroll.S \ 16 b_curon.S b_curoff.S b_putc.S b_print.S b_color.S b_locate.S \ 17 b_down_s.S b_up_s.S b_up.S b_down.S b_right.S b_left.S b_clr_ed.S \ 18 b_clr_st.S b_clr_al.S b_era_ed.S b_era_st.S b_era_al.S b_ins.S \ 19 b_del.S b_consol.S b_putmes.S set232c.S lof232c.S inp232c.S \ 20 isns232c.S osns232c.S out232c.S joyget.S init_prn.S snsprn.S \ 21 outlpt.S outprn.S b_seek.S b_verify.S b_readdi.S b_dskini.S \ 22 b_drvsns.S b_write.S b_read.S b_recali.S b_assign.S b_writed.S \ [all …]
|
/netbsd-src/sys/arch/x68k/stand/libdos/ |
H A D | Makefile | 13 SRCS= dos_rename.S 14 SRCS+= dos_cerror.S dos_procerr.S dos_errno.c dos_strerror.S 15 CLEANFILES+= dos_strerror.S 17 ASM= exit.S getchar.S putchar.S cominp.S comout.S prnout.S inpout.S \ 18 inkey.S getc.S print.S gets.S keysns.S kflushgp.S kflushio.S \ 19 kflushin.S kflushgc.S kflushgs.S fflush.S chgdrv.S drvctrl.S \ 20 consns.S prnsns.S cinsns.S coutsns.S fatchk.S fatchk2.S hendspmo.S \ 21 hendspmp.S hendspmr.S hendspmc.S hendspio.S hendspip.S hendspir.S \ 22 hendspic.S hendspso.S hendspsp.S hendspsr.S hendspsc.S curdrv.S \ 23 getss.S fgetc.S fgets.S fputc.S fputs.S allclose.S super.S fnckeygt.S \ [all …]
|
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
H A D | ashift.s | 90 ashift_test 0x8001, 33, 0xffff, (S); 91 ashift_test 0x8001, 32, 0xffff, (S); 92 ashift_test 0x8001, 31, 0x8000, (S); 93 ashift_test 0x8001, 30, 0x8000, (S); 94 ashift_test 0x8001, 29, 0x8000, (S); 95 ashift_test 0x8001, 28, 0x8000, (S); 96 ashift_test 0x8001, 27, 0x8000, (S); 97 ashift_test 0x8001, 26, 0x8000, (S); 98 ashift_test 0x8001, 25, 0x8000, (S); 99 ashift_test 0x8001, 24, 0x8000, (S); [all …]
|
/netbsd-src/lib/libc/sys/ |
H A D | Makefile.inc | 17 SRCS+= __clone.S __vfork14.S brk.S fork.S pipe.S \ 18 getcontext.S \ 19 ptrace.S sbrk.S shmat.S \ 20 syscall.S __syscal [all...] |
/netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
H A D | convex.h | 43 #define S 2 macro 93 {0,0,rrr,V,S,S}, /* mov */ 94 {0,0,rrr,S,S,V}, /* mov */ 97 {1,2,rrr,V,S,V}, /* merg.f */ 98 {2,2,rrr,V,S,V}, /* mask.f */ 99 {1,1,rrr,V,S,V}, /* merg.t */ 100 {2,1,rrr,V,S,V}, /* mask.t */ 105 {3,3,rrr,V,S,V}, /* mul.s */ 106 {3,4,rrr,V,S,V}, /* mul.d */ 107 {4,3,rrr,V,S,V}, /* div.s */ [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
H A D | convex.h | 43 #define S 2 macro 93 {0,0,rrr,V,S,S}, /* mov */ 94 {0,0,rrr,S,S,V}, /* mov */ 97 {1,2,rrr,V,S,V}, /* merg.f */ 98 {2,2,rrr,V,S,V}, /* mask.f */ 99 {1,1,rrr,V,S,V}, /* merg.t */ 100 {2,1,rrr,V,S,V}, /* mask.t */ 105 {3,3,rrr,V,S,V}, /* mul.s */ 106 {3,4,rrr,V,S,V}, /* mul.d */ 107 {4,3,rrr,V,S,V}, /* div.s */ [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | StmtProfile.cpp | 39 void VisitStmt(const Stmt *S); 43 #define STMT(Node, Base) void Visit##Node(const Node *S); 218 void StmtProfiler::VisitStmt(const Stmt *S) { in VisitStmt() argument 219 assert(S && "Requires non-null Stmt pointer"); in VisitStmt() 221 HandleStmtClass(S->getStmtClass()); in VisitStmt() 223 for (const Stmt *SubStmt : S->children()) { in VisitStmt() 231 void StmtProfiler::VisitDeclStmt(const DeclStmt *S) { in VisitDeclStmt() argument 232 VisitStmt(S); in VisitDeclStmt() 233 for (const auto *D : S->decls()) in VisitDeclStmt() 237 void StmtProfiler::VisitNullStmt(const NullStmt *S) { in VisitNullStmt() argument [all …]
|
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lundump.c | 44 static l_noret error (LoadState *S, const char *why) { in error() argument 45 luaO_pushfstring(S->L, "%s: bad binary format (%s)", S->name, why); in error() 46 luaD_throw(S->L, LUA_ERRSYNTAX); in error() 54 #define loadVector(S,b,n) loadBlock(S,b,(n)*sizeof((b)[0])) argument 56 static void loadBlock (LoadState *S, void *b, size_t size) { in loadBlock() argument 57 if (luaZ_read(S->Z, b, size) != 0) in loadBlock() 58 error(S, "truncated chunk"); in loadBlock() 62 #define loadVar(S,x) loadVector(S,&x,1) argument 65 static lu_byte loadByte (LoadState *S) { in loadByte() argument 66 int b = zgetc(S->Z); in loadByte() [all …]
|
/netbsd-src/usr.bin/vndcompress/ |
H A D | vndcompress.c | 121 struct compress_state *const S = &global_state; in vndcompress() local 124 S->image_fd = -1; in vndcompress() 125 S->cloop2_fd = -1; in vndcompress() 133 compress_init(argc, argv, O, S); in vndcompress() 134 assert(MIN_BLOCKSIZE <= S->blocksize); in vndcompress() 135 assert(S->blocksize <= MAX_BLOCKSIZE); in vndcompress() 146 void *const uncompbuf = malloc(S->blocksize); in vndcompress() 152 void *const compbuf = malloc(2 * (size_t)S->blocksize); in vndcompress() 161 while (S->blkno < S->n_blocks) { in vndcompress() 163 compress_progress(S); in vndcompress() [all …]
|
/netbsd-src/sys/arch/amiga/stand/loadkmap/sw/ |
H A D | sw-kbdmap.c | 45 #define S KBD_MODE_STRING macro 133 S, 0x00, /* now it gets hairy.. CRSR UP */ 134 S, 0x04, /* CRSR DOWN */ 135 S, 0x08, /* CRSR RIGHT */ 136 S, 0x0C, /* CRSR LEFT */ 137 S, 0x10, /* 0x50 F1 */ 138 S, 0x15, /* F2 */ 139 S, 0x1A, /* F3 */ 140 S, 0x1F, /* F4 */ 141 S, 0x24, /* F5 */ [all …]
|
/netbsd-src/sys/arch/amiga/stand/loadkmap/pl_us/ |
H A D | pl_us-kbdmap.c | 16 #define S KBD_MODE_STRING macro 104 { S, 0x00 }, /* now it gets hairy.. CRSR UP */ 105 { S, 0x04 }, /* CRSR DOWN */ 106 { S, 0x08 }, /* CRSR RIGHT */ 107 { S, 0x0C }, /* CRSR LEFT */ 108 { S, 0x10 }, /* 0x50 F1 */ 109 { S, 0x15 }, /* F2 */ 110 { S, 0x1A }, /* F3 */ 111 { S, 0x1F }, /* F4 */ 112 { S, 0x24 }, /* F5 */ [all …]
|
/netbsd-src/sys/arch/amiga/dev/ |
H A D | kbdmap.c | 42 #define S KBD_MODE_STRING macro 131 { S, 0x00 }, /* now it gets hairy.. CRSR UP */ 132 { S, 0x04 }, /* CRSR DOWN */ 133 { S, 0x08 }, /* CRSR RIGHT */ 134 { S, 0x0C }, /* CRSR LEFT */ 135 { S, 0x10 }, /* 0x50 F1 */ 136 { S, 0x15 }, /* F2 */ 137 { S, 0x1A }, /* F3 */ 138 { S, 0x1F }, /* F4 */ 139 { S, 0x24 }, /* F5 */ [all …]
|
/netbsd-src/sys/arch/amiga/stand/loadkmap/us/ |
H A D | us-kbdmap.c | 11 #define S KBD_MODE_STRING macro 99 S, 0x00, /* now it gets hairy.. CRSR UP */ 100 S, 0x04, /* CRSR DOWN */ 101 S, 0x08, /* CRSR RIGHT */ 102 S, 0x0C, /* CRSR LEFT */ 103 S, 0x10, /* 0x50 F1 */ 104 S, 0x15, /* F2 */ 105 S, 0x1A, /* F3 */ 106 S, 0x1F, /* F4 */ 107 S, 0x24, /* F5 */ [all …]
|
/netbsd-src/sys/arch/amiga/stand/loadkmap/fr/ |
H A D | fr-kbdmap.c | 47 #define S KBD_MODE_STRING macro 135 { S, 0x00 }, /* now it gets hairy.. CRSR UP */ 136 { S, 0x04 }, /* CRSR DOWN */ 137 { S, 0x08 }, /* CRSR RIGHT */ 138 { S, 0x0C }, /* CRSR LEFT */ 139 { S, 0x10 }, /* 0x50 F1 */ 140 { S, 0x15 }, /* F2 */ 141 { S, 0x1A }, /* F3 */ 142 { S, 0x1F }, /* F4 */ 143 { S, 0x24 }, /* F5 */ [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Interp.cpp | 34 static bool Ret(InterpState &S, CodePtr &PC, APValue &Result) { in Ret() argument 35 S.CallStackDepth--; in Ret() 36 const T &Ret = S.Stk.pop<T>(); in Ret() 38 assert(S.Current->getFrameOffset() == S.Stk.size() && "Invalid frame"); in Ret() 39 if (!S.checkingPotentialConstantExpression()) in Ret() 40 S.Current->popArgs(); in Ret() 42 if (InterpFrame *Caller = S.Current->Caller) { in Ret() 43 PC = S.Current->getRetPC(); in Ret() 44 delete S.Current; in Ret() 45 S.Current = Caller; in Ret() [all …]
|
H A D | Interp.h | 47 bool CheckExtern(InterpState &S, CodePtr OpPC, const Pointer &Ptr); 50 bool CheckArray(InterpState &S, CodePtr OpPC, const Pointer &Ptr); 53 bool CheckLive(InterpState &S, CodePtr OpPC, const Pointer &Ptr, 56 bool CheckNull(InterpState &S, CodePtr OpPC, const Pointer &Ptr, 60 bool CheckRange(InterpState &S, CodePtr OpPC, const Pointer &Ptr, 64 bool CheckRange(InterpState &S, CodePtr OpPC, const Pointer &Ptr, 68 bool CheckConst(InterpState &S, CodePtr OpPC, const Pointer &Ptr); 71 bool CheckMutable(InterpState &S, CodePtr OpPC, const Pointer &Ptr); 74 bool CheckLoad(InterpState &S, CodePtr OpPC, const Pointer &Ptr); 77 bool CheckStore(InterpState &S, CodePtr OpPC, const Pointer &Ptr); [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/compiler-rt/lib/builtins/ |
H A D | BUILD.gn | 258 "i386/ashldi3.S", 259 "i386/ashrdi3.S", 260 "i386/divdi3.S", 261 "i386/floatdidf.S", 262 "i386/floatdisf.S", 263 "i386/floatdixf.S", 264 "i386/floatundidf.S", 265 "i386/floatundisf.S", 266 "i386/floatundixf.S", 267 "i386/lshrdi3.S", [all …]
|
/netbsd-src/sys/arch/amiga/stand/loadkmap/pl_din/ |
H A D | pl_din-kbdmap.c | 16 #define S KBD_MODE_STRING macro 104 { S, 0x00 }, /* now it gets hairy.. CRSR UP */ 105 { S, 0x04 }, /* CRSR DOWN */ 106 { S, 0x08 }, /* CRSR RIGHT */ 107 { S, 0x0C }, /* CRSR LEFT */ 108 { S, 0x10 }, /* 0x50 F1 */ 109 { S, 0x15 }, /* F2 */ 110 { S, 0x1A }, /* F3 */ 111 { S, 0x1F }, /* F4 */ 112 { S, 0x24 }, /* F5 */ [all …]
|
/netbsd-src/sys/arch/amiga/stand/loadkmap/es/ |
H A D | es-kbdmap.c | 11 #define S KBD_MODE_STRING macro 99 S, 0x00, /* now it gets hairy.. CRSR UP */ 100 S, 0x04, /* CRSR DOWN */ 101 S, 0x08, /* CRSR RIGHT */ 102 S, 0x0C, /* CRSR LEFT */ 103 S, 0x10, /* 0x50 F1 */ 104 S, 0x15, /* F2 */ 105 S, 0x1A, /* F3 */ 106 S, 0x1F, /* F4 */ 107 S, 0x24, /* F5 */ [all …]
|
/netbsd-src/sys/arch/amiga/stand/loadkmap/din/ |
H A D | din-kbdmap.c | 11 #define S KBD_MODE_STRING macro 99 S, 0x00, /* now it gets hairy.. CRSR UP */ 100 S, 0x04, /* CRSR DOWN */ 101 S, 0x08, /* CRSR RIGHT */ 102 S, 0x0C, /* CRSR LEFT */ 103 S, 0x10, /* 0x50 F1 */ 104 S, 0x15, /* F2 */ 105 S, 0x1A, /* F3 */ 106 S, 0x1F, /* F4 */ 107 S, 0x24, /* F5 */ [all …]
|
/netbsd-src/sys/external/bsd/sljit/dist/regex_src/ |
H A D | regexMain.c | 46 #define S(str) str macro 48 #define S(str) L##str macro 224 S("text"), S("is textile") }, 226 S("^(ab|c)*?d+(es)?"), S("abccabddeses") }, 228 S("^a+"), S("saaaa") }, 230 S("(a+|b+)$"), S("saabbb") }, 232 S("(a+|b+){,2}$"), S("saabbb") }, 234 S("(abcde|bc)(a+*|(b|c){2}+){0}"), S("babcdeaaaaaaaa") }, 236 S("(abc(aa)?|(cab+){2})"), S("cabcaa") }, 238 S("^(abc(aa)?|(cab+){2})$"), S("cabcaa") }, [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/camellia/asm/ |
H A D | cmll-x86_64.pl | 61 @S=("%r8d","%r9d","%r10d","%r11d"); 84 my ($s0,$s1,$s2,$s3)=(@S[($j)%4],@S[($j+1)%4],@S[($j+2)%4],@S[($j+3)%4]); 165 mov 0(%rsi),@S[0] # load plaintext 166 mov 4(%rsi),@S[1] 167 mov 8(%rsi),@S[2] 168 bswap @S[0] 169 mov 12(%rsi),@S[3] 170 bswap @S[1] 171 bswap @S[2] 172 bswap @S[3] [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/camellia/asm/ |
H A D | cmll-x86_64.pl | 59 @S=("%r8d","%r9d","%r10d","%r11d"); 82 my ($s0,$s1,$s2,$s3)=(@S[($j)%4],@S[($j+1)%4],@S[($j+2)%4],@S[($j+3)%4]); 163 mov 0(%rsi),@S[0] # load plaintext 164 mov 4(%rsi),@S[1] 165 mov 8(%rsi),@S[2] 166 bswap @S[0] 167 mov 12(%rsi),@S[3] 168 bswap @S[1] 169 bswap @S[2] 170 bswap @S[3] [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | GlobPattern.cpp | 21 static bool hasWildcard(StringRef S) { in hasWildcard() argument 22 return S.find_first_of("?*[\\") != StringRef::npos; in hasWildcard() 27 static Expected<BitVector> expand(StringRef S, StringRef Original) { in expand() argument 32 if (S.size() < 3) in expand() 35 uint8_t Start = S[0]; in expand() 36 uint8_t End = S[2]; in expand() 40 if (S[1] != '-') { in expand() 42 S = S.substr(1); in expand() 54 S = S.substr(3); in expand() 57 for (char C : S) in expand() [all …]
|
/netbsd-src/lib/libm/arch/m68060/ |
H A D | Makefile.list | 13 ARCH_SRCS = e_acosf.S e_acos.S e_asinf.S e_asin.S \ 14 s_atanf.S s_atan.S e_atanhf.S e_atanh.S \ 15 s_cosf.S s_cos.S e_coshf.S e_cosh.S \ 16 e_expf.S e_exp.S s_expm1f.S s_expm1.S \ 17 e_log10f.S e_log10.S s_logbf.S s_logb.S \ 18 e_logf.S e_log.S s_log1pf.S s_log1p.S \ 19 s_sinf.S s_sin.S e_sinhf.S e_sinh.S \ 20 s_tanf.S k_tanf.S s_tan.S k_tan.S s_tanhf.S s_tanh.S \ 21 e_sqrtf.S e_sqrt.S 22 ARCH_ADDS = fplsp_wrap.S
|