Home
last modified time | relevance | path

Searched refs:value (Results 18901 - 18925 of 31473) sorted by relevance

1...<<751752753754755756757758759760>>...1259

/third_party/mesa3d/src/intel/common/
H A Dintel_batch_decoder.c163 /* some value with only a few binary digits */ in probably_float()
393 ksp = strtoll(iter.value, NULL, 16); in handle_interface_descriptor_data()
395 sampler_offset = strtol(iter.value, NULL, 16); in handle_interface_descriptor_data()
397 sampler_count = strtol(iter.value, NULL, 10); in handle_interface_descriptor_data()
399 binding_table_offset = strtol(iter.value, NULL, 16); in handle_interface_descriptor_data()
401 binding_entry_count = strtol(iter.value, NULL, 10); in handle_interface_descriptor_data()
428 descriptor_offset = strtol(iter.value, NULL, 16); in handle_media_interface_descriptor_load()
431 strtol(iter.value, NULL, 16) / (desc->dw_length * 4); in handle_media_interface_descriptor_load()
603 is_simd8 = strcmp(iter.value, "SIMD8") == 0; in decode_single_ksp()
605 is_simd8 = strcmp(iter.value, "SIMD in decode_single_ksp()
[all...]
/third_party/node/src/
H A Dnode_contextify.cc485 Local<Value> value, in PropertySetterCallback()
524 bool is_function = value->IsFunction(); in PropertySetterCallback()
532 if (ctx->sandbox()->Set(context, property, value).IsNothing()) return; in PropertySetterCallback()
543 // We have to specify the return value for any contextual or get/set in PropertySetterCallback()
547 args.GetReturnValue().Set(value); in PropertySetterCallback()
620 Local<Value> value = in PropertyDefinerCallback() local
621 desc.has_value() ? desc.value() : Undefined(isolate).As<Value>(); in PropertyDefinerCallback()
624 PropertyDescriptor desc_for_sandbox(value, desc.writable()); in PropertyDefinerCallback()
627 PropertyDescriptor desc_for_sandbox(value); in PropertyDefinerCallback()
684 Local<Value> value, in IndexedPropertySetterCallback()
483 PropertySetterCallback( Local<Name> property, Local<Value> value, const PropertyCallbackInfo<Value>& args) PropertySetterCallback() argument
682 IndexedPropertySetterCallback( uint32_t index, Local<Value> value, const PropertyCallbackInfo<Value>& args) IndexedPropertySetterCallback() argument
957 InstanceOf(Environment* env, const Local<Value>& value) InstanceOf() argument
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dbrotli_bit_stream.c247 /* value of 1 indicates a simple Huffman code */ in StoreSimpleHuffmanTree()
508 /* value of 1 indicates a simple Huffman code */ in BrotliBuildAndStoreHuffmanTreeFast()
545 const uint8_t value = depth[i]; in BrotliBuildAndStoreHuffmanTreeFast() local
548 for (k = i + 1; k < length && depth[k] == value; ++k) { in BrotliBuildAndStoreHuffmanTreeFast()
552 if (value == 0) { in BrotliBuildAndStoreHuffmanTreeFast()
556 if (previous_value != value) { in BrotliBuildAndStoreHuffmanTreeFast()
557 BrotliWriteBits(kCodeLengthDepth[value], kCodeLengthBits[value], in BrotliBuildAndStoreHuffmanTreeFast()
564 BrotliWriteBits(kCodeLengthDepth[value], kCodeLengthBits[value], in BrotliBuildAndStoreHuffmanTreeFast()
578 IndexOf(const uint8_t* v, size_t v_size, uint8_t value) IndexOf() argument
587 uint8_t value = v[index]; MoveToFront() local
[all...]
/third_party/libabigail/src/
H A Dabg-suppression.cc500 /// @return the boolean value of the property.
508 /// @param f the new boolean value of the property.
547 /// @param f the new value of the flag. It's true iff the current
1247 /// instance of @ref interger_boundary with a negative value means the
1248 /// maximum possible value.
1251 /// instance of @ref interger_boundary with a negative value means the
1252 /// maximum possible value.
1261 /// instance of @ref interger_boundary with a negative value means the
1262 /// maximum possible value.
1270 /// instance of @ref interger_boundary with a negative value mean
1286 create_integer_boundary(int value) create_integer_boundary() argument
1338 eval_boundary(boundary_sptr boundary, class_decl_sptr context, uint64_t& value) eval_boundary() argument
1393 boundary_value_is_end(uint64_t value) boundary_value_is_end() argument
1460 integer_boundary(uint64_t value) integer_boundary() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DBlitter.cpp1081 bool Blitter::ApplyScaleAndClamp(Float4 &value, const State &state, bool preScaled) in ApplyScaleAndClamp() argument
1117 value *= preScaled ? Float4(1.0f / scale.x, 1.0f / scale.y, 1.0f / scale.z, 1.0f / scale.w) : // Unapply scale in ApplyScaleAndClamp()
1119 value = (srcSRGB && !preScaled) ? sRGBtoLinear(value) : LinearToSRGB(value); in ApplyScaleAndClamp()
1120 value *= Float4(scale.x, scale.y, scale.z, scale.w); // Apply scale in ApplyScaleAndClamp()
1124 value *= Float4(scale.x / unscale.x, scale.y / unscale.y, scale.z / unscale.z, scale.w / unscale.w); in ApplyScaleAndClamp()
1129 value = Max(value, Float4(0.0f)); // TODO: Only necessary if source is signed. in ApplyScaleAndClamp()
1133 value in ApplyScaleAndClamp()
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbrotli_bit_stream.c247 /* value of 1 indicates a simple Huffman code */ in StoreSimpleHuffmanTree()
508 /* value of 1 indicates a simple Huffman code */ in BrotliBuildAndStoreHuffmanTreeFast()
545 const uint8_t value = depth[i]; in BrotliBuildAndStoreHuffmanTreeFast() local
548 for (k = i + 1; k < length && depth[k] == value; ++k) { in BrotliBuildAndStoreHuffmanTreeFast()
552 if (value == 0) { in BrotliBuildAndStoreHuffmanTreeFast()
556 if (previous_value != value) { in BrotliBuildAndStoreHuffmanTreeFast()
557 BrotliWriteBits(kCodeLengthDepth[value], kCodeLengthBits[value], in BrotliBuildAndStoreHuffmanTreeFast()
564 BrotliWriteBits(kCodeLengthDepth[value], kCodeLengthBits[value], in BrotliBuildAndStoreHuffmanTreeFast()
578 IndexOf(const uint8_t* v, size_t v_size, uint8_t value) IndexOf() argument
587 uint8_t value = v[index]; MoveToFront() local
[all...]
/third_party/python/PC/
H A Dlauncher.c329 --data_size; /* reg value ended in a backslash */ in _locate_pythons_for_key()
571 * Get a value either from the environment or a configuration file.
578 * Note: this static value is used to return a configured value in get_configured_value()
611 debug(L"found configured value '%ls=%ls' in %ls\n", in get_configured_value()
614 debug(L"found no configured value for '%ls'\n", key); in get_configured_value()
655 /* Not found a value yet - try by major version. in locate_python()
706 debug(L"GetModuleFileNameW returned value has no extension: %ls\n", in locate_wrapped_script()
881 wchar_t value[MSGSIZE]; member
938 len = SearchPathW(NULL, name, NULL, MSGSIZE, path_command.value, NUL in find_on_path()
1007 wchar_t value[MSGSIZE]; read_config_file() local
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DMapTest.java308 private <K, V> void assertImmutable(Map<K, V> map, K key, V value) { in assertImmutable() argument
310 map.put(key, value); in assertImmutable()
467 2, 1000)) // unknown value. in testPutAllForUnknownEnumValues()
484 .putInt32ToEnumFieldValue(2, 1000) // unknown value. in testPutForUnknownEnumValues()
688 // Change the entry value. in testNestedBuilderOnChangeEventPropagationReflection()
718 Message.Builder mapEntry, String name, Object value) { in setFieldValue()
720 mapEntry.setField(field, value); in setFieldValue()
729 Object value = getFieldValue(mapEntry, "value"); in assertHasMapValues()
731 assertEquals(value, value in assertHasMapValues()
717 setFieldValue( Message.Builder mapEntry, String name, Object value) setFieldValue() argument
743 newMapEntry(Message.Builder builder, String name, K key, V value) newMapEntry() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector_test.cc65 return testing::ExplainMatchResult(e, arg.value(), result_listener); in MATCHER_P()
80 RefCounted(int value, int* count) : value_(value), count_(count) { Ref(); } in RefCounted() argument
350 EXPECT_TRUE(std::is_nothrow_move_constructible<IntVec>::value); in TEST()
352 absl::InlinedVector<MoveOnly, 2>>::value)); in TEST()
357 EXPECT_EQ(absl::default_allocator_is_nothrow::value, in TEST()
359 absl::InlinedVector<MoveCanThrow, 2>>::value)); in TEST()
907 EXPECT_EQ(i, b[i].value()); in TYPED_TEST_P()
910 EXPECT_EQ(100 + i, a[i].value()); in TYPED_TEST_P()
1304 EXPECT_EQ(0, v[0].value()); in InstanceRangedConstructorTestForContainer()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
H A Deapol_supp_sm.c1095 * the given value or ignored if set to -1 (to set only some of the variables).
1437 * @enabled: New portEnabled value
1439 * Notify EAPOL state machine about new portEnabled value.
1457 * @valid: New portValid value
1459 * Notify EAPOL state machine about new portValid value.
1732 * @portControl: New value for portControl variable
1879 Boolean value) in eapol_sm_set_bool()
1886 sm->eapSuccess = value; in eapol_sm_set_bool()
1889 sm->eapRestart = value; in eapol_sm_set_bool()
1892 sm->eapFail = value; in eapol_sm_set_bool()
1878 eapol_sm_set_bool(void *ctx, enum eapol_bool_var variable, Boolean value) eapol_sm_set_bool() argument
1932 eapol_sm_set_int(void *ctx, enum eapol_int_var variable, unsigned int value) eapol_sm_set_int() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/
H A Deapol_supp_sm.c1120 * the given value or ignored if set to -1 (to set only some of the variables).
1490 * @enabled: New portEnabled value
1492 * Notify EAPOL state machine about new portEnabled value.
1510 * @valid: New portValid value
1512 * Notify EAPOL state machine about new portValid value.
1785 * @portControl: New value for portControl variable
1932 bool value) in eapol_sm_set_bool()
1939 sm->eapSuccess = value; in eapol_sm_set_bool()
1942 sm->eapRestart = value; in eapol_sm_set_bool()
1945 sm->eapFail = value; in eapol_sm_set_bool()
1931 eapol_sm_set_bool(void *ctx, enum eapol_bool_var variable, bool value) eapol_sm_set_bool() argument
1985 eapol_sm_set_int(void *ctx, enum eapol_int_var variable, unsigned int value) eapol_sm_set_int() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H A Dmain.c534 void b43_shm_write32(struct b43_wldev *dev, u16 routing, u16 offset, u32 value) in b43_shm_write32() argument
542 value & 0xFFFF); in b43_shm_write32()
545 (value >> 16) & 0xFFFF); in b43_shm_write32()
551 b43_write32(dev, B43_MMIO_SHM_DATA, value); in b43_shm_write32()
554 void b43_shm_write16(struct b43_wldev *dev, u16 routing, u16 offset, u16 value) in b43_shm_write16() argument
561 b43_write16(dev, B43_MMIO_SHM_DATA_UNALIGNED, value); in b43_shm_write16()
567 b43_write16(dev, B43_MMIO_SHM_DATA, value); in b43_shm_write16()
585 void b43_hf_write(struct b43_wldev *dev, u64 value) in b43_hf_write() argument
589 lo = (value & 0x00000000FFFFULL); in b43_hf_write()
590 mi = (value in b43_hf_write()
743 u16 value; b43_dummy_transmission() local
830 u16 value; key_write() local
2775 u32 value; b43_write_initvals() local
2788 u16 value; b43_write_initvals() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/pm8001/
H A Dpm80xx_hwi.c72 u32 index, value, offset; in pm80xx_pci_mem_copy() local
77 value = pm8001_cr32(pm8001_ha, bus_base_number, offset); in pm80xx_pci_mem_copy()
78 *destination = cpu_to_le32(value); in pm80xx_pci_mem_copy()
260 /* Increment the MEMBASE II Shifting Register value by 0x100.*/ in pm80xx_get_fatal_dump()
302 /* set dump control value to '1' so that new data will in pm80xx_get_fatal_dump()
989 u32 value; in mpi_init_check() local
1003 value = pm8001_cr32(pm8001_ha, 0, MSGU_IBDB_SET); in mpi_init_check()
1004 value &= SPCv_MSGU_CFG_TABLE_UPDATE; in mpi_init_check()
1005 } while ((value != 0) && (--max_wait_count)); in mpi_init_check()
1010 "Inb doorbell clear not toggled[value in mpi_init_check()
1047 u32 value; check_fw_ready() local
1129 u32 value; init_pci_device_addresses() local
1492 u32 value; mpi_uninit_check() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Dmain.c534 void b43_shm_write32(struct b43_wldev *dev, u16 routing, u16 offset, u32 value) in b43_shm_write32() argument
542 value & 0xFFFF); in b43_shm_write32()
545 (value >> 16) & 0xFFFF); in b43_shm_write32()
551 b43_write32(dev, B43_MMIO_SHM_DATA, value); in b43_shm_write32()
554 void b43_shm_write16(struct b43_wldev *dev, u16 routing, u16 offset, u16 value) in b43_shm_write16() argument
561 b43_write16(dev, B43_MMIO_SHM_DATA_UNALIGNED, value); in b43_shm_write16()
567 b43_write16(dev, B43_MMIO_SHM_DATA, value); in b43_shm_write16()
585 void b43_hf_write(struct b43_wldev *dev, u64 value) in b43_hf_write() argument
589 lo = (value & 0x00000000FFFFULL); in b43_hf_write()
590 mi = (value in b43_hf_write()
743 u16 value; b43_dummy_transmission() local
830 u16 value; key_write() local
2776 u32 value; b43_write_initvals() local
2789 u16 value; b43_write_initvals() local
[all...]
/applications/standard/app_samples/code/BasicFeature/Media/ImageEffect/entry/src/main/cpp/utils/
H A Dcommon_utils.h58 static const char *GetStringArgument(napi_env env, napi_value value);
/base/customization/enterprise_device_management/interfaces/kits/location_manager/include/
H A Dlocation_manager_addon.h42 static void CreateLocationPolicyObject(napi_env env, napi_value value);
/base/customization/enterprise_device_management/services/edm_plugin/include/
H A Dlocation_policy_plugin.h34 ErrCode OnGetPolicy(std::string &value, MessageParcel &data, MessageParcel &reply, int32_t userId) override;
H A Dglobal_proxy_plugin.h33 ErrCode OnGetPolicy(std::string &value, MessageParcel &data, MessageParcel &reply, int32_t userId) override;
H A Ddomain_filter_rule_plugin.h35 ErrCode OnGetPolicy(std::string &value, MessageParcel &data, MessageParcel &reply, int32_t userId) override;
H A Dfirewall_rule_plugin.h35 ErrCode OnGetPolicy(std::string &value, MessageParcel &data, MessageParcel &reply, int32_t userId) override;
/base/hiviewdfx/hiappevent/frameworks/native/ndk/include/
H A Dndk_app_event_processor.h34 int SetCustomConfig(const char* key, const char* value);
H A Dndk_app_event_processor_service.h32 int SetCustomConfig(struct HiAppEvent_Processor* processor, const char* key, const char* value);
/base/powermgr/thermal_manager/services/native/include/thermal_action/action/action_soc/
H A Daction_cpu_lit.h31 void AddActionValue(std::string value) override;
H A Daction_cpu_med.h31 void AddActionValue(std::string value) override;
/base/powermgr/thermal_manager/services/native/include/thermal_action/action/
H A Daction_volume.h31 void AddActionValue(std::string value) override;

Completed in 47 milliseconds

1...<<751752753754755756757758759760>>...1259