| /third_party/mesa3d/src/tool/pps/ |
| H A D | pps_datasource.cc | 228 auto value = counter.get_value(driver); in add_samples() local
|
| /third_party/mesa3d/src/util/ |
| H A D | blob.c | 227 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 D | u_debug.c | 125 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 D | vk_sync_timeline.c | 128 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 D | u_debug_flush.c | 340 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 D | lp_bld_flow.c | 129 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 D | hud_driver_query.c | 321 double value; in query_new_value() local
|
| H A D | hud_nic.c | 87 get_file_value(const char *fname, uint64_t *value) in get_file_value() argument
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_context.c | 62 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 D | libc_math.cpp | 437 float value = (float)COSSIN_VALUES[state.range(0)]; Bm_function_Modff() local [all...] |
| /third_party/musl/libc-test/src/functional/ |
| H A D | dlopen.c | 183 int value; in dlopen_global_test() local
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_instr_lds.cpp | 35 LDSReadInstr::LDSReadInstr(std::vector<PRegister, Allocator<PRegister>>& value, in LDSReadInstr() argument
|
| H A D | sfn_instr_export.h | 44 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 D | clientinfo_unittest.cpp | 276 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 D | timer_test.cpp | 208 int value = scaler.Value(); in HWTEST_F() local
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_screen.c | 1048 uint64_t value; in nvc0_screen_create() local
|
| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| H A D | pan_job.h | 54 pan_tristate_set(struct pan_tristate *state, bool value) in pan_tristate_set() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | eg_debug.c | 51 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 D | r600_gpu_load.c | 85 uint32_t value = 0; in r600_update_mmio_counters() local
|
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | asn1parse.c | 288 ASN1_VALUE *value = ASN1_item_d2i(NULL, &p, length, it); in asn1parse_main() local
|
| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| H A D | ec_pmeth.c | 392 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 D | scrypt.c | 179 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 D | v3_conf.c | 34 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 D | v3_crld.c | 150 static int set_reasons(ASN1_BIT_STRING **preas, char *value) in set_reasons() argument
|
| H A D | v3_san.c | 508 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...] |