Home
last modified time | relevance | path

Searched refs:hr (Results 1 – 25 of 101) sorted by relevance

12345

/openbsd/src/gnu/usr.bin/cvs/src/
Dhistory.c199 static void fill_hrec PROTO((char *line, struct hrec * hr));
200 static int accept_hrec PROTO((struct hrec * hr, struct hrec * lr));
201 static int select_hrec PROTO((struct hrec * hr));
1005 hr->here = line; \
1011 fill_hrec (line, hr) in fill_hrec() argument
1013 struct hrec *hr;
1018 hr->type = hr->user = hr->dir = hr->repos = hr->rev = hr->file =
1019 hr->end = hr->mod = NULL;
1020 hr->date = -1;
1021 hr->idx = ++hrec_idx;
[all …]
/openbsd/src/gnu/usr.bin/perl/ext/B/B/
DConcise.pm554 my($hr, $op, $text, $level) = @_;
556 $_->($hr, $op, \$text, \$level, $stylename) for @callbacks;
558 return '' if $hr->{SKIP}; # suppress line if a callback said so
559 return '' if $hr->{goto} and $hr->{goto} eq '-'; # no goto nowhere
563 $hr->{$2} ? $1.$hr->{$2}.$3 : ""/eg;
578 $text =~ s/\#([a-zA-Z]+)(\d+)/sprintf("%-$2s", $hr->{$1})/eg;
580 $text =~ s/\#([a-zA-Z]+)/$hr->{$1}/eg; # populate #var's
583 $text = "# $hr->{src}\n$text" if $show_src and $hr->{src};
696 my($sv, $hr, $preferpv) = @_;
697 $hr->{svclass} = class($sv);
[all …]
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/t/
Drefs.t15 my $hr = {};
20 is XS::APItest::take_hvref($hr), $hr;
30 ${$obj} = $hr;
31 is XS::APItest::take_hvref($hr), $hr;
/openbsd/src/sys/arch/armv7/omap/
Domohci.c308 u_int32_t hr; in omohci_enable()
311 hr = bus_space_read_4(sc->sc.iot, sc->sc.ioh, USBHC_HR); in omohci_enable()
313 (hr & USBHC_HR_MASK) | USBHC_HR_FHR); in omohci_enable()
317 hr = bus_space_read_4(sc->sc.iot, sc->sc.ioh, USBHC_HR); in omohci_enable()
319 (hr & USBHC_HR_MASK) & ~(USBHC_HR_FHR)); in omohci_enable()
322 hr = bus_space_read_4(sc->sc.iot, sc->sc.ioh, USBHC_HR); in omohci_enable()
324 (hr & USBHC_HR_MASK) | USBHC_HR_FSBIR); in omohci_enable()
331 hr = bus_space_read_4(sc->sc.iot, sc->sc.ioh, USBHC_HR); in omohci_enable()
333 (hr & USBHC_HR_MASK) & ~(USBHC_HR_SSE)); in omohci_enable()
334 hr = bus_space_read_4(sc->sc.iot, sc->sc.ioh, USBHC_HR); in omohci_enable()
[all …]
/openbsd/src/gnu/llvm/llvm/utils/
Dbugpoint_gisel_reducer.py26 def hr(): function
123 hr()
129 hr()
134 hr()
136 hr()
/openbsd/src/sys/dev/ic/
Dhme.c439 struct hme_ring *hr = &sc->sc_rb; in hme_meminit() local
441 p = hr->rb_membase; in hme_meminit()
442 dma = hr->rb_dmabase; in hme_meminit()
447 hr->rb_txd = p; in hme_meminit()
448 hr->rb_txddma = dma; in hme_meminit()
458 hr->rb_rxd = p; in hme_meminit()
459 hr->rb_rxddma = dma; in hme_meminit()
470 HME_XD_SETADDR(sc->sc_pci, hr->rb_txd, i, 0); in hme_meminit()
471 HME_XD_SETFLAGS(sc->sc_pci, hr->rb_txd, i, 0); in hme_meminit()
479 HME_XD_SETADDR(sc->sc_pci, hr->rb_rxd, i, 0); in hme_meminit()
[all …]
/openbsd/src/gnu/usr.bin/perl/t/op/
Dpostfixderef.t373 my $hr = {h=>$h};
374 is $hr->{"h"}->{ppp}, "pp";
375 is $hr->{"h"}->{"rrr"} - 2, 5;
376 is $hr->{"h"}{ppp}, "pp";
377 is $hr->{"h"}{"rrr"} - 2, 5;
/openbsd/src/usr.bin/aucat/
Dsysex.h88 uint8_t hr; /* MSB contain MTC_FPS */ member
96 uint8_t hr; member
/openbsd/src/usr.bin/at/
Dparsetime.c624 int hr = 0; in parsetime() local
669 hr += 4; in parsetime()
672 hr += 12; in parsetime()
675 if (runtime.tm_hour >= hr) { in parsetime()
679 runtime.tm_hour = hr; in parsetime()
/openbsd/src/gnu/llvm/llvm/utils/lit/lit/
Dutil.py275 hr = '-' * (barW + 34)
277 print(hr)
281 print(hr)
290 print(hr)
297 print(hr)
/openbsd/src/usr.bin/sndiod/
Dsysex.h95 uint8_t hr; member
103 uint8_t hr; member
/openbsd/src/regress/usr.bin/mandoc/roff/shift/
Dbasic.out_ascii7 original arguments: oonnee_t_w_otthhrreeee_f_o_u_rffiivvee
9 after shift 2: tthhrreeee_f_o_u_rffiivvee
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/
Dconverter.t268 my $hr = shift;
269 for my $k ( keys %$hr ) {
270 if (ref $hr->{$k} eq 'HASH') {
271 _normalize_reqs($hr->{$k});
273 elsif ( ! ref $hr->{$k} ) {
274 $hr->{$k} =~ s{\s+}{}g;
275 $hr->{$k} =~ s{>=\s*}{}g;
/openbsd/src/usr.bin/bgplg/
Dbgplg.foot2 <hr>
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dinstall.texi194 <hr />
248 <hr />
937 <hr />
1180 <hr />
1343 <hr />
1483 <hr />
1587 <hr />
1772 <hr />
1787 <hr />
1871 <hr />
[all …]
/openbsd/src/gnu/usr.bin/perl/dist/Data-Dumper/t/
Dsortkeys.t162 my $hr = shift;
163 my @keys = sort keys %{$hr};
/openbsd/src/gnu/usr.bin/texinfo/po/
DLINGUAS8 hr
/openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/
D2027.crt20 8n2GUA3nXSbcJal/hr+pVXI+SbjMKLNym2B/Wfl9yaXqB/L8EFdoChsNnoUX4p0/
D528.crt13 On0WRHWV/hr/Y0kwCgmGw82Dz0W4BnDCy0ZlUlC1ptI/dO/OxJqkX9QH/NQ62k3q
/openbsd/src/usr.bin/ssh/
Dmoduli.c514 int day, hr, min; in fmt_time() local
518 hr = (seconds / 60 / 60) % 24; in fmt_time()
521 snprintf(buf, sizeof buf, "%dd %d:%02d", day, hr, min); in fmt_time()
523 snprintf(buf, sizeof buf, "%d:%02d", hr, min); in fmt_time()
/openbsd/src/sys/dev/videomode/
Dvideomode.c23 #define M(nm,hr,vr,clk,hs,he,ht,vs,ve,vt,f) \ argument
24 { clk, hr, hs, he, ht, vr, vs, ve, vt, f, nm }
/openbsd/src/regress/usr.bin/mandoc/mdoc/Rs/
Dthree_authors.out_utf84 RRss--tthhrreeee__aauutthhoorrss – listing three authors in a reference block
Dthree_authors.out_ascii4 RRss--tthhrreeee__aauutthhoorrss - listing three authors in a reference block
/openbsd/src/regress/usr.bin/mandoc/mdoc/Ms/
Dtag.out_ascii12 tthhrreeee text
/openbsd/src/regress/usr.bin/mandoc/mdoc/Ic/
Dtag.out_ascii12 tthhrreeee text

12345