Home
last modified time | relevance | path

Searched refs:mapp (Results 1 – 25 of 2010) sorted by relevance

12345678910>>...81

/dports/devel/p5-List-Pairwise/List-Pairwise-1.03/t/
H A Dmapp.t7 use List::Pairwise 'mapp';
21 # (mapp {$a} @a)
43 mapp {$a => $b} %a
51 mapp {$a} %a
59 mapp {$b} %a
67 mapp {lc($a) => $b} %a
108 is((scalar mapp {[$a, $b]} ()), 0, 'scalar mapp empty list');
109 is((scalar mapp {[$a, $b]} (1)), 1, 'scalar mapp 1 element');
110 is((scalar mapp {[$a, $b]} (1..2)), 1, 'scalar mapp 2 element2');
111 is((scalar mapp {[$a, $b]} (1..3)), 2, 'scalar mapp 3 element2');
[all …]
/dports/devel/ncurses/ncurses-6.3/progs/
H A Dtset.c377 MAP *mapp; in add_mapping() local
390 mapp->next = 0; in add_mapping()
394 cur->next = mapp; in add_mapping()
395 cur = mapp; in add_mapping()
404 mapp->type = mapp->porttype; in add_mapping()
405 mapp->porttype = 0; in add_mapping()
451 mapp->type = arg; in add_mapping()
459 mapp->conditional = ~mapp->conditional & (EQ | GT | LT); in add_mapping()
498 MAP *mapp; in mapped() local
501 for (mapp = maplist; mapp; mapp = mapp->next) in mapped()
[all …]
/dports/math/gap/gap-4.11.0/lib/
H A Dmapphomo.gd53 ## <C><A>s1</A>^<A>mapp</A> * <A>s2</A>^<A>mapp</A> =
65 #P RespectsOne( <mapp> )
94 #P RespectsInverses( <mapp> )
113 ## <C>Inverse( <A>s</A> )^<A>mapp</A> = Inverse( <A>s</A>^<A>mapp</A> )</C>
124 #M RespectsOne( <mapp> )
233 ## <C><A>s1</A>^<A>mapp</A> + <A>s2</A>^<A>mapp</A> =
245 #P RespectsZero( <mapp> )
306 #M RespectsZero( <mapp> )
723 ## <C><A>s1</A>^<A>mapp</A> + <A>s2</A>^<A>mapp</A> =
794 #M RespectsOne( <mapp> )
[all …]
H A Dmapphomo.gi117 function( mapp )
121 S:= Source( mapp );
143 and HasRespectsInverses( mapp ) and RespectsInverses( mapp ) then
171 function( mapp )
175 R:= Range( mapp );
202 and HasRespectsInverses( mapp ) and RespectsInverses( mapp ) then
500 function( mapp )
567 function( mapp )
571 R:= Range( mapp );
788 function( mapp )
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mtd/maps/
H A Duclinux.c70 struct map_info *mapp; in uclinux_mtd_init() local
72 mapp = &uclinux_ram_map; in uclinux_mtd_init()
77 mapp->phys = physaddr; in uclinux_mtd_init()
79 if (!mapp->size) in uclinux_mtd_init()
80 mapp->size = PAGE_ALIGN(ntohl(*((unsigned long *)(mapp->phys + 8)))); in uclinux_mtd_init()
81 mapp->bankwidth = 4; in uclinux_mtd_init()
84 (int) mapp->phys, (int) mapp->size); in uclinux_mtd_init()
92 mapp->virt = phys_to_virt(mapp->phys); in uclinux_mtd_init()
94 if (mapp->virt == 0) { in uclinux_mtd_init()
99 simple_map_init(mapp); in uclinux_mtd_init()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mtd/maps/
H A Duclinux.c70 struct map_info *mapp; in uclinux_mtd_init() local
72 mapp = &uclinux_ram_map; in uclinux_mtd_init()
77 mapp->phys = physaddr; in uclinux_mtd_init()
79 if (!mapp->size) in uclinux_mtd_init()
80 mapp->size = PAGE_ALIGN(ntohl(*((unsigned long *)(mapp->phys + 8)))); in uclinux_mtd_init()
81 mapp->bankwidth = 4; in uclinux_mtd_init()
84 (int) mapp->phys, (int) mapp->size); in uclinux_mtd_init()
92 mapp->virt = phys_to_virt(mapp->phys); in uclinux_mtd_init()
94 if (mapp->virt == 0) { in uclinux_mtd_init()
99 simple_map_init(mapp); in uclinux_mtd_init()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mtd/maps/
H A Duclinux.c70 struct map_info *mapp; in uclinux_mtd_init() local
72 mapp = &uclinux_ram_map; in uclinux_mtd_init()
77 mapp->phys = physaddr; in uclinux_mtd_init()
79 if (!mapp->size) in uclinux_mtd_init()
80 mapp->size = PAGE_ALIGN(ntohl(*((unsigned long *)(mapp->phys + 8)))); in uclinux_mtd_init()
81 mapp->bankwidth = 4; in uclinux_mtd_init()
84 (int) mapp->phys, (int) mapp->size); in uclinux_mtd_init()
92 mapp->virt = phys_to_virt(mapp->phys); in uclinux_mtd_init()
94 if (mapp->virt == 0) { in uclinux_mtd_init()
99 simple_map_init(mapp); in uclinux_mtd_init()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/arm/arm32/
H A Darm32_tlb.c166 if (mapp[idx] & mask) in tlb_cortex_a5_record_asids()
169 mapp[idx] |= mask; in tlb_cortex_a5_record_asids()
202 mapp[idx] |= mask; in tlb_cortex_a7_record_asids()
224 mapp[0] = 0xfffffffe; in tlb_record_asids()
225 mapp[1] = 0xffffffff; in tlb_record_asids()
226 mapp[2] = 0xffffffff; in tlb_record_asids()
227 mapp[3] = 0xffffffff; in tlb_record_asids()
228 mapp[4] = 0xffffffff; in tlb_record_asids()
229 mapp[5] = 0xffffffff; in tlb_record_asids()
230 mapp[6] = 0xffffffff; in tlb_record_asids()
[all …]
/dports/mail/smtpfeed/smtpfeed-1.23/
H A Dutil.c421 mapp = **ptr;
433 mapp = mapp->hash;
497 if (mapp == NULL) in host_map_load()
504 mapp->next = NULL; in host_map_load()
505 mapp->name = strp; in host_map_load()
506 mapp->arg = argp; in host_map_load()
526 free(mapp); in host_map_load()
565 rmap_head = mapp; in host_map_load()
566 hash_map_enter(mapp->name, mapp); in host_map_load()
572 argp = mapp->arg; in host_map_load()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Duw-thread.c182 CORE_ADDR mapp; member
372 CORE_ADDR first, mapp; in thread_iter() local
381 if (!mapp) in thread_iter()
384 for (first = mapp;;) in thread_iter()
393 iter.mapp = mapp; in thread_iter()
398 if (mapp == first) in thread_iter()
531 newthread->private->mapp = mapp; in add_thread_uw()
622 CORE_ADDR sp, mapp, mapp_main; in libthread_stub() local
651 mapp = mapp_main; in libthread_stub()
656 if (!mapp) in libthread_stub()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Duw-thread.c182 CORE_ADDR mapp; member
372 CORE_ADDR first, mapp; in thread_iter() local
381 if (!mapp) in thread_iter()
384 for (first = mapp;;) in thread_iter()
393 iter.mapp = mapp; in thread_iter()
398 if (mapp == first) in thread_iter()
531 newthread->private->mapp = mapp; in add_thread_uw()
622 CORE_ADDR sp, mapp, mapp_main; in libthread_stub() local
651 mapp = mapp_main; in libthread_stub()
656 if (!mapp) in libthread_stub()
[all …]
/dports/devel/p5-List-Pairwise/List-Pairwise-1.03/lib/List/
H A DPairwise.pod7 use List::Pairwise qw(mapp grepp);
18 mapp {++$b} %hash;
24 mapp {
32 my @keys = mapp {$a} @list;
33 my @values = mapp {$b} @list;
57 =item mapp BLOCK LIST
78 my @keys = mapp {$a} %hash;
89 mapp {$b = lc($b)} %hash;
100 mapp {$a = lc($a)} @list;
117 mapp {
[all …]
/dports/news/golded+/golded-plus/golded+/golded3/
H A Dgeqwks.cpp606 mapp = NULL; in Qwk()
627 mapp = NULL; in Reset()
645 mapp = NULL; in AddBBS()
657 strxcpy(mapp->echoid, echoid, sizeof(mapp->echoid)); in AddMap()
673 mapp = NULL; in FindBBS()
730 mapp = NULL; in FindConf()
746 mapp = NULL; in FindEcho()
788 mapp++; in NextConf()
811 return mapp ? mapp->confname : ""; in ConfName()
819 if(mapp) { in ConfNo()
[all …]
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/po/hu/
H A Dakonadi_mixedmaildir_resource.po70 msgstr "E-mail mappák szinkronizálása"
145 msgstr "Nem lehet létrehozni a(z) %1 mappát a(z) %2 mappában"
152 msgstr "Nem lehet törölni a(z) %1 mappát a(z) %2 mappából"
158 msgstr "Nem sikerült betölteni a(z) %1 MBox mappát"
165 msgstr "Nem lehet átnevezni a(z) %1 mappát"
173 msgstr "Nem lehet áthelyezni a(z) %1 mappát a(z) %2 mappából a(z) %3 mappába"
180 msgstr "Nem lehet e-maileket hozzáadni a(z) %1 mappához"
187 msgstr "Nem lehet e-maileket törölni a(z) %1 mappából"
199 msgstr "Nem sikerült betölteni a(z) %1 maildir mappát"
236 msgstr "Nem lehet áthelyezni e-mailt a(z) %1 mappából"
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/compile/
H A D20070529-2.c4 int *mapp; in xfs_dir2_grow_inode() local
6 mapp = &map; in xfs_dir2_grow_inode()
8 mapp = ((void *)0); in xfs_dir2_grow_inode()
9 if (mapp != &map) in xfs_dir2_grow_inode()
10 kmem_free(mapp); in xfs_dir2_grow_inode()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.c-torture/compile/
H A D20070529-2.c4 int *mapp; in xfs_dir2_grow_inode() local
6 mapp = &map; in xfs_dir2_grow_inode()
8 mapp = ((void *)0); in xfs_dir2_grow_inode()
9 if (mapp != &map) in xfs_dir2_grow_inode()
10 kmem_free(mapp); in xfs_dir2_grow_inode()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.c-torture/compile/
H A D20070529-2.c4 int *mapp; in xfs_dir2_grow_inode() local
6 mapp = &map; in xfs_dir2_grow_inode()
8 mapp = ((void *)0); in xfs_dir2_grow_inode()
9 if (mapp != &map) in xfs_dir2_grow_inode()
10 kmem_free(mapp); in xfs_dir2_grow_inode()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.c-torture/compile/
H A D20070529-2.c4 int *mapp; in xfs_dir2_grow_inode() local
6 mapp = &map; in xfs_dir2_grow_inode()
8 mapp = ((void *)0); in xfs_dir2_grow_inode()
9 if (mapp != &map) in xfs_dir2_grow_inode()
10 kmem_free(mapp); in xfs_dir2_grow_inode()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.c-torture/compile/
H A D20070529-2.c4 int *mapp; in xfs_dir2_grow_inode() local
6 mapp = &map; in xfs_dir2_grow_inode()
8 mapp = ((void *)0); in xfs_dir2_grow_inode()
9 if (mapp != &map) in xfs_dir2_grow_inode()
10 kmem_free(mapp); in xfs_dir2_grow_inode()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A D20070529-2.c4 int *mapp; in xfs_dir2_grow_inode() local
6 mapp = &map; in xfs_dir2_grow_inode()
8 mapp = ((void *)0); in xfs_dir2_grow_inode()
9 if (mapp != &map) in xfs_dir2_grow_inode()
10 kmem_free(mapp); in xfs_dir2_grow_inode()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A D20070529-2.c4 int *mapp; in xfs_dir2_grow_inode() local
6 mapp = &map; in xfs_dir2_grow_inode()
8 mapp = ((void *)0); in xfs_dir2_grow_inode()
9 if (mapp != &map) in xfs_dir2_grow_inode()
10 kmem_free(mapp); in xfs_dir2_grow_inode()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/
H A D20070529-2.c4 int *mapp; in xfs_dir2_grow_inode() local
6 mapp = &map; in xfs_dir2_grow_inode()
8 mapp = ((void *)0); in xfs_dir2_grow_inode()
9 if (mapp != &map) in xfs_dir2_grow_inode()
10 kmem_free(mapp); in xfs_dir2_grow_inode()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A D20070529-2.c4 int *mapp; in xfs_dir2_grow_inode() local
6 mapp = &map; in xfs_dir2_grow_inode()
8 mapp = ((void *)0); in xfs_dir2_grow_inode()
9 if (mapp != &map) in xfs_dir2_grow_inode()
10 kmem_free(mapp); in xfs_dir2_grow_inode()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.c-torture/compile/
H A D20070529-2.c4 int *mapp; in xfs_dir2_grow_inode() local
6 mapp = &map; in xfs_dir2_grow_inode()
8 mapp = ((void *)0); in xfs_dir2_grow_inode()
9 if (mapp != &map) in xfs_dir2_grow_inode()
10 kmem_free(mapp); in xfs_dir2_grow_inode()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.c-torture/compile/
H A D20070529-2.c4 int *mapp; in xfs_dir2_grow_inode() local
6 mapp = &map; in xfs_dir2_grow_inode()
8 mapp = ((void *)0); in xfs_dir2_grow_inode()
9 if (mapp != &map) in xfs_dir2_grow_inode()
10 kmem_free(mapp); in xfs_dir2_grow_inode()

12345678910>>...81