/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | emumixer.c | 50 ucontrol->value.iec958.status[0] = (emu->spdif_bits[idx] >> 0) & 0xff; in snd_emu10k1_spdif_get() 51 ucontrol->value.iec958.status[1] = (emu->spdif_bits[idx] >> 8) & 0xff; in snd_emu10k1_spdif_get() 52 ucontrol->value.iec958.status[2] = (emu->spdif_bits[idx] >> 16) & 0xff; in snd_emu10k1_spdif_get() 53 ucontrol->value.iec958.status[3] = (emu->spdif_bits[idx] >> 24) & 0xff; in snd_emu10k1_spdif_get() 61 ucontrol->value.iec958.status[0] = 0xff; in snd_emu10k1_spdif_get_mask() 62 ucontrol->value.iec958.status[1] = 0xff; in snd_emu10k1_spdif_get_mask() 63 ucontrol->value.iec958.status[2] = 0xff; in snd_emu10k1_spdif_get_mask() 64 ucontrol->value.iec958.status[3] = 0xff; in snd_emu10k1_spdif_get_mask() 401 ucontrol->value.enumerated.item[0] = emu->emu1010.output_source[channel]; in snd_emu1010_output_source_get() 412 val = ucontrol->value in snd_emu1010_output_source_put() [all...] |
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/ |
H A D | phone_number_rule.cpp | 119 xmlNodePtr value = rule->xmlChildrenNode; in ParseXmlNode() local 120 std::string insensitive = XmlNodePtrToString(value); in ParseXmlNode() 121 value = value->next; in ParseXmlNode() 126 std::string type = XmlNodePtrToString(value); in ParseXmlNode() 127 value = value->next; in ParseXmlNode() 128 std::string valid = XmlNodePtrToString(value); in ParseXmlNode() 129 value = value in ParseXmlNode() [all...] |
/base/powermgr/battery_manager/charger/src/ |
H A D | battery_config.cpp | 94 Json::Value value = GetValue(key); in GetInt() local 95 return (value.isNull() || !value.isInt()) ? defVal : value.asInt(); in GetInt() 100 Json::Value value = GetValue(key); in GetString() local 101 return (value.isNull() || !value.isString()) ? defVal : value.asString(); in GetString() 198 Json::Value value = FindConf(keys[MAP_KEY_INDEX]); in GetValue() local 199 if (value in GetValue() [all...] |
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | floppy_32.h | 57 void (*fd_outb)(unsigned char value, int port); 63 #define fd_outb(value, base, reg) sun_fdops.fd_outb(value, reg) 103 static void sun_set_dor(unsigned char value, int fdc_82077) in sun_set_dor() argument 106 sun_fdc->dor_82077 = value; in sun_set_dor() 131 static void sun_82072_fd_outb(unsigned char value, int port) in sun_82072_fd_outb() argument 139 sun_set_dor(value, 0); in sun_82072_fd_outb() 142 sun_fdc->data_82072 = value; in sun_82072_fd_outb() 145 sun_fdc->dcr_82072 = value; in sun_82072_fd_outb() 148 sun_fdc->status_82072 = value; in sun_82072_fd_outb() 179 sun_82077_fd_outb(unsigned char value, int port) sun_82077_fd_outb() argument [all...] |
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | rsdump.c | 19 static void acpi_rs_out_string(const char *title, const char *value); 21 static void acpi_rs_out_integer8(const char *title, u8 value); 23 static void acpi_rs_out_integer16(const char *title, u16 value); 25 static void acpi_rs_out_integer32(const char *title, u32 value); 27 static void acpi_rs_out_integer64(const char *title, u64 value); 479 * value - Value of the resource field 488 static void acpi_rs_out_string(const char *title, const char *value) in acpi_rs_out_string() argument 491 acpi_os_printf("%27s : %s", title, value); in acpi_rs_out_string() 492 if (!*value) { in acpi_rs_out_string() 498 static void acpi_rs_out_integer8(const char *title, u8 value) in acpi_rs_out_integer8() argument 503 acpi_rs_out_integer16(const char *title, u16 value) acpi_rs_out_integer16() argument 509 acpi_rs_out_integer32(const char *title, u32 value) acpi_rs_out_integer32() argument 515 acpi_rs_out_integer64(const char *title, u64 value) acpi_rs_out_integer64() argument [all...] |
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | ap.h | 22 * card index is 6 bit and queue index a 4 bit value. 59 unsigned long value; member 93 unsigned long value; member 144 : [reg1] "=&d" (reg1.value), [reg2] "=&d" (reg2) 148 info->value = reg2; 187 : [reg1] "=&d" (reg1.value) in ap_rapq() 212 : [reg1] "=&d" (reg1.value) in ap_zapq() 271 unsigned long value; member 290 * @qirqctrl: struct ap_qirq_ctrl (64 bit value) 303 reg1.value in ap_aqic() [all...] |
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | floppy_32.h | 57 void (*fd_outb)(unsigned char value, int port); 63 #define fd_outb(value, base, reg) sun_fdops.fd_outb(value, reg) 103 static void sun_set_dor(unsigned char value, int fdc_82077) in sun_set_dor() argument 106 sun_fdc->dor_82077 = value; in sun_set_dor() 131 static void sun_82072_fd_outb(unsigned char value, int port) in sun_82072_fd_outb() argument 139 sun_set_dor(value, 0); in sun_82072_fd_outb() 142 sun_fdc->data_82072 = value; in sun_82072_fd_outb() 145 sun_fdc->dcr_82072 = value; in sun_82072_fd_outb() 148 sun_fdc->status_82072 = value; in sun_82072_fd_outb() 179 sun_82077_fd_outb(unsigned char value, int port) sun_82077_fd_outb() argument [all...] |
/kernel/linux/linux-5.10/sound/isa/gus/ |
H A D | gus_mixer.c | 31 ucontrol->value.integer.value[0] = (gus->mix_cntrl_reg >> shift) & 1; in snd_gf1_get_single() 33 ucontrol->value.integer.value[0] ^= 1; in snd_gf1_get_single() 46 nval = ucontrol->value.integer.value[0] & 1; in snd_gf1_put_single() 70 uinfo->value.integer.min = 0; in snd_ics_info_double() 71 uinfo->value.integer.max = 127; in snd_ics_info_double() 86 ucontrol->value.integer.value[ in snd_ics_get_double() [all...] |
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | rsdump.c | 19 static void acpi_rs_out_string(const char *title, const char *value); 21 static void acpi_rs_out_integer8(const char *title, u8 value); 23 static void acpi_rs_out_integer16(const char *title, u16 value); 25 static void acpi_rs_out_integer32(const char *title, u32 value); 27 static void acpi_rs_out_integer64(const char *title, u64 value); 487 * value - Value of the resource field 496 static void acpi_rs_out_string(const char *title, const char *value) in acpi_rs_out_string() argument 499 acpi_os_printf("%27s : %s", title, value); in acpi_rs_out_string() 500 if (!*value) { in acpi_rs_out_string() 506 static void acpi_rs_out_integer8(const char *title, u8 value) in acpi_rs_out_integer8() argument 511 acpi_rs_out_integer16(const char *title, u16 value) acpi_rs_out_integer16() argument 517 acpi_rs_out_integer32(const char *title, u32 value) acpi_rs_out_integer32() argument 523 acpi_rs_out_integer64(const char *title, u64 value) acpi_rs_out_integer64() argument [all...] |
/kernel/linux/linux-6.6/sound/isa/gus/ |
H A D | gus_mixer.c | 31 ucontrol->value.integer.value[0] = (gus->mix_cntrl_reg >> shift) & 1; in snd_gf1_get_single() 33 ucontrol->value.integer.value[0] ^= 1; in snd_gf1_get_single() 46 nval = ucontrol->value.integer.value[0] & 1; in snd_gf1_put_single() 70 uinfo->value.integer.min = 0; in snd_ics_info_double() 71 uinfo->value.integer.max = 127; in snd_ics_info_double() 86 ucontrol->value.integer.value[ in snd_ics_get_double() [all...] |
/test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/ |
H A D | BusinessController.java | 93 @ApiOperation(value = "商家列表", notes = "商家列表") 94 @GetMapping(value = "/list") 135 @GetMapping(value = "/detail") 136 @AutoLog(value = "商家详情") 137 @ApiOperation(value = "商家详情", notes = "商家详情") 149 @PostMapping(value = "/add") 150 @AutoLog(value = "商家添加") 151 @ApiOperation(value = "商家添加", notes = "商家添加") 164 @AutoLog(value = "商家编辑", operateType = CommonConstant.OPERATE_TYPE_3) 165 @ApiOperation(value [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
H A D | UnitsData.java | 28 // Maps from the value associated with each simple unit ID to a category 122 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument 124 assert value.getType() == UResourceBundle.TABLE; in put() 126 UResource.Table simpleUnitsTable = value.getTable(); in put() 129 for (int i = 0; simpleUnitsTable.getKeyAndValue(i, key, value); i++) { in put() 140 UResource.Table table = value.getTable(); in put() 141 if (!table.findValue("target", value)) { in put() 148 String target = value.getString(); in put() 171 // Trie value offset for simple units, e.g. "gram", "nautical-mile", 175 // Trie value offse 248 put(UResource.Key key, UResource.Value value, boolean noFallback) put() argument [all...] |
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
H A D | ScriptData.java | 196 public String getTag(int value) in getTag() argument 198 if (value >= fMinScript && value <= fMaxScript) { in getTag() 199 return getException(fScriptTags[value - fMinScript]); in getTag() 205 public String getTagLabel(int value) in getTagLabel() argument 207 if (value >= fMinScript && value <= fMaxScript) { in getTagLabel() 208 return fScriptTags[value - fMinScript]; in getTagLabel() 214 public String makeTag(int value) in makeTag() argument 216 if (value > in makeTag() 225 getName(int value) getName() argument [all...] |
/third_party/jerryscript/jerry-ext/debugger/ |
H A D | debugger-ws.c | 82 * Convert a 6-bit value to a Base64 character. 87 jerryx_to_base64_character (uint8_t value) /**< 6-bit value */ in jerryx_to_base64_character() argument 89 if (value < 26) in jerryx_to_base64_character() 91 return (uint8_t) (value + 'A'); in jerryx_to_base64_character() 94 if (value < 52) in jerryx_to_base64_character() 96 return (uint8_t) (value - 26 + 'a'); in jerryx_to_base64_character() 99 if (value < 62) in jerryx_to_base64_character() 101 return (uint8_t) (value - 52 + '0'); in jerryx_to_base64_character() 104 if (value in jerryx_to_base64_character() 122 uint8_t value = (source_p[0] >> 2); jerryx_to_base64() local [all...] |
/third_party/node/lib/internal/ |
H A D | mime.js | 116 const encode = (value) => { 117 if (value.length === 0) return '""'; 118 const encode = SafeStringPrototypeSearch(value, NOT_HTTP_TOKEN_CODE_POINT) !== -1; 119 if (!encode) return value; 120 const escaped = escapeQuoteOrSolidus(value); 143 set(name, value) { 146 value = `${value}`; 156 value, 160 'parameter value', [all...] |
/third_party/node/deps/npm/node_modules/gauge/lib/ |
H A D | render-template.js | 44 template.push({ value: values[pre] }) 53 template.push({ value: values[post] }) 65 if (cloned.value == null) { 70 cloned.value = cloned.default 73 cloned.value = values[type] 76 if (cloned.value == null || cloned.value === '') { 83 cloned.value = generatePreAndPost(cloned, values) 204 return item.value(values, values[item.type + 'Theme'] || {}, length) 206 return item.value(value [all...] |
/third_party/mesa3d/src/util/ |
H A D | vl_vlc.h | 52 int8_t value; member 74 dst[i].value = 0; in vl_vlc_init_table() 148 uint64_t value = *(const uint32_t*)vlc->data; in vl_vlc_fillbits() local 151 value = util_bswap32(value); in vl_vlc_fillbits() 154 vlc->buffer |= value << vlc->invalid_bits; in vl_vlc_fillbits() 247 unsigned value; in vl_vlc_get_uimsbf() local 251 value = vlc->buffer >> (64 - num_bits); in vl_vlc_get_uimsbf() 254 return value; in vl_vlc_get_uimsbf() 258 * treat num_bits as signed value an 263 signed value; vl_vlc_get_simsbf() local 288 vl_vlc_search_byte(struct vl_vlc *vlc, unsigned num_bits, uint8_t value) vl_vlc_search_byte() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_sched.h | 120 typedef std::map<value*, unsigned> value_index_map; 154 sel_chan get_value_id(value *v); 226 value *current_ar; 227 value *current_pr; 229 value *current_idx[2]; 246 alu_node* create_ar_load(value *v, chan_select ar_channel); 262 typedef std::map<sel_chan, value*> rv_map; 278 void load_index_register(value *v, unsigned idx); 289 void release_src_val(value *v); 291 void init_uc_val(container_node *c, value * [all...] |
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
H A D | DigitSequence.java | 51 // class will also need to be considered carefully and details like the "index()" value will have 68 // integer domain, to impose a true lexicographical ordering. The value of a digit sequence is 74 // To calculate this value dynamically for any length N, offset=floor(10^N / 9). 117 long next = num.value + 1; in next() 128 long prev = num.value - 1; in previous() 155 /** Returns the digit sequence of length one representing the given digit value. */ 157 Preconditions.checkArgument(0 <= digit && digit <= 9, "invalid digit value: %s", digit); in singleton() 196 // The decimal value of the digit sequence (excluding leading zeros, obviously). 197 private final long value; field in DigitSequence 204 DigitSequence(int length, long value) { in DigitSequence() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | FenceSyncTests.cpp | 196 GLint value = 30; in TEST_P() local 197 glGetSynciv(sync, GL_OBJECT_TYPE, -1, &length, &value); in TEST_P() 200 EXPECT_EQ(30, value); in TEST_P() 204 glGetSynciv(reinterpret_cast<GLsync>(30), GL_OBJECT_TYPE, 1, &length, &value); in TEST_P() 207 EXPECT_EQ(30, value); in TEST_P() 214 GLint value = 0; in TEST_P() local 217 glGetSynciv(sync, GL_SYNC_CONDITION, 1, &length, &value); in TEST_P() 219 EXPECT_EQ(GL_SYNC_GPU_COMMANDS_COMPLETE, value); in TEST_P() 221 glGetSynciv(sync, GL_OBJECT_TYPE, 1, &length, &value); in TEST_P() 223 EXPECT_EQ(GL_SYNC_FENCE, value); in TEST_P() 242 GLint value = 0; TEST_P() local [all...] |
/third_party/skia/src/core/ |
H A D | SkWriteBuffer.h | 39 virtual void writeBool(bool value) = 0; 40 virtual void writeScalar(SkScalar value) = 0; 41 virtual void writeScalarArray(const SkScalar* value, uint32_t count) = 0; 42 virtual void writeInt(int32_t value) = 0; 43 virtual void writeIntArray(const int32_t* value, uint32_t count) = 0; 44 virtual void writeUInt(uint32_t value) = 0; 45 void write32(int32_t value) { in write32() argument 46 this->writeInt(value); in write32() 48 virtual void writeString(const char* value) = 0; 104 void writeBool(bool value) overrid [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
H A D | RawByteChannel.h | 91 std::is_base_of<RawByteChannel, ChannelT>::value && 92 (std::is_same<T, uint8_t>::value || std::is_same<T, int8_t>::value || 93 std::is_same<T, uint16_t>::value || std::is_same<T, int16_t>::value || 94 std::is_same<T, uint32_t>::value || std::is_same<T, int32_t>::value || 95 std::is_same<T, uint64_t>::value || std::is_same<T, int64_t>::value || 96 std::is_same<T, char>::value)> [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | typeOfThisInStaticMembers11(target=es5).js | 61 throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
80 value: 1
86 value: (void 0).a + 1
102 value: function () {
120 value: 2
126 value: (void 0).c + 1
132 value: _super.a + (void 0).c + 1
138 value: function () { return (void 0).c + 1; }
144 value: function () { this.c + 1; }
160 value [all...] |
/third_party/protobuf/php/tests/ |
H A D | WrapperTypeSettersTest.php | 33 foreach ($sequence as list($value, $expectedValue)) { 34 // Manually wrap the value to pass to the old setter 35 $wrappedValue = is_null($value) ? $value : new $wrapperClass(['value' => $value]); 39 $newSetterMsg->$valueSetter($value); 44 // Check that old getter returns the same value after using the 49 // Check that new getter returns the unwrapped value from 64 [1.1, new DoubleValue(["value" [all...] |
/third_party/pulseaudio/src/tests/ |
H A D | hashmap-test.c | 10 int value; member 45 entry.value = 0; in START_TEST() 60 ck_abort_msg("Got wrong value from hashmap for k=0; got %p, want %p", get_ret, &entry); in START_TEST() 72 ck_abort_msg("Hashmap returned wrong value during free; got %p, want %p", get_ret, &entry); in START_TEST() 93 entries[i].value = i; in START_TEST() 129 entries[i].value = i; in START_TEST() 137 ck_abort_msg("Unexpected failure putting k=%d v=%d into the map", entries[i].key, entries[i].value); in START_TEST() 156 if ((*v).value != i) { in START_TEST() 157 ck_abort_msg("Hashmap returned wrong value for k=%d; got %d, want %d", *k, (*v).value, in START_TEST() [all...] |