Home
last modified time | relevance | path

Searched defs:Unpack (Results 1 – 25 of 25) 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/flatbuffers/lua/flatbuffers/
DnumTypes.lua14 function type_mt:Unpack(buf, pos) function
192 t.Unpack = function(self, buf, pos) return bunpack(self.packFmt, buf, pos) end function
Dbinaryarray.lua118 function m.Unpack(fmt, s, pos) function
/external/llvm/lib/Fuzzer/
DFuzzerFnAdapter.h130 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/
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/tensorflow/tensorflow/compiler/xla/rpc/
Dxla_service.proto70 rpc Unpack(UnpackRequest) returns (UnpackResponse) { rpc
/external/compiler-rt/lib/sanitizer_common/scripts/
Dsancov.py129 def Unpack(files): function
/external/tensorflow/tensorflow/compiler/tf2xla/
Dcpu_function_runtime.h123 static void Unpack(uint64 packed, Kind* kind, uint64* size) { in Unpack() function
/external/u-boot/tools/buildman/
Dtoolchain.py494 def Unpack(self, fname, dest): member in Toolchains
/external/swiftshader/src/Reactor/
DReactorUnitTests.cpp808 TEST(ReactorUnitTests, Unpack) in TEST() argument
DSubzeroReactor.cpp2803 RValue<Short4> Unpack(RValue<Byte4> x) in Unpack() function
2809 RValue<Short4> Unpack(RValue<Byte4> x, RValue<Byte4> y) in Unpack() function
DLLVMReactor.cpp2889 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/
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/v8/src/wasm/
Dwasm-js.cc85 std::shared_ptr<WasmStreaming> WasmStreaming::Unpack(Isolate* isolate, in Unpack() function in v8::WasmStreaming
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc1776 class Unpack : public BuiltinOperator<UnpackOperator, ::tflite::UnpackOptions, class
/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h203 enum SseSuffix { None, Packed, Unpack, Scalar, Integral, Pack }; enumerator
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dlegacy_reference_ops.h1066 void Unpack(int axis, const Scalar* input_data, const Dims<4>& input_dims, in Unpack() function
Dreference_ops.h1741 void Unpack(const UnpackParams& params, const RuntimeShape& input_shape, 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp11276 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/
Dmtypes.h4830 struct gl_pixelstore_attrib Unpack; /**< Pixel unpacking */ member
/external/tensorflow/tensorflow/go/op/
Dwrappers.go22285 func Unpack(scope *Scope, value tf.Output, num int64, optional ...UnpackAttr) (output []tf.Output) { func