Home
last modified time | relevance | path

Searched defs:packed (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsocketmodule.c3953 char packed[MAX(sizeof(struct in_addr), sizeof(struct in6_addr))]; local
3955 char packed[sizeof(struct in_addr)]; local
4000 char* packed; local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c4035 char packed[MAX(sizeof(struct in_addr), sizeof(struct in6_addr))]; local
4037 char packed[sizeof(struct in_addr)]; local
4082 char* packed; local
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp2893 std::string packed; in packVarNames() local
2920 std::string packed = packVarNames(uniformCount, (const char**)uniformNames, &err); in s_glGetUniformIndices() local
3278 std::string packed = packVarNames(count, varyings, &err); in s_glTransformFeedbackVaryings() local