/kernel/linux/linux-5.10/drivers/media/pci/saa7134/ |
H A D | saa7134-cards.c | 7911 u8 temp = 0; in saa7134_board_init2() local 7921 msg.buf = &temp; in saa7134_board_init2()
|
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/ |
H A D | airo.c | 1768 static int readWepKeyRid(struct airo_info *ai, WepKeyRid *wkr, int temp, int lock) in readWepKeyRid() argument 1770 return PC4500_readrid(ai, temp ? RID_WEP_TEMP : RID_WEP_PERM, in readWepKeyRid()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.c | 6400 ath11k_warn(ab, "failed to fetch pdev temp ev"); in ath11k_wmi_pdev_temperature_event() 6406 "pdev temperature ev temp %d pdev_id %d\n", ev->temp, ev->pdev_id); in ath11k_wmi_pdev_temperature_event() 6416 ath11k_thermal_event_temperature(ar, ev->temp); in ath11k_wmi_pdev_temperature_event()
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_generic.c | 51 * @temp: template for the new kctl 54 * element based on the given snd_kcontrol_new template @temp and the 60 const struct snd_kcontrol_new *temp) in snd_hda_gen_add_kctl() 65 *knew = *temp; in snd_hda_gen_add_kctl() 59 snd_hda_gen_add_kctl(struct hda_gen_spec *spec, const char *name, const struct snd_kcontrol_new *temp) snd_hda_gen_add_kctl() argument
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_input.c | 170 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in bpf_skops_parse_hdr() 186 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in bpf_skops_established()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_dp.c | 7883 u32 temp = intel_de_read(dev_priv, PEG_BAND_GAP_DATA); in intel_dp_init_connector() local 7885 (temp & ~0xf) | 0xd); in intel_dp_init_connector()
|
/kernel/linux/linux-6.6/drivers/media/pci/saa7134/ |
H A D | saa7134-cards.c | 7963 u8 temp = 0; in saa7134_board_init2() local 7973 msg.buf = &temp; in saa7134_board_init2()
|
/kernel/linux/linux-6.6/drivers/net/wireless/cisco/ |
H A D | airo.c | 1768 static int readWepKeyRid(struct airo_info *ai, WepKeyRid *wkr, int temp, int lock) in readWepKeyRid() argument 1770 return PC4500_readrid(ai, temp ? RID_WEP_TEMP : RID_WEP_PERM, in readWepKeyRid()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_generic.c | 51 * @temp: template for the new kctl 54 * element based on the given snd_kcontrol_new template @temp and the 60 const struct snd_kcontrol_new *temp) in snd_hda_gen_add_kctl() 65 *knew = *temp; in snd_hda_gen_add_kctl() 59 snd_hda_gen_add_kctl(struct hda_gen_spec *spec, const char *name, const struct snd_kcontrol_new *temp) snd_hda_gen_add_kctl() argument
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_input.c | 168 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in bpf_skops_parse_hdr() 184 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in bpf_skops_established()
|
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
H A D | TestCharset.java | 1369 char[] temp = unistr.toCharArray(); in TestAPISemantics() 1371 for (int i = 0; i <= temp.length; i++) { in TestAPISemantics()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ast_to_hir.cpp | 4700 bool temp = var->data.read_only; in process_initializer() local 4746 var->data.read_only = temp; in process_initializer()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.cc | 3231 // v = v - ((v >> 1) & (T)~(T)0/3); // temp in CallRecordWriteStub() 3232 // v = (v & (T)~(T)0/15*3) + ((v >> 2) & (T)~(T)0/15*3); // temp in CallRecordWriteStub() 3233 // v = (v + (v >> 4)) & (T)~(T)0/255*15; // temp in CallRecordWriteStub() 5473 UseScratchRegisterScope temp(this); in CallRecordWriteStub() 5474 Register scratch = temp.Acquire(); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.cc | 1874 const Register temp = type_reg == no_reg ? r0 : type_reg; in CallRecordWriteStub() local 1877 CompareInstanceType(map, temp, type); in CallRecordWriteStub() 3196 // If temp (value with right-most set of zeros shifted out) is 1 less in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.cc | 3789 int32_t temp = ConvertDoubleToInt(val, unsigned_integer, mode); in DecodeVCVTBetweenFloatingPointAndInteger() local 3792 set_s_register_from_sinteger(dst, temp); in DecodeVCVTBetweenFloatingPointAndInteger()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_compile.c | 10426 the type of the pointer must be cast. NOTE: the intermediate variable "temp" is in pcre2_compile() 10433 PCRE2_UCHAR *temp = (PCRE2_UCHAR *)codestart; in pcre2_compile() local 10434 if (PRIV(auto_possessify)(temp, &cb) != 0) errorcode = ERR80; in pcre2_compile()
|
/third_party/python/Python/ |
H A D | compile.c | 8775 struct instr temp = block->b_instr[j]; in apply_static_swaps() local 8777 block->b_instr[k] = temp; in apply_static_swaps()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 9485 double temp = 0.0; in GetJsAngleWithDefault() local 9486 if (StringUtils::StringToDegree(value->ToString(), temp)) { in GetJsAngleWithDefault() 9487 angle = static_cast<float>(temp); in GetJsAngleWithDefault()
|
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.cc | 3533 // Setup a temp array to avoid overwriting dst mid loop. in VectorPack() 4008 int8_t temp[kSimd128Size] = {0}; in EVALUATE() local 4018 temp[i] = get_simd_register_by_lane<int8_t>(reg, lane_num); in EVALUATE() 4021 set_simd_register_by_lane<int8_t>(r1, i, temp[i]); in EVALUATE()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | aesni-intel_asm.S | 1454 # middle section of the temp results combined as in karatsuba algorithm
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aesni-intel_asm.S | 1450 # middle section of the temp results combined as in karatsuba algorithm
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | sm_statefuns.c | 2204 /* Set temp so that it won't be added into hashtable */ in sctp_sf_do_5_2_4_dupcook() 2205 new_asoc->temp = 1; in sctp_sf_do_5_2_4_dupcook()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | f2fs.h | 1191 enum temp_type temp; /* contains HOT/WARM/COLD */ member 1497 struct page **tpages; /* temp pages to pad holes in cluster */
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.h | 4836 s32 temp; member
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | sm_statefuns.c | 2268 /* Set temp so that it won't be added into hashtable */ in sctp_sf_do_5_2_4_dupcook() 2269 new_asoc->temp = 1; in sctp_sf_do_5_2_4_dupcook()
|