Home
last modified time | relevance | path

Searched refs:tmpl1 (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dprepend.t19 my $tmpl1 = Text::Template->new(
28 $tmpl1->compile;
31 my $t1 = $tmpl1->fill_in(PACKAGE => 'T1');
40 $tmpl1 = Emptyclass1->new(
49 $tmpl1->compile;
52 $t1 = $tmpl1->fill_in(PACKAGE => 'T4');
60 $tmpl1 = Emptyclass2->new(
69 $tmpl1->compile;
72 $t1 = $tmpl1->fill_in(PACKAGE => 'T4');
H A Drt29928.t18 my $tmpl1 = Text::Template::Preprocess->new(TYPE => 'STRING', SOURCE => $tin);
20 $tmpl1->compile;
22 my $t1 = $tmpl1->fill_in(
H A Dstrict.t19 my $tmpl1 = Text::Template->new(
28 $tmpl1->compile;
32 my $t1 = $tmpl1->fill_in(PACKAGE => 'T1', STRICT => 1, HASH => { bar => 'baz' });
/freebsd/sys/arm64/arm64/
H A Dpmap.c8520 char *tmpl1; in pmap_demote_l1() local
8537 tmpl1 = NULL; in pmap_demote_l1()
8539 tmpl1 = kva_alloc(PAGE_SIZE); in pmap_demote_l1()
8540 if (tmpl1 == NULL) in pmap_demote_l1()
8570 if (tmpl1 != NULL) { in pmap_demote_l1()
8571 pmap_kenter((vm_offset_t)tmpl1, PAGE_SIZE, in pmap_demote_l1()
8574 l1 = (pt_entry_t *)(tmpl1 + ((vm_offset_t)l1 & PAGE_MASK)); in pmap_demote_l1()
8581 if (tmpl1 != NULL) { in pmap_demote_l1()
8582 pmap_kremove((vm_offset_t)tmpl1); in pmap_demote_l1()
8583 kva_free(tmpl1, PAGE_SIZE); in pmap_demote_l1()