HomeSort by: relevance | last modified time | path
    Searched refs:hr (Results 1 - 25 of 275) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/distrib/syspkg/sets/base/base-locale-hr/
Makefile 3 PKGBASE=base-locale-hr
  /src/sys/arch/hpc/hpc/
config_hook.c 76 struct hook_rec *hr, *cr, *prev_hr; local
86 TAILQ_FOREACH(hr, &hook_lists[type], hr_link) {
87 if (hr->hr_id == id) {
88 if (hr->hr_mode != mode) {
91 type, id, hr->hr_mode);
93 prev_hr = hr;
121 hr = kmem_alloc(sizeof(*hr), KM_SLEEP);
122 hr->hr_ctx = ctx;
123 hr->hr_type = type
154 struct hook_rec *hr = (struct hook_rec*)hrx, *cr; local
175 struct hook_rec *hr; local
203 struct hook_rec *cr, *hr; local
    [all...]
  /src/lib/libm/src/
s_fmaf.c 54 uint32_t hr, lr; local
58 EXTRACT_WORDS(hr, lr, result);
61 (hr & 0x7ff00000) == 0x7ff00000 || /* NaN */
  /src/external/bsd/wpa/dist/src/drivers/
ndis_events.c 48 HRESULT hr; local
53 hr = IWbemServices_ExecQuery(pSvc, bsQueryLanguage, bsQuery, lFlags,
59 return hr;
68 HRESULT hr; local
73 hr = IWbemServices_ExecNotificationQueryAsync(pSvc, bsQueryLanguage,
80 return hr;
90 HRESULT hr; local
98 hr = IWbemLocator_ConnectServer(pLoc, bsNetworkResource, bsUser,
108 return hr;
244 HRESULT hr; local
319 HRESULT hr; local
398 HRESULT hr; local
487 HRESULT hr; local
706 HRESULT hr; local
    [all...]
  /src/external/gpl2/xcvs/dist/src/
history.c 213 static void fill_hrec (char *line, struct hrec * hr);
214 static int accept_hrec (struct hrec * hr, struct hrec * lr);
215 static int select_hrec (struct hrec * hr);
1047 hr->here = line; \
1053 fill_hrec (char *line, struct hrec *hr)
1058 hr->type = hr->user = hr->dir = hr->repos = hr->rev = hr->file
1480 struct hrec *hr, *lr; local
    [all...]
  /src/sys/arch/arm/xscale/
pxa2x0_udc.c 130 uint32_t hr; local
133 hr = bus_space_read_4(sc->sc_iot, sc->sc_ioh, USBDC_UDCCR);
135 hr & ~USBDC_UDCCR_UDE);
137 hr = bus_space_read_4(sc->sc_iot, sc->sc_ioh, USBDC_UDCICR1);
139 hr | USBDC_UDCICR1_IERS);
142 hr = bus_space_read_4(sc->sc_iot, sc->sc_ioh, USBDC_UP2OCR);
144 hr | USBDC_UP2OCR_HXS);
145 hr = bus_space_read_4(sc->sc_iot, sc->sc_ioh, USBDC_UP2OCR);
147 hr | USBDC_UP2OCR_HXOE);
148 hr = bus_space_read_4(sc->sc_iot, sc->sc_ioh, USBDC_UP2OCR)
    [all...]
pxa2x0_ohci.c 243 uint32_t hr; local
246 hr = HREAD4(sc, USBHC_HR);
247 HWRITE4(sc, USBHC_HR, (hr & USBHC_HR_MASK) | USBHC_HR_FHR);
251 hr = HREAD4(sc, USBHC_HR);
252 HWRITE4(sc, USBHC_HR, (hr & USBHC_HR_MASK) & ~(USBHC_HR_FHR));
255 hr = HREAD4(sc, USBHC_HR);
256 HWRITE4(sc, USBHC_HR, (hr & USBHC_HR_MASK) | USBHC_HR_FSBIR);
262 hr = HREAD4(sc, USBHC_HR);
263 HWRITE4(sc, USBHC_HR, (hr & USBHC_HR_MASK) & ~(USBHC_HR_SSE));
264 hr = HREAD4(sc, USBHC_HR)
275 uint32_t hr; local
    [all...]
  /src/external/bsd/ntp/dist/include/
ntp_datum.h 24 unsigned short hr; member in struct:vmedate
  /src/external/apache2/llvm/dist/llvm/utils/
bugpoint_gisel_reducer.py 26 def hr(): function
123 hr()
129 hr()
134 hr()
136 hr()
  /src/sys/dev/ofw/
ofrtc.c 191 int sec, minute, hr, dom, mon, yr; local
195 hr = dt->dt_hour;
201 sec, minute, hr, dom, mon, yr))
  /src/external/mit/libuv/dist/src/win/
thread.c 296 HRESULT hr; local
317 hr = pSetThreadDescription(GetCurrentThread(), namew);
319 if (FAILED(hr))
320 return uv_translate_sys_error(HRESULT_CODE(hr));
327 HRESULT hr; local
351 hr = pGetThreadDescription(*tid, &namew);
352 if (FAILED(hr))
353 return uv_translate_sys_error(HRESULT_CODE(hr));
  /src/sys/arch/vax/include/
ka630.h 107 u_short hr; member in struct:ka630clock
ka820.h 123 u_char hr; member in struct:ka820clock
  /src/external/ibm-public/postfix/dist/mantools/
makemanidx 23 <hr>
66 <tr><td colspan="2"> <hr> </td> </tr>
  /src/usr.bin/at/
parsetime.c 94 {"hr", HOURS, false}, /* abbreviated */
580 int hr = 0; /* this MUST be initialized to zero for local
613 * hr to zero up above, then fall into this case in such a
620 hr += 4;
623 hr += 12;
626 if (runtime.tm_hour >= hr) {
630 runtime.tm_hour = hr;
  /src/sys/dev/ic/
hme.c 397 struct hme_ring *hr = &sc->sc_rb; local
399 p = hr->rb_membase;
400 dma = hr->rb_dmabase;
402 ntbuf = hr->rb_ntbuf;
403 nrbuf = hr->rb_nrbuf;
408 hr->rb_txd = p;
409 hr->rb_txddma = dma;
419 hr->rb_rxd = p;
420 hr->rb_rxddma = dma;
431 hr->rb_txbuf = p
    [all...]
  /src/sys/dev/i2c/
em3027.c 401 int hr; local
404 hr = bcdtobin(w.hour);
405 if (hr == 12)
406 hr = pm ? 12 : 0;
408 hr += 12;
410 dt->dt_hour = hr;
  /src/external/bsd/ntp/dist/ntpd/
refclock_bancomm.c 127 unsigned short hr; member in struct:vmedate
446 tptr->hr,
455 pp->hour = tptr->hr;
553 time_vme->hr = (unsigned short)atoi(cbuf);
597 time_vme->hr = maj.tm_hour;
613 time_vme->hr = stfp->tm.tm_hour;
  /src/external/bsd/bzip2/dist/
bzip.css 29 div.hr_blue hr { display:none; }
  /src/external/bsd/ipf/dist/perl/
Isbgraph 10 $hr=0;
128 $hr=($hr + 1) ;
129 $outhr=$hr+$option{'Graphnum'}*4;
  /src/external/gpl2/grep/bin/
Makefile 32 .for F in cs.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fr.gmo gl.gmo hr.gmo \
  /src/external/gpl2/texinfo/
Makefile 23 .for F in cs.gmo da.gmo de.gmo de_AT.gmo eo.gmo fr.gmo he.gmo hr.gmo ja.gmo \
  /src/external/mit/xorg/lib/xkeyboard-config/symbols/
Makefile 14 hr hu \
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
util.py 275 hr = '-' * (barW + 34)
277 print(hr)
281 print(hr)
290 print(hr)
297 print(hr)
  /src/external/bsd/libfido2/dist/src/
winhello.c 189 to_fido(HRESULT hr)
191 switch (hr) {
205 fido_log_debug("%s: hr=0x%lx", __func__, (u_long)hr);
781 HRESULT hr; local
784 if ((hr = webauthn_get_assert(w, ctx->rp_id, &ctx->cd, &ctx->opt,
786 r = to_fido(hr);
787 fido_log_debug("%s: %ls -> %s", __func__, webauthn_strerr(hr),
797 HRESULT hr; local
800 if ((hr = webauthn_make_cred(w, &ctx->rp, &ctx->user, &ctx->cose
    [all...]

Completed in 26 milliseconds

1 2 3 4 5 6 7 8 91011