Searched refs:translations (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/ncurses/include/
H A DMKparametrized.sh42 * A value of -1 in the table means suppress both pad and % translations.
43 * A value of 0 in the table means do pad but not % translations.
44 * A value of 1 in the table means do both pad and % translations.
50 # We detect whether % translations should be done by looking for #[0-9] in the
/freebsd-11-stable/tools/tools/locale/tools/
H A Dcldr2def.pl43 my %translations = ();
387 %translations = %{$data{T}};
645 if (defined $translations{$e}{$s}{hex}) {
646 $v = $translations{$e}{$s}{hex};
648 } elsif (defined $translations{$e}{$s}{ucc}) {
649 $ucc = $translations{$e}{$s}{ucc};
656 $v = $translations{$e}{$s}{hex}
657 if (!defined $v && defined $translations{$e}{$s}{hex});
659 if (!defined $v && defined $translations{$e}{$s}{unicode}) {
660 my $ucn = $translations{
[all...]
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dpmap.c112 static struct ofw_map translations[128]; variable in typeref:struct:ofw_map
614 if ((sz = OF_getproplen(vmem, "translations")) == -1)
615 OF_panic("%s: getproplen translations", __func__);
616 if (sizeof(translations) < sz)
617 OF_panic("%s: translations too small", __func__);
618 bzero(translations, sz);
619 if (OF_getprop(vmem, "translations", translations, sz) == -1)
620 OF_panic("%s: getprop /virtual-memory/translations",
622 sz /= sizeof(*translations);
[all...]
/freebsd-11-stable/sys/powerpc/aim/
H A Dmmu_oea64.c491 struct ofw_map translations[sz/(4*sizeof(cell_t))]; /*>= 4 cells per */ local
499 bzero(translations, sz);
502 if (OF_getencprop(mmu, "translations", trans_cells, sz) == -1)
503 panic("moea64_bootstrap: can't get ofw translations");
505 CTR0(KTR_PMAP, "moea64_add_ofw_mappings: translations");
508 translations[j].om_va = trans_cells[i++];
509 translations[j].om_len = trans_cells[i++];
510 translations[j].om_pa = trans_cells[i++];
512 translations[j].om_pa <<= 32;
513 translations[
[all...]
H A Dmmu_oea.c175 static struct ofw_map *translations; variable in typeref:struct:ofw_map
417 * Translate OFW translations into VM attributes.
884 (sz = OF_getproplen(mmu, "translations")) != -1) {
885 translations = NULL;
888 translations = (struct ofw_map *)phys_avail[i];
892 if (translations == NULL)
893 panic("moea_bootstrap: no space to copy translations");
894 bzero(translations, sz);
895 if (OF_getprop(mmu, "translations", translations, s
[all...]
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex5438 % \putwordChapter can contain complex things in translations.
5459 % \putwordAppendix can contain complex things in translations.
5695 % commands in some of the translations.
5706 % commands in some of the translations.
5853 % commands in some of the translations.
5866 % commands in some of the translations.

Completed in 223 milliseconds