Searched refs:aref (Results 1 - 25 of 37) sorted by relevance

12

/openbsd-current/gnu/usr.bin/perl/lib/
H A Dsort.t56 my $aref = shift;
60 for ($i = 0; $i < $#$aref; ++$i) {
62 next if ($aref->[$i] le $aref->[$i+1]);
63 $disorder = (substr($aref->[$i], 0, $RootWidth) eq
64 substr($aref->[$i+1], 0, $RootWidth)) ?
68 "$disorder at element $i between $aref->[$i] and $aref->[$i+1]";
78 my ($aref, $bref) = @_;
82 if (@$aref !
[all...]
H A Doverload.t1597 my $aref = [];
1598 my $num_val = int($aref);
1599 my $r = bless $aref, 'numify_self';
1608 my $m = bless $aref, 'numify_by_fallback';
1621 is(abs($aref), $num_val, 'abs() of ref');
1622 is(-$aref, -$num_val, 'negative of ref');
1623 is(0+$aref, $num_val, 'ref addition');
1624 is($aref+0, $num_val, 'ref addition');
1625 is($aref+$aref,
[all...]
/openbsd-current/sys/uvm/
H A Duvm_unix.c186 amap_lookups(&entry->aref, pos - entry->start, anons, npages);
225 entry->aref.ar_amap == NULL &&
303 if (entry->aref.ar_amap != NULL) {
304 if (entry->aref.ar_amap->am_ref == 1) {
314 entry->aref.ar_amap->am_ref++;
340 if (entry->aref.ar_amap != NULL &&
341 entry->aref.ar_amap->am_ref == 1) {
361 if (entry->aref.ar_amap != NULL &&
362 entry->aref.ar_amap->am_ref > 1) {
364 entry->aref
[all...]
H A Duvm_amap.c560 if (entry->aref.ar_amap == NULL) {
584 entry->aref.ar_pageoff = 0;
585 entry->aref.ar_amap = amap_alloc(entry->end - entry->start,
587 if (entry->aref.ar_amap != NULL)
600 if (entry->aref.ar_amap->am_ref == 1) {
609 if (!UVM_AMAP_SMALL(entry->aref.ar_amap) &&
610 entry->aref.ar_amap->am_hashshift != 0)
615 srcamap = entry->aref.ar_amap;
644 srcslot = entry->aref.ar_pageoff + lcv;
693 amap_pp_adjref(srcamap, entry->aref
1152 amap_lookup(struct vm_aref *aref, vaddr_t offset) argument
1176 amap_lookups(struct vm_aref *aref, vaddr_t offset, struct vm_anon **anons, int npages) argument
1209 amap_populate(struct vm_aref *aref, vaddr_t offset) argument
1230 amap_add(struct vm_aref *aref, vaddr_t offset, struct vm_anon *anon, boolean_t replace) argument
1274 amap_unadd(struct vm_aref *aref, vaddr_t offset) argument
[all...]
H A Duvm_device.c335 uvmfault_unlockall(ufi, ufi->entry->aref.ar_amap, uobj);
386 uvmfault_unlockall(ufi, ufi->entry->aref.ar_amap,
396 uvmfault_unlockall(ufi, ufi->entry->aref.ar_amap, uobj);
H A Duvm_fault.c467 if (ufi != NULL && amap_lookup(&ufi->entry->aref,
725 amap = ufi->entry->aref.ar_amap; /* upper layer */
782 amap_lookups(&ufi->entry->aref,
836 struct vm_amap *amap = ufi->entry->aref.ar_amap;
921 struct vm_amap *amap = ufi->entry->aref.ar_amap;
1018 ret = amap_add(&ufi->entry->aref,
1208 struct vm_amap *amap = ufi->entry->aref.ar_amap;
1323 if (locked && amap && amap_lookup(&ufi->entry->aref,
1492 if (amap_add(&ufi->entry->aref,
1501 amap_populate(&ufi->entry->aref,
[all...]
H A Duvm_map.c463 if (entry->aref.ar_amap != NULL) {
464 amap_lock(entry->aref.ar_amap);
477 if (entry->aref.ar_amap != NULL) {
478 amap_unlock(entry->aref.ar_amap);
887 entry->aref.ar_pageoff = 0;
888 entry->aref.ar_amap = amap_alloc(sz, M_WAITOK, 0);
1164 entry->aref.ar_pageoff = 0;
1165 entry->aref.ar_amap = amap_alloc(sz, M_WAITOK, 0);
1251 if (e1->aref.ar_amap && amap_refs(e1->aref
[all...]
H A Duvm_map.h155 struct vm_aref aref; /* anonymous overlay */ member in struct:vm_map_entry
/openbsd-current/gnu/usr.bin/perl/dist/Storable/t/
H A Dst-dump.pl98 my ($aref) = @_;
99 my $items = 0 + @{$aref};
101 foreach $item (@{$aref}) {
H A Ddclone.t33 my $aref = dclone(\@a);
34 isnt($aref, undef);
39 $got = &dump($aref);
/openbsd-current/gnu/usr.bin/perl/cpan/parent/t/
H A Drt62341.t.disabled85 my $aref = \@{ "$class\::FOO"};
86 @{ $aref } = (@{ $aref }, 'Bench::Base');
/openbsd-current/gnu/llvm/llvm/utils/emacs/
H A Demacs.el9 (+ (aref in-assign 0)
/openbsd-current/lib/libssl/test/
H A Dcms-test.pl380 my ( $rv, $aref, $scmd, $vcmd ) = @_;
382 foreach $smtst (@$aref) {
/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-loop-prefetch.c266 struct mem_ref **aref; local
269 for (aref = &group->refs; *aref; aref = &(*aref)->next)
275 && !(*aref)->write_p)
279 && (*aref)->write_p)
282 if ((*aref)->delta == delta)
286 (*aref) = xcalloc (1, sizeof (struct mem_ref));
287 (*aref)
[all...]
H A Dtree-ssa-loop-im.c890 struct mem_ref_loc *aref = XNEW (struct mem_ref_loc); local
892 aref->stmt = stmt;
893 aref->ref = ref;
895 aref->next = *mem_refs;
896 *mem_refs = aref;
1047 struct mem_ref_loc *aref; local
1068 for (aref = mem_refs; aref; aref = aref
1102 struct mem_ref_loc *aref; local
[all...]
/openbsd-current/sys/kern/
H A Dsys_futex.c148 } else if (entry->aref.ar_amap) {
150 amap = entry->aref.ar_amap;
151 off = ptoa(entry->aref.ar_pageoff) +
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dinccode.t136 my $aref = bless( [], 'FooLoader' );
137 push @INC, $aref;
145 is( $INC{'Quux1.pm'}, $aref, ' val Quux1.pm is correct in %INC' );
H A Daassign.t591 my $aref = [ 1, 2 ];
592 ($aref, $fill) = @$aref;
593 is ($aref, 1, "RT #130132 array 1");
H A Dlex_assign.t18 $aref = \@a;
336 @$aref # rv2av
H A Dref.t831 my $aref = \123;
832 is \$$aref, $aref,
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_gem_dma_helper.c218 uvmfault_unlockall(ufi, ufi->entry->aref.ar_amap,
226 uvmfault_unlockall(ufi, ufi->entry->aref.ar_amap, uobj);
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Info/
H A DTable.pm91 =item $aref = $t->no_collapse()
/openbsd-current/usr.sbin/procmap/
H A Dprocmap.c645 printf(" aref = <struct vm_aref>,");
671 if (vme->aref.ar_amap != NULL) {
672 P(amap) = vme->aref.ar_amap;
768 vme->aref.ar_amap, vme->aref.ar_pageoff);
837 if (print_amap && vme->aref.ar_amap) {
/openbsd-current/lib/libkvm/
H A Dkvm_proc.c211 if (vme.aref.ar_amap == NULL)
215 slot = offset / kd->nbpg + vme.aref.ar_pageoff;
217 anonp = _kvm_findanon(kd, vme.aref.ar_amap, slot);
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dcore-cpan-diff755 for my $aref ( [ \$dir1, 0 ], [ \$dir2, -1 ] ) {
756 my($dir,$pos) = @$aref;

Completed in 377 milliseconds

12