Home
last modified time | relevance | path

Searched refs:value (Results 16226 - 16250 of 36350) sorted by relevance

1...<<641642643644645646647648649650>>...1454

/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h578 void LiftoffAssembler::LoadConstant(LiftoffRegister reg, WasmValue value, in LoadConstant() argument
580 switch (value.type().kind()) { in LoadConstant()
582 TurboAssembler::Move(reg.gp(), Operand(value.to_i32(), rmode)); in LoadConstant()
586 int32_t low_word = value.to_i64(); in LoadConstant()
587 int32_t high_word = value.to_i64() >> 32; in LoadConstant()
593 vmov(liftoff::GetFloatRegister(reg.fp()), value.to_f32_boxed()); in LoadConstant()
597 vmov(reg.fp(), base::Double(value.to_f64_boxed().get_bits()), in LoadConstant()
649 if (type.value() == LoadType::kF64Load || in LoadInternal()
650 type.value() == LoadType::kF32Load || in LoadInternal()
651 type.value() in LoadInternal()
884 AtomicOp32( LiftoffAssembler* lasm, Register dst_addr, Register offset_reg, uint32_t offset_imm, LiftoffRegister value, LiftoffRegister result, LiftoffRegList pinned, void (Assembler::*load)(Register, Register, Condition), void (Assembler::*store)(Register, Register, Register, Condition), void (*op)(LiftoffAssembler*, Register, Register, Register)) AtomicOp32() argument
947 AtomicBinop32(LiftoffAssembler* lasm, Register dst_addr, Register offset_reg, uint32_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type, void (*op)(LiftoffAssembler*, Register, Register, Register)) AtomicBinop32() argument
987 AtomicOp64(LiftoffAssembler* lasm, Register dst_addr, Register offset_reg, uint32_t offset_imm, LiftoffRegister value, base::Optional<LiftoffRegister> result, void (*op)(LiftoffAssembler*, LiftoffRegister, LiftoffRegister, LiftoffRegister)) AtomicOp64() argument
1120 AtomicAdd(Register dst_addr, Register offset_reg, uint32_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicAdd() argument
1132 AtomicSub(Register dst_addr, Register offset_reg, uint32_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicSub() argument
1144 AtomicAnd(Register dst_addr, Register offset_reg, uint32_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicAnd() argument
1156 AtomicOr(Register dst_addr, Register offset_reg, uint32_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicOr() argument
1168 AtomicXor(Register dst_addr, Register offset_reg, uint32_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicXor() argument
1180 AtomicExchange(Register dst_addr, Register offset_reg, uint32_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicExchange() argument
1422 Spill(int offset, WasmValue value) Spill() argument
2233 emit_i32_subi_jump_negative(Register value, int subtrahend, Label* result_negative) emit_i32_subi_jump_negative() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp99 BorderStyle ConvertBorderStyle(int32_t value) in ConvertBorderStyle() argument
101 auto style = static_cast<BorderStyle>(value); in ConvertBorderStyle()
108 bool ParseJsDouble(const EcmaVM *vm, const Local<JSValueRef> &value, double &result) in ParseJsDouble() argument
110 if (value->IsNumber()) { in ParseJsDouble()
111 result = value->ToNumber(vm)->Value(); in ParseJsDouble()
114 if (value->IsString(vm)) { in ParseJsDouble()
115 return StringUtils::StringToDouble(value->ToString(vm)->ToString(vm), result); in ParseJsDouble()
121 bool ParseJsInt32(const EcmaVM *vm, const Local<JSValueRef> &value, int32_t &result) in ParseJsInt32() argument
123 if (value->IsNumber()) { in ParseJsInt32()
124 result = value in ParseJsInt32()
135 ParseJsAngle(const EcmaVM *vm, const Local<JSValueRef> &value, std::optional<float> &angle) ParseJsAngle() argument
148 ParseGradientAngle(const EcmaVM *vm, const Local<JSValueRef> &value, std::vector<ArkUIInt32orFloat32> &values) ParseGradientAngle() argument
159 ParseGradientColorStops(const EcmaVM *vm, const Local<JSValueRef> &value, std::vector<ArkUIInt32orFloat32> &colors) ParseGradientColorStops() argument
195 ParseJsShadowColorStrategy(const EcmaVM *vm, const Local<JSValueRef> &value, ShadowColorStrategy& strategy) ParseJsShadowColorStrategy() argument
210 ParseJsShadowDimension(const EcmaVM *vm, const Local<JSValueRef> &value, CalcDimension& dimension) ParseJsShadowDimension() argument
304 ArkUIStringAndFloat value = { 0.0, nullptr }; PushDimensionsToVector() local
835 ParseJsDoublePair(const EcmaVM *vm, const Local<JSValueRef> &value, ArkUI_Float32 &first, ArkUI_Float32 &second) ParseJsDoublePair() argument
857 ParseGradientCenter(const EcmaVM* vm, const Local<JSValueRef>& value, std::vector<ArkUIInt32orFloat32>& values) ParseGradientCenter() argument
996 ParseLocalizedBorderRadius(const EcmaVM* vm, const Local<JSValueRef>& value, CalcDimension& result) ParseLocalizedBorderRadius() argument
1056 PushOuterBorderStyleVector(const std::optional<BorderStyle>& value, std::vector<uint32_t> &options) PushOuterBorderStyleVector() argument
1121 SetBackgroundImagePositionAlign(double &value, DimensionUnit &type, double valueContent, const DimensionUnit &typeContent) SetBackgroundImagePositionAlign() argument
1191 ParseDirection(EcmaVM *vm, const Local<JSValueRef> &directionArg, float &value) ParseDirection() argument
1332 ParseCalcDimension(const EcmaVM* vm, ArkUINodeHandle node, const Local<JSValueRef>& value, CalcDimension& result, bool isWidth) ParseCalcDimension() argument
1531 ParseLocalizedBorderWidth(const EcmaVM* vm, const Local<JSValueRef>& value, CalcDimension& dimen) ParseLocalizedBorderWidth() argument
1814 Local<JSValueRef> value = transArray->GetValueAt(vm, jsValue, i); SetTransform() local
2150 int32_t value = secondArg->Int32Value(vm); SetZIndex() local
3864 double value = secondArg->ToNumber(vm)->Value(); SetDisplayPriority() local
3971 ParsePadding(const EcmaVM* vm, const Local<JSValueRef>& value, CalcDimension& dimen, ArkUISizeType& result) ParsePadding() argument
3987 ParseLocalizedPadding(const EcmaVM* vm, const Local<JSValueRef>& value, CalcDimension& dimen, ArkUISizeType& result) ParseLocalizedPadding() argument
4070 ParseLocalizedMargin(const EcmaVM* vm, const Local<JSValueRef>& value, CalcDimension& dimen, ArkUISizeType& result) ParseLocalizedMargin() argument
4084 ParseMargin(const EcmaVM* vm, const Local<JSValueRef>& value, CalcDimension& dimen, ArkUISizeType& result) ParseMargin() argument
4198 int32_t value = 0; SetVisibility() local
4460 double value = secondArg->ToNumber(vm)->Value(); SetAspectRatio() local
4487 double value = secondArg->ToNumber(vm)->Value(); SetFlexGrow() local
4514 double value = secondArg->ToNumber(vm)->Value(); SetFlexShrink() local
4566 int32_t value = 0; SetGridSpan() local
4804 uint32_t value = secondArg->Uint32Value(vm); SetRestoreId() local
4865 Local<JSValueRef> value = transArray->GetValueAt(vm, secondArg, i); SetObscured() local
5364 auto value = jValue->IsNumber() ? jValue->ToNumber<float>() : 0.0f; SetMask() local
[all...]
H A Darkts_native_image_bridge.cpp51 options.push_back(static_cast<ArkUI_Float32>(valueDim.value().Value())); in PushOuterBorderDimensionVector()
52 options.push_back(static_cast<ArkUI_Float32>(valueDim.value().Unit())); in PushOuterBorderDimensionVector()
115 ArkUIStringAndFloat value = { 0.0, nullptr }; in PushDimensionsToVector() local
117 unit = optDimension.value().Unit(); in PushDimensionsToVector()
119 value.valueStr = optDimension.value().CalcValue().c_str(); in PushDimensionsToVector()
121 value.value = optDimension.value().Value(); in PushDimensionsToVector()
125 results.push_back(value); in PushDimensionsToVector()
558 uint32_t value = static_cast<uint32_t>(secondArg->ToBoolean(vm)->Value()); SetMatchTextDirection() local
638 int32_t value = secondArg->Int32Value(vm); SetImageInterpolation() local
708 auto value = array->GetValueAt(vm, jsObjArg, i); SetColorFilter() local
739 bool value; SetDraggable() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/side_bar/
H A Dside_bar_layout_test_ng.cpp219 SizeF value(SIZEF_WIDTH, SIZEF_HEIGHT); in HWTEST_F()
220 sideBarLayoutProperty->UpdateMarginSelfIdealSize(value); in HWTEST_F()
253 SizeF value(SIZEF_WIDTH, SIZEF_HEIGHT); in HWTEST_F()
254 sideBarLayoutProperty->UpdateMarginSelfIdealSize(value); in HWTEST_F()
285 SizeF value(SIZEF_WIDTH, SIZEF_HEIGHT); in HWTEST_F()
286 sideBarLayoutProperty->UpdateMarginSelfIdealSize(value); in HWTEST_F()
712 SizeF value(SIZEF_WIDTH, SIZEF_HEIGHT); in HWTEST_F()
713 sideBarLayoutProperty->UpdateMarginSelfIdealSize(value); in HWTEST_F()
758 SizeF value(SIZEF_WIDTH, SIZEF_HEIGHT); in HWTEST_F()
759 sideBarLayoutProperty->UpdateMarginSelfIdealSize(value); in HWTEST_F()
[all...]
/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_remote_object.cpp57 static bool IsValidParamWithNotify(napi_value value, CallbackParam *param, napi_handle_scope &scope, in IsValidParamWithNotify() argument
60 if (value == nullptr) { in IsValidParamWithNotify()
187 napi_value value = nullptr; in NAPI_RemoteObject_saveOldCallingInfoInner() local
188 napi_get_named_property(env, global, "callingPid_", &value); in NAPI_RemoteObject_saveOldCallingInfoInner()
189 napi_get_value_int32(env, value, &oldCallingInfo.callingPid); in NAPI_RemoteObject_saveOldCallingInfoInner()
190 napi_get_named_property(env, global, "callingUid_", &value); in NAPI_RemoteObject_saveOldCallingInfoInner()
191 napi_get_value_int32(env, value, &oldCallingInfo.callingUid); in NAPI_RemoteObject_saveOldCallingInfoInner()
192 napi_get_named_property(env, global, "callingTokenId_", &value); in NAPI_RemoteObject_saveOldCallingInfoInner()
193 napi_get_value_uint32(env, value, &oldCallingInfo.callingTokenId); in NAPI_RemoteObject_saveOldCallingInfoInner()
194 napi_get_named_property(env, global, "callingDeviceID_", &value); in NAPI_RemoteObject_saveOldCallingInfoInner()
490 RemoteObjectDetachCb(napi_env engine, void *value, void *hint) RemoteObjectDetachCb() argument
507 RemoteObjectAttachCb(napi_env engine, void *value, void *hint) RemoteObjectAttachCb() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp264 LOGE("[SQLiteUtil][Bind text]Failed to bind the value:%d", errCode); in BindTextToStatement()
271 int SQLiteUtils::BindInt64ToStatement(sqlite3_stmt *statement, int index, int64_t value) in BindInt64ToStatement() argument
274 int errCode = sqlite3_bind_int64(statement, index, value); in BindInt64ToStatement()
276 LOGE("[SQLiteUtil][Bind int64]Failed to bind the value:%d", errCode); in BindInt64ToStatement()
283 int SQLiteUtils::BindBlobToStatement(sqlite3_stmt *statement, int index, const std::vector<uint8_t> &value, in BindBlobToStatement() argument
290 // Check empty value. in BindBlobToStatement()
291 if (value.empty() && !permEmpty) { in BindBlobToStatement()
292 LOGI("[SQLiteUtil][Bind blob]Invalid value"); in BindBlobToStatement()
297 if (value.empty()) { in BindBlobToStatement()
300 errCode = sqlite3_bind_blob(statement, index, static_cast<const void *>(value in BindBlobToStatement()
505 GetColumnBlobValue(sqlite3_stmt *statement, int index, std::vector<uint8_t> &value) GetColumnBlobValue() argument
531 GetColumnTextValue(sqlite3_stmt *statement, int index, std::string &value) GetColumnTextValue() argument
1672 Value value; GetLogTableVersion() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ieee802154/
H A Dca8210.c949 cas_ctl->transfer.delay.value = 0; in ca8210_spi_transfer()
1243 * value. Tuned for the hardware. in tdme_channelinit()
1291 u8 value; in tdme_checkpibattribute() local
1293 value = *((u8 *)pib_attribute_value); in tdme_checkpibattribute()
1298 if (value > 0x3F) in tdme_checkpibattribute()
1302 if (value > 0x03) in tdme_checkpibattribute()
1307 if (value < 6 || value > 41) in tdme_checkpibattribute()
1315 if (value > MAX_BEACON_PAYLOAD_LENGTH) in tdme_checkpibattribute()
1319 if (value > 1 in tdme_checkpibattribute()
[all...]
/kernel/linux/linux-5.10/fs/ext4/
H A Dinline.c49 * and the name/value pair. in get_max_inline_xattr_value_size()
219 * value since it is already handled by ext4_xattr_ibody_set.
265 void *value = NULL; in ext4_create_inline_data() local
284 value = EXT4_ZERO_XATTR_VALUE; in ext4_create_inline_data()
287 value = ""; in ext4_create_inline_data()
292 i.value = value; in ext4_create_inline_data()
329 void *value = NULL; in ext4_update_inline_data() local
353 value = kzalloc(len, GFP_NOFS); in ext4_update_inline_data()
354 if (!value) { in ext4_update_inline_data()
1893 void *value = NULL; ext4_inline_data_truncate() local
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Dinline.c51 * and the name/value pair. in get_max_inline_xattr_value_size()
220 * value since it is already handled by ext4_xattr_ibody_set.
266 void *value = NULL; in ext4_create_inline_data() local
286 value = EXT4_ZERO_XATTR_VALUE; in ext4_create_inline_data()
289 value = ""; in ext4_create_inline_data()
294 i.value = value; in ext4_create_inline_data()
331 void *value = NULL; in ext4_update_inline_data() local
355 value = kzalloc(len, GFP_NOFS); in ext4_update_inline_data()
356 if (!value) { in ext4_update_inline_data()
1901 void *value = NULL; ext4_inline_data_truncate() local
[all...]
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dat803x.c519 int value; in at803x_get_wol() local
524 value = phy_read(phydev, AT803X_INTR_ENABLE); in at803x_get_wol()
525 if (value < 0) in at803x_get_wol()
528 if (value & AT803X_INTR_ENABLE_WOL) in at803x_get_wol()
581 int value; in at803x_suspend() local
584 value = phy_read(phydev, AT803X_INTR_ENABLE); in at803x_suspend()
585 wol_enabled = value & AT803X_INTR_ENABLE_WOL; in at803x_suspend()
588 value = BMCR_ISOLATE; in at803x_suspend()
590 value = BMCR_PDOWN; in at803x_suspend()
592 phy_modify(phydev, MII_BMCR, 0, value); in at803x_suspend()
1083 int value; at803x_config_intr() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ieee802154/
H A Dca8210.c908 cas_ctl->transfer.delay.value = 0; in ca8210_spi_transfer()
1202 * value. Tuned for the hardware. in tdme_channelinit()
1249 u8 value; in tdme_checkpibattribute() local
1251 value = *((u8 *)pib_attribute_value); in tdme_checkpibattribute()
1256 if (value > 0x3F) in tdme_checkpibattribute()
1260 if (value > 0x03) in tdme_checkpibattribute()
1265 if (value < 6 || value > 41) in tdme_checkpibattribute()
1273 if (value > MAX_BEACON_PAYLOAD_LENGTH) in tdme_checkpibattribute()
1277 if (value > 1 in tdme_checkpibattribute()
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dlpass-tx-macro.c608 /* 9.6MHz MCLK, set value 0x00 if other frequency */ in tx_macro_mclk_enable()
748 val = ucontrol->value.enumerated.item[0]; in tx_macro_put_dec_enum()
814 ucontrol->value.integer.value[0] = 1; in tx_macro_tx_mixer_get()
816 ucontrol->value.integer.value[0] = 0; in tx_macro_tx_mixer_get()
830 u32 enable = ucontrol->value.integer.value[0]; in tx_macro_tx_mixer_put()
1022 ucontrol->value.integer.value[ in tx_macro_dec_mode_get()
1031 int value = ucontrol->value.integer.value[0]; tx_macro_dec_mode_put() local
1059 int value = ucontrol->value.integer.value[0]; tx_macro_set_bcs() local
[all...]
/third_party/backends/backend/
H A Ddc25.c830 * value to non-zero to prevent the error. in interpolate_vertically()
2044 SANE_Action action, void *value, SANE_Int * info) in sane_control_option()
2056 "SETAUTO")), value, (void *)info); in sane_control_option()
2067 status = sanei_constrain_value (sod + option, value, &myinfo); in sane_control_option()
2077 dc25_opt_image_number = *(SANE_Word *) value; in sane_control_option()
2082 dc25_opt_thumbnails = !!*(SANE_Word *) value; in sane_control_option()
2116 dc25_opt_snap = !!*(SANE_Word *) value; in sane_control_option()
2129 dc25_opt_lowres = !!*(SANE_Word *) value; in sane_control_option()
2154 dc25_opt_contrast = *(SANE_Word *) value; in sane_control_option()
2158 dc25_opt_gamma = *(SANE_Word *) value; in sane_control_option()
2043 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *value, SANE_Int * info) sane_control_option() argument
[all...]
/third_party/icu/icu4c/source/tools/genrb/
H A Dparse.cpp96 struct UString value; member
139 MAX_LOOKAHEAD lookahead tokens and a slot for the current token and value.
145 UString *value;
147 getToken(&value, NULL, status);
148 getToken(NULL, NULL, status); bad - value is now a different string
168 state->lookahead[i].type = getNextToken(state->buffer, &state->lookahead[i].value, &state->lookahead[i].line, &state->lookahead[i].comment, status); in initLookahead()
184 ustr_deinit(&state->lookahead[i].value); in cleanupLookahead()
200 *tokenValue = &state->lookahead[state->lookaheadPosition].value; in getToken()
216 ustr_setlen(&state->lookahead[i].value, 0, status); in getToken()
217 state->lookahead[i].type = getNextToken(state->buffer, &state->lookahead[i].value, in getToken()
943 convertTrie(const void *context, UChar32 start, UChar32 end, uint32_t value) convertTrie() argument
1719 int32_t value; parseIntVector() local
1822 LocalMemory<uint8_t> value; parseBinary() local
1868 int32_t value; parseInteger() local
[all...]
/third_party/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc486 const int value = 5; in TEST() local
488 a1.Perform(std::make_tuple(&value)); in TEST()
494 char value = 'a'; in TEST() local
496 a1.Perform(std::make_tuple(true, &value)); in TEST()
501 int value = 0; in TEST() local
503 a1.Perform(std::tuple<int&>(value)); in TEST()
504 EXPECT_EQ(1, value); in TEST()
508 int value = 0; in TEST() local
510 a1.Perform(std::tuple<int, int&>(0, value)); in TEST()
511 EXPECT_EQ('a', value); in TEST()
515 int value = 0; TEST() local
1445 BoolResetter(bool* value) BoolResetter() argument
1482 int value; global() member
[all...]
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-dynamic.tex19 current value (for frame registers) or by providing the location at
20 which the current value is stored (callee-saved registers).
103 \item[\Type{unw\_word\_t} \Var{gp}] The global-pointer value in use
176 \item[\Type{unw\_word\_t} \Var{segbase}] The segment-base value
178 unwind-info. The exact meaning of this value is
226 architecture-specific sections for details). The value of
229 negative value indicates that the region covers the last \emph{N}
230 instructions of the procedure, where \emph{N} is the absolute value
249 specify a negative value in \Var{insn\_count} such that
291 a value o
[all...]
/third_party/node/tools/
H A Dtest.py773 for key, value in env.items():
774 env_copy[key] = value
996 def __init__(self, value):
997 self.value = value
1000 return self.value
1274 def __init__(self, raw_path, path, value):
1277 self.value = value
1280 return self.value
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dparse.cpp96 struct UString value; member
139 MAX_LOOKAHEAD lookahead tokens and a slot for the current token and value.
145 UString *value;
147 getToken(&value, nullptr, status);
148 getToken(nullptr, nullptr, status); bad - value is now a different string
168 state->lookahead[i].type = getNextToken(state->buffer, &state->lookahead[i].value, &state->lookahead[i].line, &state->lookahead[i].comment, status); in initLookahead()
184 ustr_deinit(&state->lookahead[i].value); in cleanupLookahead()
200 *tokenValue = &state->lookahead[state->lookaheadPosition].value; in getToken()
216 ustr_setlen(&state->lookahead[i].value, 0, status); in getToken()
217 state->lookahead[i].type = getNextToken(state->buffer, &state->lookahead[i].value, in getToken()
943 convertTrie(const void *context, UChar32 start, UChar32 end, uint32_t value) convertTrie() argument
1719 int32_t value; parseIntVector() local
1822 LocalMemory<uint8_t> value; parseBinary() local
1868 int32_t value; parseInteger() local
[all...]
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc132 // Clobbers object, dst, value, and ra, if (ra_status == kRAHasBeenSaved)
136 Register value, Register dst, in RecordWriteField()
142 DCHECK(!AreAliased(value, dst, t8, object)); in RecordWriteField()
149 JumpIfSmi(value, &done); in RecordWriteField()
166 RecordWrite(object, dst, value, ra_status, save_fp, remembered_set_action, in RecordWriteField()
174 li(value, Operand(bit_cast<int64_t>(kZapValue + 4))); in RecordWriteField()
268 // Clobbers object, address, value, and ra, if (ra_status == kRAHasBeenSaved) in CallRecordWriteStub()
272 Register value, RAStatus ra_status, in CallRecordWriteStub()
276 DCHECK(!AreAliased(object, address, value, t8)); in CallRecordWriteStub()
277 DCHECK(!AreAliased(object, address, value, t in CallRecordWriteStub()
135 RecordWriteField(Register object, int offset, Register value, Register dst, RAStatus ra_status, SaveFPRegsMode save_fp, RememberedSetAction remembered_set_action, SmiCheck smi_check) RecordWriteField() argument
271 RecordWrite(Register object, Register address, Register value, RAStatus ra_status, SaveFPRegsMode fp_mode, RememberedSetAction remembered_set_action, SmiCheck smi_check) CallRecordWriteStub() argument
1524 li(Register dst, Handle<HeapObject> value, LiFlags mode) CallRecordWriteStub() argument
1535 li(Register dst, ExternalReference value, LiFlags mode) CallRecordWriteStub() argument
1551 InstrCountForLiLower32Bit(int64_t value) CallRecordWriteStub() argument
1573 InstrCountForLoadReplicatedConst32(int64_t value) CallRecordWriteStub() argument
1584 InstrCountForLi64Bit(int64_t value) CallRecordWriteStub() argument
4354 JumpIfIsInRange(Register value, unsigned lower_limit, unsigned higher_limit, Label* on_in_range) CallRecordWriteStub() argument
5221 EmitIncrementCounter(StatsCounter* counter, int value, Register scratch1, Register scratch2) CallRecordWriteStub() argument
5237 EmitDecrementCounter(StatsCounter* counter, int value, Register scratch1, Register scratch2) CallRecordWriteStub() argument
5547 JumpIfSmi(Register value, Label* smi_label, BranchDelaySlot bd) CallRecordWriteStub() argument
5556 JumpIfNotSmi(Register value, Label* not_smi_label, BranchDelaySlot bd) CallRecordWriteStub() argument
[all...]
/third_party/node/deps/v8/tools/
H A Dgrokdump.py148 byte = ctypes.c_uint8.from_buffer(reader.minidump, slot + i).value
585 # Breakpad used a custom value of 0x8003 here; Crashpad uses the new
586 # standardized value 12.
795 return ctypes.c_uint8.from_buffer(self.minidump, location).value
799 return ctypes.c_uint32.from_buffer(self.minidump, location).value
803 return ctypes.c_uint64.from_buffer(self.minidump, location).value
838 return ctypes.c_uint64.from_buffer(self.minidump, location).value
839 return ctypes.c_uint32.from_buffer(self.minidump, location).value
864 byte = ctypes.c_uint8.from_buffer(self.minidump, loc).value
886 byte = ctypes.c_uint8.from_buffer(self.minidump, loc).value
[all...]
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc68 return Operand::EmbeddedNumber(constant.ToFloat64().value()); in InputImmediate()
172 Register value, Register scratch0, Register scratch1, in OutOfLineRecordWrite()
179 value_(value), in OutOfLineRecordWrite()
190 DCHECK(!AreAliased(value, offset, scratch0, scratch1)); in OutOfLineRecordWrite()
194 Register value, Register scratch0, Register scratch1, in OutOfLineRecordWrite()
201 value_(value), in OutOfLineRecordWrite()
717 DoubleRegister value = i.InputDoubleRegister(index); \
718 __ StoreF32(value, operand); \
726 DoubleRegister value = i.InputDoubleRegister(index); \
727 __ StoreF64(value, operan
171 OutOfLineRecordWrite(CodeGenerator* gen, Register object, Register offset, Register value, Register scratch0, Register scratch1, RecordWriteMode mode, StubCallMode stub_mode, UnwindingInfoWriter* unwinding_info_writer) OutOfLineRecordWrite() argument
193 OutOfLineRecordWrite(CodeGenerator* gen, Register object, int32_t offset, Register value, Register scratch0, Register scratch1, RecordWriteMode mode, StubCallMode stub_mode, UnwindingInfoWriter* unwinding_info_writer) OutOfLineRecordWrite() argument
1425 Register value = i.InputRegister(2); AssembleArchInstruction() local
1957 DoubleRegister value = i.InputDoubleRegister(0); AssembleArchInstruction() local
2390 Register value = i.InputRegister(2); AssembleArchInstruction() local
2405 Register value = i.InputRegister(2); AssembleArchInstruction() local
2430 Register value = i.InputRegister(2); AssembleArchInstruction() local
2543 Register value = i.InputRegister(2); AssembleArchInstruction() local
3178 Register value = i.InputRegister(index); AssembleArchInstruction() local
3692 double value = (src.type() == Constant::kFloat32) AssembleConstructFrame() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.cpp47 bool RenderBoxBase::IsSizeValid(const Dimension& value, double maxLimit) in IsSizeValid() argument
49 if (NearZero(value.Value())) { in IsSizeValid()
52 if ((value.Unit() == DimensionUnit::PERCENT) && (NearEqual(maxLimit, Size::INFINITE_SIZE))) { in IsSizeValid()
53 // When maxLimit is INFINITE, percent value is invalid, except PERCENT_FLAG_USE_VIEW_PORT is set. in IsSizeValid()
72 std::string value = dimension.CalcValue(); in ConvertMarginToPx() local
74 return StringExpression::CalculateExp(value, [vertical, node](const Dimension& dim) -> double { in ConvertMarginToPx()
111 std::string value = dimension.CalcValue(); in ConvertDimensionToPx() local
113 return StringExpression::CalculateExp(value, [vertical, node](const Dimension& dim) -> double { in ConvertDimensionToPx()
893 map[PropertyAnimatableType::PROPERTY_WIDTH] = [weak](float value) {
899 box->SetWidth(value);
[all...]
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp838 string value; in DumpProcessForEngMode() local
839 WorkDatashareHelper::GetInstance().GetStringValue(key, value); in DumpProcessForEngMode()
840 result.append("key: " + key + ", value: " + value); in DumpProcessForEngMode()
1016 void WorkSchedulerService::DumpParamSet(std::string &key, std::string &value, std::string &result) in DumpParamSet() argument
1018 if (!std::all_of(value.begin(), value.end(), ::isdigit)) { in DumpParamSet()
1023 workPolicyManager_->SetMemoryByDump(std::stoi(value)); in DumpParamSet()
1026 workPolicyManager_->SetWatchdogTimeByDump(std::stoi(value)); in DumpParamSet()
1029 workQueueManager_->SetTimeCycle(std::stoi(value)); in DumpParamSet()
[all...]
/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.cpp45 ErrorLog("can not get string value"); in ParseString()
279 napi_value value = GetNamedProperty(env, napiValue, name); in GetNapiStringValue() local
280 if (value != nullptr) { in GetNapiStringValue()
281 return GetStringFromValue(env, value); in GetNapiStringValue()
287 std::string GetStringFromValue(napi_env env, napi_value value) in GetStringFromValue() argument
292 NAPI_CALL_BASE(env, napi_get_value_string_utf8(env, value, msgChars, maxTextLength, &msgLength), ""); in GetStringFromValue()
302 napi_value value = nullptr; in GetNamedProperty() local
306 NAPI_CALL(env, napi_get_named_property(env, object, propertyName.data(), &value)); in GetNamedProperty()
308 return value; in GetNamedProperty()
313 napi_value value in GetNapiInt32Value() local
509 MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) MatchValueType() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_multi_sub_user_test.cpp490 Value value; in HWTEST_F() local
491 EXPECT_EQ(delegatePtr1->Get(key1, value), OK); in HWTEST_F()
492 EXPECT_EQ(value1, value); in HWTEST_F()
493 EXPECT_EQ(delegatePtr2->Get(key2, value), OK); in HWTEST_F()
494 EXPECT_EQ(value2, value); in HWTEST_F()
496 EXPECT_EQ(delegatePtr1->Get(key2, value), NOT_FOUND); in HWTEST_F()
497 EXPECT_EQ(delegatePtr2->Get(key1, value), NOT_FOUND); in HWTEST_F()
597 Value value; in HWTEST_F() local
598 EXPECT_EQ(delegatePtr1->Get(key1, value), OK); in HWTEST_F()
599 EXPECT_EQ(value1, value); in HWTEST_F()
[all...]

Completed in 73 milliseconds

1...<<641642643644645646647648649650>>...1454