Searched refs:ptr_end (Results 1 – 10 of 10) 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/boost/libs/ptr_container/test/ |
D | pointainer_speed.cpp | 123 sort( pvec.ptr_begin(), pvec.ptr_end(), less_than() ); in test_speed() 135 sort( pvec.ptr_begin(), pvec.ptr_end(), greater_than() ); in test_speed() 147 sort( pvec.ptr_begin(), pvec.ptr_end(), data_less_than() ); in test_speed() 159 sort( pvec.ptr_begin(), pvec.ptr_end(), data_less_than2() ); in test_speed() 164 for( ptr_vector<Base>::ptr_iterator i = pvec.ptr_begin(); i != pvec.ptr_end(); ++ i ) in test_speed() 167 sort( pvec.ptr_begin(), pvec.ptr_end() ); in test_speed() 171 for( ptr_vector<Base>::ptr_iterator i = pvec.ptr_begin(); i != pvec.ptr_end(); ++ i ) in test_speed()
|
/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/boost/boost/algorithm/ |
D | hex.hpp | 116 bool ptr_end ( const T* ptr, const T* /*end*/ ) { return *ptr == '\0'; } in ptr_end() function 265 out = detail::decode_one ( ptr, (const T *) NULL, out, detail::ptr_end<T> ); in unhex()
|
/third_party/mindspore/mindspore/ccsrc/fl/armour/cipher/ |
D | cipher_shares.cc | 168 std::vector<clientshare_str>::iterator ptr_end = ptr_start + size_shares; in GetSecrets() local 169 for (std::vector<clientshare_str>::iterator ptr = ptr_start; ptr < ptr_end; ++ptr) { in GetSecrets()
|
/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()
|