Home
last modified time | relevance | path

Searched defs:PACK (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/modes/
H A Dgcm128.c30 #define PACK(s) ((size_t)(s)<<(sizeof(size_t)*8-16)) macro
[all...]
/third_party/openssl/crypto/modes/
H A Dgcm128.c30 #define PACK(s) ((size_t)(s)<<(sizeof(size_t)*8-16)) macro
[all...]
/third_party/curl/lib/
H A Dsmb.c55 # define PACK macro
59 # define PACK __attribute__((packed)) macro
61 # define PACK macro
112 } PACK; variable
131 } PACK; variable
137 } PACK; variable
151 } PACK; variable
160 } PACK; variable
179 } PACK; variable
196 } PACK; variable
209 } PACK; global() variable
226 } PACK; global() variable
233 } PACK; global() variable
238 } PACK; global() variable
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp2021 PACK, member in vkt::api::__anon27795::ClearColor64BitCase
2583 makeClearColorValue64(static_cast<uint32_t>(i), ClearColor64BitCase::PACK, clearColors+i, expectedColors+i); in createImageClearingTestsCommon() member in vkt::api::__anon27795::ClearColor64BitCase
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttinterp.c598 #undef PACK macro
599 #define PACK( x, y ) ( ( x << 4 ) | y ) macro
1228 #undef PACK global() macro
[all...]
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp127 #define PACK(type) fIntrinsicMap[k_pack##type##_IntrinsicKind] = ALL_GLSL(Pack##type); \ in setupIntrinsics() macro
135 #undef PACK in setupIntrinsics() macro

Completed in 17 milliseconds