/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_eke_common.c | 309 u8 temp[EAP_EKE_MAX_HASH_LEN]; in eap_eke_derive_key() local 313 /* temp = prf(0+, password) */ in eap_eke_derive_key() 316 password, password_len, NULL, 0, temp) < 0) in eap_eke_derive_key() 318 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: temp = prf(0+, password)", in eap_eke_derive_key() 319 temp, sess->prf_len); in eap_eke_derive_key() 321 /* key = prf+(temp, ID_S | ID_P) */ in eap_eke_derive_key() 329 if (eap_eke_prfplus(sess->prf, temp, sess->prf_len, in eap_eke_derive_key() 335 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: key = prf+(temp, ID_S | ID_P)", in eap_eke_derive_key()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | eap_eke_common.c | 309 u8 temp[EAP_EKE_MAX_HASH_LEN]; in eap_eke_derive_key() local 313 /* temp = prf(0+, password) */ in eap_eke_derive_key() 316 password, password_len, NULL, 0, temp) < 0) in eap_eke_derive_key() 318 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: temp = prf(0+, password)", in eap_eke_derive_key() 319 temp, sess->prf_len); in eap_eke_derive_key() 321 /* key = prf+(temp, ID_S | ID_P) */ in eap_eke_derive_key() 329 if (eap_eke_prfplus(sess->prf, temp, sess->prf_len, in eap_eke_derive_key() 335 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: key = prf+(temp, ID_S | ID_P)", in eap_eke_derive_key()
|
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/ |
H A D | ability_manager_service_third_test.cpp | 213 auto temp = abilityMs_->subManagersHelper_->missionListManagers_; in HWTEST_F() local 216 abilityMs_->subManagersHelper_->missionListManagers_ = temp; in HWTEST_F() 233 auto temp = abilityMs_->subManagersHelper_->dataAbilityManagers_; in HWTEST_F() local 236 abilityMs_->subManagersHelper_->dataAbilityManagers_ = temp; in HWTEST_F() 353 auto temp = abilityMs_->subManagersHelper_->currentMissionListManager_; in HWTEST_F() local 356 abilityMs_->subManagersHelper_->currentMissionListManager_ = temp; in HWTEST_F() 431 auto temp = abilityMs_->subManagersHelper_->currentMissionListManager_; in HWTEST_F() local 434 abilityMs_->subManagersHelper_->currentMissionListManager_ = temp; in HWTEST_F() 453 auto temp = abilityMs_->subManagersHelper_->currentMissionListManager_; in HWTEST_F() local 456 abilityMs_->subManagersHelper_->currentMissionListManager_ = temp; in HWTEST_F() 508 auto temp = abilityMs_->subManagersHelper_->currentConnectManager_; HWTEST_F() local 678 auto temp = abilityMs_->userController_; HWTEST_F() local [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | transupp.c | 131 JCOEF temp, qval; in requant_comp() local 144 temp = qtblptr->quantval[k]; in requant_comp() 146 if (temp != qval) { in requant_comp() 147 temp *= ptr[k]; in requant_comp() 154 if (temp < 0) { in requant_comp() 155 temp = -temp; in requant_comp() 156 temp += qval >> 1; /* for rounding */ in requant_comp() 157 DIVIDE_BY(temp, qval); in requant_comp() 158 temp in requant_comp() [all...] |
/third_party/vixl/test/aarch64/ |
H A D | test-api-aarch64.cc | 1149 VRegister temp = temps.AcquireH(); in TEST() local 1150 VIXL_CHECK(temp.Is(h31)); in TEST() 1154 VRegister temp = temps.AcquireS(); in TEST() local 1155 VIXL_CHECK(temp.Is(s31)); in TEST() 1159 VRegister temp = temps.AcquireD(); in TEST() local 1160 VIXL_CHECK(temp.Is(d31)); in TEST() 1164 VRegister temp = temps.AcquireVRegisterOfSize(kQRegSize); in TEST() local 1165 VIXL_CHECK(temp.Is(q31)); in TEST() 1169 VRegister temp = temps.AcquireVRegisterOfSize(kDRegSize); in TEST() local 1170 VIXL_CHECK(temp in TEST() 1174 VRegister temp = temps.AcquireVRegisterOfSize(kSRegSize); TEST() local 1186 ZRegister temp = temps.AcquireZ(); TEST() local [all...] |
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmlparse.c | 1968 char *temp = NULL; in XML_Parse() local 1971 temp = (char *)REALLOC(parser, parser->m_buffer, bytesToAllocate); in XML_Parse() 1973 if (temp == NULL) { in XML_Parse() 1979 parser->m_buffer = temp; in XML_Parse() 2636 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); in storeRawNames() local 2637 if (temp == NULL) in storeRawNames() 2643 tag->name.str = (XML_Char *)temp; in storeRawNames() 2649 = (XML_Char *)temp + (tag->name.localPart - (XML_Char *)tag->buf); in storeRawNames() 2650 tag->buf = temp; in storeRawNames() 2651 tag->bufEnd = temp in storeRawNames() 2992 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); doContent() local 3335 ATTRIBUTE *temp; storeAtts() local 3527 NS_ATT *temp; storeAtts() local 3857 XML_Char *temp = (XML_Char *)REALLOC( addBinding() local 6374 DEFAULT_ATTRIBUTE *temp; defineAttribute() local 7322 BLOCK *temp; poolGrow() local 7423 CONTENT_SCAFFOLD *temp; nextScaffoldPart() local [all...] |
/foundation/arkui/napi/sample/native_module_storage/ |
H A D | js_storage.cpp | 32 auto temp = new EventHandler(); in Add() local 33 temp->next = handlers_; in Add() 34 handlers_ = temp; in Add() 41 EventHandler* temp = nullptr; in Del() local 48 if (temp == nullptr) { in Del() 51 temp->next = i->next; in Del() 56 temp = i; in Del()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_tool.c | 684 for (uint16_t temp = 0x00; temp < length; temp++) { in SMP_MemoryReverseCopy() 685 *(dest + temp) = *(source + length - 0x01 - temp); in SMP_MemoryReverseCopy() 694 uint8_t temp = buf[index]; in SMP_ReverseMemoryOrder() local 696 buf[length - 0x01 - index] = temp; in SMP_ReverseMemoryOrder()
|
/third_party/ffmpeg/libavcodec/ |
H A D | evrcdec.c | 578 scratch[SUBFRAME_SIZE], temp[SUBFRAME_SIZE], in postfilter() local 618 memcpy(temp, e->postfilter_residual + ACB_SIZE, length * sizeof(float)); in postfilter() 622 memcpy(temp, e->postfilter_residual + ACB_SIZE, length * sizeof(float)); in postfilter() 627 temp[i] = e->postfilter_residual[ACB_SIZE + i] + gamma * in postfilter() 633 memcpy(scratch, temp, length * sizeof(float)); in postfilter() 645 temp[i] *= gain; in postfilter() 648 synthesis_filter(temp, wcoef2, e->postfilter_iir, length, out); in postfilter()
|
H A D | scpr.c | 376 int ret, temp = 0, min, max, x, y, cx = 0, cx1 = 0; in decompress_p() local 385 ret |= decode_value(s, s->range_model, 256, 1, &temp); in decompress_p() 389 min += temp << 8; in decompress_p() 391 ret |= decode_value(s, s->range_model, 256, 1, &temp); in decompress_p() 395 max += temp << 8; in decompress_p()
|
H A D | opusenc.c | 195 float *win = s->scratch, *temp = s->scratch + 1920; in celt_frame_mdct() local 218 s->dsp->vector_fmul(temp, b->overlap, ff_celt_window, 128); in celt_frame_mdct() 219 memcpy(win + lap_dst, temp, CELT_OVERLAP*sizeof(float)); in celt_frame_mdct() 225 s->dsp->vector_fmul_reverse(temp, b->samples + rwin, in celt_frame_mdct() 227 memcpy(win + lap_dst + blk_len, temp, CELT_OVERLAP*sizeof(float)); in celt_frame_mdct()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | translit.cpp | 1108 Transliterator* temp = createInstance(*idBlock, UTRANS_FORWARD, parseError, status); in createFromRules() local 1110 delete temp; in createFromRules() 1113 if (temp != NULL && typeid(*temp) != typeid(NullTransliterator)) { in createFromRules() 1114 transliterators.addElement(temp, status); in createFromRules() 1116 delete temp; in createFromRules() 1120 delete temp; in createFromRules()
|
H A D | tmutfmt.cpp | 223 Formattable& temp = parsed[0]; in parseObject() local 224 if (temp.getType() == Formattable::kString) { in parseObject() 227 getNumberFormatInternal().parse(temp.getString(tmpString), tmpNumber, pStatus); in parseObject() 231 } else if (temp.isNumeric()) { in parseObject() 232 tmpNumber = temp; in parseObject()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | ff_fragment_shader.cpp | 899 ir_rvalue *f, *temp; in emit_fog_instructions() local 961 temp = new(p->mem_ctx) ir_dereference_variable(params); in emit_fog_instructions() 962 temp = new(p->mem_ctx) ir_dereference_record(temp, "color"); in emit_fog_instructions() 963 temp = mul(swizzle_xyz(temp), f); in emit_fog_instructions() 965 p->emit(assign(fog_result, add(temp, mul(fragcolor, f_var)), WRITEMASK_XYZ)); in emit_fog_instructions()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | translit.cpp | 1108 Transliterator* temp = createInstance(*idBlock, UTRANS_FORWARD, parseError, status); in createFromRules() local 1110 delete temp; in createFromRules() 1113 if (temp != nullptr && typeid(*temp) != typeid(NullTransliterator)) { in createFromRules() 1114 transliterators.addElement(temp, status); in createFromRules() 1116 delete temp; in createFromRules() 1120 delete temp; in createFromRules()
|
H A D | tmutfmt.cpp | 227 Formattable& temp = parsed[0]; in parseObject() local 228 if (temp.getType() == Formattable::kString) { in parseObject() 231 getNumberFormatInternal().parse(temp.getString(tmpString), tmpNumber, pStatus); in parseObject() 235 } else if (temp.isNumeric()) { in parseObject() 236 tmpNumber = temp; in parseObject()
|
/third_party/skia/src/gpu/ops/ |
H A D | OpsTask.cpp | 95 auto temp = fHead->cutChain(); in popHead() local 96 std::swap(temp, fHead); in popHead() 98 SkASSERT(fTail == temp.get()); in popHead() 101 return temp; in popHead() 115 auto temp = prev->cutChain(); in removeOp() local 116 if (auto next = temp->cutChain()) { in removeOp() 123 return temp; in removeOp()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_register_allocation.cpp | 461 regs_to_vars; /* maps to byte size and temp id */ in print_regs() 1552 get_reg_vector(ra_ctx& ctx, RegisterFile& reg_file, Temp temp, aco_ptr<Instruction>& instr) in get_reg_vector() argument 1554 Instruction* vec = ctx.vectors[temp.id()]; in get_reg_vector() 1559 if (op.isTemp() && op.tempId() == temp.id()) in get_reg_vector() 1573 if (op.isTemp() && op.tempId() != temp.id() && op.getTemp().type() == temp.type() && in get_reg_vector() 1577 if (get_reg_specified(ctx, reg_file, temp.regClass(), instr, reg)) in get_reg_vector() 1590 RegClass vec_rc = RegClass::get(temp.type(), their_offset); in get_reg_vector() 1597 if (get_reg_specified(ctx, reg_file, temp.regClass(), instr, reg)) in get_reg_vector() 1605 get_reg(ra_ctx& ctx, RegisterFile& reg_file, Temp temp, in get_reg() argument 1714 get_reg_create_vector(ra_ctx& ctx, RegisterFile& reg_file, Temp temp, std::vector<std::pair<Operand, Definition>>& parallelcopies, aco_ptr<Instruction>& instr) get_reg_create_vector() argument [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | utils.h | 439 std::string temp = value; in ConvertStrToTabBarMode() local 440 transform(temp.begin(), temp.end(), temp.begin(), tolower); in ConvertStrToTabBarMode() 441 return temp == "fixed" ? TabBarMode::FIXED : TabBarMode::SCROLLABLE; in ConvertStrToTabBarMode()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | crestst.c | 188 UChar temp[7]; in TestConstruction1() local 227 u_uastrcpy(temp, "TE_IN"); in TestConstruction1() 229 if(u_strcmp(result2, temp)!=0) in TestConstruction1() 245 for(n=0;temp[n];n++) in TestConstruction1() 247 log_verbose("%04X ",temp[n]); in TestConstruction1()
|
/third_party/node/deps/v8/src/api/ |
H A D | api-natives.cc | 211 for (Handle<TemplateInfoT> temp(*data, isolate); !temp->is_null(); in ConfigureInstance() 212 temp = handle(temp->GetParent(isolate), isolate)) { in ConfigureInstance() 214 Object maybe_properties = temp->property_accessors(); in ConfigureInstance()
|
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
H A D | astc_color_unquantize.cpp | 458 int temp; in hdr_rgbo_unpack3() local 462 temp = red; in hdr_rgbo_unpack3() 464 green = temp; in hdr_rgbo_unpack3() 467 temp = red; in hdr_rgbo_unpack3() 469 blue = temp; in hdr_rgbo_unpack3()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | tmutfmt.cpp | 223 Formattable& temp = parsed[0]; in parseObject() local 224 if (temp.getType() == Formattable::kString) { in parseObject() 227 getNumberFormatInternal().parse(temp.getString(tmpString), tmpNumber, pStatus); in parseObject() 231 } else if (temp.isNumeric()) { in parseObject() 232 tmpNumber = temp; in parseObject()
|
/third_party/python/Python/ |
H A D | ast_unparse.c | 576 PyObject *temp; in escape_braces() local 578 temp = PyUnicode_Replace(orig, &_Py_STR(open_br), &_Py_STR(dbl_open_br), -1); in escape_braces() 579 if (!temp) { in escape_braces() 582 result = PyUnicode_Replace(temp, &_Py_STR(close_br), &_Py_STR(dbl_close_br), -1); in escape_braces() 583 Py_DECREF(temp); in escape_braces()
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
H A D | canvas2dcontext.js | 764 var temp = path.copy(); 766 temp.setFillType(CanvasKit.FillType.Winding); 767 temp.stroke({'width': this.lineWidth, 'miter_limit': this.miterLimit, 771 var retVal = temp.contains(x, y); 772 temp.delete();
|