Home
last modified time | relevance | path

Searched refs:init_len (Results 1 – 8 of 8) sorted by relevance

/third_party/libxml2/
DtestOOM.c80 static struct buffer *buffer_create (size_t init_len) in buffer_create() argument
86 if (init_len) { in buffer_create()
87 b->str = malloc (init_len); in buffer_create()
94 b->max = init_len; in buffer_create()
/third_party/ffmpeg/libavfilter/
Dvf_detelecine.c40 int init_len; member
105 s->init_len = 0; in init()
113 s->init_len = nfields - 2*s->start_frame; in init()
222 len = s->init_len; in filter_frame()
223 s->init_len = 0; in filter_frame()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cmap-table.hh838 unsigned init_len = c->length (); in copy() local
873 if (c->length () - init_len == 0) in copy()
881 (c->length () - init_len) / UnicodeValueRange::static_size, in copy()
Dhb-ot-glyf-table.hh157 unsigned init_len = c->length (); in serialize() local
164 if (init_len == c->length ()) in serialize()
/third_party/harfbuzz/src/
Dhb-ot-cmap-table.hh813 unsigned init_len = c->length (); in copy() local
848 if (c->length () - init_len == 0) in copy()
856 (c->length () - init_len) / UnicodeValueRange::static_size, in copy()
Dhb-ot-glyf-table.hh153 unsigned init_len = c->length (); in serialize() local
160 if (init_len == c->length ()) in serialize()
/third_party/python/Modules/
D_testbuffer.c1109 init_len(Py_buffer *base) in init_len() function
1158 init_len(base); in init_structure()
1848 init_len(base); in ndarray_subscript()
/third_party/python/Objects/
Dmemoryobject.c583 init_len(Py_buffer *view) in init_len() function
2505 init_len(&sliced->view); in memory_subscript()