| /third_party/jerryscript/jerry-core/ecma/operations/ |
| H A D | ecma-get-put-value.c | 200 ecma_op_put_value_lex_env_base(ecma_object_t *lex_env_p, ecma_string_t *name_p, bool is_strict, ecma_value_t value) ecma_op_put_value_lex_env_base() argument [all...] |
| /third_party/jerryscript/jerry-ext/handler/ |
| H A D | handler-register.c | 132 jerryx_set_property_str(const jerry_value_t target_object, const char *name, const jerry_value_t value) jerryx_set_property_str() argument [all...] |
| /third_party/jerryscript/tests/unit-core/ |
| H A D | test-api-set-and-clear-error-flag.cpp | 23 compare_str (jerry_value_t value, const jerry_char_t *str_p, size_t str_len) in compare_str() argument 203 jerry_value_t value = jerry_create_number (42); in HWTEST_F() local [all...] |
| H A D | test-api-value-type.cpp | 25 jerry_value_t value; member
|
| H A D | test-abort.cpp | 34 jerry_value_t value = jerry_create_string ((jerry_char_t *) "Abort run!"); in callback_func() local 144 jerry_value_t value = jerry_create_string ((jerry_char_t *) "Error description"); in HWTEST_F() local [all...] |
| /third_party/jerryscript/jerry-core/parser/regexp/ |
| H A D | re-token.h | 58 uint32_t value; /**< value of the token */ member
|
| /third_party/jerryscript/jerry-core/ecma/base/ |
| H A D | ecma-helpers-errol.c | 75 double value; /**< value */ member 97 double value = hp_data_p->value; ecma_multiply_high_prec_by_10() local 118 double value = hp_data_p->value; ecma_divide_high_prec_by_10() local [all...] |
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_scratch.c | 56 nir_ssa_def *value = nir_load_scratch( in lower_load_store() local 66 nir_ssa_def *value = intrin->src[1].ssa; in lower_load_store() local
|
| H A D | nir_lower_clip_disable.c | 41 recursive_if_chain(nir_builder *b, nir_deref_instr *deref, nir_ssa_def *value, unsigned clip_plane_enable, nir_ssa_def *index, unsigned start, unsigned end) in recursive_if_chain() argument
|
| H A D | nir_lower_array_deref_of_vec.c | 111 nir_ssa_def *value = intrin->src[1].ssa; in nir_lower_array_deref_of_vec_impl() local 28 build_write_masked_store(nir_builder *b, nir_deref_instr *vec_deref, nir_ssa_def *value, unsigned component) build_write_masked_store() argument 45 build_write_masked_stores(nir_builder *b, nir_deref_instr *vec_deref, nir_ssa_def *value, nir_ssa_def *index, unsigned start, unsigned end) build_write_masked_stores() argument [all...] |
| H A D | nir_lower_bool_to_float.c | 160 nir_const_value *value = load->value; in nir_lower_bool_to_float_impl() local
|
| /third_party/mesa3d/src/freedreno/drm/msm/ |
| H A D | msm_pipe.c | 33 query_param(struct fd_pipe *pipe, uint32_t param, uint64_t *value) in query_param() argument 53 query_queue_param(struct fd_pipe *pipe, uint32_t param, uint64_t *value) in query_queue_param() argument 73 msm_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param, uint64_t *value) msm_pipe_get_param() argument 110 set_param(struct fd_pipe *pipe, uint32_t param, uint64_t value) set_param() argument 124 msm_pipe_set_param(struct fd_pipe *pipe, enum fd_param_id param, uint64_t value) msm_pipe_set_param() argument 227 uint64_t value; get_param() local [all...] |
| /third_party/mesa3d/src/egl/main/ |
| H A D | eglsurface.c | 457 _eglQuerySurface(_EGLDisplay *disp, _EGLSurface *surface, EGLint attribute, EGLint *value) _eglQuerySurface() argument 631 _eglSurfaceAttrib(_EGLDisplay *disp, _EGLSurface *surface, EGLint attribute, EGLint value) _eglSurfaceAttrib() argument [all...] |
| /third_party/mesa3d/src/freedreno/drm/ |
| H A D | freedreno_pipe.c | 162 fd_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param, uint64_t *value) in fd_pipe_get_param() argument 168 fd_pipe_set_param(struct fd_pipe *pipe, enum fd_param_id param, uint64_t value) in fd_pipe_set_param() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
| H A D | cso_hash.h | 56 void *value; member
|
| /third_party/mesa3d/src/android_stub/ |
| H A D | nativewindow_stub.cpp | 63 ANativeWindow_query(const ANativeWindow *window, ANativeWindowQuery query, int *value) ANativeWindow_query() argument
|
| /third_party/mesa3d/src/compiler/glsl/tests/ |
| H A D | list_iterators.cpp | 30 uint32_t value; member in test_node_inherite
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | ir_validate.cpp | 1204 ir_rvalue *value = ir->as_rvalue(); in check_node_type() local
|
| H A D | shader_cache.cpp | 80 create_binding_str(const char *key, unsigned value, void *closure) in create_binding_str() argument
|
| /third_party/ltp/lib/ |
| H A D | tst_sys_conf.c | 17 char value[PATH_MAX]; member 40 void tst_sys_conf_save_str(const char *path, const char *value) in tst_sys_conf_save_str() argument [all...] |
| /third_party/ltp/testcases/kernel/crypto/ |
| H A D | crypto_user01.c | 35 static void do_check_for_leaks(const char *name, const char *value, size_t vlen) in do_check_for_leaks() argument
|
| /third_party/mesa3d/src/gallium/frontends/clover/core/ |
| H A D | property.hpp | 236 auto value = *d_props++; in obj() local
|
| /third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
| H A D | metadata.hpp | 102 auto value = ::llvm::cast< ::llvm::ConstantAsMetadata>(operands[0]) in get_type_kernel_metadata() local
|
| /third_party/mesa3d/src/glx/tests/ |
| H A D | query_renderer_unittest.cpp | 35 int value; member 288 unsigned value = 0xDEADBEEF; in TEST_F() local 57 fake_query_renderer_integer(struct glx_screen *psc, int attribute, unsigned int *value) fake_query_renderer_integer() argument 70 fake_query_renderer_string(struct glx_screen *psc, int attribute, const char **value) fake_query_renderer_string() argument 330 unsigned value = 0xDEADBEEF; TEST_F() local 353 unsigned value = 0xDEADBEEF; TEST_F() local 376 unsigned value = 0xDEADBEEF; TEST_F() local 402 unsigned value = 0xDEADBEEF; TEST_F() local 427 unsigned value = 0xDEADBEEF; TEST_F() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/va/ |
| H A D | config.c | 125 unsigned int value; in vlVaGetConfigAttributes() local [all...] |