Home
last modified time | relevance | path

Searched refs:nb_index (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_abstract.h16 return (tp_as_number != NULL && tp_as_number->nb_index != NULL); in _PyIndex_Check()
/third_party/ffmpeg/libavformat/
H A Dwtvenc.c97 int nb_index; member
148 WtvChunkEntry *t = wctx->index + wctx->nb_index; in write_chunk_header()
149 av_assert0(wctx->nb_index < MAX_NB_INDEX); in write_chunk_header()
154 wctx->nb_index++; in write_chunk_header()
193 for (i = 0; i < wctx->nb_index; i++) { in write_index()
201 wctx->nb_index = 0; // reset index in write_index()
212 if (wctx->nb_index == MAX_NB_INDEX) in finish_chunk()
436 if (wctx->nb_index) in write_header()
/third_party/python/Include/cpython/
H A Dobject.h102 unaryfunc nb_index; member
/third_party/python/Objects/
H A Dcomplexobject.c949 (nbr->nb_float == NULL && nbr->nb_index == NULL && !PyComplex_Check(r))) in complex_new_impl()
963 (nbi->nb_float == NULL && nbi->nb_index == NULL && !PyComplex_Check(i))) in complex_new_impl()
H A Dabstract.c837 return nb && (nb->nb_index || nb->nb_int || nb->nb_float || PyComplex_Check(o)); in PyNumber_Check()
1425 PyObject *result = Py_TYPE(item)->tp_as_number->nb_index(item); in _PyNumber_Index()
1562 if (m && m->nb_index) { in PyNumber_Long()
1673 if (m && m->nb_index) { in PyNumber_Float()
H A Dfloatobject.c306 if (nb && nb->nb_index) { in PyFloat_AsDouble()
H A Dtypeobject.c5913 COPYNUM(nb_index); in inherit_slots()
8173 NBSLOT("__index__", nb_index, slot_nb_index, wrap_unaryfunc,

Completed in 21 milliseconds