Home
last modified time | relevance | path

Searched refs:ptr_end (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
H A Dcompute_antialias_float.h65 float *ptr, *ptr_end; in compute_antialias_mips_float() local
77 ptr_end = ptr + 18; in compute_antialias_mips_float()
79 ptr_end = ptr + 558; in compute_antialias_mips_float()
169 "bne %[ptr], %[ptr_end], compute_antialias_float_loop%= \t\n" in compute_antialias_mips_float()
178 : [csa] "r" (csa), [ptr_end] "r" (ptr_end) in compute_antialias_mips_float()
/third_party/ltp/testcases/kernel/syscalls/nftw/
H A Dlib64.c135 char *ptr, *ptr_end, *buffer; in test_long_file_name() local
142 ptr_end = ptr + name_length + 1; in test_long_file_name()
145 while (ptr <= ptr_end) in test_long_file_name()
157 char *ptr, *ptr_end, *buffer; in test_long_component_name() local
164 ptr_end = ptr + name_length + 2; in test_long_component_name()
166 for (; ptr < ptr_end; ptr++) in test_long_component_name()
H A Dlib.c135 char *ptr, *ptr_end, *buffer; in test_long_file_name() local
142 ptr_end = ptr + name_length + 1; in test_long_file_name()
145 while (ptr <= ptr_end) in test_long_file_name()
157 char *ptr, *ptr_end, *buffer; in test_long_component_name() local
164 ptr_end = ptr + name_length + 2; in test_long_component_name()
166 for (; ptr < ptr_end; ptr++) in test_long_component_name()
/third_party/ffmpeg/libavformat/
H A Dmpl2dec.c42 const unsigned char *ptr_end = ptr + p->buf_size; in mpl2_probe() local
52 if (ptr >= ptr_end) in mpl2_probe()
H A Dmpsubdec.c39 const char *ptr_end = p->buf + p->buf_size; in mpsub_probe() local
41 while (ptr < ptr_end) { in mpsub_probe()
H A Djacosubdec.c53 const char *ptr_end = p->buf + p->buf_size; in jacosub_probe() local
58 while (ptr < ptr_end) { in jacosub_probe()
/third_party/ffmpeg/libavcodec/
H A D4xm.c630 const uint8_t *ptr_end = buf + buf_size; in read_huffman_tables() local
640 if (ptr_end - ptr < FFMAX(end - start + 1, 0) + 1) { in read_huffman_tables()
658 if (ptr > ptr_end) { in read_huffman_tables()
/third_party/backends/backend/
H A Dmustek.c4135 SANE_Byte *red_ptr, *grn_ptr, *blu_ptr, *ptr, *ptr_end; in fix_line_distance_none() local
4158 ptr_end = red_ptr + bpl; in fix_line_distance_none()
4160 while (blu_ptr != ptr_end) in fix_line_distance_none()
4166 red_ptr = ptr_end; in fix_line_distance_none()
4636 SANE_Byte *ptr, *ptr_end; in output_data() local
4770 ptr_end = ptr + lines_per_buffer * bpl; in output_data()
4775 while (ptr != ptr_end) in output_data()
4787 while (ptr != ptr_end) in output_data()

Completed in 11 milliseconds