Home
last modified time | relevance | path

Searched defs:Unpack (Results 1 – 20 of 20) sorted by relevance

/external/llvm/lib/Fuzzer/test/
DFuzzerFnAdapterUnittest.cpp12 bool Unpack(std::tuple<Args...> *Tuple, std::initializer_list<uint8_t> data) { in Unpack() function
17 TEST(Unpack, Bool) { in TEST() argument
28 TEST(Unpack, BoolBool) { in TEST() argument
42 TEST(Unpack, BoolInt) { in TEST() argument
51 TEST(Unpack, Vector) { in TEST() argument
76 TEST(Unpack, String) { in TEST() argument
/external/vulkan-validation-layers/libs/glm/gtc/
Dpacking.inl268 i8vec2* Unpack = reinterpret_cast<i8vec2*>(const_cast<uint16*>(&p)); local
281 float Unpack = static_cast<float>(*const_cast<uint16*>(&p)); local
294 u16vec4* Unpack = reinterpret_cast<u16vec4*>(const_cast<uint64*>(&p)); local
307 float Unpack = static_cast<float>(*const_cast<uint16*>(&p)); local
322 i16vec4* Unpack(reinterpret_cast<i16vec4*>(const_cast<uint64*>(&p))); local
337 int16* Unpack = reinterpret_cast<int16*>(const_cast<uint16*>(&v)); local
343 i16vec4 Unpack( local
356 i16vec4 Unpack(*p); local
377 detail::i10i10i10i2 Unpack; local
398 detail::u10u10u10u2 Unpack; local
[all …]
/external/v8/tools/testrunner/objects/
Dworkpacket.py78 def Unpack(packed): member in WorkPacket
Doutput.py59 def Unpack(packed): member in Output
Dpeer.py77 def Unpack(packed): member in Peer
Dcontext.py61 def Unpack(packed): member in Context
/external/llvm/lib/Fuzzer/
DFuzzerFnAdapter.h130 bool Unpack(const uint8_t *Data, size_t Size, std::tuple<Args...> *Tuple) { in Unpack() function
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_packing.inl99 i16vec2 Unpack( local
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dnack.cc150 void Nack::Unpack() { in Unpack() function in webrtc::rtcp::Nack
/external/vboot_reference/futility/
Dcmd_vbutil_key.c106 static int Unpack(const char *infile, const char *outfile) in Unpack() function
Dcmd_vbutil_keyblock.c153 static int Unpack(const char *infile, const char *datapubkey, in Unpack() function
/external/compiler-rt/lib/sanitizer_common/scripts/
Dsancov.py129 def Unpack(files): function
/external/aac/libSYS/src/
Dwav_file.cpp366 static USHORT Unpack(USHORT v) in Unpack() function
/external/protobuf/python/google/protobuf/internal/
Dwell_known_types.py77 def Unpack(self, msg): member in Any
/external/mesa3d/src/mesa/drivers/common/
Dmeta.h102 struct gl_pixelstore_attrib Pack, Unpack; member
/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h203 enum SseSuffix { None, Packed, Unpack, Scalar, Integral, Pack }; enumerator
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp2784 RValue<Short4> Unpack(RValue<Byte4> x) in Unpack() function
2790 RValue<Short4> Unpack(RValue<Byte4> x, RValue<Byte4> y) in Unpack() function
DLLVMReactor.cpp2229 RValue<Short4> Unpack(RValue<Byte4> x) in Unpack() function
2235 RValue<Short4> Unpack(RValue<Byte4> x, RValue<Byte4> y) in Unpack() function
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp8864 if (SDValue Unpack = TryUnpack(UnpackVT, Scale)) in lowerVectorShuffleAsPermuteAndUnpack() local
9366 if (SDValue Unpack = lowerVectorShuffleAsPermuteAndUnpack(DL, MVT::v4i32, V1, in lowerV4I32VectorShuffle() local
10003 if (SDValue Unpack = lowerVectorShuffleAsPermuteAndUnpack(DL, MVT::v8i16, V1, in lowerV8I16VectorShuffle() local
10268 if (SDValue Unpack = lowerVectorShuffleAsPermuteAndUnpack( in lowerV16I8VectorShuffle() local
/external/mesa3d/src/mesa/main/
Dmtypes.h4488 struct gl_pixelstore_attrib Unpack; /**< Pixel unpacking */ member