Home
last modified time | relevance | path

Searched defs:blob (Results 126 - 150 of 649) sorted by relevance

12345678910>>...26

/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_value_object.h113 DataShareValueObject(std::vector<uint8_t> blob) : value(std::move(blob)) {}; in DataShareValueObject() argument
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkv_types_util.cpp21 bool Marshalling(const Blob &blob, MessageParcel &data) in Marshalling() argument
29 std::vector<uint8_t> blob; in Unmarshalling() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_sqlite_utils_test.cpp84 vector<uint8_t> blob; in HWTEST_F() local
113 vector<uint8_t> blob; in HWTEST_F() local
142 vector<uint8_t> blob; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dshared_block_serializer_info.cpp89 int SharedBlockSerializerInfo::PutBlob(int row, int column, const void *blob, int len) in PutBlob() argument
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Dcache_result_set_test.cpp99 std::vector<uint8_t> blob = { 't', 'e', 's', 't' }; in HWTEST_F() local
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/crypto_test/
H A Dcrypto_test.cpp68 KeyBlob blob; in HWTEST_F() local
85 KeyBlob blob; in HWTEST_F() local
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Dtpm_parser.c14 const void *blob; member
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_firmware.c95 static bool _rtl92e_fw_prepare(struct net_device *dev, struct rt_fw_blob *blob, in _rtl92e_fw_prepare() argument
/kernel/linux/linux-5.10/scripts/dtc/
H A Dfdtdump.c46 static void dump_blob(void *blob) in dump_blob() argument
/kernel/linux/linux-5.10/include/keys/
H A Dtrusted-type.h26 unsigned char blob[MAX_BLOB_SIZE]; member
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
H A Dipu3-css-fw.c243 void *blob = (void *)css->fwp + bi->blob.offset; imgu_css_fw_init() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_firmware.c90 static bool _rtl92e_fw_prepare(struct net_device *dev, struct rt_fw_blob *blob, in _rtl92e_fw_prepare() argument
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/
H A Dipu3-css-fw.c245 void *blob = (void *)css->fwp + bi->blob.offset; imgu_css_fw_init() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dtu102.c204 tu102_gr_av_to_init_veid(struct nvkm_blob *blob, struct gf100_gr_pack **ppack) in tu102_gr_av_to_init_veid() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/virtio/
H A Dvirtgpu_prime.c112 bool blob = bo->host3d_blob || bo->guest_blob; in virtgpu_gem_prime_export() local
/kernel/linux/linux-6.6/scripts/dtc/
H A Dfdtoverlay.c97 char *blob = NULL; in do_fdtoverlay() local
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_disk_cache.c87 struct blob blob; in ir3_disk_cache_init_shader_key() local
111 struct blob blob; in compute_variant_key() local
125 retrieve_variant(struct blob_reader *blob, struct ir3_shader_variant *v) retrieve_variant() argument
146 store_variant(struct blob *blob, struct ir3_shader_variant *v) store_variant() argument
167 ir3_retrieve_variant(struct blob_reader *blob, struct ir3_compiler *compiler, void *mem_ctx) ir3_retrieve_variant() argument
202 ir3_store_variant(struct blob *blob, struct ir3_shader_variant *v) ir3_store_variant() argument
241 struct blob_reader blob; ir3_disk_cache_retrieve() local
271 struct blob blob; ir3_disk_cache_store() local
[all...]
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-misc.c130 lws_system_blob_t *blob = lws_system_get_blob(context, in lws_plat_ntpclient_config() local
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_pipeline_cache.c43 struct blob_reader blob; in pvr_pipeline_cache_load() local
118 struct blob blob; in pvr_GetPipelineCacheData() local
[all...]
/third_party/node/src/
H A Dnode_blob.h157 BaseObjectPtr<Blob> blob; member
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_shader_cache.c43 write_stream_out_to_cache(struct blob *blob, in write_stream_out_to_cache() argument
56 copy_blob_to_driver_cache_blob(struct blob *blob, struct gl_program *prog) in copy_blob_to_driver_cache_blob() argument
64 write_nir_to_cache(struct blob *blob, struct gl_program *prog) write_nir_to_cache() argument
80 struct blob blob; st_serialise_nir_program() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_serialize.cpp22 nv50_ir_prog_info_serialize(struct blob *blob, struct nv50_ir_prog_info *info) in nv50_ir_prog_info_serialize() argument
61 nv50_ir_prog_info_out_serialize(struct blob *blob, struct nv50_ir_prog_info_out *info_out) nv50_ir_prog_info_out_serialize() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_disk_cache.c68 struct blob blob; in etna_disk_cache_init_shader_key() local
82 struct blob blob; in compute_variant_key() local
95 retrieve_variant(struct blob_reader *blob, struct etna_shader_variant *v) retrieve_variant() argument
111 store_variant(struct blob *blob, const struct etna_shader_variant *v) store_variant() argument
149 struct blob_reader blob; etna_disk_cache_retrieve() local
176 struct blob blob; etna_disk_cache_store() local
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_pipeline.c152 struct blob blob; in vk_pipeline_hash_shader_stage() local
/third_party/mesa3d/src/util/tests/
H A Dblob_test.cpp58 struct blob blob; in TEST() local
127 struct blob blob; TEST() local
181 struct blob blob; TEST() local
204 struct blob blob; TEST() local
[all...]

Completed in 10 milliseconds

12345678910>>...26