/external/llvm/lib/Fuzzer/test/ |
D | FuzzerFnAdapterUnittest.cpp | 12 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/ |
D | packing.inl | 268 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/ |
D | workpacket.py | 78 def Unpack(packed): member in WorkPacket
|
D | output.py | 59 def Unpack(packed): member in Output
|
D | peer.py | 77 def Unpack(packed): member in Peer
|
D | context.py | 61 def Unpack(packed): member in Context
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerFnAdapter.h | 130 bool Unpack(const uint8_t *Data, size_t Size, std::tuple<Args...> *Tuple) { in Unpack() function
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | func_packing.inl | 99 i16vec2 Unpack( local
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
D | nack.cc | 150 void Nack::Unpack() { in Unpack() function in webrtc::rtcp::Nack
|
/external/vboot_reference/futility/ |
D | cmd_vbutil_key.c | 106 static int Unpack(const char *infile, const char *outfile) in Unpack() function
|
D | cmd_vbutil_keyblock.c | 153 static int Unpack(const char *infile, const char *datapubkey, in Unpack() function
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | sancov.py | 129 def Unpack(files): function
|
/external/swiftshader/src/Reactor/ |
D | Main.cpp | 808 TEST(SubzeroReactorTest, Unpack) in TEST() argument
|
D | SubzeroReactor.cpp | 2784 RValue<Short4> Unpack(RValue<Byte4> x) in Unpack() function 2790 RValue<Short4> Unpack(RValue<Byte4> x, RValue<Byte4> y) in Unpack() function
|
D | LLVMReactor.cpp | 2229 RValue<Short4> Unpack(RValue<Byte4> x) in Unpack() function 2235 RValue<Short4> Unpack(RValue<Byte4> x, RValue<Byte4> y) in Unpack() function
|
/external/protobuf/python/google/protobuf/internal/ |
D | well_known_types.py | 77 def Unpack(self, msg): member in Any
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.h | 102 struct gl_pixelstore_attrib Pack, Unpack; member
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX86Base.h | 203 enum SseSuffix { None, Packed, Unpack, Scalar, Integral, Pack }; enumerator
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 8864 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/ |
D | mtypes.h | 4488 struct gl_pixelstore_attrib Unpack; /**< Pixel unpacking */ member
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 27562 func Unpack(scope *Scope, value tf.Output, num int64, optional ...UnpackAttr) (output []tf.Output) { func
|