Home | History | Annotate | Download | only in src

Lines Matching refs:NEXT

93 		struct MyCvHidHaarStageClassifier* next;
277 hid_stage_classifier->next = (stage_classifier->next == -1)
278 ? NULL : out->stage_classifier + stage_classifier->next;
282 out->is_tree |= hid_stage_classifier->next != NULL;
456 #define NEXT(n, i) (((n) + (i)/(n)) >> 1)
460 unsigned int n1 = NEXT(n, (unsigned int)number);
464 n1 = NEXT(n, number);
540 // while( ptr && ptr->next == NULL ) ptr = ptr->parent;
546 // ptr = ptr->next;
1111 // for( j = 0; j < total; j += b->count, b = b->next )
1289 for( j = 0; j < total; j += b->count, b = b->next )