Home
last modified time | relevance | path

Searched refs:value (Results 8776 - 8800 of 14477) sorted by relevance

1...<<351352353354355356357358359360>>...580

/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dinline_variable_testing.h25 int value = 5; member
/third_party/rust/crates/rust-cexpr/src/
H A Dtoken.rs32 fn from((kind, value): (Kind, &'a [u8])) -> Token { in from()
35 raw: value.to_owned().into_boxed_slice(), in from()
/third_party/spirv-tools/source/
H A Dtext.h44 } value; member
/third_party/vk-gl-cts/scripts/opengl/
H A Dgen_enums.py29 return "#define %s\t%s" % (enum.name, normalizeConstant(enum.value))
/third_party/vk-gl-cts/framework/delibs/dethread/
H A DdeThreadLocal.h45 void deThreadLocal_set (deThreadLocal threadLocal, void* value);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/cert_mgr_deps/include/
H A Dcm_ipc_client_serialization.h29 int32_t GetUint32FromBuffer(uint32_t *value, const struct CmBlob *srcBlob, uint32_t *srcOffset);
/third_party/ffmpeg/libavformat/
H A Dmovenc.c112 { "mov_gamma", "gamma value for gama atom", offsetof(MOVMuxContext, gamma), AV_OPT_TYPE_FLOAT, {.dbl = 0.0 }, 0.0, 10, AV_OPT_FLAG_ENCODING_PARAM},
2031 av_log(s, AV_LOG_DEBUG, "gamma value %g\n", gamma); in mov_write_gama_tag()
2035 av_log(s, AV_LOG_DEBUG, "writing gama value %"PRId32"\n", gama); in mov_write_gama_tag()
2043 av_log(s, AV_LOG_WARNING, "gamma value unknown, unable to write gama atom\n"); in mov_write_gama_tag()
2176 av_strlcpy(compressor_name, encoder->value, 32); in find_compressor()
2201 // max_ref_per_pic = 15 : reserved value to indicate that any number of in mov_write_ccst_tag()
2239 if (rot && rot->value && strcmp(rot->value, "hdr_vivid") == 0) { in mov_get_cuva_from_metadata()
2257 size_t key_len = strlen(key_val->value); in mov_write_metadata_setup_tag()
2258 avio_write(pb, key_val->value, key_le in mov_write_metadata_setup_tag()
3760 mov_write_track_kind(AVIOContext *pb, const char *scheme_uri, const char *value) global() argument
4093 mov_write_string_tag(AVIOContext *pb, const char *name, const char *value, int lang, int long_style) global() argument
4995 param_write_int(AVIOContext *pb, const char *name, int value) global() argument
5000 param_write_string(AVIOContext *pb, const char *name, const char *value) global() argument
5005 param_write_hex(AVIOContext *pb, const char *name, const uint8_t *value, int len) global() argument
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
H A D8250_port.c350 static void default_serial_dl_write(struct uart_8250_port *up, int value) in default_serial_dl_write() argument
352 serial_out(up, UART_DLL, value & 0xff); in default_serial_dl_write()
353 serial_out(up, UART_DLM, value >> (PORT_EIGHT & 0xff)); in default_serial_dl_write()
393 void au_serial_out(struct uart_port *p, int offset, int value) in au_serial_out() argument
402 __raw_writel(value, p->membase + (offset << p->regshift)); in au_serial_out()
411 static void au_serial_dl_write(struct uart_8250_port *up, int value) in au_serial_dl_write() argument
413 __raw_writel(value, up->port.membase + 0x28); in au_serial_dl_write()
425 static void hub6_serial_out(struct uart_port *p, int offset, int value) in hub6_serial_out() argument
429 outb(value, p->iobase + 1); in hub6_serial_out()
438 static void mem_serial_out(struct uart_port *p, int offset, int value) in mem_serial_out() argument
444 mem16_serial_out(struct uart_port *p, int offset, int value) mem16_serial_out() argument
456 mem32_serial_out(struct uart_port *p, int offset, int value) mem32_serial_out() argument
468 mem32be_serial_out(struct uart_port *p, int offset, int value) mem32be_serial_out() argument
486 io_serial_out(struct uart_port *p, int offset, int value) io_serial_out() argument
546 serial_port_out_sync(struct uart_port *p, int offset, int value) serial_port_out_sync() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DIntermNode.cpp1371 // Result is an intermediate value, so make sure it's identified as such. in promote()
1808 // Result is an intermediate value, so make sure it's identified as such. That's not true for in promote()
1969 // Comma takes the right node's value. in derivePrecision()
2155 // If the indexed value is already a constant union, we can't increase duplication of in fold()
2371 // Returns the constant value to keep using or nullptr.
2528 // minimum representable value is divided by -1, it is in FoldBinary()
2529 // allowed to return either the minimum representable value in FoldBinary()
2530 // or the maximum representable value." in FoldBinary()
2759 // code. Returns the constant value to keep using. Nullptr should not be returned.
3317 uint32_t value;
[all...]
/third_party/ffmpeg/fftools/
H A Dffprobe.c659 if ((ret = av_opt_set(*wctx, opt->key, opt->value, AV_OPT_SEARCH_CHILDREN)) < 0) { in writer_open()
660 av_log(*wctx, AV_LOG_ERROR, "Failed to set option '%s' with value '%s' provided to writer context\n", in writer_open()
661 opt->key, opt->value); in writer_open()
853 "Invalid key=value string combination %s=%s in section %s\n", in writer_print_string()
1086 static void default_print_str(WriterContext *wctx, const char *key, const char *value) in default_print_str() argument
1092 writer_printf(wctx, "%s\n", value); in default_print_str()
1095 static void default_print_int(WriterContext *wctx, const char *key, long long int value) in default_print_int() argument
1101 writer_printf(wctx, "%lld\n", value); in default_print_int()
1260 static void compact_print_str(WriterContext *wctx, const char *key, const char *value) in compact_print_str() argument
1269 writer_put_str(wctx, compact->escape_str(&buf, value, compac in compact_print_str()
1273 compact_print_int(WriterContext *wctx, const char *key, long long int value) compact_print_int() argument
1421 flat_print_int(WriterContext *wctx, const char *key, long long int value) flat_print_int() argument
1426 flat_print_str(WriterContext *wctx, const char *key, const char *value) flat_print_str() argument
1528 ini_print_str(WriterContext *wctx, const char *key, const char *value) ini_print_str() argument
1539 ini_print_int(WriterContext *wctx, const char *key, long long int value) ini_print_int() argument
1667 json_print_item_str(WriterContext *wctx, const char *key, const char *value) json_print_item_str() argument
1679 json_print_str(WriterContext *wctx, const char *key, const char *value) json_print_str() argument
1692 json_print_int(WriterContext *wctx, const char *key, long long int value) json_print_int() argument
1826 xml_print_str(WriterContext *wctx, const char *key, const char *value) xml_print_str() argument
1857 xml_print_int(WriterContext *wctx, const char *key, long long int value) xml_print_int() argument
[all...]
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_cmd.c44 char value[CMD_SIZE]; member
64 if (strcpy_s(out->value, sizeof(out->value), p) != EOK) { in GetStrKeyVal()
751 const char *name, const char *value) in WpaInterfaceP2pSetGroupConfig()
758 if (ifName == NULL || name == NULL || value == NULL) { in WpaInterfaceP2pSetGroupConfig()
764 ifName, networkId, name, value); in WpaInterfaceP2pSetGroupConfig()
1031 HDF_LOGE("%{public}s Mode value is invalid %{public}d!", __func__, info->provdisc); in WpaInterfaceP2pConnect()
1187 const char *param, char *value, uint32_t valueLen) in WpaInterfaceP2pGetGroupConfig()
1194 if (ifName == NULL || param == NULL || value == NULL) { in WpaInterfaceP2pGetGroupConfig()
1205 if (WpaCliCmd(cmd, value, valueLe in WpaInterfaceP2pGetGroupConfig()
750 WpaInterfaceP2pSetGroupConfig(struct IWpaInterface *self, const char *ifName, const int32_t networkId, const char *name, const char *value) WpaInterfaceP2pSetGroupConfig() argument
1186 WpaInterfaceP2pGetGroupConfig(struct IWpaInterface *self, const char *ifName, const int32_t networkId, const char *param, char *value, uint32_t valueLen) WpaInterfaceP2pGetGroupConfig() argument
[all...]
/third_party/curl/lib/
H A Dhttp2.c99 iv[0].value = Curl_multi_max_concurrent_streams(data->multi); in populate_settings()
102 iv[1].value = H2_STREAM_WINDOW_SIZE; in populate_settings()
105 iv[2].value = data->multi->push_cb != NULL; in populate_settings()
348 HTTP field value. */ in h2_client_new()
401 const uint8_t *value, size_t valuelen,
754 the middle of header, it could be matched in middle of the value, in curl_pushheader_byname()
1221 /* only signal change if the value actually changed */ in on_frame_recv()
1397 const uint8_t *value, size_t valuelen, in on_header()
1436 if(!strcasecompare(check, (const char *)value) && in on_header()
1438 !strcasecompare(cf->conn->host.name, (const char *)value))) { in on_header()
1395 on_header(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 *userp) on_header() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dnormalizer2impl.cpp72 * Illegal sequences yield the error value norm16==0 just like real normalization-inert code points.
95 * Otherwise returns a negative value.
114 * Otherwise returns a negative value.
458 segmentStarterMapper(const void * /*context*/, uint32_t value) {
459 return value&CANON_NOT_SEGMENT_STARTER;
483 // Add the start code point of each same-value range of the trie.
485 uint32_t value;
487 nullptr, nullptr, &value)) >= 0) {
489 if (start != end && isAlgorithmicNoNo((uint16_t)value) &&
490 (value
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dx509v3.h83 char *(*get_string) (void *db, const char *section, const char *value);
156 ASN1_TYPE *value; member
606 ",name:", (val)->name, ",value:", (val)->value)
823 void GENERAL_NAME_set0_value(GENERAL_NAME *a, int type, void *value);
826 ASN1_OBJECT *oid, ASN1_TYPE *value);
875 const char *value, int is_nc);
888 const char *value);
890 const char *value);
902 const char *value); variable
904 const char *name, const char *value); global() variable
956 int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dx509v3.h83 char *(*get_string) (void *db, const char *section, const char *value);
156 ASN1_TYPE *value; member
606 ",name:", (val)->name, ",value:", (val)->value)
823 void GENERAL_NAME_set0_value(GENERAL_NAME *a, int type, void *value);
826 ASN1_OBJECT *oid, ASN1_TYPE *value);
875 const char *value, int is_nc);
888 const char *value);
890 const char *value);
902 const char *value); variable
904 const char *name, const char *value); global() variable
956 int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dx509v3.h83 char *(*get_string) (void *db, const char *section, const char *value);
156 ASN1_TYPE *value; member
606 ",name:", (val)->name, ",value:", (val)->value)
823 void GENERAL_NAME_set0_value(GENERAL_NAME *a, int type, void *value);
826 ASN1_OBJECT *oid, ASN1_TYPE *value);
875 const char *value, int is_nc);
888 const char *value);
890 const char *value);
902 const char *value); variable
904 const char *name, const char *value); global() variable
956 int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dx509v3.h83 char *(*get_string) (void *db, const char *section, const char *value);
156 ASN1_TYPE *value; member
606 ",name:", (val)->name, ",value:", (val)->value)
823 void GENERAL_NAME_set0_value(GENERAL_NAME *a, int type, void *value);
826 ASN1_OBJECT *oid, ASN1_TYPE *value);
875 const char *value, int is_nc);
888 const char *value);
890 const char *value);
902 const char *value); variable
904 const char *name, const char *value); global() variable
956 int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dx509v3.h83 char *(*get_string) (void *db, const char *section, const char *value);
156 ASN1_TYPE *value; member
606 ",name:", (val)->name, ",value:", (val)->value)
823 void GENERAL_NAME_set0_value(GENERAL_NAME *a, int type, void *value);
826 ASN1_OBJECT *oid, ASN1_TYPE *value);
875 const char *value, int is_nc);
888 const char *value);
890 const char *value);
902 const char *value); variable
904 const char *name, const char *value); global() variable
956 int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dx509v3.h83 char *(*get_string) (void *db, const char *section, const char *value);
156 ASN1_TYPE *value; member
606 ",name:", (val)->name, ",value:", (val)->value)
823 void GENERAL_NAME_set0_value(GENERAL_NAME *a, int type, void *value);
826 ASN1_OBJECT *oid, ASN1_TYPE *value);
875 const char *value, int is_nc);
888 const char *value);
890 const char *value);
902 const char *value); variable
904 const char *name, const char *value); global() variable
956 int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dx509v3.h83 char *(*get_string) (void *db, const char *section, const char *value);
156 ASN1_TYPE *value; member
606 ",name:", (val)->name, ",value:", (val)->value)
823 void GENERAL_NAME_set0_value(GENERAL_NAME *a, int type, void *value);
826 ASN1_OBJECT *oid, ASN1_TYPE *value);
875 const char *value, int is_nc);
888 const char *value);
890 const char *value);
902 const char *value); variable
904 const char *name, const char *value); global() variable
956 int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dx509v3.h83 char *(*get_string) (void *db, const char *section, const char *value);
156 ASN1_TYPE *value; member
606 ",name:", (val)->name, ",value:", (val)->value)
823 void GENERAL_NAME_set0_value(GENERAL_NAME *a, int type, void *value);
826 ASN1_OBJECT *oid, ASN1_TYPE *value);
875 const char *value, int is_nc);
888 const char *value);
890 const char *value);
902 const char *value); variable
904 const char *name, const char *value); global() variable
956 int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dx509v3.h83 char *(*get_string) (void *db, const char *section, const char *value);
156 ASN1_TYPE *value; member
606 ",name:", (val)->name, ",value:", (val)->value)
823 void GENERAL_NAME_set0_value(GENERAL_NAME *a, int type, void *value);
826 ASN1_OBJECT *oid, ASN1_TYPE *value);
875 const char *value, int is_nc);
888 const char *value);
890 const char *value);
902 const char *value); variable
904 const char *name, const char *value); global() variable
956 int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dx509v3.h83 char *(*get_string) (void *db, const char *section, const char *value);
156 ASN1_TYPE *value; member
606 ",name:", (val)->name, ",value:", (val)->value)
823 void GENERAL_NAME_set0_value(GENERAL_NAME *a, int type, void *value);
826 ASN1_OBJECT *oid, ASN1_TYPE *value);
875 const char *value, int is_nc);
888 const char *value);
890 const char *value);
902 const char *value); variable
904 const char *name, const char *value); global() variable
956 int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dx509v3.h83 char *(*get_string) (void *db, const char *section, const char *value);
156 ASN1_TYPE *value; member
606 ",name:", (val)->name, ",value:", (val)->value)
823 void GENERAL_NAME_set0_value(GENERAL_NAME *a, int type, void *value);
826 ASN1_OBJECT *oid, ASN1_TYPE *value);
875 const char *value, int is_nc);
888 const char *value);
890 const char *value);
902 const char *value); variable
904 const char *name, const char *value); global() variable
956 int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, global() variable
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dnormalizer2impl.cpp72 * Illegal sequences yield the error value norm16==0 just like real normalization-inert code points.
95 * Otherwise returns a negative value.
114 * Otherwise returns a negative value.
458 segmentStarterMapper(const void * /*context*/, uint32_t value) {
459 return value&CANON_NOT_SEGMENT_STARTER;
483 // Add the start code point of each same-value range of the trie.
485 uint32_t value;
487 nullptr, nullptr, &value)) >= 0) {
489 if (start != end && isAlgorithmicNoNo((uint16_t)value) &&
490 (value
[all...]

Completed in 71 milliseconds

1...<<351352353354355356357358359360>>...580