Searched refs:ptr_end (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | compute_antialias_float.h | 65 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() 178 : [csa] "r" (csa), [ptr_end] "r" (ptr_end) in compute_antialias_mips_float()
|
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
D | lib.c | 135 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()
|
D | lib64.c | 135 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/ |
D | mpl2dec.c | 42 const unsigned char *ptr_end = ptr + p->buf_size; in mpl2_probe() local 52 if (ptr >= ptr_end) in mpl2_probe()
|
D | mpsubdec.c | 39 const char *ptr_end = p->buf + p->buf_size; in mpsub_probe() local 41 while (ptr < ptr_end) { in mpsub_probe()
|
D | jacosubdec.c | 54 const char *ptr_end = p->buf + p->buf_size; in jacosub_probe() local 59 while (ptr < ptr_end) { in jacosub_probe()
|
/third_party/ffmpeg/libavcodec/ |
D | 4xm.c | 628 const uint8_t *ptr_end = buf + buf_size; in read_huffman_tables() local 638 if (ptr_end - ptr < FFMAX(end - start + 1, 0) + 1) { in read_huffman_tables() 656 if (ptr > ptr_end) { in read_huffman_tables()
|