Lines Matching refs:begin
70 const uint8_t *begin, *end; in pt_find_psb() local
76 begin = config->begin; in pt_find_psb()
106 if (pos < begin) in pt_find_psb()
120 static int pt_sync_within_bounds(const uint8_t *pos, const uint8_t *begin, in pt_sync_within_bounds() argument
127 return (begin <= pos) && (pos <= end); in pt_sync_within_bounds()
133 const uint8_t *begin, *end; in pt_sync_set() local
139 begin = config->begin; in pt_sync_set()
142 if (!pt_sync_within_bounds(pos, begin, end)) in pt_sync_set()
164 const uint8_t *begin, *end, *start; in pt_sync_forward() local
170 begin = config->begin; in pt_sync_forward()
173 if (!pt_sync_within_bounds(pos, begin, end)) in pt_sync_forward()
212 const uint8_t *begin, *end; in pt_sync_backward() local
217 begin = config->begin; in pt_sync_backward()
220 if (!pt_sync_within_bounds(pos, begin, end)) in pt_sync_backward()
232 if (pos < begin) in pt_sync_backward()