Home
last modified time | relevance | path

Searched defs:base_value (Results 1 – 10 of 10) sorted by relevance

/third_party/vixl/test/
Dtest-code-buffer.cc104 uint64_t base_value = 0x0100001000100101; in TEST() local
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-get-put-value.c130 ecma_op_get_value_object_base (ecma_value_t base_value, /**< base value */ in ecma_op_get_value_object_base()
Decma-reference.c331 ecma_value_t base_value = ecma_make_object_value (binding_obj_p); in ecma_op_resolve_reference_value() local
Decma-objects.c445 ecma_op_object_find_own (ecma_value_t base_value, /**< base value */ in ecma_op_object_find_own()
733 ecma_value_t base_value = ecma_make_object_value (object_p); in ecma_op_object_find() local
/third_party/ffmpeg/libavcodec/
Dwnv1.c44 static inline int wnv1_get_code(GetBitContext *gb, int shift, int base_value) in wnv1_get_code()
/third_party/jerryscript/tests/unit-core/
Dtest-arraybuffer.cpp209 const uint8_t base_value = 51; variable
/third_party/gn/src/gn/
Dparse_tree.cc355 const Value* base_value = scope->GetValue(base_.value(), true); in ExecuteSubscriptAccess() local
373 const Value* base_value, in ExecuteArrayAccess()
383 const Value* base_value, in ExecuteScopeSubscriptAccess()
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_csp_enc.c125 static WEBP_INLINE int LinearToGamma(uint32_t base_value, int shift) { in LinearToGamma()
134 static WEBP_INLINE int LinearToGamma(uint32_t base_value, int shift) { in LinearToGamma()
/third_party/skia/third_party/externals/freetype/src/gxvalid/
Dgxvcommn.c576 GXV_LookupValueDesc base_value; in gxv_LookupTable_fmt4_validate() local
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c575 struct vtn_value *base_value, in _foreach_decoration_helper()