/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | ipc3-loader.c | 83 i, elem->token, elem->value); in ipc3_fw_ext_man_get_config_data() 92 if (sdev->first_boot && elem->value) in ipc3_fw_ext_man_get_config_data() 97 "Unknown firmware configuration token %d value %d", in ipc3_fw_ext_man_get_config_data() 98 elem->token, elem->value); in ipc3_fw_ext_man_get_config_data() 103 "%s: processing failed for token %d value %#x, %d\n", in ipc3_fw_ext_man_get_config_data() 104 __func__, elem->token, elem->value, ret); in ipc3_fw_ext_man_get_config_data()
|
/kernel/linux/linux-6.6/sound/usb/6fire/ |
H A D | firmware.c | 159 int type, int value, char *data, int len) in usb6fire_fw_ezusb_write() 163 value, 0, data, len, 1000, GFP_KERNEL); in usb6fire_fw_ezusb_write() 167 int type, int value, char *data, int len) in usb6fire_fw_ezusb_read() 171 value, 0, data, len, 1000, GFP_KERNEL); in usb6fire_fw_ezusb_read() 158 usb6fire_fw_ezusb_write(struct usb_device *device, int type, int value, char *data, int len) usb6fire_fw_ezusb_write() argument 166 usb6fire_fw_ezusb_read(struct usb_device *device, int type, int value, char *data, int len) usb6fire_fw_ezusb_read() argument
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | skel_internal.h | 108 * skel_finalize_map_data() sets skel->rodata to point to actual value in a bpf map and 116 * skel_finalize_map_data() remaps bpf array map value from the kernel memory into 129 * ((struct bpf_array *)map)->value. See skel_finalize_map_data. in skel_free_map_data() 160 addr = ((struct bpf_array *)map)->value; in skel_finalize_map_data() 240 const void *value, __u64 flags) in skel_map_update_elem() 248 attr.value = (long) value; in skel_map_update_elem() 239 skel_map_update_elem(int fd, const void *key, const void *value, __u64 flags) skel_map_update_elem() argument
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | asequencer.h | 112 signed int value; member 141 unsigned int value; member 149 signed int value; member 160 unsigned short value; member
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | mgmt_config.c | 17 __le16 value; \ 23 __u8 value; \ 125 #define TLV_GET_LE16(tlv) le16_to_cpu(*((__le16 *)(TO_TLV(tlv)->value))) 126 #define TLV_GET_U8(tlv) (*((__u8 *)(TO_TLV(tlv)->value)))
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | asequencer.h | 120 signed int value; member 146 unsigned int value; member 153 signed int value; member 163 unsigned short value; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | asequencer.h | 120 signed int value; member 146 unsigned int value; member 153 signed int value; member 163 unsigned short value; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | eatgq.c | 68 int i, j, value; in tgq_decode_block() local 83 value = get_bits(gb, 6); in tgq_decode_block() 84 if (value > 64 - i) in tgq_decode_block() 86 for (j = 0; j < value; j++) in tgq_decode_block()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_blockdetect.c | 186 // return highest value of horz||vert in calculate_blockiness() 192 char value[128]; in set_meta() local 193 snprintf(value, sizeof(value), "%f", d); in set_meta() 194 av_dict_set(metadata, key, value, 0); in set_meta()
|
H A D | vf_cover_rect.c | 136 x = strtol(ex->value, &xendptr, 10); in filter_frame() 137 y = strtol(ey->value, ¥dptr, 10); in filter_frame() 138 w = strtol(ew->value, &wendptr, 10); in filter_frame() 139 h = strtol(eh->value, &hendptr, 10); in filter_frame()
|
H A D | vf_siti.c | 276 char value[128]; in set_meta() local 277 snprintf(value, sizeof(value), "%0.2f", d); in set_meta() 278 av_dict_set(metadata, key, value, 0); in set_meta()
|
/third_party/ffmpeg/libavformat/ |
H A D | httpauth.c | 91 const char *value) in ff_http_auth_handle_header() 95 if (av_stristart(value, "Basic ", &p) && in ff_http_auth_handle_header() 102 } else if (av_stristart(value, "Digest ", &p) && in ff_http_auth_handle_header() 116 ff_parse_key_value(value, (ff_parse_key_val_cb) handle_digest_update, in ff_http_auth_handle_header() 202 /* Unsupported qop value. */ in make_digest_auth() 90 ff_http_auth_handle_header(HTTPAuthState *state, const char *key, const char *value) ff_http_auth_handle_header() argument
|
/third_party/gn/src/base/containers/ |
H A D | flat_map.h | 223 std::enable_if_t<std::is_constructible<key_type, K&&>::value, 228 std::enable_if_t<std::is_constructible<key_type, K&&>::value, iterator> 331 -> std::enable_if_t<std::is_constructible<key_type, K&&>::value, 344 -> std::enable_if_t<std::is_constructible<key_type, K&&>::value, iterator> {
|
/third_party/alsa-lib/test/ |
H A D | seq-decoder.c | 154 printf("; ch=%d, param=%i, value=%i\n", in decode_event() 157 ev->data.control.value); in decode_event() 163 ev->data.control.value); in decode_event() 168 printf("; ch=%d, value=%i\n", in decode_event() 170 ev->data.control.value); in decode_event() 188 printf("; frame=0x%02x\n", ev->data.control.value); in decode_event()
|
/third_party/backends/backend/escl/ |
H A D | escl_newjob.c | 222 if (scanner->val_threshold != scanner->threshold->value) in escl_newjob() 234 if (scanner->val_sharpen != scanner->sharpen->value) in escl_newjob() 246 if (scanner->val_contrast != scanner->contrast->value) in escl_newjob() 258 if (scanner->val_brightness != scanner->brightness->value) in escl_newjob()
|
/third_party/backends/backend/genesys/ |
H A D | utilities.h | 92 inline T clamp(const T& value, const T& lo, const T& hi) in clamp() argument 94 if (value < lo) in clamp() 96 if (value > hi) in clamp() 98 return value; in clamp()
|
/third_party/EGL/api/1.0/EGL/ |
H A D | egl.h | 62 /* Out-of-band attribute value */ 123 #define EGL_SLOW_CONFIG 0x3050 /* EGL_CONFIG_CAVEAT value */ 124 #define EGL_NON_CONFORMANT_CONFIG 0x3051 /* EGL_CONFIG_CAVEAT value */ 125 #define EGL_TRANSPARENT_RGB 0x3052 /* EGL_TRANSPARENT_TYPE value */ 126 #define EGL_RGB_BUFFER 0x308E /* EGL_COLOR_BUFFER_TYPE value */ 127 #define EGL_LUMINANCE_BUFFER 0x308F /* EGL_COLOR_BUFFER_TYPE value */ 170 #define EGL_COLORSPACE_sRGB 0x3089 /* EGL_COLORSPACE value */ 171 #define EGL_COLORSPACE_LINEAR 0x308A /* EGL_COLORSPACE value */ 174 #define EGL_ALPHA_FORMAT_NONPRE 0x308B /* EGL_ALPHA_FORMAT value */ 175 #define EGL_ALPHA_FORMAT_PRE 0x308C /* EGL_ALPHA_FORMAT value */ [all...] |
/third_party/EGL/api/1.0/ |
H A D | egl.h | 59 /* Out-of-band attribute value */ 120 #define EGL_SLOW_CONFIG 0x3050 /* EGL_CONFIG_CAVEAT value */ 121 #define EGL_NON_CONFORMANT_CONFIG 0x3051 /* EGL_CONFIG_CAVEAT value */ 122 #define EGL_TRANSPARENT_RGB 0x3052 /* EGL_TRANSPARENT_TYPE value */ 123 #define EGL_RGB_BUFFER 0x308E /* EGL_COLOR_BUFFER_TYPE value */ 124 #define EGL_LUMINANCE_BUFFER 0x308F /* EGL_COLOR_BUFFER_TYPE value */ 167 #define EGL_COLORSPACE_sRGB 0x3089 /* EGL_COLORSPACE value */ 168 #define EGL_COLORSPACE_LINEAR 0x308A /* EGL_COLORSPACE value */ 171 #define EGL_ALPHA_FORMAT_NONPRE 0x308B /* EGL_ALPHA_FORMAT value */ 172 #define EGL_ALPHA_FORMAT_PRE 0x308C /* EGL_ALPHA_FORMAT value */ [all...] |
/third_party/cJSON/ |
H A D | cJSON.h | 161 CJSON_PUBLIC(cJSON *) cJSON_Parse(const char *value); 162 CJSON_PUBLIC(cJSON *) cJSON_ParseWithLength(const char *value, size_t buffer_length); 165 CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char **return_parse_end, cJSON_bool require_null_terminated); 166 CJSON_PUBLIC(cJSON *) cJSON_ParseWithLengthOpts(const char *value, size_t buffer_length, const char **return_parse_end, cJSON_bool require_null_terminated); 191 /* Check item type and return its value */ 302 /* When assigning an integer value, it needs to be propagated to valuedouble too. */
|
/third_party/cups-filters/filter/ |
H A D | pdfutils.c | 166 pdf->kv[pdf->kvsize].value=strdup(val); in pdfOut_add_kv() 167 if ( (!pdf->kv[pdf->kvsize].key)||(!pdf->kv[pdf->kvsize].value) ) { in pdfOut_add_kv() 230 pdfOut_putString(pdf,pdf->kv[iA].value,-1); in pdfOut_finish_pdf() 236 // TODO: some return-value checking (??) in pdfOut_finish_pdf() 267 free(pdf->kv[iA].value); in pdfOut_finish_pdf()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | LocaleDisplayNames.java | 157 * Returns the current value for a specified DisplayContext.Type. 158 * @param type the DisplayContext.Type whose value to return 265 * Returns the display name of the provided value (used with the provided key). 267 * @param value the locale key's value 268 * @return the display name of the provided value 271 public abstract String keyValueDisplayName(String key, String value); in keyValueDisplayName() argument 479 if (context.value() == DisplayContext.DIALECT_NAMES.ordinal()) { in getDialectHandling() 546 public String keyValueDisplayName(String key, String value) { in keyValueDisplayName() argument 547 return value; in keyValueDisplayName() [all...] |
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | ContractionsAndExpansions.java | 58 enumCnERange(range.startCodePoint, range.endCodePoint, range.value, this); in forData() 69 enumCnERange(range.startCodePoint, range.endCodePoint, range.value, this); in forData() 242 handleCE32(start, end, e.value); in handlePrefixes() 267 handleCE32(start, end, e.value); in handleContractions()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | mnkytst.cpp | 64 CollationMonkeyTest::checkValue(int32_t value) in checkValue() argument 66 if (value < 0) in checkValue() 68 return -value; in checkValue() 71 return value; in checkValue()
|
/third_party/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/ |
H A D | ICUCurrencyMetaInfo.java | 185 void add(T value) { in add() argument 186 if (!seen.contains(value)) { in add() 187 list.add(value); in add() 188 seen.add(value); in add()
|
/third_party/icu/icu4c/source/common/ |
H A D | simpleformatter.cpp | 23 * This is currently the only unused char value in compiled patterns, 24 * except it is the maximum value of the first unit (max arg +1). 28 * Initial and maximum char/UChar value set for a text segment. 29 * Segment length char values are from ARG_NUM_LIMIT+1 to this value here. 217 // If the pattern starts with an argument whose value is the same object in formatAndReplace() 221 // If any non-initial argument value is the same object as the result, in formatAndReplace() 289 const UnicodeString *value = values[n]; in format() local 290 if (value == NULL) { in format() 294 if (value == &result) { in format() 300 // We are appending to result which is also the first value objec in format() [all...] |