Home
last modified time | relevance | path

Searched refs:seekpos (Results 1 – 25 of 29) sorted by relevance

12

/external/arm-optimized-routines/string/test/
Dstrchrnul.c54 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()
Dstrrchr.c50 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()
Dstrchr.c50 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()
Dmemchr.c52 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()
Dmemrchr.c50 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/
Dstrrchr.c46 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()
Dstrchrnul.c48 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()
Dstrchr.c47 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()
Dmemchr.c48 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/
Dzip64_large.rs152 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/
Dseekp.pass.cpp32 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/
Dseekp.pass.cpp33 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/
Dseekg.pass.cpp40 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/
Dseekg.pass.cpp41 typename base::pos_type seekpos(typename base::pos_type sp, in seekpos() function
/external/llvm-project/libcxx/include/
Dstreambuf88 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)
Dstrstream47 virtual pos_type seekpos(pos_type sp,
174 virtual pos_type seekpos(pos_type __sp,
Dsstream50 virtual pos_type seekpos(pos_type sp,
242 virtual pos_type seekpos(pos_type __sp,
Dfstream53 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)
Dlocale3947 virtual pos_type seekpos(pos_type __sp,
4210 wbuffer_convert<_Codecvt, _Elem, _Tr>::seekpos(pos_type __sp, ios_base::openmode __wch)
/external/libcxx/include/
Dstreambuf89 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)
Dstrstream48 virtual pos_type seekpos(pos_type sp,
175 virtual pos_type seekpos(pos_type __sp,
Dsstream51 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,
Dfstream54 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/
Dstrstream.cpp293 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which) in seekpos() function in strstreambuf
/external/libcxx/src/
Dstrstream.cpp294 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which) in seekpos() function in strstreambuf

12