OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sizestring
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstring.h
15
#define
sizestring
(s) (sizeof(union TString)+((s)->len+1)*sizeof(char))
macro
/external/skia/third_party/lua/src/
lstring.h
15
#define
sizestring
(s) (sizeof(union TString)+((s)->len+1)*sizeof(char))
macro
/external/syslinux/com32/lua/src/
lstring.h
15
#define
sizestring
(s) (sizeof(union TString)+((s)->len+1)*sizeof(char))
macro
Completed in 121 milliseconds