Home
last modified time | relevance | path

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

12

/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dpacking.inl282 int16 const Unpack(detail::toFloat16(v.x)); local
290 i16vec1 Unpack(uninitialize); local
301 tvec2<int16, P> const Unpack(detail::toFloat16(v.x), detail::toFloat16(v.y)); local
309 i16vec2 Unpack(uninitialize); local
320 …tvec3<int16, P> const Unpack(detail::toFloat16(v.x), detail::toFloat16(v.y), detail::toFloat16(v.z… local
328 i16vec3 Unpack(uninitialize); local
339 …tvec4<int16, P> const Unpack(detail::toFloat16(v.x), detail::toFloat16(v.y), detail::toFloat16(v.z… local
347 i16vec4 Unpack(uninitialize); local
361 float const Unpack(p); local
369 uint16 Unpack = 0; local
[all …]
/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
72 Unpack = function(self, buf, pos) return buf[pos] == "1" end, function
211 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/abseil-cpp/absl/debugging/internal/
Daddress_is_readable.cc60 static void Unpack(uint64_t x, int *pid, int *read_fd, int *write_fd) { in Unpack() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/
Daddress_is_readable.cc60 static void Unpack(uint64_t x, int *pid, int *read_fd, int *write_fd) { in Unpack() function
/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/
Daddress_is_readable.cc60 static void Unpack(uint64_t x, int *pid, int *read_fd, int *write_fd) { in Unpack() function
/external/libtextclassifier/abseil-cpp/absl/debugging/internal/
Daddress_is_readable.cc60 static void Unpack(uint64_t x, int *pid, int *read_fd, int *write_fd) { in Unpack() function
/external/openscreen/third_party/abseil/src/absl/debugging/internal/
Daddress_is_readable.cc60 static void Unpack(uint64_t x, int *pid, int *read_fd, int *write_fd) { in Unpack() function
/external/starlark-go/starlark/
Dunpack.go16 Unpack(v Value) error methodSpec
Deval_test.go681 func (o *optionalStringUnpacker) Unpack(v starlark.Value) error { func
/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/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dnack.cc162 void Nack::Unpack() { in Unpack() function in webrtc::rtcp::Nack
/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/xla/
Dcpu_function_runtime.h127 static void Unpack(tensorflow::uint64 packed, Kind* kind, in Unpack() function
/external/webrtc/modules/video_coding/codecs/multiplex/
Dmultiplex_encoded_image_packer.cc230 MultiplexImage MultiplexEncodedImagePacker::Unpack( in Unpack() function in webrtc::MultiplexEncodedImagePacker
/external/python/typing/typing_extensions/src/
Dtyping_extensions.py1614 def Unpack(self, parameters): function
1644 Unpack = _UnpackForm( variable
/external/python/typing/typing_extensions/
D__init__.py2576 def Unpack(self, parameters): function
2606 Unpack = _UnpackForm( variable
2675 Unpack = _Unpack(_root=True) variable
/external/protobuf/python/google/protobuf/internal/
Dwell_known_types.py81 def Unpack(self, msg): member in Any
/external/mesa3d/src/mesa/drivers/common/
Dmeta.h102 struct gl_pixelstore_attrib Pack, Unpack; member
/external/boringssl/src/crypto/asn1/
Dasn1_test.cc1846 TEST(ASN1Test, Unpack) { in TEST() argument
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc1425 class Unpack : public BuiltinOperator<UnpackOperator, ::tflite::UnpackOptions, class

12