Home
last modified time | relevance | path

Searched refs:b_base (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/graph/
Dmaximum_weighted_matching.hpp328 vertex_descriptor_t b_base) in missing_label() argument
330 vertex_descriptor_t missing_outlet = outlet[b_base]; in missing_label()
332 if (outlet[b_base] == b_base) in missing_label()
341 outlet[b_base], graph::detail::V_EVEN); in missing_label()
347 if (child.first == b_base) in missing_label()
362 if (child_parent.first == b_base) in missing_label()
404 vertex_descriptor_t b_base = b->get_base(); in expand_T_blossom() local
406 = missing_label(b_base); in expand_T_blossom()
437 if (label_T[b_base] == graph_traits< Graph >::null_vertex() in expand_T_blossom()
438 || tau[old_label[b_base].second] < pi[b_base]) in expand_T_blossom()
[all …]
/third_party/python/Modules/_ctypes/
Dctypes.h48 CDataObject *b_base; /* pointer to base object or NULL */ member
78 CDataObject *b_base; /* pointer to base object or NULL */ member
D_ctypes.c2656 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/
Dvp9dec.h173 VP9Block *b_base, *b; member
Dvp9.c99 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()