Home
last modified time | relevance | path

Searched refs:value (Results 16201 - 16225 of 31071) sorted by relevance

1...<<641642643644645646647648649650>>...1243

/kernel/linux/linux-6.6/drivers/scsi/arm/
H A Doak.c21 #define NCR5380_write(reg, value) writeb(value, hostdata->io + ((reg) << 2))
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H A Dbe.h165 u32 offset, u32 value) in amap_set()
169 *dw |= (mask & value) << offset; in amap_set()
164 amap_set(void *ptr, u32 dw_offset, u32 mask, u32 offset, u32 value) amap_set() argument
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/ipset/
H A Dip_set.h224 __u64 value; member
227 __aligned_u64 value; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/netfilter/ipset/
H A Dip_set.h224 __u64 value; member
227 __aligned_u64 value; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/ipset/
H A Dip_set.h214 __u64 value; member
217 __aligned_u64 value; member
/test/testfwk/arkxtest/uitest/record/
H A Dpointer_tracker.h174 auto removeFunc = [&](const T& value) { in RemoveTypeJudge()
175 return ((value == args) || ...); in RemoveTypeJudge()
/test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/
H A Dres_desc_test.cpp116 void TestKeyParam(KeyType keyType, int value, std::string expectStr) in TestKeyParam() argument
120 keyParam.value_ = value; in TestKeyParam()
/third_party/ffmpeg/libavformat/
H A Dmux_utils.c158 if ((ret = av_parse_time(&parsed_timestamp, entry->value, 0)) >= 0) { in ff_parse_creation_time_metadata()
162 av_log(s, AV_LOG_WARNING, "Failed to parse creation_time %s\n", entry->value); in ff_parse_creation_time_metadata()
/third_party/curl/lib/vtls/
H A Dvtls.h136 const char *label, const char *value,
139 const char *label, const char *value);
/third_party/curl/src/
H A Dtool_setopt.h43 long value; member
48 unsigned long value; member
/third_party/gn/src/gn/
H A Dbundle_data.h128 void set_transparent(bool value) { transparent_ = value; } in set_transparent() argument
231 // and this value corresponds to the target name. This is only used to
H A Drust_project_writer_helpers.h53 // Add a key-value environment variable pair used when building this crate.
54 void AddRustenv(std::string key, std::string value) { in AddRustenv() argument
55 rustenv_.emplace(key, value); in AddRustenv()
138 // Find the value of an argument that's passed to the compiler as two
139 // consecutive strings in the list of arguments: ["arg", "value"]
143 // Find the first argument that matches the prefix, returning the value after
144 // the prefix. e.g. ˝--arg=value", is returned as "value" if the prefix
150 // Find all arguments that match the given prefix, returning the value after
151 // the prefix for each one. e.g. "--cfg=value" i
[all...]
/third_party/backends/sanei/
H A Dsanei_lm983x.c81 sanei_lm983x_write_byte( SANE_Int fd, SANE_Byte reg, SANE_Byte value ) in sanei_lm983x_write_byte()
83 return sanei_lm983x_write( fd, reg, &value, 1, SANE_FALSE ); in sanei_lm983x_write_byte()
/third_party/benchmark/test/
H A Dcommandlineflags_gtest.cc12 int setenv(const char* name, const char* value, int overwrite) { in setenv() argument
20 return _putenv_s(name, value); in setenv()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSimplePersonName.java49 * Sets the value for one field (with optional modifiers) in the new name object.
52 * to this field value. May be null, which is the same as the empty set.
53 * @param value The value for this field.
61 String value) { in addField()
79 fieldValues.put(fieldName.toString(), value); in addField()
149 * @param modifiers An **IN/OUT** parameter that specifies modifiers to apply to the basic field value.
153 * @return The value of the requested field, optionally modified by some or all of the requested modifiers, or
59 addField(NameField field, Collection<FieldModifier> modifiers, String value) addField() argument
H A DUnicodeSetSpanner.java189 count += spanCount.value; in countIn()
299 for (int i = spanCount.value; i > 0; --i) { in replaceFrom()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
H A DDecimalQuantity_64BitBCD.java63 protected void setDigitPos(int position, byte value) { in setDigitPos() argument
66 bcd = bcd & ~(0xfL << shift) | ((long) value << shift); in setDigitPos()
/third_party/icu/icu4c/source/layoutex/
H A DRunArrays.cpp210 le_int32 ValueRuns::add(le_int32 value, le_int32 limit) in add() argument
217 values[index] = value; in add()
/third_party/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperf.cpp205 m_mode_ = options[0].value; in BreakIteratorPerformanceTest()
206 switch(options[0].value[0]) { in BreakIteratorPerformanceTest()
/third_party/icu/icu4c/source/common/
H A Drbbistbl.cpp222 // Note: the key UnicodeString is destructed by virtue of being in the object by value. in ~RBBISymbolTableEntry()
242 RBBISymbolTableEntry *s = (RBBISymbolTableEntry *)e->value.pointer; in rbbiSymtablePrint()
255 RBBISymbolTableEntry *s = (RBBISymbolTableEntry *)e->value.pointer; in rbbiSymtablePrint()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DLocaleBuilderTest.java38 // "E": +1 = extension letter / +2 = extension value in TestLocaleBuilder()
88 // Design limitation - typeless u extension keyword 0a below is interpreted as a boolean value true/yes. in TestLocaleBuilder()
89 // With the legacy keyword syntax, "yes" is used for such boolean value instead of "true". in TestLocaleBuilder()
143 String value = TESTCASE[tidx][i++]; in TestLocaleBuilder()
144 bld.setExtension(key.charAt(0), value); in TestLocaleBuilder()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DTestCase.java41 protected void set(int field, int value) { in set() argument
42 fields[field] = value; in set()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/
H A DDecimalQuantity_64BitBCD.java66 protected void setDigitPos(int position, byte value) { in setDigitPos() argument
69 bcd = bcd & ~(0xfL << shift) | ((long) value << shift); in setDigitPos()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DTestCase.java38 protected void set(int field, int value) { in set() argument
39 fields[field] = value; in set()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocaleBuilderTest.java35 // "E": +1 = extension letter / +2 = extension value in TestLocaleBuilder()
85 // Design limitation - typeless u extension keyword 0a below is interpreted as a boolean value true/yes. in TestLocaleBuilder()
86 // With the legacy keyword syntax, "yes" is used for such boolean value instead of "true". in TestLocaleBuilder()
140 String value = TESTCASE[tidx][i++]; in TestLocaleBuilder()
141 bld.setExtension(key.charAt(0), value); in TestLocaleBuilder()

Completed in 24 milliseconds

1...<<641642643644645646647648649650>>...1243