Home
last modified time | relevance | path

Searched refs:value (Results 10401 - 10425 of 36034) sorted by relevance

1...<<411412413414415416417418419420>>...1442

/kernel/linux/linux-6.6/drivers/nvmem/
H A Du-boot-env.c99 char *var, *value, *eq; in u_boot_env_add_cells() local
112 var = value + strlen(value) + 1, idx++) { in u_boot_env_add_cells()
117 value = eq + 1; in u_boot_env_add_cells()
122 priv->cells[idx].offset = data_offset + value - data; in u_boot_env_add_cells()
123 priv->cells[idx].bytes = strlen(value); in u_boot_env_add_cells()
126 priv->cells[idx].raw_len = strlen(value); in u_boot_env_add_cells()
/kernel/linux/linux-6.6/arch/x86/pci/
H A Dintel_mid_pci.c172 int size, u32 *value) in pci_read()
176 devfn, where, size, value); in pci_read()
178 devfn, where, size, value); in pci_read()
182 int size, u32 value) in pci_write()
202 return pci_device_update_fixed(bus, devfn, where, size, value, in pci_write()
213 devfn, where, size, value); in pci_write()
215 where, size, value); in pci_write()
171 pci_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *value) pci_read() argument
181 pci_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 value) pci_write() argument
/kernel/linux/linux-6.6/crypto/
H A Decdsa.c36 const void *value, size_t vlen, unsigned int ndigits) in ecdsa_get_signature_rs()
40 const char *d = value; in ecdsa_get_signature_rs()
43 if (!value || !vlen) in ecdsa_get_signature_rs()
46 /* diff = 0: 'value' has exacly the right size in ecdsa_get_signature_rs()
47 * diff > 0: 'value' has too many bytes; one leading zero is allowed that in ecdsa_get_signature_rs()
48 * makes the value a positive integer; error on more in ecdsa_get_signature_rs()
49 * diff < 0: 'value' is missing leading zeros, which we add in ecdsa_get_signature_rs()
52 /* skip over leading zeros that make 'value' a positive int */ in ecdsa_get_signature_rs()
65 /* leading zeros not given in 'value' */ in ecdsa_get_signature_rs()
77 const void *value, size_ in ecdsa_get_signature_r()
35 ecdsa_get_signature_rs(u64 *dest, size_t hdrlen, unsigned char tag, const void *value, size_t vlen, unsigned int ndigits) ecdsa_get_signature_rs() argument
76 ecdsa_get_signature_r(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) ecdsa_get_signature_r() argument
85 ecdsa_get_signature_s(void *context, size_t hdrlen, unsigned char tag, const void *value, size_t vlen) ecdsa_get_signature_s() argument
[all...]
/kernel/linux/linux-6.6/drivers/leds/
H A Dleds-max8997.c117 enum led_brightness value) in max8997_led_set_current()
126 val = value << MAX8997_LED_FLASH_SHIFT; in max8997_led_set_current()
132 val = value << MAX8997_LED_MOVIE_SHIFT; in max8997_led_set_current()
149 enum led_brightness value) in max8997_led_brightness_set()
154 if (value) { in max8997_led_brightness_set()
155 max8997_led_set_current(led, value); in max8997_led_brightness_set()
158 max8997_led_set_current(led, value); in max8997_led_brightness_set()
116 max8997_led_set_current(struct max8997_led *led, enum led_brightness value) max8997_led_set_current() argument
148 max8997_led_brightness_set(struct led_classdev *led_cdev, enum led_brightness value) max8997_led_brightness_set() argument
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/sdsi/
H A Dsdsi_test.py50 value = f.read().strip("\n")
51 return value
125 assert error.value.errno == errno.ESPIPE
132 assert error.value.errno == errno.ESPIPE
138 # Check that the value read from an offset of the entire
139 # file is none-zero and the same as the value read
162 assert error.value.errno == errno.EOVERFLOW
181 assert error.value.errno == errno.ENODEV
185 assert error.value.errno == errno.ENODEV
/kernel/linux/linux-6.6/samples/bpf/
H A Dsockex3_kern.c65 __type(value, struct globals);
86 __type(value, struct pair);
93 struct pair *value; in update_stats() local
95 value = bpf_map_lookup_elem(&hash_map, &key); in update_stats()
96 if (value) { in update_stats()
97 __sync_fetch_and_add(&value->packets, 1); in update_stats()
98 __sync_fetch_and_add(&value->bytes, skb->len); in update_stats()
/third_party/elfio/elfio/
H A Delfio_section.hpp60 virtual void set_stream_size( size_t value ) noexcept = 0;
111 void set_address( const Elf64_Addr& value ) noexcept override
113 header.sh_addr = decltype( header.sh_addr )( value );
199 void set_stream_size( size_t value ) noexcept override
201 stream_size = value;
210 void set_index( const Elf_Half& value ) noexcept override { index = value; }
/third_party/eudev/src/udev/
H A Dudevadm-info.c60 const char *value; in print_all_attributes() local
67 value = udev_device_get_sysattr_value(device, name); in print_all_attributes()
68 if (value == NULL) in print_all_attributes()
72 if (value[0] == '/') in print_all_attributes()
76 len = strlen(value); in print_all_attributes()
77 while (len > 0 && isprint(value[len-1])) in print_all_attributes()
82 printf(" %s{%s}==\"%s\"\n", key, name, value); in print_all_attributes()
278 " -x --export Export key/value pairs\n" in help()
/third_party/gn/src/gn/
H A Dninja_create_bundle_target_writer.cc106 out_ << ": phony " << target_->dependency_output_file().value(); in Run()
224 DCHECK(!input_dep.value().empty()); in WriteCompileAssetsCatalogStep()
290 xcassets_input_stamp_file.value().append(target_->label().name()); in WriteCompileAssetsCatalogInputDepsStamp()
291 xcassets_input_stamp_file.value().append(".xcassets.inputdeps.stamp"); in WriteCompileAssetsCatalogInputDepsStamp()
315 DCHECK(!post_processing_input_stamp_file.value().empty()); in WritePostProcessingStep()
357 post_processing_input_stamp_file.value().append(target_->label().name()); in WritePostProcessingInputDepsStamp()
358 post_processing_input_stamp_file.value().append( in WritePostProcessingInputDepsStamp()
H A Dtokenizer_unittest.cc16 const char* value; member
32 if (expect[i].value != results[i].value()) in CheckTokenizer()
228 EXPECT_EQ(results[0].value(), "a"); in TEST()
230 EXPECT_EQ(results[1].value(), "2"); in TEST()
232 EXPECT_EQ(results[2].value(), in TEST()
235 EXPECT_EQ(results[3].value(), "{"); in TEST()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timescale/
H A DTimeScaleAPITest.java185 long value; in TestGetTimeScale()
188 value = UniversalTimeScale.getTimeScaleValue(-1, 0); in TestGetTimeScale()
195 value = UniversalTimeScale.getTimeScaleValue(0, -1); in TestGetTimeScale()
203 value = UniversalTimeScale.getTimeScaleValue(scale, 0); in TestGetTimeScale()
204 logln("getTimeScaleValue(" + scale + ", 0) returned " + value); in TestGetTimeScale()
211 value = UniversalTimeScale.getTimeScaleValue(UniversalTimeScale.MAX_SCALE, 0); in TestGetTimeScale()
218 value = UniversalTimeScale.getTimeScaleValue(0, UniversalTimeScale.MAX_SCALE_VALUE); in TestGetTimeScale()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DCldrDataProcessor.java35 * how to handle a single value (see {@link SubProcessor#addValueAction addValueAction()}) or how
70 * .addValueAction("value/suffix", List::add);
92 * .addValueAction("value/suffix", SubState::collectValue);
115 * .addValueAction("value/suffix", ValueCollector::addValue);
136 * .addValueAction("value/suffix", ValueCollector::addValue);
159 * .addValueAction("value/suffix", ValueCollector::addValue);
187 * subprocessor.addValueAction("value/suffix", MyCollector::addValue);
208 * .addValueAction("value/suffix", MyCollector::addValue);
229 * <p>Multiple value actions can be added to a sub-hierarchy processor, and paths are
231 * actions and value action
361 dispatchValueActions(T state, CldrValue value) dispatchValueActions() argument
421 matches(T state, CldrValue value) matches() argument
447 visitValue(CldrValue value) visitValue() argument
[all...]
/third_party/icu/tools/unicode/c/genprops/
H A Dlayoutpropsbuilder.cpp147 int32_t value = props.getIntProp(prop); in setIntProp() local
148 if (value < 0) { in setIntProp()
149 fprintf(stderr, "error: unencodable negative value for property 0x%x %04lX..%04lX=%ld\n", in setIntProp()
150 (int)prop, (long)start, (long)end, (long)value); in setIntProp()
154 if (value > maxIntValues[prop - UCHAR_INT_START]) { in setIntProp()
155 maxIntValues[prop - UCHAR_INT_START] = value; in setIntProp()
158 umutablecptrie_set(trie, start, value, &errorCode); in setIntProp()
160 umutablecptrie_setRange(trie, start, end, value, &errorCode); in setIntProp()
238 fprintf(stderr, "genprops error: 0x%x max value = %d overflow\n", (int)prop, (int)max); in checkMaxIntValue()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DPluralFormatTest.java64 String value = changes.get(n); in helperTestRules()
65 if (value != null) { in helperTestRules()
66 expected = value; in helperTestRules()
218 public <T> void put(int base, int start, int end, T value, Map<Integer, T> m) { in put() argument
223 m.put(base + i, value); in put()
227 public <T> void put(int base, int start, T value, Map<Integer, T> m) { in put() argument
228 put(base, start, start, value, m); in put()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timescale/
H A DTimeScaleAPITest.java182 long value; in TestGetTimeScale()
185 value = UniversalTimeScale.getTimeScaleValue(-1, 0); in TestGetTimeScale()
192 value = UniversalTimeScale.getTimeScaleValue(0, -1); in TestGetTimeScale()
200 value = UniversalTimeScale.getTimeScaleValue(scale, 0); in TestGetTimeScale()
201 logln("getTimeScaleValue(" + scale + ", 0) returned " + value); in TestGetTimeScale()
208 value = UniversalTimeScale.getTimeScaleValue(UniversalTimeScale.MAX_SCALE, 0); in TestGetTimeScale()
215 value = UniversalTimeScale.getTimeScaleValue(0, UniversalTimeScale.MAX_SCALE_VALUE); in TestGetTimeScale()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPluralFormatTest.java61 String value = changes.get(n); in helperTestRules()
62 if (value != null) { in helperTestRules()
63 expected = value; in helperTestRules()
215 public <T> void put(int base, int start, int end, T value, Map<Integer, T> m) { in put() argument
220 m.put(base + i, value); in put()
224 public <T> void put(int base, int start, T value, Map<Integer, T> m) { in put() argument
225 put(base, start, start, value, m); in put()
/third_party/lzma/CPP/7zip/
H A DICoder.h125 // encoder can use this value to reduce dictionary size and allocate data buffers
130 // encoder can use this value to optimize encoder initialization
155 kLdmHashRateLog, // VT_UI4 The default value is wlog - ldmhlog.
200 x(GetInStreamProcessedSize(UInt64 *value))
215 x(GetInStreamProcessedSize2(UInt32 streamIndex, UInt64 *value))
238 x(GetSubStreamSize(UInt64 subStream, UInt64 *value))
241 S_OK : (*value) contains the size or estimated size (can be incorrect size)
246 if (start_of_subStream + *value < read_size)
248 // (*value) is correct, and it's allowed to call GetSubStreamSize() for next subStream:
249 start_of_subStream += *value;
[all...]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-date-prototype.c128 * @return ecma value
129 * Returned value must be freed with ecma_free_value.
194 * @return ecma value
195 * Returned value must be freed with ecma_free_value.
230 * @return ecma value
231 * Returned value must be freed with ecma_free_value.
340 * @return ecma value
341 * Returned value must be freed with ecma_free_value.
404 ecma_value_t value = ecma_op_to_number (arguments_list[i]); in ecma_builtin_date_prototype_dispatch_set() local
406 if (ECMA_IS_VALUE_ERROR (value)) in ecma_builtin_date_prototype_dispatch_set()
[all...]
/third_party/mesa3d/src/broadcom/simulator/
H A Dv3dx_simulator.c261 args->value = 1; in simulator_get_param_ioctl()
264 args->value = V3D_VERSION >= 41; in simulator_get_param_ioctl()
267 args->value = 1; in simulator_get_param_ioctl()
270 args->value = V3D_VERSION >= 41; in simulator_get_param_ioctl()
273 args->value = 1; in simulator_get_param_ioctl()
278 args->value = V3D_READ(reg_map[args->param]); in simulator_get_param_ioctl()
283 (long long)args->value); in simulator_get_param_ioctl()
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A DVGPU10ShaderTokens.h98 uint32 value; member
588 uint32 value; member
624 uint32 value; member
760 uint32 value; member
783 uint32 value; member
813 uint32 value; member
854 uint32 value; member
/third_party/node/lib/
H A Ddomain.js87 value: process.domain,
246 value: this,
372 value: this,
405 value: self,
451 value: this,
467 value: null,
502 value: domain,
/third_party/nghttp2/src/
H A Dh2load_http2_session.cc47 const uint8_t *value, size_t valuelen, uint8_t flags, in on_header_callback()
54 client->on_header(frame->hd.stream_id, name, namelen, value, valuelen); in on_header_callback()
61 std::cout.write(reinterpret_cast<const char *>(value), valuelen); in on_header_callback()
221 iv[0].value = 0; in on_connect()
223 iv[1].value = (1 << config->window_bits) - 1; in on_connect()
227 iv[niv].value = config->header_table_size; in on_connect()
232 iv[niv].value = config->max_frame_size; in on_connect()
45 on_header_callback(nghttp2_session *session, const nghttp2_frame *frame, const uint8_t *name, size_t namelen, const uint8_t *value, size_t valuelen, uint8_t flags, void *user_data) on_header_callback() argument
/third_party/node/deps/npm/test/fixtures/
H A Dsandbox.js162 const value = this[_npm].config.defaults[name]
163 clean = clean.split(`"${normalize(value)}"`).join(`"{${name.toUpperCase()}}"`)
208 [_set] (target, prop, value) {
210 value = {
211 ...value,
217 value = [
220 ...value,
224 return this[_data].set(prop, value)
/third_party/icu/icu4c/source/tools/tzcode/
H A Dicuzdump.cpp326 dir = options[kOptDestDir].value; in main()
330 if (strcmp(options[kOptLineSep].value, "CR") == 0) { in main()
332 } else if (strcmp(options[kOptLineSep].value, "CRLF") == 0) { in main()
334 } else if (strcmp(options[kOptLineSep].value, "LF") == 0) { in main()
340 char* comma = (char*)strchr(options[kOptCutover].value, ','); in main()
342 high = atoi(options[kOptCutover].value); in main()
345 low = atoi(options[kOptCutover].value); in main()
/third_party/libdrm/tests/modeprint/
H A Dmodeprint.c82 static int printProperty(int fd, drmModeResPtr res, drmModePropertyPtr props, uint64_t value) in printProperty() argument
106 blob = drmModeGetPropertyBlob(fd, value); in printProperty()
111 printf("error getting blob %" PRIu64 "\n", value); in printProperty()
116 printf("\t\t%" PRIu64" = %s\n", (uint64_t)props->enums[j].value, props->enums[j].name); in printProperty()
117 if (props->enums[j].value == value) in printProperty()
124 printf("\tcon_value : %" PRIu64 "\n", value); in printProperty()

Completed in 27 milliseconds

1...<<411412413414415416417418419420>>...1442