OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ptr_base
(Results
1 - 5
of
5
) sorted by null
/art/runtime/gc/accounting/
space_bitmap-inl.h
108
const uintptr_t
ptr_base
= IndexToOffset(index_start) + heap_begin_;
local
111
mirror::Object* obj = reinterpret_cast<mirror::Object*>(
ptr_base
+ shift * kAlignment);
121
const uintptr_t
ptr_base
= IndexToOffset(i) + heap_begin_;
local
124
mirror::Object* obj = reinterpret_cast<mirror::Object*>(
ptr_base
+ shift * kAlignment);
147
const uintptr_t
ptr_base
= IndexToOffset(index_end) + heap_begin_;
local
150
mirror::Object* obj = reinterpret_cast<mirror::Object*>(
ptr_base
+ shift * kAlignment);
space_bitmap.cc
113
uintptr_t
ptr_base
= IndexToOffset(i) + heap_begin_;
local
116
mirror::Object* obj = reinterpret_cast<mirror::Object*>(
ptr_base
+ shift * kAlignment);
161
uintptr_t
ptr_base
= IndexToOffset(i) + live_bitmap.heap_begin_;
local
165
*pb++ = reinterpret_cast<mirror::Object*>(
ptr_base
+ shift * kAlignment);
257
uintptr_t
ptr_base
= IndexToOffset(i) + heap_begin_;
local
260
mirror::Object* obj = reinterpret_cast<mirror::Object*>(
ptr_base
+ shift * kAlignment);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
reconinter.c
319
unsigned char *
ptr_base
;
local
325
ptr_base
= x->pre.y_buffer;
326
ptr =
ptr_base
+ (mv_row >> 3) * pre_stride + (mv_col >> 3);
389
unsigned char *
ptr_base
= x->pre.y_buffer;
local
399
ptr =
ptr_base
+ ( _16x16mv.as_mv.row >> 3) * pre_stride + (_16x16mv.as_mv.col >> 3);
/external/libvpx/libvpx/vp8/common/
reconinter.c
319
unsigned char *
ptr_base
;
local
325
ptr_base
= x->pre.y_buffer;
326
ptr =
ptr_base
+ (mv_row >> 3) * pre_stride + (mv_col >> 3);
389
unsigned char *
ptr_base
= x->pre.y_buffer;
local
399
ptr =
ptr_base
+ ( _16x16mv.as_mv.row >> 3) * pre_stride + (_16x16mv.as_mv.col >> 3);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
reconinter.c
319
unsigned char *
ptr_base
;
local
325
ptr_base
= x->pre.y_buffer;
326
ptr =
ptr_base
+ (mv_row >> 3) * pre_stride + (mv_col >> 3);
389
unsigned char *
ptr_base
= x->pre.y_buffer;
local
399
ptr =
ptr_base
+ ( _16x16mv.as_mv.row >> 3) * pre_stride + (_16x16mv.as_mv.col >> 3);
Completed in 206 milliseconds