Home
last modified time | relevance | path

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

/external/bcc/src/cc/frontends/p4/compiler/
DebpfParser.py116 loadSize = 8
119 loadSize = 16
122 loadSize = 32
125 loadSize = 64
129 readtype = program.config.uprefix + str(loadSize)
132 shift = loadSize - alignment - width
134 if width != loadSize:
/external/lua/src/
Dlundump.c83 static size_t loadSize (LoadState *S) { in loadSize() function
113 size_t size = loadSize(S); in loadStringN()
/external/ImageMagick/MagickCore/
Daccelerate-kernels-private.h908 const unsigned int loadSize = wsize+width;
914 for (int i=get_local_id(0); i < loadSize; i=i+get_local_size(0))
965 const unsigned int loadSize = wsize+width;
974 for (int i = get_local_id(1); i < loadSize; i=i+get_local_size(1))
/external/freetype/
DChangeLog.22892 `loadSize' and `loadStack'.