Home
last modified time | relevance | path

Searched refs:values_ptr (Results 1 - 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H A Djcphuff-neon.c45 JCOEF *values_ptr = values; in jsimd_encode_mcu_AC_first_prepare_neon() local
83 vst1q_s16(values_ptr, coefs1); in jsimd_encode_mcu_AC_first_prepare_neon()
84 vst1q_s16(values_ptr + DCTSIZE, coefs2); in jsimd_encode_mcu_AC_first_prepare_neon()
87 values_ptr += 16; in jsimd_encode_mcu_AC_first_prepare_neon()
138 vst1q_s16(values_ptr, coefs1); in jsimd_encode_mcu_AC_first_prepare_neon()
139 vst1q_s16(values_ptr + DCTSIZE, coefs2); in jsimd_encode_mcu_AC_first_prepare_neon()
142 values_ptr += 16; in jsimd_encode_mcu_AC_first_prepare_neon()
180 vst1q_s16(values_ptr, coefs); in jsimd_encode_mcu_AC_first_prepare_neon()
182 values_ptr += 8; in jsimd_encode_mcu_AC_first_prepare_neon()
189 vst1q_s16(values_ptr, vdupq_n_s1 in jsimd_encode_mcu_AC_first_prepare_neon()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dinlined_vector.h105 ValueAdapter* values_ptr, SizeType construct_size) { in ConstructElements()
108 values_ptr->ConstructNext(alloc_ptr, construct_first + i); in ConstructElements()
118 void AssignElements(Pointer assign_first, ValueAdapter* values_ptr, in AssignElements() argument
121 values_ptr->AssignNext(assign_first + i); in AssignElements()
260 void Construct(Pointer data, ValueAdapter* values_ptr, SizeType size) { in Construct() argument
262 data, values_ptr, size); in Construct()
104 ConstructElements(AllocatorType* alloc_ptr, Pointer construct_first, ValueAdapter* values_ptr, SizeType construct_size) ConstructElements() argument
/third_party/python/Objects/
H A Dobject.c1102 PyDictValues **values_ptr = _PyObject_ValuesPointer(obj); in _PyObject_GetDictPtr() local
1103 if (*values_ptr == NULL) { in _PyObject_GetDictPtr()
1107 PyObject *dict = _PyObject_MakeDictFromInstanceAttributes(obj, *values_ptr); in _PyObject_GetDictPtr()
1112 *values_ptr = NULL; in _PyObject_GetDictPtr()
1290 PyDictValues **values_ptr = _PyObject_ValuesPointer(obj); in _PyObject_GenericGetAttrWithDict() local
1293 res = _PyObject_GetInstanceAttribute(obj, *values_ptr, name); in _PyObject_GenericGetAttrWithDict()
1301 *dictptr = dict = _PyObject_MakeDictFromInstanceAttributes(obj, *values_ptr); in _PyObject_GenericGetAttrWithDict()
1306 *values_ptr = NULL; in _PyObject_GenericGetAttrWithDict()
H A Ddictobject.c5544 PyDictValues **values_ptr = _PyObject_ValuesPointer(self); in _PyObject_VisitInstanceAttributes()
5545 if (*values_ptr == NULL) { in _PyObject_VisitInstanceAttributes()
5550 Py_VISIT((*values_ptr)->values[i]); in _PyObject_VisitInstanceAttributes()
5560 PyDictValues **values_ptr = _PyObject_ValuesPointer(self); in _PyObject_ClearInstanceAttributes()
5561 if (*values_ptr == NULL) { in _PyObject_ClearInstanceAttributes()
5566 Py_CLEAR((*values_ptr)->values[i]); in _PyObject_ClearInstanceAttributes()
5575 PyDictValues **values_ptr = _PyObject_ValuesPointer(self); in _PyObject_FreeInstanceAttributes()
5576 PyDictValues *values = *values_ptr; in _PyObject_FreeInstanceAttributes()
5580 *values_ptr = NULL; in _PyObject_FreeInstanceAttributes()
5594 PyDictValues **values_ptr in PyObject_GenericGetDict() local
[all...]
/third_party/libdrm/include/drm/
H A Dvc4_drm.h435 __u64 values_ptr; member
H A Ddrm_mode.h518 __u64 values_ptr; /* values and blob lengths */ member
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_query_perfcnt.c291 req.values_ptr = (uintptr_t)pquery->perfmon->values; in v3d_get_query_result_perfcnt()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_query.c269 req.values_ptr = (uintptr_t)query->hwperfmon->counters; in vc4_get_query_result()
/third_party/mesa3d/include/drm-uapi/
H A Dv3d_drm.h474 __u64 values_ptr; member
H A Dvc4_drm.h435 __u64 values_ptr; member
H A Ddrm_mode.h563 * The meaning of the @values_ptr field changes depending on the property type.
581 * To retrieve the elements themselves, allocate an array for @values_ptr and
588 /** @values_ptr: Pointer to a ``__u64`` array. */
589 __u64 values_ptr; member
609 /** @count_values: Number of elements in @values_ptr. */
H A Di915_drm.h1309 * @values_ptr: Pointer to an array of u64 values of length
1315 __u64 values_ptr; member
/third_party/libdrm/
H A Dxf86drmMode.c647 prop.values_ptr = VOID2U64(drmMalloc(prop.count_values * sizeof(uint64_t))); in drmModeGetProperty()
653 prop.values_ptr = VOID2U64(drmMalloc(prop.count_enum_blobs * sizeof(uint32_t))); in drmModeGetProperty()
670 r->values = drmAllocCpy(U642VOID(prop.values_ptr), prop.count_values, sizeof(uint64_t)); in drmModeGetProperty()
675 r->values = drmAllocCpy(U642VOID(prop.values_ptr), prop.count_enum_blobs, sizeof(uint32_t)); in drmModeGetProperty()
683 drmFree(U642VOID(prop.values_ptr)); in drmModeGetProperty()
/third_party/mesa3d/src/broadcom/simulator/
H A Dv3d_simulator.c772 memcpy((void *)args->values_ptr, perfmon->values, perfmon->ncounters * sizeof(uint64_t)); in v3d_simulator_perfmon_get_values_ioctl()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_query.c432 .values_ptr = (uintptr_t)(&counter_values[i * in write_performance_query_result()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc3056 const auto* values_ptr = clause_heads[i]->case_values.get(); in EmitSwitchStart() local
3057 const bool has_selectors = (values_ptr && !values_ptr->empty()); in EmitSwitchStart()
3059 std::vector<uint64_t> values(values_ptr->begin(), values_ptr->end()); in EmitSwitchStart()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_batch_chain.c2210 execbuf.timeline_fences.values_ptr = (uintptr_t)execbuf.syncobj_values; in anv_queue_exec_locked()

Completed in 42 milliseconds