/third_party/libdrm/include/drm/ |
H A D | mach64_drm.h | 253 void *value; member
|
H A D | nouveau_drm.h | 89 uint64_t value; member 94 uint64_t value; member
|
H A D | tegra_drm.h | 95 __u32 value; member 148 __u32 value; member 543 __u32 value; global() member 578 __u32 value; global() member 855 __u32 value; global() member 916 __u32 value; global() member 1041 __u32 value; global() member [all...] |
/third_party/libbpf/src/ |
H A D | bpf.c | 380 int bpf_map_update_elem(int fd, const void *key, const void *value, in bpf_map_update_elem() argument 397 int bpf_map_lookup_elem(int fd, const void *key, void *value) in bpf_map_lookup_elem() argument 412 int bpf_map_lookup_elem_flags(int fd, const void *key, void *value, __u64 flags) in bpf_map_lookup_elem_flags() argument 428 int bpf_map_lookup_and_delete_elem(int fd, const void *key, void *value) in bpf_map_lookup_and_delete_elem() argument 443 bpf_map_lookup_and_delete_elem_flags(int fd, const void *key, void *value, __u64 flags) bpf_map_lookup_and_delete_elem_flags() argument [all...] |
/third_party/libbpf/include/uapi/linux/ |
H A D | netlink.h | 248 __u32 value; member
|
/third_party/lzma/CPP/7zip/UI/Client7z/ |
H A D | Client7z.cpp | 667 Z7_COM7F_IMF(CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value))
in GetProperty() argument
|
/third_party/lzma/C/Util/7z/ |
H A D | 7zMain.c | 266 static void UInt64ToStr(UInt64 value, char *s, int numDigits)
in UInt64ToStr() argument 286 static char *UIntToStr(char *s, unsigned value, int numDigits)
in UIntToStr() argument 304 static void UIntToStr_2(char *s, unsigned value)
in UIntToStr_2() argument [all...] |
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | ExtractCallback.cpp | 83 Z7_COM7F_IMF(CExtractCallbackImp::SetCompleted(const UInt64 *value))
in SetCompleted() argument
|
/third_party/jerryscript/jerry-core/include/ |
H A D | jerryscript-core.h | 193 jerry_value_t value; member [all...] |
/third_party/jerryscript/jerry-core/debugger/ |
H A D | debugger.c | 288 jerry_debugger_get_variable_type (ecma_value_t value) /**< input ecma value */ in jerry_debugger_get_variable_type() argument [all...] |
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-function-object.c | 100 ecma_op_is_callable (ecma_value_t value) /**< ecma value */ in ecma_op_is_callable() argument 151 ecma_is_constructor (ecma_value_t value) /**< ecma value */ in ecma_is_constructor() argument 578 ecma_op_function_has_instance(ecma_object_t *func_obj_p, ecma_value_t value) ecma_op_function_has_instance() argument [all...] |
H A D | ecma-typedarray-object.c | 131 ecma_typedarray_setter_number_to_uint32 (ecma_number_t value) /**< th argument 165 ecma_typedarray_set_int8_element(lit_utf8_byte_t *dst_p, ecma_number_t value) ecma_typedarray_set_int8_element() argument 176 ecma_typedarray_set_uint8_element(lit_utf8_byte_t *dst_p, ecma_number_t value) ecma_typedarray_set_uint8_element() argument 187 ecma_typedarray_set_uint8_clamped_element(lit_utf8_byte_t *dst_p, ecma_number_t value) ecma_typedarray_set_uint8_clamped_element() argument 218 ecma_typedarray_set_int16_element(lit_utf8_byte_t *dst_p, ecma_number_t value) ecma_typedarray_set_int16_element() argument 229 ecma_typedarray_set_uint16_element(lit_utf8_byte_t *dst_p, ecma_number_t value) ecma_typedarray_set_uint16_element() argument 240 ecma_typedarray_set_int32_element(lit_utf8_byte_t *dst_p, ecma_number_t value) ecma_typedarray_set_int32_element() argument 251 ecma_typedarray_set_uint32_element(lit_utf8_byte_t *dst_p, ecma_number_t value) ecma_typedarray_set_uint32_element() argument 262 ecma_typedarray_set_float_element(lit_utf8_byte_t *dst_p, ecma_number_t value) ecma_typedarray_set_float_element() argument 274 ecma_typedarray_set_double_element(lit_utf8_byte_t *dst_p, ecma_number_t value) ecma_typedarray_set_double_element() argument 414 ecma_set_typedarray_element(lit_utf8_byte_t *dst_p, ecma_number_t value, ecma_typedarray_type_t typedarray_id) ecma_set_typedarray_element() argument 1257 ecma_is_typedarray(ecma_value_t value) ecma_is_typedarray() argument [all...] |
/third_party/jerryscript/tests/unit-core/ |
H A D | test-api.cpp | 228 foreach(const jerry_value_t name, const jerry_value_t value, void *user_data) foreach() argument 278 foreach_exception(const jerry_value_t name, const jerry_value_t value, void *user_data) foreach_exception() argument 297 foreach_subset(const jerry_value_t name, const jerry_value_t value, void *user_data) foreach_subset() argument 1069 jerry_value_t value = jerry_create_string ((const jerry_char_t *) "John"); HWTEST_F() local [all...] |
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-json.c | 511 ecma_value_t value in ecma_builtin_json_parse_value() local 438 ecma_builtin_json_define_value_property(ecma_object_t *obj_p, ecma_string_t *property_name_p, ecma_value_t value) ecma_builtin_json_define_value_property() argument 561 ecma_value_t value = ecma_builtin_json_parse_value (token_p); ecma_builtin_json_parse_value() local 620 ecma_value_t value = ecma_op_object_get (holder_p, name_p); ecma_builtin_json_internalize_property() local 1123 ecma_value_t value = ecma_op_object_get (holder_p, key_p); ecma_builtin_json_serialize_property() local 1416 ecma_value_t value = ecma_op_object_get_by_uint32_index (obj_p, index); ecma_builtin_json_stringify() local 1495 ecma_value_t value = ecma_op_to_number (arg3); ecma_builtin_json_stringify() local [all...] |
/third_party/lame/ACM/tinyxml/ |
H A D | tinyxml.h | 415 std::string value; global() member in TiXmlNode 481 std::string value; global() member in TiXmlAttribute [all...] |
/third_party/jerryscript/jerry-core/parser/js/ |
H A D | js-parser.c | 740 uint32_t value = 0; in parse_print_final_cbc() local 845 parser_append_breakpoint_info(parser_context_t *context_p, jerry_debugger_header_type_t type, uint32_t value) parser_append_breakpoint_info() argument [all...] |
H A D | js-scanner-util.c | 2492 uint16_t value = (stack_item_p->map_to & PARSER_SCOPE_STACK_REGISTER_MASK); in scanner_decode_map_to() local
|
/third_party/lame/libmp3lame/ |
H A D | vbrquantize.c | 271 FLOAT value; member
|
/third_party/jerryscript/jerry-core/ecma/base/ |
H A D | ecma-helpers.c | 381 ecma_create_property(ecma_object_t *object_p, ecma_string_t *name_p, uint8_t type_and_flags, ecma_property_value_t value, ecma_property_t **out_prop_p) ecma_create_property() argument 535 ecma_property_value_t value; ecma_create_named_data_property() local 563 ecma_property_value_t value; ecma_create_named_accessor_property() local 965 ecma_named_data_property_assign_value(ecma_object_t *obj_p, ecma_property_value_t *prop_value_p, ecma_value_t value) ecma_named_data_property_assign_value() argument 1236 ecma_create_error_reference(ecma_value_t value, bool is_exception) ecma_create_error_reference() argument 1316 ecma_raise_error_from_error_reference(ecma_value_t value) ecma_raise_error_from_error_reference() argument [all...] |
/third_party/jerryscript/jerry-core/vm/ |
H A D | opcodes.c | 362 ecma_value_t value = ecma_op_iterator_value (next_value); opfunc_append_to_spread_array() local 454 ecma_value_t value = ecma_op_iterator_value (next_value); opfunc_spread_arguments() local 648 opfunc_resume_executable_object(vm_executable_object_t *executable_object_p, ecma_value_t value) opfunc_resume_executable_object() argument 751 opfunc_return_promise(ecma_value_t value) opfunc_return_promise() argument [all...] |
/third_party/mbedtls/include/mbedtls/ |
H A D | x509.h | 281 value; global() member [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_if.c | 1198 evaluate_if_condition(nir_if *nif, nir_cursor cursor, bool *value) in evaluate_if_condition() argument [all...] |
/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | vars_tests.cpp | 211 nir_store_var_volatile(nir_builder *b, nir_variable *var, nir_ssa_def *value, nir_component_mask_t writemask) nir_store_var_volatile() argument
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_cfg.c | 81 vtn_ssa_value_add_to_call_params(struct vtn_builder *b, struct vtn_ssa_value *value, nir_call_instr *call, unsigned *param_idx) vtn_ssa_value_add_to_call_params() argument 98 vtn_ssa_value_load_function_param(struct vtn_builder *b, struct vtn_ssa_value *value, unsigned *param_idx) vtn_ssa_value_load_function_param() argument 270 struct vtn_ssa_value *value = vtn_create_ssa_value(b, type->type); vtn_cfg_handle_prepass_instruction() local [all...] |
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_android.c | 1088 droid_query_surface(_EGLDisplay *disp, _EGLSurface *surf, EGLint attribute, EGLint *value) global() argument
|