Home
last modified time | relevance | path

Searched defs:value (Results 3626 - 3650 of 7524) sorted by relevance

1...<<141142143144145146147148149150>>...301

/third_party/mesa3d/src/tool/pps/
H A Dpps_datasource.cc228 auto value = counter.get_value(driver); in add_samples() local
/third_party/mesa3d/src/util/
H A Dblob.c227 blob_overwrite_uint32(struct blob *blob, size_t offset, uint32_t value) blob_overwrite_uint32() argument
236 blob_overwrite_intptr(struct blob *blob, size_t offset, intptr_t value) blob_overwrite_intptr() argument
[all...]
H A Du_debug.c125 static bool value = false; in debug_get_option_should_print() local
331 debug_dump_enum(const struct debug_named_value *names, unsigned long value) debug_dump_enum() argument
348 debug_dump_enum_noprefix(const struct debug_named_value *names, const char *prefix, unsigned long value) debug_dump_enum_noprefix() argument
372 debug_dump_flags(const struct debug_named_value *names, unsigned long value) debug_dump_flags() argument
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_sync_timeline.c128 vk_sync_timeline_alloc_point_locked(struct vk_device *device, struct vk_sync_timeline *timeline, uint64_t value, struct vk_sync_timeline_point **point_out) vk_sync_timeline_alloc_point_locked() argument
181 vk_sync_timeline_alloc_point(struct vk_device *device, struct vk_sync_timeline *timeline, uint64_t value, struct vk_sync_timeline_point **point_out) vk_sync_timeline_alloc_point() argument
367 vk_sync_timeline_signal_locked(struct vk_device *device, struct vk_sync_timeline *timeline, uint64_t value) vk_sync_timeline_signal_locked() argument
392 vk_sync_timeline_signal(struct vk_device *device, struct vk_sync *sync, uint64_t value) vk_sync_timeline_signal() argument
406 vk_sync_timeline_get_value(struct vk_device *device, struct vk_sync *sync, uint64_t *value) vk_sync_timeline_get_value() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_flush.c340 debug_flush_might_flush_cb(UNUSED void *key, void *value, void *data) in debug_flush_might_flush_cb() argument
381 debug_flush_flush_cb(UNUSED void *key, void *value, UNUSED void *data) in debug_flush_flush_cb() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c129 LLVMValueRef value; in lp_build_mask_check() local
163 lp_build_mask_begin(struct lp_build_mask_context *mask, struct gallivm_state *gallivm, struct lp_type type, LLVMValueRef value) lp_build_mask_begin() argument
195 lp_build_mask_update(struct lp_build_mask_context *mask, LLVMValueRef value) lp_build_mask_update() argument
209 lp_build_mask_force(struct lp_build_mask_context *mask, LLVMValueRef value) lp_build_mask_force() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_driver_query.c321 double value; in query_new_value() local
H A Dhud_nic.c87 get_file_value(const char *fname, uint64_t *value) in get_file_value() argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_context.c62 etna_emit_nop_with_data(struct etna_cmd_stream *stream, uint32_t value) in etna_emit_nop_with_data() argument
/third_party/musl/Benchmark/musl/
H A Dlibc_math.cpp437 float value = (float)COSSIN_VALUES[state.range(0)]; Bm_function_Modff() local
[all...]
/third_party/musl/libc-test/src/functional/
H A Ddlopen.c183 int value; in dlopen_global_test() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_lds.cpp35 LDSReadInstr::LDSReadInstr(std::vector<PRegister, Allocator<PRegister>>& value, in LDSReadInstr() argument
H A Dsfn_instr_export.h44 const RegisterVec4& value() const {return m_value;}; in value() function in r600::WriteOutInstr
45 RegisterVec4& value() {return m_value;}; in value() function in r600::WriteOutInstr
76 void set_is_last_export(bool value) {m_is_last = value;} in set_is_last_export() argument
[all...]
/third_party/mesa3d/src/glx/tests/
H A Dclientinfo_unittest.cpp276 common_protocol_expected_false_test(unsigned major, unsigned minor, const char *glx_ext, bool *value) common_protocol_expected_false_test() argument
287 common_protocol_expected_true_test(unsigned major, unsigned minor, const char *glx_ext, bool *value) common_protocol_expected_true_test() argument
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H A Dtimer_test.cpp208 int value = scaler.Value(); in HWTEST_F() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.c1048 uint64_t value; in nvc0_screen_create() local
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_job.h54 pan_tristate_set(struct pan_tristate *state, bool value) in pan_tristate_set() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Deg_debug.c51 static void print_value(FILE *file, uint32_t value, int bits) in print_value() argument
70 static void print_named_value(FILE *file, const char *name, uint32_t value, in print_named_value() argument
78 eg_dump_reg(FILE *file, unsigned offset, uint32_t value, uint32_t field_mask) eg_dump_reg() argument
[all...]
H A Dr600_gpu_load.c85 uint32_t value = 0; in r600_update_mmio_counters() local
/third_party/node/deps/openssl/openssl/apps/
H A Dasn1parse.c288 ASN1_VALUE *value = ASN1_item_d2i(NULL, &p, length, it); in asn1parse_main() local
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_pmeth.c392 pkey_ec_ctrl_str(EVP_PKEY_CTX *ctx, const char *type, const char *value) pkey_ec_ctrl_str() argument
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dscrypt.c179 static int is_power_of_two(uint64_t value) in is_power_of_two() argument
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_conf.c34 X509V3_EXT_nconf_int(CONF *conf, X509V3_CTX *ctx, const char *section, const char *name, const char *value) X509V3_EXT_nconf_int() argument
58 X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, const char *name, const char *value) X509V3_EXT_nconf() argument
64 X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, const char *value) X509V3_EXT_nconf_nid() argument
79 do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, int crit, const char *value) do_ext_nconf() argument
199 v3_check_critical(const char **value) v3_check_critical() argument
213 v3_check_generic(const char **value) v3_check_generic() argument
234 v3_generic_extension(const char *ext, const char *value, int crit, int gen_type, X509V3_CTX *ctx) v3_generic_extension() argument
280 generic_asn1(const char *value, X509V3_CTX *ctx, long *ext_len) generic_asn1() argument
419 nconf_get_string(void *db, const char *section, const char *value) nconf_get_string() argument
510 conf_lhash_get_string(void *db, const char *section, const char *value) conf_lhash_get_string() argument
[all...]
H A Dv3_crld.c150 static int set_reasons(ASN1_BIT_STRING **preas, char *value) in set_reasons() argument
H A Dv3_san.c508 a2i_GENERAL_NAME(GENERAL_NAME *out, const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, int gen_type, const char *value, int is_nc) a2i_GENERAL_NAME() argument
607 char *name, *value; v2i_GENERAL_NAME_ex() local
641 do_othername(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx) do_othername() argument
673 do_dirname(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx) do_dirname() argument
[all...]

Completed in 18 milliseconds

1...<<141142143144145146147148149150>>...301