Searched defs:packed (Results 1 – 6 of 6) sorted by relevance
19 #define packed __attribute__((packed)) macro25 union packed { in TEST() union27 struct packed { in TEST() struct28 struct ethhdr ethhdr; in TEST()29 struct iphdr iphdr; in TEST()30 struct udphdr udphdr; in TEST()31 uint8_t udp_payload[]; in TEST()72 union packed { in TEST() union74 struct packed { in TEST() struct75 struct ethhdr ethhdr; in TEST()[all …]
26 packed = packed_highp, enumerator
6743 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t packed( VULKAN_HPP_NAMESPACE::Format format ) in packed() function
6476 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t packed( VULKAN_HPP_NAMESPACE::Format format ) in packed() function
986 __m128i packed = _mm_packs_epi32(a.m, a.m); in float16_to_float() local1004 __m128i packed = _mm_set1_epi16(static_cast<short>(a)); in float16_to_float() local
3935 std::string packed; in packVarNames() local3964 std::string packed = packVarNames(uniformCount, (const char**)uniformNames, &err); in s_glGetUniformIndices() local4338 std::string packed = packVarNames(count, varyings, &err); in s_glTransformFeedbackVaryings() local