Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/iconv/ces/
Dtable.c458 size_t tbllen; in load_file() local
506 tbllen = _32BIT_ELT (nmlen + EXTTABLE_TO_SPEED_LEN_OFF); in load_file()
511 tbllen = _32BIT_ELT (nmlen + EXTTABLE_FROM_SPEED_LEN_OFF); in load_file()
520 tbllen = _32BIT_ELT (nmlen + EXTTABLE_TO_SIZE_LEN_OFF); in load_file()
523 tbllen = _32BIT_ELT (nmlen + EXTTABLE_TO_SPEED_LEN_OFF); in load_file()
530 tbllen = _32BIT_ELT (nmlen + EXTTABLE_FROM_SIZE_LEN_OFF); in load_file()
533 tbllen = _32BIT_ELT (nmlen + EXTTABLE_FROM_SPEED_LEN_OFF); in load_file()
548 if ((ccsp->tbl = (ucs2_t *)malloc (tbllen)) == NULL) in load_file()
556 if (fread ((void *) ccsp->tbl, 1, tbllen, file) != tbllen) in load_file()