HomeSort by relevance Sort by last modified time
    Searched refs:UUdata (Results 1 - 2 of 2) sorted by null

  /external/lua/src/
lstring.h 17 #define sizeludata(l) (sizeof(union UUdata) + (l))
lobject.h 344 ** (aligned according to 'UUdata'; see next).
358 typedef union UUdata {
361 } UUdata;
369 check_exp(sizeof((u)->ttuv_), (cast(char*, (u)) + sizeof(UUdata)))

Completed in 593 milliseconds