Home
last modified time | relevance | path

Searched refs:half_bufsize (Results 1 – 2 of 2) sorted by relevance

/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink_common.c623 int32_t scan_token_ct_len(uintptr_t half_bufsize, FILE* infile, char* buf, uintptr_t* __restrict to… in scan_token_ct_len() argument
626 uintptr_t full_bufsize = half_bufsize * 2; in scan_token_ct_len()
630 char* midbuf = &(buf[half_bufsize]); in scan_token_ct_len()
636 if (fread_checked(midbuf, half_bufsize, infile, &bufsize)) { in scan_token_ct_len()
652 bufptr = &(buf[half_bufsize - curtoklen]); in scan_token_ct_len()
672 if (curtoklen >= half_bufsize) { in scan_token_ct_len()
678 if (curtoklen >= half_bufsize) { in scan_token_ct_len()
698 uintptr_t full_bufsize = half_bufsize * 2; in read_tokens()
701 char* midbuf = &(buf[half_bufsize]); in read_tokens()
708 if (fread_checked(midbuf, half_bufsize, infile, &bufsize)) { in read_tokens()
[all …]
H A Dplink_common.h1402 int32_t scan_token_ct_len(uintptr_t half_bufsize, FILE* infile, char* buf, uintptr_t* __restrict to…
1404 int32_t read_tokens(uintptr_t half_bufsize, uintptr_t token_ct, uintptr_t max_token_len, FILE* infi…