Searched refs:Memrchr (Results 1 – 4 of 4) sorted by relevance
/dports/biology/plink/plink-ng-79b2df8c/2.0/include/ |
H A D | plink2_string.h | 1564 CXXCONST_CP Memrchr(const char* str_start, char needle, uintptr_t slen); 1568 HEADER_INLINE CXXCONST_CP Memrchr(const char* str_start, char needle, uintptr_t slen) { in Memrchr() function 1593 HEADER_INLINE char* Memrchr(char* str_start, char needle, uintptr_t slen) { in Memrchr() function 1594 return const_cast<char*>(Memrchr(const_cast<const char*>(str_start), needle, slen)); in Memrchr()
|
H A D | plink2_text.cc | 604 char* last_byte_ptr = Memrchr(dst_load_start, '\n', dst_iter - dst_load_start); in TextFileAdvance() 1004 last_byte_ptr = Memrchr(read_head, '\n', read_attempt_size); in TextStreamThread()
|
H A D | plink2_string.cc | 3176 CXXCONST_CP Memrchr(const char* str_start, char needle, uintptr_t slen) { in Memrchr() function
|
/dports/biology/plink/plink-ng-79b2df8c/2.0/ |
H A D | plink2_import.cc | 3330 contig_name_end = Memrchr(contig_name_start, '>', contig_name_end - contig_name_start); in VcfToPgen()
|