Searched refs:temp (Results 101 - 125 of 744) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h510 __v4sf temp = (__v4sf ) vec_cmpeq ((__v4sf) __A, (__v4sf)__B); local
511 return ((__m128)vec_nor (temp, temp));
972 __v4sf temp, rounded; local
976 temp = (__v4sf) vec_splat ((__vector long long)__A, 0);
977 rounded = vec_rint(temp);
994 float temp = __A[0]; local
996 return temp;
1010 float temp = __A[0]; local
1012 return temp;
1020 float temp = __A[0]; local
1030 __v4sf temp; local
1050 float temp = __B; local
1067 float temp = __B; local
1200 __vector signed int temp; local
[all...]
H A Demmintrin.h377 __v2df temp = (__v2df) vec_cmpeq ((__v2df) __A, (__v2df)__B); local
378 return ((__m128d)vec_nor (temp, temp));
851 __v4si result, temp; local
859 : "=wa" (temp)
864 temp = vec_mergeo (temp, temp);
865 result = (__v4si) vec_vpkudum ((__vector long long) temp,
871 result = (__v4si) vec_perm ((__v16qu) temp, (__v16q
889 __v4si temp; local
916 __v4si temp; local
960 __v4si temp; local
1132 __v4sf temp = vec_splat ((__v4sf)__B, 0); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2249 CopyBackSwiftError(Address temp, Address arg) : Temp(temp), Arg(arg) {}
2459 Address temp =
2460 CreateMemTemp(pointeeTy, getPointerAlign(), "swifterror.temp");
2463 Builder.CreateStore(incomingErrorValue, temp);
2464 V = temp.getPointer();
2469 EHStack.pushCleanup<CopyBackSwiftError>(NormalCleanup, temp, arg);
2897 // The internal return value temp always will have pointer-to-return-type
3274 Address temp = CGF.CreateTempAlloca(destType->getElementType(),
3276 "icr.temp");
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp4887 // bidirectional, so we need to create temp vector.
5030 const CXXTemporary *temp = bindExpr->getTemporary(); local
5031 return temp->getDestructor();
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp395 FunctionTemplateDecl *temp = specInfo->getTemplate(); local
397 getLVForTemplateParameterList(temp->getTemplateParameters(), computation);
463 ClassTemplateDecl *temp = spec->getSpecializedTemplate(); local
465 getLVForTemplateParameterList(temp->getTemplateParameters(), computation);
515 VarTemplateDecl *temp = spec->getSpecializedTemplate(); local
517 getLVForTemplateParameterList(temp->getTemplateParameters(), computation);
870 } else if (const auto *temp = dyn_cast<TemplateDecl>(D)) {
873 getLVForTemplateParameterList(temp->getTemplateParameters(), computation);
1000 const ClassTemplateDecl *temp = spec->getSpecializedTemplate(); local
1001 if (isExplicitMemberSpecialization(temp)) {
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h652 size_t temp =
656 (void)temp;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h772 // typeid is never type-dependent (C++ [temp.dep.expr]p4)
783 // typeid is never type-dependent (C++ [temp.dep.expr]p4)
1102 // member function is dependent (C++ [temp.dep.expr]p2)
1377 CXXBindTemporaryExpr(CXXTemporary *temp, Expr* SubExpr) argument
1383 Temp(temp), SubExpr(SubExpr) {}
/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwn.c5240 uint8_t temp; local
5262 temp = MS(urtwn_rf_read(sc, 0, R88E_RF_T_METER),
5265 temp = MS(urtwn_rf_read(sc, 0, R92C_RF_T_METER),
5268 if (temp == 0) { /* Read failed, skip. */
5276 __func__, sc->thcal_lctemp, temp);
5284 sc->thcal_lctemp = temp;
5285 } else if (abs(temp - sc->thcal_lctemp) > 1) {
5287 "%s: LC calib triggered by temp: %u -> %u\n",
5288 __func__, sc->thcal_lctemp, temp);
5291 sc->thcal_lctemp = temp;
[all...]
/freebsd-11-stable/sys/dev/e1000/
H A De1000_ich8lan.c4866 u16 data, i, temp, shift; local
4880 temp = (data >> (i << 2)) & E1000_LEDCTL_LED0_MODE_MASK;
4882 switch (temp) {
4899 switch (temp) {
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_utility.cpp36 int index_lsb, index_msb, temp; local
42 temp = log_per_phy;
43 while ((temp & 1) == 0) {
44 temp >>= 1;
48 temp = log_per_phy;
49 while ((temp & 0x80000000) == 0) {
50 temp <<= 1;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DUniqueCStringMap.h173 collection temp(m_map.begin(), m_map.end());
174 m_map.swap(temp);
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp312 off_type temp = epptr() - newpos; local
314 __pbump((epptr() - pbase()) - temp);
/freebsd-11-stable/sys/dev/mfi/
H A Dmfi.c3103 uint8_t *data = NULL, *temp, *addr, skip_pre_post = 0; local
3245 temp = data;
3263 error = copyin(addr, temp, len);
3269 temp = &temp[len];
3305 temp = data;
3323 error = copyout(temp, addr, len);
3329 temp = &temp[len];
3477 uint8_t *data = NULL, *temp; local
[all...]
/freebsd-11-stable/contrib/xz/src/liblzma/lz/
H A Dlz_encoder_hash.h50 const uint32_t temp = hash_table[cur[0]] ^ cur[1]; \
51 const uint32_t hash_2_value = temp & HASH_2_MASK; \
53 = (temp ^ ((uint32_t)(cur[2]) << 8)) & mf->hash_mask
56 const uint32_t temp = hash_table[cur[0]] ^ cur[1]; \
57 const uint32_t hash_2_value = temp & HASH_2_MASK; \
59 = (temp ^ ((uint32_t)(cur[2]) << 8)) & HASH_3_MASK; \
60 const uint32_t hash_value = (temp ^ ((uint32_t)(cur[2]) << 8) \
67 const uint32_t temp = hash_table[cur[0]] ^ cur[1]; \
68 const uint32_t hash_2_value = temp & HASH_2_MASK; \
70 = (temp
[all...]
H A Dlz_decoder.c50 } temp; member in struct:__anon36
151 && coder->temp.pos == coder->temp.size) {
152 coder->temp.pos = 0;
153 coder->temp.size = 0;
158 coder->temp.buffer, &coder->temp.size,
163 else if (ret != LZMA_OK || coder->temp.size == 0)
168 if (coder->temp.size != 0)
177 const lzma_ret ret = decode_buffer(coder, coder->temp
[all...]
/freebsd-11-stable/sys/dev/ipmi/
H A Dipmi.c250 temp[data_len + 7] = ipmi_ipmb_checksum(&req->ir_request[4],
285 dump_buf(temp, 16);
907 char temp[30]; local
916 sprintf(temp, "%02x ", *data);
917 strcat(line, temp);
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Devergreen.c257 u32 temp, toffset; local
263 temp = (RREG32(CG_TS0_STATUS) & TS0_ADC_DOUT_MASK) >>
267 actual_temp = temp / 2 - (0x200 - toffset);
269 actual_temp = temp / 2 + toffset;
274 temp = (RREG32(CG_MULT_THERMAL_STATUS) & ASIC_T_MASK) >>
277 if (temp & 0x400)
279 else if (temp & 0x200)
281 else if (temp & 0x100) {
282 actual_temp = temp & 0x1ff;
285 actual_temp = temp
295 u32 temp = RREG32(CG_THERMAL_STATUS) & 0xff; local
[all...]
/freebsd-11-stable/sys/netinet/
H A Dtcp_sack.c320 tcp_seq temp = start; local
322 head_blk.start = temp;
325 tcp_seq temp = end; local
327 head_blk.end = temp;
545 struct sackhole *cur, *temp; local
635 temp = tcp_sackhole_insert(tp, tp->snd_fack,sblkp->start,NULL);
636 if (temp != NULL) {
692 temp = cur;
694 tcp_sackhole_remove(tp, temp);
717 temp
[all...]
/freebsd-11-stable/libexec/ypxfr/
H A Dypxfr_main.c67 ypxfr_exit(ypxfrstat retval, char *temp) argument
74 if (temp != NULL) {
77 if (unlink(temp) == -1) {
/freebsd-11-stable/sys/kern/
H A Dkern_sysctl.c75 static MALLOC_DEFINE(M_SYSCTLTMP, "sysctltmp", "sysctl temp output buffer");
1230 uint8_t temp; local
1237 temp = *(bool *)arg1 ? 1 : 0;
1239 temp = arg2 ? 1 : 0;
1241 error = SYSCTL_OUT(req, &temp, sizeof(temp));
1248 error = SYSCTL_IN(req, &temp, sizeof(temp));
1250 *(bool *)arg1 = temp ? 1 : 0;
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi.c3951 char temp[128]; local
3975 strlcpy(temp, sbuf_data(&sb), sizeof(temp));
3978 error = sysctl_handle_string(oidp, temp, sizeof(temp), req);
3983 kern_setenv((char *)oidp->oid_arg1, temp);
/freebsd-11-stable/sys/dev/usb/input/
H A Dwmt.c555 uint32_t temp; local
569 temp = h.loc.pos + (h.loc.size * h.loc.count);
571 if (hpos < temp)
572 hpos = temp;
581 temp = 0;
583 temp = hpos - lpos;
586 return ((temp + 7) / 8 + report_id);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_peer.c414 int temp, tamp; local
423 temp = 100;
427 if (x < temp)
428 temp = x;
431 current_time, tamp, temp));
433 if (tamp != temp)
434 temp = 0;
436 return temp;
448 int temp; local
454 temp
[all...]
/freebsd-11-stable/usr.sbin/cron/lib/
H A Dcompat.c43 char *temp; local
45 if ((temp = malloc(strlen(str) + 1)) == NULL) {
49 (void) strcpy(temp, str);
50 return temp;
/freebsd-11-stable/usr.bin/kdump/
H A Dkdump.c666 struct timeval temp; local
738 timersub(&kth->ktr_time, &prevtime_e, &temp);
739 printf("%jd.%06ld ", (intmax_t)temp.tv_sec,
740 temp.tv_usec);
746 timersub(&prevtime, &kth->ktr_time, &temp);
749 timersub(&kth->ktr_time, &prevtime, &temp);
753 printf("%s%jd.%06ld ", sign, (intmax_t)temp.tv_sec,
754 temp.tv_usec);

Completed in 563 milliseconds

1234567891011>>