| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/rc4/asm/ |
| D | rc4-586.pl | 178 &mov (&LB($xx),&BP(0,$dat)); # load key->x 179 &mov (&LB($yy),&BP(4,$dat)); # load key->y 273 &xor (&LB($ty),&BP(0,$inp)); 277 &mov (&BP(-1,$out,$inp),&LB($ty)); 284 &movz ($tx,&BP(0,$dat,$xx)); 288 &movz ($ty,&BP(0,$dat,$yy)); 289 &mov (&BP(0,$dat,$yy),&LB($tx)); 290 &mov (&BP(0,$dat,$xx),&LB($ty)); 292 &movz ($ty,&BP(0,$dat,$ty)); 294 &xor (&LB($ty),&BP(0,$inp)); [all …]
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/perlasm/ |
| D | cbc.pl | 169 &movb(&HB("edx"), &BP(6,$in,"",0)); 173 &movb(&HB("edx"), &BP(5,$in,"",0)); 176 &movb(&LB("edx"), &BP(4,$in,"",0)); 183 &movb(&HB("ecx"), &BP(2,$in,"",0)); 187 &movb(&HB("ecx"), &BP(1,$in,"",0)); 190 &movb(&LB("ecx"), &BP(0,$in,"",0)); 298 &movb(&BP(6,$out,"",0), &LB("edx")); 301 &movb(&BP(5,$out,"",0), &HB("edx")); 303 &movb(&BP(4,$out,"",0), &LB("edx")); 309 &movb(&BP(2,$out,"",0), &LB("ecx")); [all …]
|
| D | x86nasm.pl | 79 sub ::BP { &get_mem("BYTE",@_); }
|
| D | x86masm.pl | 79 sub ::BP { &get_mem("BYTE",@_); }
|
| D | x86gas.pl | 101 sub ::BP { &::DWP(@_); }
|
| D | README.md | 32 &BP(off,base,index,scale) Byte pointer addressing
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | streamer-hooks.h | 77 #define stream_input_location(LOCPTR, BP, DATA_IN) \ argument 78 streamer_hooks.input_location (LOCPTR, BP, DATA_IN) 80 #define stream_output_location(OB, BP, LOC) \ argument 81 streamer_hooks.output_location (OB, BP, LOC) 83 #define stream_output_location_and_block(OB, BP, LOC) \ argument 84 streamer_hooks.output_location_and_block (OB, BP, LOC)
|
| /netbsd/src/games/sail/ |
| D | parties.c | 47 struct BP *p = from->file->OBP; in meleeing() 48 struct BP *q = p + NBP; in meleeing() 59 struct BP *p = isdefense ? from->file->DBP : from->file->OBP; in boarding() 60 struct BP *q = p + NBP; in boarding() 71 struct BP *p = isdefense ? ship->file->DBP : ship->file->OBP; in unboard()
|
| D | extern.h | 115 struct BP { struct 148 struct BP OBP[NBP]; /* 30 */ 149 struct BP DBP[NBP]; /* 48 */
|
| D | dr_3.c | 272 struct BP *bp; in sendbp() 293 struct BP *bp; in is_toughmelee()
|
| D | dr_5.c | 75 struct BP *bp; in mensent()
|
| D | pl_5.c | 211 struct BP *ptr; in parties()
|
| D | sync.c | 746 struct BP *p = &ship->file->DBP[a]; in recv_dbp() 811 struct BP *p = &ship->file->OBP[a]; in recv_obp()
|
| /netbsd/src/sys/ufs/lfs/ |
| D | lfs_accessors.h | 678 #define LFS_SEGENTRY(SP, F, IN, BP) do { \ argument 684 lfs_sb_getbsize(F), 0, &(BP))) != 0) \ 688 (SP) = (SEGUSE *)((SEGUSE_V1 *)(BP)->b_data + \ 691 (SP) = (SEGUSE *)(BP)->b_data + ((IN) % lfs_sb_getsepb(F)); \ 695 #define LFS_WRITESEGENTRY(SP, F, IN, BP) do { \ argument 701 LFS_BWRITE_LOG(BP); \ 831 #define LFS_IENTRY(IP, F, IN, BP) do { \ argument 837 lfs_sb_getbsize(F), 0, &(BP))) != 0) \ 840 (IP) = (IFILE *)((IFILE64 *)(BP)->b_data + \ 843 (IP) = (IFILE *)((IFILE32 *)(BP)->b_data + \ [all …]
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/ |
| D | x86cpuid.pl | 300 &mov (&BP(0,"edx"),"al"); 310 &mov (&BP(0,"edx"),"al"); 336 &mov ("dl",&BP(0,"esi")); 338 &xor ("dl",&BP(0,"edi")); 483 &mov (&BP(0,"edi"),"dl");
|
| /netbsd/src/sys/sys/ |
| D | mount.h | 309 #define WAPBL_ADD_BUF(MP, BP) \ argument 310 (*(MP)->mnt_wapbl_op->wo_wapbl_add_buf)((MP)->mnt_wapbl, (BP)) 311 #define WAPBL_REMOVE_BUF(MP, BP) \ argument 312 (*(MP)->mnt_wapbl_op->wo_wapbl_remove_buf)((MP)->mnt_wapbl, (BP)) 313 #define WAPBL_RESIZE_BUF(MP, BP, OLDSZ, OLDCNT) \ argument 314 (*(MP)->mnt_wapbl_op->wo_wapbl_resize_buf)((MP)->mnt_wapbl, (BP), \
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/modes/asm/ |
| D | ghash-x86.pl | 182 &mov (&LB($rem),&BP($off,"esp",$cnt)); 214 &mov (&LB($rem),&BP($off+15-($i>>1),"esp")); 217 &mov (&LB($rem),&BP($off+15-($i>>1),"esp")); 398 &mov (&LB($nlo),&BP($cnt/2,$inp)) if (!$odd && $cnt>=0); 439 &movz ($Zll,&BP(15,$inp)); 542 &mov (&LB($nlo),&BP(0,$inp,$cnt)); 612 &movz ($Zll,&BP(15,$inp)); 681 &mov (&BP($i,"esp"),&LB("edx")) if ($i<16); 737 &xor (&LB($rem[1]),&BP(0,"esp",$nhi[0])); # rem^(H[nhi]<<4) 769 &xor (&LB($rem[1]),&BP(0,"esp",$nhi[0])); # rem^(H[nhi]<<4)
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | bfin-parse.h | 184 BP = 385, /* BP */ enumerator 363 #define BP 385 macro
|
| /netbsd/src/sys/arch/sparc/sparc/ |
| D | autoconf.c | 659 #define BP_APPEND(BP,N,V0,V1,V2) { \ in bootpath_fake() argument 660 strcpy((BP)->name, N); \ in bootpath_fake() 661 (BP)->val[0] = (V0); \ in bootpath_fake() 662 (BP)->val[1] = (V1); \ in bootpath_fake() 663 (BP)->val[2] = (V2); \ in bootpath_fake() 664 (BP)++; \ in bootpath_fake()
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/testsuite/ |
| D | rust-demangle-expected | 80 _ZN4core3ptr31_$LT$impl$u20$$BP$mut$u20$T$GT$7is_null17h7f9de798bc3f0879E 104 _ZN4core3ptr31_$LT$impl$u20$$BP$mut$u20$T$GT$7is_null17h0f3228f343444ac8E
|
| /netbsd/src/external/gpl3/gdb/dist/sim/mips/ |
| D | dsp2.igen | 393 011111,5.RS,5.RT,000,2.BP,10000,110001:SPECIAL3:32::BALIGN 394 "balign r<RT>, r<RS>, <BP>" 397 do_balign (SD_, RT, RS, BP);
|
| D | micromipsdsp.igen | 154 000000,5.RT,5.RS,2.BP,00100010,111100:POOL32A:32::BALIGN 155 "balign r<RT>, r<RS>, <BP>" 158 do_balign (SD_, RT, RS, BP);
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/aes/asm/ |
| D | aesni-x86.pl | 1433 &movz ($rounds,&BP(0,$inp)); 1434 &movz ($key,&BP(-16,$out)); 1436 &mov (&BP(-16,$out),&LB($rounds)); 1437 &mov (&BP(0,$out),&LB($key)); 1809 &movz ($rounds,&BP(16,$inp)); 1810 &movz ($key,&BP(0,$out)); 1812 &mov (&BP(0,$out),&LB($rounds)); 1813 &mov (&BP(16,$out),&LB($key));
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/sha/asm/ |
| D | sha512-586.pl | 288 &mov (&LB("edx"),&BP(0,$K512)); # pre-fetch LSB of *K
|
| /netbsd/src/share/misc/ |
| D | country | 222 Solomon Islands SB SLB 090 BP
|