/kernel/linux/linux-6.6/drivers/scsi/arm/ |
H A D | oak.c | 21 #define NCR5380_write(reg, value) writeb(value, hostdata->io + ((reg) << 2))
|
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/ |
H A D | be.h | 165 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 D | ip_set.h | 224 __u64 value; member 227 __aligned_u64 value; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/netfilter/ipset/ |
H A D | ip_set.h | 224 __u64 value; member 227 __aligned_u64 value; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/ipset/ |
H A D | ip_set.h | 214 __u64 value; member 217 __aligned_u64 value; member
|
/test/testfwk/arkxtest/uitest/record/ |
H A D | pointer_tracker.h | 174 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 D | res_desc_test.cpp | 116 void TestKeyParam(KeyType keyType, int value, std::string expectStr) in TestKeyParam() argument 120 keyParam.value_ = value; in TestKeyParam()
|
/third_party/ffmpeg/libavformat/ |
H A D | mux_utils.c | 158 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 D | vtls.h | 136 const char *label, const char *value, 139 const char *label, const char *value);
|
/third_party/curl/src/ |
H A D | tool_setopt.h | 43 long value; member 48 unsigned long value; member
|
/third_party/gn/src/gn/ |
H A D | bundle_data.h | 128 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 D | rust_project_writer_helpers.h | 53 // 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 D | sanei_lm983x.c | 81 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 D | commandlineflags_gtest.cc | 12 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 D | SimplePersonName.java | 49 * 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 D | UnicodeSetSpanner.java | 189 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 D | DecimalQuantity_64BitBCD.java | 63 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 D | RunArrays.cpp | 210 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 D | ubrkperf.cpp | 205 m_mode_ = options[0].value; in BreakIteratorPerformanceTest() 206 switch(options[0].value[0]) { in BreakIteratorPerformanceTest()
|
/third_party/icu/icu4c/source/common/ |
H A D | rbbistbl.cpp | 222 // 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 D | LocaleBuilderTest.java | 38 // "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 D | TestCase.java | 41 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 D | DecimalQuantity_64BitBCD.java | 66 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 D | TestCase.java | 38 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 D | LocaleBuilderTest.java | 35 // "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()
|