Home
last modified time | relevance | path

Searched defs:_storage (Results 1 – 4 of 4) sorted by relevance

/external/flatbuffers/swift/Sources/FlatBuffers/
DByteBuffer.swift99 @usableFromInline var _storage: Storage variable
/external/libopus/celt/
Dentdec.c119 void ec_dec_init(ec_dec *_this,unsigned char *_buf,opus_uint32 _storage){ in ec_dec_init()
/external/mesa3d/src/gallium/frontends/clover/core/
Dkernel.hpp193 size_t _storage = 0; member in clover::kernel::local_argument
/external/pytorch/torch/csrc/
DStorage.cpp37 c10::Storage _storage, in THPStorage_NewWithStorage()