| /third_party/skia/src/sksl/ |
| H A D | SkSLRehydrator.cpp | 242 Variable::Storage storage = (Variable::Storage) this->readU8(); in symbol() local
|
| /third_party/skia/tests/ |
| H A D | ReadPixelsTest.cpp | 526 auto storage = std::make_unique<char[]>(badRowBytes*surf->height()); in DEF_TEST() local
|
| /third_party/skia/third_party/externals/brotli/c/enc/ |
| H A D | compress_fragment.c | 72 BuildAndStoreLiteralPrefixCode(MemoryManager* m, const uint8_t* input, const size_t input_size, uint8_t depths[256], uint16_t bits[256], size_t* storage_ix, uint8_t* storage) BuildAndStoreLiteralPrefixCode() argument 127 BuildAndStoreCommandPrefixCode(const uint32_t histogram[128], uint8_t depth[128], uint16_t bits[128], size_t* storage_ix, uint8_t* storage) BuildAndStoreCommandPrefixCode() argument 177 EmitInsertLen(size_t insertlen, const uint8_t depth[128], const uint16_t bits[128], uint32_t histo[128], size_t* storage_ix, uint8_t* storage) EmitInsertLen() argument 209 EmitLongInsertLen(size_t insertlen, const uint8_t depth[128], const uint16_t bits[128], uint32_t histo[128], size_t* storage_ix, uint8_t* storage) EmitLongInsertLen() argument 226 EmitCopyLen(size_t copylen, const uint8_t depth[128], const uint16_t bits[128], uint32_t histo[128], size_t* storage_ix, uint8_t* storage) EmitCopyLen() argument 258 EmitCopyLenLastDistance(size_t copylen, const uint8_t depth[128], const uint16_t bits[128], uint32_t histo[128], size_t* storage_ix, uint8_t* storage) EmitCopyLenLastDistance() argument 301 EmitDistance(size_t distance, const uint8_t depth[128], const uint16_t bits[128], uint32_t histo[128], size_t* storage_ix, uint8_t* storage) EmitDistance() argument 316 EmitLiterals(const uint8_t* input, const size_t len, const uint8_t depth[256], const uint16_t bits[256], size_t* storage_ix, uint8_t* storage) EmitLiterals() argument 328 BrotliStoreMetaBlockHeader( size_t len, BROTLI_BOOL is_uncompressed, size_t* storage_ix, uint8_t* storage) BrotliStoreMetaBlockHeader() argument 364 RewindBitPosition(const size_t new_storage_ix, size_t* storage_ix, uint8_t* storage) RewindBitPosition() argument 404 EmitUncompressedMetaBlock(const uint8_t* begin, const uint8_t* end, const size_t storage_ix_start, size_t* storage_ix, uint8_t* storage) EmitUncompressedMetaBlock() argument 425 BrotliCompressFragmentFastImpl( MemoryManager* m, const uint8_t* input, size_t input_size, BROTLI_BOOL is_last, int* table, size_t table_bits, uint8_t cmd_depth[128], uint16_t cmd_bits[128], size_t* cmd_code_numbits, uint8_t* cmd_code, size_t* storage_ix, uint8_t* storage) BrotliCompressFragmentFastImpl() argument [all...] |
| H A D | compress_fragment_two_pass.c | 69 BuildAndStoreCommandPrefixCode( const uint32_t histogram[128], uint8_t depth[128], uint16_t bits[128], size_t* storage_ix, uint8_t* storage) BuildAndStoreCommandPrefixCode() argument 222 BrotliStoreMetaBlockHeader( size_t len, BROTLI_BOOL is_uncompressed, size_t* storage_ix, uint8_t* storage) BrotliStoreMetaBlockHeader() argument 455 StoreCommands(MemoryManager* m, const uint8_t* literals, const size_t num_literals, const uint32_t* commands, const size_t num_commands, size_t* storage_ix, uint8_t* storage) StoreCommands() argument 540 RewindBitPosition(const size_t new_storage_ix, size_t* storage_ix, uint8_t* storage) RewindBitPosition() argument 548 EmitUncompressedMetaBlock(const uint8_t* input, size_t input_size, size_t* storage_ix, uint8_t* storage) EmitUncompressedMetaBlock() argument 557 BrotliCompressFragmentTwoPassImpl( MemoryManager* m, const uint8_t* input, size_t input_size, BROTLI_BOOL is_last, uint32_t* command_buf, uint8_t* literal_buf, int* table, size_t table_bits, size_t min_match, size_t* storage_ix, uint8_t* storage) BrotliCompressFragmentTwoPassImpl() argument [all...] |
| /third_party/skia/third_party/externals/freetype/src/truetype/ |
| H A D | ttobjs.h | 310 FT_Long* storage; /* the instance */ member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
| H A D | IRSymtab.h | 44 namespace storage { namespace [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
| H A D | exception_safety_testing_test.cc | 903 alignas(Tracked) unsigned char storage[sizeof(Tracked)]; in TEST() local 925 alignas(Tracked) unsigned char storage[sizeof(Tracked)]; in TEST() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | cord_internal.h | 227 uint8_t storage[3]; member
|
| /third_party/rust/crates/nix/test/sys/ |
| H A D | test_socket.rs | 52 let mut storage = MaybeUninit::<sockaddr_storage>::zeroed(); in test_inetv4_addr_roundtrip_sockaddr_storage_to_addr() variables 147 let mut storage = MaybeUninit::<sockaddr_storage>::zeroed(); in test_inetv6_addr_roundtrip_sockaddr_storage_to_addr() variables [all...] |
| /third_party/vk-gl-cts/modules/gles3/stress/ |
| H A D | es3sDrawTests.cpp | 290 gls::DrawTestSpec::Storage storage; in init() member
|
| /third_party/vk-gl-cts/framework/randomshaders/ |
| H A D | rsgProgramExecutor.cpp | 99 VaryingStorage* storage = m_values[name]; in getStorage() local
|
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglImageTests.cpp | 345 static const char* getStorageName (GLenum storage) in getStorageName() argument
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fDrawTests.cpp | 311 gls::DrawTestSpec::Storage storage; in init() member [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | tunnel_conf.c | 691 struct list_head *ptr, *storage; in nfp_tun_write_ipv4_list() local 718 struct list_head *ptr, *storage; in nfp_tunnel_add_ipv4_off() local 748 struct list_head *ptr, *storage; in nfp_tunnel_del_ipv4_off() local 1390 struct list_head *ptr, *storage; in nfp_tunnel_config_stop() local
|
| /kernel/linux/linux-5.10/drivers/infiniband/core/ |
| H A D | cache.c | 225 struct roce_gid_ndev_storage *storage = in put_gid_ndev() local
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | tunnel_conf.c | 848 struct list_head *ptr, *storage; in nfp_tun_write_ipv4_list() local 875 struct list_head *ptr, *storage; in nfp_tunnel_add_ipv4_off() local 905 struct list_head *ptr, *storage; in nfp_tunnel_del_ipv4_off() local 1544 struct list_head *ptr, *storage; in nfp_tunnel_config_stop() local
|
| /kernel/linux/linux-6.6/drivers/infiniband/core/ |
| H A D | cache.c | 225 struct roce_gid_ndev_storage *storage = in put_gid_ndev() local
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | srcline.c | 171 long storage; in slurp_symtab() local
|
| /third_party/curl/tests/server/ |
| H A D | tftpd.c | 127 char storage[PKTSIZE]; member [all...] |
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | iomapper.cpp | 972 TStorageQualifier storage; resolveInOutLocation() local 1176 TStorageQualifier storage = type.getQualifier().storage; reserverStorageSlot() local [all...] |
| /third_party/backends/backend/ |
| H A D | sm3840_lib.c | 684 calc_lightmap(unsigned short *buff, unsigned short *storage, int index, int dpi, double gain, int offset) calc_lightmap() argument
|
| /third_party/backends/backend/pixma/ |
| H A D | pixma_bjnp_private.h | 328 struct sockaddr_storage storage; member
|
| /third_party/gn/src/gn/ |
| H A D | visual_studio_writer.cc | 759 StringOutputBuffer storage; in WriteSolutionFile() local
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | ucptrietest.c | 766 static uint32_t storage[120000]; variable [all...] |
| /third_party/NuttX/drivers/usbdev/gadget/fconfig/include/ |
| H A D | f_generic.h | 118 char storage[]; member
|