Searched refs:inx (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/lib/libcurses/widechar/
H A Dlib_inwstr.c66 int inx; local
69 for (inx = 0; (inx < CCHARW_MAX)
70 && ((wch = text[col].chars[inx]) != 0);
71 ++inx) {
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Ddie_keeperr.t17 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 Dpwent.t50 my $inx = 0;
51 map {$_ => {inx => $inx++, mung => sub {$_[0]}}}
102 $rec[$info->{inx}] = $info->{mung}->($value);
/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_doorbell.c153 u32 inx; local
156 inx = find_first_zero_bit(kfd->doorbell_bitmap, PAGE_SIZE / sizeof(u32));
158 __set_bit(inx, kfd->doorbell_bitmap);
161 if (inx >= KFD_MAX_NUM_OF_QUEUES_PER_PROCESS)
166 inx,
168 inx *= 2;
173 *doorbell_off, inx);
175 return kfd->doorbell_kernel_ptr + inx;
180 unsigned int inx; local
182 inx
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dcall.t185 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-current/gnu/gcc/gcc/config/m68hc11/
H A Dlarith.asm303 inx
357 inx
459 inx
462 inx
700 inx
712 inx
729 inx
743 inx
926 inx
1109 inx
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68hc11/
H A Dlarith.asm303 inx
357 inx
459 inx
462 inx
700 inx
712 inx
729 inx
743 inx
926 inx
1109 inx
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce112/
H A Ddce112_compressor.c545 uint32_t inx; local
548 for (inx = 0; inx < 3; inx++) {
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/noncompile/
H A D19990826-4.f244 2 read(9,*,end=3)intype,inx,iny,inbox
250 ixwin(nwindo)=inx
/openbsd-current/games/gomoku/
H A Dpickmove.c1195 int n, inx; local
1235 cbp = hashcombos[inx = *scbpp - frames];
1243 hashcombos[inx] = fcbp;

Completed in 237 milliseconds