/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/flatbuffers/lua/flatbuffers/ |
D | numTypes.lua | 14 function type_mt:Unpack(buf, pos) function 192 t.Unpack = function(self, buf, pos) return bunpack(self.packFmt, buf, pos) end function
|
D | binaryarray.lua | 118 function m.Unpack(fmt, s, pos) function
|
/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/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/tensorflow/tensorflow/compiler/xla/rpc/ |
D | xla_service.proto | 70 rpc Unpack(UnpackRequest) returns (UnpackResponse) { rpc
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | sancov.py | 129 def Unpack(files): function
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | cpu_function_runtime.h | 123 static void Unpack(uint64 packed, Kind* kind, uint64* size) { in Unpack() function
|
/external/u-boot/tools/buildman/ |
D | toolchain.py | 494 def Unpack(self, fname, dest): member in Toolchains
|
/external/swiftshader/src/Reactor/ |
D | ReactorUnitTests.cpp | 808 TEST(ReactorUnitTests, Unpack) in TEST() argument
|
D | SubzeroReactor.cpp | 2803 RValue<Short4> Unpack(RValue<Byte4> x) in Unpack() function 2809 RValue<Short4> Unpack(RValue<Byte4> x, RValue<Byte4> y) in Unpack() function
|
D | LLVMReactor.cpp | 2889 RValue<Short4> Unpack(RValue<Byte4> x) in Unpack() function 2895 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/v8/src/wasm/ |
D | wasm-js.cc | 85 std::shared_ptr<WasmStreaming> WasmStreaming::Unpack(Isolate* isolate, in Unpack() function in v8::WasmStreaming
|
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | operator.cc | 1776 class Unpack : public BuiltinOperator<UnpackOperator, ::tflite::UnpackOptions, class
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX86Base.h | 203 enum SseSuffix { None, Packed, Unpack, Scalar, Integral, Pack }; enumerator
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | legacy_reference_ops.h | 1066 void Unpack(int axis, const Scalar* input_data, const Dims<4>& input_dims, in Unpack() function
|
D | reference_ops.h | 1741 void Unpack(const UnpackParams& params, const RuntimeShape& input_shape, in Unpack() function
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 11276 if (SDValue Unpack = TryUnpack(ScalarSize, ScalarSize / OrigScalarSize)) in lowerVectorShuffleAsPermuteAndUnpack() local 11791 if (SDValue Unpack = lowerVectorShuffleAsPermuteAndUnpack( in lowerV4I32VectorShuffle() local 12487 if (SDValue Unpack = lowerVectorShuffleAsPermuteAndUnpack(DL, MVT::v8i16, V1, in lowerV8I16VectorShuffle() local 12771 if (SDValue Unpack = lowerVectorShuffleAsPermuteAndUnpack( in lowerV16I8VectorShuffle() local
|
/external/mesa3d/src/mesa/main/ |
D | mtypes.h | 4830 struct gl_pixelstore_attrib Unpack; /**< Pixel unpacking */ member
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 22285 func Unpack(scope *Scope, value tf.Output, num int64, optional ...UnpackAttr) (output []tf.Output) { func
|