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; in pt_sync_forward() local
169 begin = config->begin; in pt_sync_forward()
172 if (!pt_sync_within_bounds(pos, begin, end)) in pt_sync_forward()
205 const uint8_t *begin, *end; in pt_sync_backward() local
210 begin = config->begin; in pt_sync_backward()
213 if (!pt_sync_within_bounds(pos, begin, end)) in pt_sync_backward()
225 if (pos < begin) in pt_sync_backward()