HomeSort by relevance Sort by last modified time
    Searched defs:ref_ptr (Results 1 - 9 of 9) sorted by null

  /art/runtime/
handle_scope_test.cc 66 uint32_t* ref_ptr = reinterpret_cast<uint32_t*>(table_base_ptr + variable
68 EXPECT_EQ(*ref_ptr, static_cast<uint32_t>(0x1234));
  /external/mesa3d/src/gallium/state_trackers/clover/core/
base.hpp 85 class ref_ptr { class in namespace:clover
87 ref_ptr(T *q = NULL) : p(NULL) { function in class:clover::ref_ptr
91 ref_ptr(const ref_ptr<T> &ref) : p(NULL) { function in class:clover::ref_ptr
95 ~ref_ptr() {
107 ref_ptr &operator=(const ref_ptr &ref) {
130 /// to a clover::ref_ptr smart pointer.
133 inline ref_ptr<T>
135 ref_ptr<T> ref { p }
    [all...]
  /art/runtime/gc/accounting/
remembered_set.cc 72 mirror::HeapReference<mirror::Object>* ref_ptr = obj->GetFieldObjectReferenceAddr(offset); local
73 if (target_space_->HasAddress(ref_ptr->AsMirrorPtr())) {
75 collector_->MarkHeapReference(ref_ptr);
76 DCHECK(!target_space_->HasAddress(ref_ptr->AsMirrorPtr()));
mod_union_table.cc 192 mirror::HeapReference<mirror::Object>* ref_ptr = obj->GetFieldObjectReferenceAddr(offset); local
193 mirror::Object* ref = ref_ptr->AsMirrorPtr();
197 references_->push_back(ref_ptr);
  /external/libdrm/intel/
test_decode.c 93 void *ptr, *ref_ptr, *batch_ptr; local
106 read_file(ref_filename, &ref_ptr, &ref_size);
125 if (strcmp(ref_ptr, ptr) != 0) {
  /external/opencv3/3rdparty/libwebp/dsp/
enc_neon.c 237 const uint8_t* ref_ptr = ref; local
249 "vld1.8 {d12}, [%[ref_ptr]], %[kBPS] \n"
250 "vld1.8 {d14}, [%[ref_ptr]], %[kBPS] \n"
251 "vld1.8 {d13}, [%[ref_ptr]], %[kBPS] \n"
252 "vld1.8 {d15}, [%[ref_ptr]] \n"
337 : [src_ptr] "+r"(src_ptr), [ref_ptr] "+r"(ref_ptr),
  /external/webp/src/dsp/
enc_neon.c 365 const uint8_t* ref_ptr = ref; local
377 "vld1.8 {d12}, [%[ref_ptr]], %[kBPS] \n"
378 "vld1.8 {d14}, [%[ref_ptr]], %[kBPS] \n"
379 "vld1.8 {d13}, [%[ref_ptr]], %[kBPS] \n"
380 "vld1.8 {d15}, [%[ref_ptr]] \n"
465 : [src_ptr] "+r"(src_ptr), [ref_ptr] "+r"(ref_ptr),
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 419 unsigned char *ref_ptr; local
431 ref_ptr = (unsigned char *)(xd->pre.y_buffer + d->offset );
432 vpx_mse16x16(src_ptr, src_stride, ref_ptr, ref_stride,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
firstpass.c 418 unsigned char *ref_ptr; local
430 ref_ptr = (unsigned char *)(xd->pre.y_buffer + d->offset );
431 vp8_mse16x16 ( src_ptr, src_stride, ref_ptr, ref_stride,
    [all...]

Completed in 599 milliseconds