| /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/apache2/llvm/dist/llvm/utils/ |
| bugpoint_gisel_reducer.py | 26 def hr(): function 123 hr() 129 hr() 134 hr() 136 hr()
|
| /src/sys/arch/arm/xscale/ |
| 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...] |
| 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...] |
| /src/external/bsd/ntp/dist/include/ |
| ntp_datum.h | 24 unsigned short hr; member in struct:vmedate
|
| /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/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/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/sys/arch/vax/include/ |
| ka630.h | 107 u_short hr; member in struct:ka630clock
|
| ka820.h | 123 u_char hr; member in struct:ka820clock
|
| ka410.h | 180 u_long :2; u_long hr :8; u_long :22; member in struct:ka410_clock
|
| ka43.h | 232 u_long :2; u_long hr :8; u_long :22; member in struct:ka43_clock
|
| /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/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/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/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/m68k/m68k/ |
| db_disasm.c | 2001 int iq, hr; local 2007 hr = BITFIELD(ext,2,0); 2018 if (IS_INST(DIVSL,opc) && !ISBITSET(ext,10) && iq != hr) 2026 (iq != hr && IS_INST(DIVSL,opc))) { 2028 PRINT_DREG(dbuf, 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/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...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| lra-assigns.cc | 485 int hr, conflict_hr, nregs; local 565 but cannot start on HR and HR+1/HR-1. */ 566 for (hr = conflict_hr + 1; 567 hr < FIRST_PSEUDO_REGISTER && hr < conflict_hr + nregs; 568 hr++) 569 SET_HARD_REG_BIT (impossible_start_hard_regs, hr); 570 for (hr = conflict_hr - 1 783 int i, hr; local [all...] |
| lra-constraints.cc | 1051 int hr; 1054 if (asm_p && (hr = get_hard_regno (out_rtx)) >= 0 1055 && hard_regno_nregs (hr, inmode) > 1) 1075 SET_HARD_REG_BIT (temp_hard_reg_set, hr); 1048 int hr; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| lra-assigns.cc | 485 int hr, conflict_hr, nregs; local 564 but cannot start on HR and HR+1/HR-1. */ 565 for (hr = conflict_hr + 1; 566 hr < FIRST_PSEUDO_REGISTER && hr < conflict_hr + nregs; 567 hr++) 568 SET_HARD_REG_BIT (impossible_start_hard_regs, hr); 569 for (hr = conflict_hr - 1 782 int i, hr; local [all...] |
| /src/external/gpl3/gdb.old/dist/sim/frv/ |
| interrupts.c | 525 /* Check to see the if the RSTR.HR or RSTR.SR bits have been set. If so, handle 531 int hr; local 542 hr = GET_RSTR_HR (rstr); 545 if (! hr && ! sr) 549 if (hr)
|
| /src/external/gpl3/gdb/dist/sim/frv/ |
| interrupts.c | 525 /* Check to see the if the RSTR.HR or RSTR.SR bits have been set. If so, handle 531 int hr; local 542 hr = GET_RSTR_HR (rstr); 545 if (! hr && ! sr) 549 if (hr)
|
| /src/crypto/external/bsd/openssh/dist/ |
| moduli.c | 473 int day, hr, min; local 477 hr = (seconds / 60 / 60) % 24; 480 snprintf(buf, sizeof buf, "%dd %d:%02d", day, hr, min); 482 snprintf(buf, sizeof buf, "%d:%02d", hr, min);
|