Home
last modified time | relevance | path

Searched refs:value (Results 18176 - 18200 of 26757) sorted by relevance

1...<<721722723724725726727728729730>>...1071

/third_party/protobuf/objectivec/
H A DGPBCodedInputStream_PackagePrivate.h66 // Reads a group field value from the stream and merges it into the given
110 int32_t value);
/third_party/protobuf/src/google/protobuf/
H A Dany.h62 // AnyMetadata does not take ownership of "type_url" and "value".
63 AnyMetadata(UrlType* type_url, ValueType* value);
120 // Get the proto type name from Any::type_url value. For example, passing
129 // Get the proto type name and prefix from Any::type_url value. For example,
138 // for "type_url" and "value" fields.
/third_party/python/Include/cpython/
H A Dpthread_stubs.h86 PyAPI_FUNC(int) pthread_setspecific(pthread_key_t key, const void *value);
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_map.py94 args.children[1].children[0].value == "None":
/third_party/python/Lib/urllib/
H A Dresponse.py33 def __exit__(self, type, value, traceback):
/third_party/rust/crates/cxx/syntax/
H A Dqualified.rs11 if lit.value().is_empty() { in parse_quoted()
/third_party/skia/include/core/
H A DSkOverdrawCanvas.h52 void onDrawAnnotation(const SkRect&, const char key[], SkData* value) override;
H A DSkCanvasVirtualEnforcer.h53 void onDrawAnnotation(const SkRect& rect, const char key[], SkData* value) override = 0;
/third_party/rust/crates/nom/examples/
H A Djson.rs7 combinator::{cut, map, opt, value},
50 /// with the same lifetime tag. This means that the produced value is a subslice
59 /// we can combine it with other functions, like `value` that takes another in parse_str()
61 /// constant value. in parse_str()
68 let parse_true = value(true, tag("true")); in parse_str()
72 let parse_false = value(false, tag("false")); in parse_str()
80 value((), tag("null"))(input) in null()
155 /// here, we apply the space parser before trying to parse a value
/third_party/rust/crates/syn/src/
H A Dmeta.rs55 /// kind = Some(meta.value()?.parse()?);
123 /// self.kind = Some(meta.value()?.parse()?);
169 /// Used when parsing `key = "value"` syntax.
174 /// use `meta.value()?`.
188 /// let value = meta.value()?; // this parses the `=`
189 /// let s: LitStr = value.parse()?; // this parses `"EarlGrey"`
190 /// if s.value() == "EarlGrey" {
201 pub fn value(&self) -> Result<ParseStream<'a>> { in value() functions
314 /// More usefully, the second place is if you've already parsed a value bu
[all...]
/third_party/spirv-tools/source/opt/
H A Ddead_branch_elim_pass.h53 // If |condId| is boolean constant, return conditional value in |condVal| and
57 // If |valId| is a 32-bit integer constant, return value via |value| and
59 bool GetConstInteger(uint32_t valId, uint32_t* value);
88 // phi can be updated to take an undef value from any of its predecessors
H A Ddesc_sroa.h60 // Replaces the given compososite variable |var| loaded by OpLoad |value| with
62 // shader. Assumes that |value| is only used by OpCompositeExtract
65 bool ReplaceLoadedValue(Instruction* var, Instruction* value);
69 // composite type whose value is being used by |extract|. Assumes that
H A Dupgrade_memory_model.h83 // If |inst| is decorated by member decorations then either |value| must
84 // match the index or |value| must be a maximum allowable value. The max
85 // value allows any element to match.
86 bool HasDecoration(const Instruction* inst, uint32_t value,
113 // Returns the value of |index_inst|. |index_inst| must be an OpConstant of
/third_party/spirv-tools/source/
H A Dtable.h35 // value is in core and its availability is subject to minVersion. The
49 const uint32_t value; member
53 // value is in core and its availability is subject to minVersion. The
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_wext.h77 int idx, u32 value);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos_none.c10 * return an error value. os_internal.c can be used as another starting point
87 int os_setenv(const char *name, const char *value, int overwrite) in os_setenv() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp115 if (eventListView->verticalScrollBar()->value() < in addEvent()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_auth/
H A Deapol_auth_sm.h80 const char *value);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos_none.c10 * return an error value. os_internal.c can be used as another starting point
87 int os_setenv(const char *name, const char *value, int overwrite) in os_setenv() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp115 if (eventListView->verticalScrollBar()->value() < in addEvent()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dsystem_utils.h28 bool SetEnvironmentVar(const char *variableName, const char *value);
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c409 uint32_t value[4]; member
721 /* Make sure that all really used indices have nonzero value, so in r600_spi_sid()
837 alu.src[0].value = src0_chan_val; in single_alu_op2()
842 alu.src[1].value = src1_chan_val; in single_alu_op2()
860 alu.src[0].value = src0_chan_val; in single_alu_op2()
865 alu.src[1].value = src1_chan_val; in single_alu_op2()
894 alu.src[0].value = src0_chan_val; in single_alu_op3()
899 alu.src[1].value = src1_chan_val; in single_alu_op3()
904 alu.src[2].value = src2_chan_val; in single_alu_op3()
1499 alu.src[0].value in eg_load_helper_invocation()
8822 int value = (ctx->literals[4 * inst->Src[src_idx].Register.Index + inst->Src[src_idx].Register.SwizzleX]); load_buffer_coord() local
9425 int value = (ctx->literals[4 * inst->Src[3].Register.Index + inst->Src[3].Register.SwizzleX]); tgsi_atomic_op_gds() local
9451 int value = (ctx->literals[4 * inst->Src[2].Register.Index + inst->Src[2].Register.SwizzleX]); tgsi_atomic_op_gds() local
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dnested.c612 * and 0x8ff, it just lets the processor take the value in nested_vmx_prepare_msr_bitmap()
930 if (kvm_set_msr(vcpu, e.index, e.value)) { in nested_vmx_load_msr()
933 __func__, i, e.index, e.value); in nested_vmx_load_msr()
950 * If the L0 hypervisor stored a more accurate value for the TSC that in nested_vmx_get_vmexit_msr_value()
952 * VM-exit in L0, use the more accurate value. in nested_vmx_get_vmexit_msr_value()
959 u64 val = vmx->msr_autostore.guest.val[i].value; in nested_vmx_get_vmexit_msr_value()
1013 offsetof(struct vmx_msr_entry, value), in nested_vmx_store_msr()
1060 * accurate value will be returned by in prepare_vmx_msr_autostore_list()
1062 * instead of reading the value from the vmcs02 VMExit in prepare_vmx_msr_autostore_list()
1354 * must be 1 in the restored value in vmx_restore_fixed0_msr()
4197 u64 value; vmx_get_preemption_timer_value() local
5352 u64 value; handle_vmread() local
5469 u64 value = 0; handle_vmwrite() local
[all...]
/third_party/backends/sanei/
H A Dsanei_usb.c261 unsigned short value; member
349 /* copy from 16 to 32 bit value */ in kernel_get_vendor_product()
842 // freeing the returned value
2281 /* each scan method will reset this value to 0 (not missing) in sanei_usb_scan_devices()
3737 // returns non-negative value on success, -1 on failure
4130 // returns non-negative value on success, -1 on failure
4459 SANE_Int value, SANE_Int index, SANE_Int len, in sanei_usb_record_control_msg()
4475 sanei_xml_set_hex_attr(e_tx, "wValue", value); in sanei_usb_record_control_msg()
4502 SANE_Int value, SANE_Int index, SANE_Int len, in sanei_usb_record_replace_control_msg()
4517 sanei_usb_record_control_msg(node, dn, rtype, req, value, inde in sanei_usb_record_replace_control_msg()
4457 sanei_usb_record_control_msg(xmlNode* node, SANE_Int dn, SANE_Int rtype, SANE_Int req, SANE_Int value, SANE_Int index, SANE_Int len, const SANE_Byte* data) sanei_usb_record_control_msg() argument
4500 sanei_usb_record_replace_control_msg(xmlNode* node, SANE_Int dn, SANE_Int rtype, SANE_Int req, SANE_Int value, SANE_Int index, SANE_Int len, const SANE_Byte* data) sanei_usb_record_replace_control_msg() argument
4524 sanei_usb_replay_control_msg(SANE_Int dn, SANE_Int rtype, SANE_Int req, SANE_Int value, SANE_Int index, SANE_Int len, SANE_Byte* data) sanei_usb_replay_control_msg() argument
4611 sanei_usb_control_msg(SANE_Int dn, SANE_Int rtype, SANE_Int req, SANE_Int value, SANE_Int index, SANE_Int len, SANE_Byte * data) sanei_usb_control_msg() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c116 unsigned num_components, double value);
120 unsigned num_components, int64_t value);
252 emit_float_const(struct ntv_context *ctx, int bit_size, double value) in emit_float_const() argument
255 return spirv_builder_const_float(&ctx->builder, bit_size, value); in emit_float_const()
259 emit_uint_const(struct ntv_context *ctx, int bit_size, uint64_t value) in emit_uint_const() argument
262 return spirv_builder_const_uint(&ctx->builder, bit_size, value); in emit_uint_const()
266 emit_int_const(struct ntv_context *ctx, int bit_size, int64_t value) in emit_int_const() argument
269 return spirv_builder_const_int(&ctx->builder, bit_size, value); in emit_int_const()
529 unreachable("unknown interpolation value"); in emit_interpolation()
1224 emit_bitcast(struct ntv_context *ctx, SpvId type, SpvId value) in emit_bitcast() argument
1230 bitcast_to_uvec(struct ntv_context *ctx, SpvId value, unsigned bit_size, unsigned num_components) bitcast_to_uvec() argument
1238 bitcast_to_ivec(struct ntv_context *ctx, SpvId value, unsigned bit_size, unsigned num_components) bitcast_to_ivec() argument
1246 bitcast_to_fvec(struct ntv_context *ctx, SpvId value, unsigned bit_size, unsigned num_components) bitcast_to_fvec() argument
1762 get_fvec_constant(struct ntv_context *ctx, unsigned bit_size, unsigned num_components, double value) get_fvec_constant() argument
1782 get_ivec_constant(struct ntv_context *ctx, unsigned bit_size, unsigned num_components, int64_t value) get_ivec_constant() argument
2315 SpvId value = spirv_builder_const_composite(&ctx->builder, emit_load_const() local
[all...]

Completed in 37 milliseconds

1...<<721722723724725726727728729730>>...1071