Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlstrlib.c1379 Kuint, /* unsigned integers */ enumerator
1442 case 'B': *size = sizeof(char); return Kuint; in getoption()
1444 case 'H': *size = sizeof(short); return Kuint; in getoption()
1446 case 'L': *size = sizeof(long); return Kuint; in getoption()
1448 case 'J': *size = sizeof(lua_Integer); return Kuint; in getoption()
1449 case 'T': *size = sizeof(size_t); return Kuint; in getoption()
1454 case 'I': *size = getnumlimit(h, fmt, sizeof(int)); return Kuint; in getoption()
1570 case Kuint: { /* unsigned integers */ in str_pack()
1717 case Kuint: { in str_unpack()

Completed in 8 milliseconds