Searched refs:hr (Results 1 - 25 of 85) sorted by relevance

1234

/freebsd-10.0-release/lib/msun/src/
H A Ds_fmaf.c46 uint32_t hr, lr; local
50 EXTRACT_WORDS(hr, lr, result);
53 (hr & 0x7ff00000) == 0x7ff00000 || /* NaN */
/freebsd-10.0-release/contrib/expat/xmlwf/
H A Dxmlwin32url.cxx103 Callback::OnStopBinding(HRESULT hr, LPCWSTR szError) argument
113 stopHandler_(stopArg_, hr);
148 HRESULT hr = pBinding_->QueryInterface(IID_IWinInetHttpInfo, local
150 if (SUCCEEDED(hr)) {
155 hr = hp->QueryInfo(HTTP_QUERY_CONTENT_TYPE, contentType,
157 if (SUCCEEDED(hr)) {
190 HRESULT hr = pstgmed->pstm->Read(buf, nToRead, &nRead); local
191 if (SUCCEEDED(hr)) {
265 HRESULT hr;
268 hr
307 HRESULT hr; member in struct:QuitInfo
312 winPerror(const XML_Char *url, HRESULT hr) argument
341 threadQuit(void *p, HRESULT hr) argument
371 HRESULT hr = openStream(parser, baseMoniker, url, threadQuit, &qi); local
[all...]
/freebsd-10.0-release/contrib/ntp/scripts/
H A DgenCommitLog6 bk -R prs -hr${CLTAG}.. -nd':I:' | bk changes -m -v - > CommitLog.new
/freebsd-10.0-release/contrib/wpa/src/drivers/
H A Dndis_events.c48 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
397 HRESULT hr; local
486 HRESULT hr; local
705 HRESULT hr; local
[all...]
/freebsd-10.0-release/contrib/ofed/management/infiniband-diags/scripts/
H A Diblinkinfo.pl140 my $hr = $IBswcountlimits::link_ends{$switch}{$port};
146 my $hr = $IBswcountlimits::link_ends{$switch}{$tmp_port};
147 $switch_name = $hr->{loc_desc};
197 my $rem_port = $hr->{rem_port};
198 my $rem_lid = $hr->{rem_lid};
283 $switch, $hr->{loc_desc}, $pkt_life_prompt);
284 my $ext_guid = sprintf("%18s", $hr->{rem_guid});
285 if ($print_port_guids && $hr->{rem_port_guid} ne "") {
286 $ext_guid = sprintf("0x%016s", $hr->{rem_port_guid});
292 $line_begin, $hr
[all...]
H A Dibqueryerrors.pl79 my $hr = $IBswcountlimits::link_ends{"$addr"}{$port};
80 if ($hr) {
84 $hr->{loc_ext_port}, $width,
85 $speed, $hr->{rem_guid},
86 $hr->{rem_port}, $hr->{rem_ext_port},
87 $hr->{rem_desc}
218 my $hr = $IBswcountlimits::link_ends{"$sw_addr"}{$sw_port};
219 printf("Errors for %18s \"%s\"\n", $sw_addr, $hr->{loc_desc});
H A Dibfindnodesusing.pl208 my $hr = $IBswcountlimits::link_ends{$switch_guid}{$target_port};
209 my $rem_sw_guid = $hr->{rem_guid};
210 my $rem_sw_port = $hr->{rem_port};
211 my $rem_sw_desc = $hr->{rem_desc};
/freebsd-10.0-release/sys/dev/pci/
H A Dpci_subr.c163 pcib_host_res_init(device_t pcib, struct pcib_host_resources *hr) argument
166 hr->hr_pcib = pcib;
167 resource_list_init(&hr->hr_rl);
172 pcib_host_res_free(device_t pcib, struct pcib_host_resources *hr) argument
175 resource_list_free(&hr->hr_rl);
180 pcib_host_res_decodes(struct pcib_host_resources *hr, int type, u_long start, argument
187 device_printf(hr->hr_pcib, "decoding %d %srange %#lx-%#lx\n",
190 rid = resource_list_add_next(&hr->hr_rl, type, start, end,
195 rle = resource_list_find(&hr->hr_rl, type, rid);
202 pcib_host_res_alloc(struct pcib_host_resources *hr, device_ argument
262 pcib_host_res_adjust(struct pcib_host_resources *hr, device_t dev, int type, struct resource *r, u_long start, u_long end) argument
[all...]
H A Dpcib_private.h48 struct pcib_host_resources *hr);
50 struct pcib_host_resources *hr);
51 int pcib_host_res_decodes(struct pcib_host_resources *hr, int type,
53 struct resource *pcib_host_res_alloc(struct pcib_host_resources *hr,
56 int pcib_host_res_adjust(struct pcib_host_resources *hr,
/freebsd-10.0-release/sys/boot/pc98/libpc98/
H A Dtime.c46 int hr, minute, sec; local
56 hr = bcd2bin(bios_time[3]);
60 return (hr * 3600 + minute * 60 + sec);
/freebsd-10.0-release/contrib/ntp/include/
H A Dntp_datum.h22 unsigned short hr; member in struct:vmedate
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_xlate.c61 HRESULT hr = CoInitializeEx(NULL, COINIT_APARTMENTTHREADED); local
63 if (hr == RPC_E_CHANGED_MODE)
68 hr = CoInitializeEx(NULL, COINIT_MULTITHREADED);
71 if (FAILED(hr))
87 HRESULT hr; local
128 hr = CoCreateInstance(&CLSID_CMultiLanguage, NULL, CLSCTX_INPROC_SERVER,
131 if (FAILED(hr))
138 hr = mlang->lpVtbl->GetCharsetInfo(mlang, ucs2_page_name, &page_info);
139 if (FAILED(hr))
/freebsd-10.0-release/contrib/sendmail/src/
H A Dconvtime.c129 int wk, dy, hr, mi, se; local
141 hr = intvl % 24;
165 hr, mi, se);
182 if (hr > 0)
184 (void) sm_snprintf(p, SPACELEFT(buf, p), ", %d hour%s", hr,
185 PLURAL(hr));
H A Dsasl.c165 char *hr, *h1, *h, *res; local
179 hr = res;
195 if (hr != res)
196 *hr++ = ' ';
199 memcpy(hr, h1, l1);
202 hr += l1;
203 *hr = '\0';
/freebsd-10.0-release/sys/boot/i386/libi386/
H A Dtime.c45 int hr, minute, sec; local
52 hr = bcd2bin((v86.ecx & 0xff00) >> 8); /* hour in %ch */
56 return (hr * 3600 + minute * 60 + sec);
/freebsd-10.0-release/sys/arm/at91/
H A Dat91_rtcreg.h59 #define RTC_TIMR_MK(hr, min, sec) \
60 ((TOBCD(hr) << RTC_TIMR_HR_S) | \
/freebsd-10.0-release/contrib/wpa/src/wps/
H A Dndef.c175 struct wpabuf *rn, *cr, *ac_payload, *ac, *hr_payload, *hr; local
221 hr = ndef_build_record(FLAG_MESSAGE_BEGIN | FLAG_TNF_NFC_FORUM, "Hr", 2,
224 if (hr == NULL)
229 wpabuf_free(hr);
240 wpabuf_free(hr);
244 return wpabuf_concat(hr, hc);
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_bancomm.c93 unsigned short hr; member in struct:vmedate
330 tptr->hr,
339 pp->hour = tptr->hr;
415 time_vme->hr = (unsigned short)atoi(cbuf);
456 time_vme->hr = maj.tm_hour;
/freebsd-10.0-release/sys/net80211/
H A Dieee80211_hwmp.c1278 struct ieee80211_hwmp_route *hr; local
1325 hr = IEEE80211_MESH_ROUTE_PRIV(rt, struct ieee80211_hwmp_route);
1329 if (HWMP_SEQ_LT(prep->prep_targetseq, hr->hr_seq)) {
1333 prep->prep_targetseq, hr->hr_seq);
1335 } else if (HWMP_SEQ_LEQ(prep->prep_targetseq, hr->hr_seq) &&
1353 hr->hr_seq = prep->prep_targetseq;
1354 hr->hr_preqretries = 0;
1509 struct ieee80211_hwmp_route *hr; local
1514 hr = IEEE80211_MESH_ROUTE_PRIV(rt, struct ieee80211_hwmp_route);
1520 if (hr
1547 struct ieee80211_hwmp_route *hr; local
1698 struct ieee80211_hwmp_route *hr = NULL; local
1747 struct ieee80211_hwmp_route *hr; local
1864 struct ieee80211_hwmp_route *hr; local
1920 struct ieee80211_hwmp_route *hr; local
[all...]
/freebsd-10.0-release/usr.bin/at/
H A Dparsetime.c595 int hr = 0; local
633 * hr to zero up above, then fall into this case in such a
640 hr += 4;
642 hr += 12;
644 if (runtime.tm_hour >= hr) {
648 runtime.tm_hour = hr;
/freebsd-10.0-release/sys/dev/sound/pci/
H A Dhdspe-pcm.c446 struct hdspe_rate *hr = NULL; local
461 hr = &rate_map[i];
465 if (hr == NULL) {
467 hr = &rate_map[i];
468 threshold = hr->speed + ((rate_map[i + 1].speed != 0) ?
469 ((rate_map[i + 1].speed - hr->speed) >> 1) : 0);
487 sc->ctrl_register |= hr->reg;
490 speed = hr->speed;
500 sc->speed = hr->speed;
/freebsd-10.0-release/sys/dev/hme/
H A Dif_hme.c613 struct hme_ring *hr = &sc->sc_rb; local
620 p = hr->rb_membase;
621 dma = hr->rb_dmabase;
626 hr->rb_txd = p;
627 hr->rb_txddma = dma;
640 hr->rb_rxd = p;
641 hr->rb_rxddma = dma;
652 HME_XD_SETADDR(sc->sc_flags & HME_PCI, hr->rb_txd, i, 0);
653 HME_XD_SETFLAGS(sc->sc_flags & HME_PCI, hr->rb_txd, i, 0);
682 hr
[all...]
/freebsd-10.0-release/contrib/tcsh/
H A Dtc.prompt.c243 int hr = t->tm_hour; local
248 if (hr >= 12) {
249 if (hr > 12)
250 hr -= 12;
253 else if (hr == 0)
254 hr = 12;
266 p = Itoa(hr, adrof(STRpadhour) ? 2 : 0, attributes);
/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dlang.h38 ha, he, hi, hr, hu, hy, enumerator in enum:__anon4411
/freebsd-10.0-release/sys/arm/econa/
H A Dif_ecevar.h84 uint32_t hr:6; member in struct:__anon5908

Completed in 148 milliseconds

1234