Home
last modified time | relevance | path

Searched refs:res_start (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/audiofx/
Daudiofxbasefirfilter.c108 gint res_start; \
145 res_start = kernel_length - input_samples; \
147 res_start = 0; \
149 for (i = 0; i < res_start; i++) \
155 self->buffer_fill += kernel_length - res_start; \
/third_party/python/Objects/
Dtypeobject.c3379 char *res_start; in PyType_FromModuleAndSpec() local
3413 res_start = (char*)res; in PyType_FromModuleAndSpec()
3540 *(void**)((char*)res_start + slot_offset) = slot->pfunc; in PyType_FromModuleAndSpec()
3542 void *parent_slot = *(void**)((char*)res_start + slot_offset); in PyType_FromModuleAndSpec()