Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/iconv/ces/
Dtable.c431 #define _32BIT_ELT(offset) \ macro
487 || _32BIT_ELT (EXTTABLE_CCSNAME_LEN_OFF) != nmlen in load_file()
505 off = (off_t)_32BIT_ELT (nmlen + EXTTABLE_TO_SPEED_OFF); in load_file()
506 tbllen = _32BIT_ELT (nmlen + EXTTABLE_TO_SPEED_LEN_OFF); in load_file()
510 off = (off_t)_32BIT_ELT (nmlen + EXTTABLE_FROM_SPEED_OFF); in load_file()
511 tbllen = _32BIT_ELT (nmlen + EXTTABLE_FROM_SPEED_LEN_OFF); in load_file()
519 off = (off_t)_32BIT_ELT (nmlen + EXTTABLE_TO_SIZE_OFF); in load_file()
520 tbllen = _32BIT_ELT (nmlen + EXTTABLE_TO_SIZE_LEN_OFF); in load_file()
522 off = (off_t)_32BIT_ELT (nmlen + EXTTABLE_TO_SPEED_OFF); in load_file()
523 tbllen = _32BIT_ELT (nmlen + EXTTABLE_TO_SPEED_LEN_OFF); in load_file()
[all …]