Searched refs:b_base (Results 1 – 5 of 5) sorted by relevance
/third_party/libabigail/include/ |
D | abg-diff-utils.h | 1485 RandomAccessOutputIterator b_base, in compute_diff() argument 1494 unsigned a_offset = a_begin - a_base, b_offset = b_begin - b_base; in compute_diff() 1513 ins.inserted_indexes().push_back(i - b_base); in compute_diff() 1564 ins.inserted_indexes().push_back(i - b_base); in compute_diff() 1580 b_base, b_begin, b_base + (px.y() + 1), in compute_diff() 1589 b_base, b_base + (pu.y() + 1), b_end, in compute_diff() 1754 RandomAccessOutputIterator b_base, in compute_diff() argument 1764 b_base, b_begin, b_end, in compute_diff() 1911 RandomAccessOutputIterator b_base, in compute_diff() argument 1920 b_base, b_begin, b_end, in compute_diff()
|
/third_party/python/Modules/_ctypes/ |
D | ctypes.h | 48 CDataObject *b_base; /* pointer to base object or NULL */ member 78 CDataObject *b_base; /* pointer to base object or NULL */ member
|
D | _ctypes.c | 2656 while (self->b_base) in PyCData_GetContainer() 2657 self = self->b_base; in PyCData_GetContainer() 2690 while (target->b_base) { in unique_key() 2699 target = target->b_base; in unique_key() 2762 Py_VISIT((PyObject *)self->b_base); in PyCData_traverse() 2774 Py_CLEAR(self->b_base); in PyCData_clear() 2787 offsetof(CDataObject, b_base), READONLY, 3007 cmem->b_base = (CDataObject *)base; in PyCData_FromBaseObj() 3235 obj->b_base = NULL; in GenericPyCData_new()
|
/third_party/ffmpeg/libavcodec/ |
D | vp9dec.h | 173 VP9Block *b_base, *b; member
|
D | vp9.c | 99 av_freep(&td->b_base); in vp9_tile_data_free() 315 …if (td->b_base && td->block_base && s->block_alloc_using_2pass == s->s.frames[CUR_FRAME].uses_2pas… in update_block_buffers() 324 td->b_base = av_malloc_array(s->cols * s->rows, sizeof(VP9Block)); in update_block_buffers() 327 if (!td->b_base || !td->block_base) in update_block_buffers() 345 s->td[i].b_base = av_malloc(sizeof(VP9Block)); in update_block_buffers() 348 if (!s->td[i].b_base || !s->td[i].block_base) in update_block_buffers() 1693 s->td[i].b = s->td[i].b_base; in vp9_decode_frame()
|