/openbsd/sys/dev/pci/drm/amd/amdkfd/ |
H A D | kfd_doorbell.c | 153 u32 inx; in kfd_get_kernel_doorbell() local 158 __set_bit(inx, kfd->doorbell_bitmap); in kfd_get_kernel_doorbell() 161 if (inx >= KFD_MAX_NUM_OF_QUEUES_PER_PROCESS) in kfd_get_kernel_doorbell() 166 inx, in kfd_get_kernel_doorbell() 168 inx *= 2; in kfd_get_kernel_doorbell() 173 *doorbell_off, inx); in kfd_get_kernel_doorbell() 175 return kfd->doorbell_kernel_ptr + inx; in kfd_get_kernel_doorbell() 180 unsigned int inx; in kfd_release_kernel_doorbell() local 182 inx = (unsigned int)(db_addr - kfd->doorbell_kernel_ptr); in kfd_release_kernel_doorbell() 183 inx /= 2; in kfd_release_kernel_doorbell() [all …]
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | die_keeperr.t | 17 foreach my $inx ("", "aabbcc\n", [qw(aa bb cc)]) { 23 my $e = end { die $inx if $inx }; 27 is $warn, $inx ? "\t(in cleanup) $inx" : "";
|
H A D | pwent.t | 50 my $inx = 0; 51 map {$_ => {inx => $inx++, mung => sub {$_[0]}}} 102 $rec[$info->{inx}] = $info->{mung}->($value);
|
/openbsd/lib/libcurses/widechar/ |
H A D | lib_inwstr.c | 66 int inx; in NCURSES_EXPORT() local 69 for (inx = 0; (inx < CCHARW_MAX) in NCURSES_EXPORT() 70 && ((wch = text[col].chars[inx]) != 0); in NCURSES_EXPORT() 71 ++inx) { in NCURSES_EXPORT()
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/ |
H A D | call.t | 185 foreach my $inx ("", "aabbcc\n", [qw(aa bb cc)]) { 191 call_sv(sub { die $inx if $inx }, G_VOID|G_EVAL); 192 ok ref($@) eq ref($inx) && $@ eq $inx; 197 call_sv(sub { die $inx if $inx }, G_VOID|G_EVAL|G_KEEPERR); 200 is $warn, $inx ? "\t(in cleanup) $inx" : "";
|
/openbsd/gnu/gcc/gcc/config/m68hc11/ |
H A D | larith.asm | 303 inx 357 inx 459 inx 462 inx 700 inx 712 inx 729 inx 743 inx 926 inx 1109 inx [all …]
|
H A D | m68hc11.md | 1819 output_asm_insn (\"inx\", ops); 1902 output_asm_insn (\"inx\", ops); 1945 return \"inx\"; 1961 inc_insn = \"inx\\t\"; 2171 insn_code = X_REG_P (operands[0]) ? \"inx\" 2336 insn_code = X_REG_P (operands[0]) ? \"inx\" 3937 better to use one or several inx/iny instructions. */ 4024 better to use one or several inx/iny instructions. */ 4295 output_asm_insn (\"inx\", operands);
|
/openbsd/gnu/usr.bin/gcc/gcc/config/m68hc11/ |
H A D | larith.asm | 303 inx 357 inx 459 inx 462 inx 700 inx 712 inx 729 inx 743 inx 926 inx 1109 inx [all …]
|
H A D | m68hc11.md | 1811 output_asm_insn (\"inx\", ops); 1894 output_asm_insn (\"inx\", ops); 1937 return \"inx\"; 1953 inc_insn = \"inx\\t\"; 2163 insn_code = X_REG_P (operands[0]) ? \"inx\" 2328 insn_code = X_REG_P (operands[0]) ? \"inx\" 3953 better to use one or several inx/iny instructions. */ 4040 better to use one or several inx/iny instructions. */ 4311 output_asm_insn (\"inx\", operands);
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dce112/ |
H A D | dce112_compressor.c | 545 uint32_t inx; in dce112_compressor_disable_lpt() local 548 for (inx = 0; inx < 3; inx++) { in dce112_compressor_disable_lpt()
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoF.td | 84 // inx = 0 : f, d, zfh, zfhmin 87 class ExtInfo<bits<2> inx, list<Predicate> pres> { 88 string Suffix = !cond(!eq(inx, 0): "", 89 !eq(inx, 1): "_INX", 90 !eq(inx, 2): "_IN32X"); 92 string Space = !cond(!eq(inx, 0): "", 93 !eq(inx, 1): "RVZfinx", 94 !eq(inx, 2): "RV32Zdinx");
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/noncompile/ |
H A D | 19990826-4.f | 244 2 read(9,*,end=3)intype,inx,iny,inbox 250 ixwin(nwindo)=inx
|
/openbsd/games/gomoku/ |
H A D | pickmove.c | 1195 int n, inx; in sortcombo() local 1235 cbp = hashcombos[inx = *scbpp - frames]; in sortcombo() 1243 hashcombos[inx] = fcbp; in sortcombo()
|
/openbsd/gnu/usr.bin/binutils/gas/doc/ |
H A D | c-m68hc11.texi | 143 inx
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/ |
H A D | c-m68hc11.texi | 143 inx
|