Home
last modified time | relevance | path

Searched defs:temp (Results 2326 - 2350 of 3347) sorted by relevance

1...<<919293949596979899100>>...134

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_request.c109 int temp; in usbd_get_debug_bits() local
397 uint16_t temp; usbd_do_request_flags() local
1067 uint8_t *temp; usbd_req_get_string_any() local
[all...]
H A Dusb_transfer.c155 uint32_t temp; in usbd_get_dma_delay() local
526 uint32_t temp; in usbd_transfer_setup_sub() local
1249 usb_timeout_t temp; usbd_transfer_unsetup_sub() local
2797 usb_timeout_t temp; usbd_callback_wrapper_sub() local
3359 uint16_t temp; usbd_get_std_packet_size() local
[all...]
/third_party/icu/icu4c/source/common/
H A Dushape.cpp402 UChar temp; in invertBuffer() local
/third_party/icu/icu4c/source/i18n/
H A Dtranslit.cpp1108 Transliterator* temp = createInstance(*idBlock, UTRANS_FORWARD, parseError, status); in createFromRules() local
H A Dnumber_patternstring.cpp1006 UnicodeString temp = input.tempSubString(offset, pair[0].length()); in convertLocalized() local
1020 UnicodeString temp = input.tempSubString(offset, pair[1].length()); in convertLocalized() local
H A Dtmutfmt.cpp223 Formattable& temp = parsed[0]; in parseObject() local
H A Dalphaindex.cpp375 const UnicodeString &fixLabel(const UnicodeString &current, UnicodeString &temp) { in fixLabel() argument
461 UnicodeString temp; in createBucketList() local
/third_party/mbedtls/library/
H A Daes.c1080 unsigned char temp[16]; in mbedtls_aes_crypt_cbc() local
/third_party/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp85 static void Convert_UString_to_AString(const UString &s, AString &temp) in Convert_UString_to_AString() argument
547 char temp[16]; in SetOperationResult() local
765 wchar_t temp[16]; in GetVolumeStream() local
/third_party/lzma/C/Util/7z/
H A D7zMain.c268 char temp[32]; in UInt64ToStr() local
288 char temp[16]; in UIntToStr() local
553 UInt16 *temp = NULL; in main() local
[all...]
/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/
H A DLzmaSpec.cpp582 char temp[32]; in ConvertUInt64ToString() local
/third_party/mesa3d/src/compiler/nir/tests/
H A Dvars_tests.cpp374 nir_variable *temp = create_int(nir_var_function_temp, "temp"); in TEST_F() local
2041 nir_variable *temp = create_var(nir_var_function_temp, glsl_array_type(glsl_int_type(), 4, 0), in TEST_F() local
2070 nir_variable *temp = create_var(nir_var_function_temp, glsl_array_type(st_type, 4, 0), in TEST_F() local
2107 nir_variable *temp = create_var(nir_var_shader_temp, glsl_array_type(glsl_int_type(), 4, 0), TEST_F() local
2129 nir_variable *temp = create_var(nir_var_function_temp, glsl_array_type(glsl_int_type(), 4, 0), TEST_F() local
2151 nir_variable *temp = create_var(nir_var_function_temp, glsl_array_type(glsl_int_type(), 4, 0), TEST_F() local
2174 nir_variable *temp = create_var(nir_var_function_temp, glsl_array_type(glsl_array_type(glsl_int_type(), 4, 0), 4, 0), TEST_F() local
2200 nir_variable *temp = create_var(nir_var_function_temp, glsl_array_type(glsl_int_type(), 4, 0), TEST_F() local
2225 nir_variable *temp = create_var(nir_var_function_temp, glsl_array_type(glsl_array_type(glsl_int_type(), 6, 0), 4, 0), TEST_F() local
2255 nir_variable *temp = create_var(nir_var_function_temp, glsl_array_type(glsl_array_type(glsl_int_type(), 6, 0), 4, 0), TEST_F() local
2286 nir_variable *temp = create_var(nir_var_function_temp, glsl_array_type(glsl_int_type(), 4, 0), TEST_F() local
2315 nir_variable *temp = create_var(nir_var_function_temp, glsl_array_type(glsl_int_type(), 4, 0), TEST_F() local
2347 nir_variable *temp = create_var(nir_var_function_temp, glsl_array_type(glsl_int_type(), 4, 0), TEST_F() local
2379 nir_variable *temp = create_var(nir_var_function_temp, glsl_array_type(glsl_int_type(), 4, 0), TEST_F() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_instructions.cpp624 ir_variable *temp = new(ir) ir_variable(ir->operands[0]->type->get_base_type(), "dot_res", in double_dot_to_fma() local
732 ir_variable *temp = new(ir) ir_variable(ir->operands[0]->type, "temp", dround_even_to_dfrac() local
777 ir_variable *temp = new(ir) ir_variable(ir->operands[0]->type, "temp", dtrunc_to_dfrac() local
829 ir_variable *temp = new(ir) ir_variable(glsl_type::uvec(elements), "temp", bit_count_to_math() local
913 ir_variable *temp = extract_to_shifts() local
1036 ir_variable *temp = reverse_to_shifts() local
1111 ir_variable *temp = find_lsb_to_float_cast() local
1194 ir_variable *temp = find_msb_to_float_cast() local
[all...]
/third_party/mesa3d/src/broadcom/qpu/
H A Dqpu_pack.c1082 uint32_t temp; in v3d_qpu_add_pack() local
/third_party/mesa3d/src/amd/compiler/
H A Daco_spill.cpp246 Temp temp = pair.first; in next_uses_per_block() local
1494 Temp temp = spill->operands[0].getTemp(); in spill_vgpr() local
[all...]
/third_party/mesa3d/src/broadcom/compiler/
H A Dvir_register_allocate.c42 temp_to_node(uint32_t temp) in temp_to_node() argument
84 choose_reg_class_for_temp(struct v3d_compile *c, uint32_t temp) in choose_reg_class_for_temp() argument
55 get_temp_class_bits(struct v3d_ra_node_info *nodes, uint32_t temp) get_temp_class_bits() argument
62 set_temp_class_bits(struct v3d_ra_node_info *nodes, uint32_t temp, uint8_t class_bits) set_temp_class_bits() argument
128 vir_is_mov_uniform(struct v3d_compile *c, int temp) vir_is_mov_uniform() argument
166 can_reconstruct_temp(struct v3d_compile *c, int temp) can_reconstruct_temp() argument
215 get_spill_type_for_temp(struct v3d_compile *c, int temp) get_spill_type_for_temp() argument
253 int temp = inst->src[i].index; v3d_choose_spill_node() local
271 int temp = inst->dst.index; v3d_choose_spill_node() local
340 add_node(struct v3d_compile *c, uint32_t temp, uint8_t class_bits) add_node() argument
638 struct qreg temp = v3d_spill_reg() local
1172 uint32_t temp = node_to_temp(node); v3d_register_allocate() local
[all...]
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c460 struct ureg_dst temp = ureg_DECL_temporary(sx->ureg); in dcl_base_input() local
472 struct ureg_dst temp = ureg_dst(sx->inputs[index].reg); in dcl_base_input() local
/third_party/node/deps/icu-small/source/common/
H A Drbbitblb.cpp604 RBBIStateDescriptor *temp; in buildStateTable() local
H A Dushape.cpp402 char16_t temp; in invertBuffer() local
H A Dlocdspnm.cpp628 UnicodeString temp; in localeDisplayName() local
[all...]
H A Ducnvisci.cpp1023 uint32_t temp=0; in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC() local
/third_party/node/deps/icu-small/source/i18n/
H A Dalphaindex.cpp375 const UnicodeString &fixLabel(const UnicodeString &current, UnicodeString &temp) { in fixLabel() argument
461 UnicodeString temp; in createBucketList() local
/third_party/node/deps/histogram/src/
H A Dhdr_histogram.c916 int64_t temp, half_distance, percentile_reporting_ticks; in percentile_iter_next() local
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_bptc_tmp.h1213 uint8_t temp[3]; in get_rgba_endpoints_unorm() local
1517 float temp[3]; in get_endpoints_float() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_nir.cpp678 src_reg temp = src_reg(this, glsl_type::dvec4_type); in nir_emit_intrinsic() local
692 shuffle_64bit_data(dst_reg(packed_consts), temp, false); in nir_emit_intrinsic() local
834 src_reg temp = src; in emit_find_msb_using_lzd() local
859 bld.XOR(dst_reg(temp), temp, src); in emit_find_msb_using_lzd() local
893 dst_reg temp in emit_conversion_from_double() local
1476 dst_reg temp = dst_reg(this, glsl_type::dvec4_type); nir_emit_alu() local
[all...]

Completed in 46 milliseconds

1...<<919293949596979899100>>...134