/external/arm-optimized-routines/string/test/ |
D | strchrnul.c | 54 test (const struct fun *fun, int align, int seekpos, int len) in test() argument 58 char *f = seekpos != -1 ? s + seekpos : s + len; in test() 64 if (len > LEN || seekpos >= len || align >= ALIGN) in test() 73 if (seekpos != -1) in test() 74 s[seekpos] = seekchar; in test() 75 if (seekpos != -1 && (len + align) & 1) in test() 76 s[seekpos + 1] = seekchar; in test() 79 int mte_len = seekpos != -1 ? seekpos + 1 : len + 1; in test() 88 fun->name, s, seekchar, len, p, f, seekpos); in test()
|
D | strrchr.c | 50 test (const struct fun *fun, int align, int seekpos, int len) in test() argument 54 char *f = seekpos != -1 ? s + seekpos : 0; in test() 60 if (len > LEN || seekpos >= len || align >= ALIGN) in test() 69 if (seekpos != -1) in test() 70 s[seekpos / 2] = s[seekpos] = seekchar; in test() 71 if (seekpos > 0 && (len + align) & 1) in test() 72 s[seekpos - 1] = seekchar; in test() 83 fun->name, s, seekchar, len, p, f, seekpos); in test()
|
D | strchr.c | 50 test (const struct fun *fun, int align, int seekpos, int len) in test() argument 54 char *f = seekpos != -1 ? s + seekpos : 0; in test() 60 if (len > LEN || seekpos >= len || align >= ALIGN) in test() 69 if (seekpos != -1) in test() 70 s[seekpos] = seekchar; in test() 71 if (seekpos != -1 && (len + align) & 1) in test() 72 s[seekpos + 1] = seekchar; in test() 83 fun->name, s, seekchar, len, p, f, seekpos); in test()
|
D | memchr.c | 52 test (const struct fun *fun, int align, size_t seekpos, size_t len, in test() argument 57 char *f = seekpos < maxlen ? s + seekpos : NULL; in test() 63 if (len > LEN || seekpos > LEN || align > ALIGN) in test() 72 s[seekpos] = seekchar; in test() 73 s[((len ^ align) & 1) ? seekpos + 1 : len] = seekchar; in test() 75 int mte_len = seekpos != -1 ? seekpos + 1 : maxlen; in test()
|
D | memrchr.c | 50 test (const struct fun *fun, int align, size_t seekpos, size_t len, in test() argument 55 char *f = seekpos < maxlen ? s + seekpos : NULL; in test() 61 if (len > LEN || seekpos > LEN || align > ALIGN) in test() 70 s[seekpos] = seekchar; in test() 71 s[((len ^ align) & 1) && seekpos < maxlen ? seekpos - 1 : len] = seekchar; in test()
|
/external/llvm-project/libc/AOR_v20.02/string/test/ |
D | strrchr.c | 46 static void test(const struct fun *fun, int align, int seekpos, int len) in test() argument 50 char *f = seekpos != -1 ? s + seekpos : 0; in test() 54 if (len > LEN || seekpos >= len - 1 || align >= A) in test() 63 if (seekpos != -1) in test() 64 s[seekpos/2] = s[seekpos] = seekchar; in test()
|
D | strchrnul.c | 48 static void test(const struct fun *fun, int align, int seekpos, int len) in test() argument 52 char *f = seekpos != -1 ? s + seekpos : s + len - 1; in test() 56 if (len > LEN || seekpos >= len - 1 || align >= A) in test() 65 if (seekpos != -1) in test() 66 s[seekpos] = seekchar; in test()
|
D | strchr.c | 47 static void test(const struct fun *fun, int align, int seekpos, int len) in test() argument 51 char *f = seekpos != -1 ? s + seekpos : 0; in test() 55 if (len > LEN || seekpos >= len - 1 || align >= A) in test() 64 if (seekpos != -1) in test() 65 s[seekpos] = seekchar; in test()
|
D | memchr.c | 48 static void test(const struct fun *fun, int align, int seekpos, int len) in test() argument 52 unsigned char *f = len ? s + seekpos : 0; in test() 57 if (len > LEN || seekpos >= len || align >= A) in test() 60 for (i = 0; i < seekpos; i++) in test()
|
/external/rust/crates/zip/tests/ |
D | zip64_large.rs | 152 let seekpos = self.pointer as i64 + offset; in seek() localVariable 153 if seekpos < 0 || seekpos as u64 > TOTAL_LENGTH { in seek() 156 self.pointer = seekpos as u64; in seek()
|
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.seeks/ |
D | seekp.pass.cpp | 32 seekpos(typename base::pos_type sp, std::ios_base::openmode which) in seekpos() function
|
/external/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.seeks/ |
D | seekp.pass.cpp | 33 seekpos(typename base::pos_type sp, std::ios_base::openmode which) in seekpos() function
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/ |
D | seekg.pass.cpp | 40 typename base::pos_type seekpos(typename base::pos_type sp, in seekpos() function
|
/external/llvm-project/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/ |
D | seekg.pass.cpp | 41 typename base::pos_type seekpos(typename base::pos_type sp, in seekpos() function
|
/external/llvm-project/libcxx/include/ |
D | streambuf | 88 virtual pos_type seekpos(pos_type sp, 164 { return seekpos(__sp, __which); } 277 virtual pos_type seekpos(pos_type __sp, 382 basic_streambuf<_CharT, _Traits>::seekpos(pos_type, ios_base::openmode)
|
D | strstream | 47 virtual pos_type seekpos(pos_type sp, 174 virtual pos_type seekpos(pos_type __sp,
|
D | sstream | 50 virtual pos_type seekpos(pos_type sp, 242 virtual pos_type seekpos(pos_type __sp,
|
D | fstream | 53 virtual pos_type seekpos(pos_type sp, 261 virtual pos_type seekpos(pos_type __sp, 962 basic_filebuf<_CharT, _Traits>::seekpos(pos_type __sp, ios_base::openmode)
|
D | locale | 3947 virtual pos_type seekpos(pos_type __sp, 4210 wbuffer_convert<_Codecvt, _Elem, _Tr>::seekpos(pos_type __sp, ios_base::openmode __wch)
|
/external/libcxx/include/ |
D | streambuf | 89 virtual pos_type seekpos(pos_type sp, 165 { return seekpos(__sp, __which); } 278 virtual pos_type seekpos(pos_type __sp, 383 basic_streambuf<_CharT, _Traits>::seekpos(pos_type, ios_base::openmode)
|
D | strstream | 48 virtual pos_type seekpos(pos_type sp, 175 virtual pos_type seekpos(pos_type __sp,
|
D | sstream | 51 virtual pos_type seekpos(pos_type sp, 237 virtual pos_type seekpos(pos_type __sp, 621 basic_stringbuf<_CharT, _Traits, _Allocator>::seekpos(pos_type __sp,
|
D | fstream | 54 virtual pos_type seekpos(pos_type sp, 261 virtual pos_type seekpos(pos_type __sp, 962 basic_filebuf<_CharT, _Traits>::seekpos(pos_type __sp, ios_base::openmode)
|
/external/llvm-project/libcxx/src/ |
D | strstream.cpp | 293 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which) in seekpos() function in strstreambuf
|
/external/libcxx/src/ |
D | strstream.cpp | 294 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which) in seekpos() function in strstreambuf
|