Home
last modified time | relevance | path

Searched defs:size (Results 1901 - 1925 of 27801) sorted by relevance

1...<<71727374757677787980>>...1113

/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeSha1.h32 deUint64 size; member
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeSha1.cpp39 Sha1 Sha1::compute (size_t size, const void* data) in compute() argument
52 void Sha1Stream::process (size_t size, const void* data) in process() argument
/drivers/external_device_manager/test/fuzztest/bus_extension_fuzzer/usbextension_fuzzer/
H A Dusbextension_fuzzer.cpp26 bool UsbDriverInfoUnSerializeFuzzer(const uint8_t *data, size_t size) in UsbDriverInfoUnSerializeFuzzer() argument
37 bool ParseDriverInfoTest(const uint8_t *data, size_t size) in ParseDriverInfoTest() argument
56 bool DoSomethingInterestingWithMyAPI(const uint8_t *rawData, size_t size) in DoSomethingInterestingWithMyAPI() argument
76 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/drivers/hdf_core/adapter/khdf/linux/osal/src/
H A Dosal_deal_log_format.c27 bool deal_format(const char *fmt, char *dest, size_t size) in deal_format() argument
/drivers/hdf_core/adapter/khdf/uniproton/osal/src/
H A Dosal_mem.c42 void *OsalMemAlloc(size_t size) in OsalMemAlloc() argument
52 void *OsalMemCalloc(size_t size) in OsalMemCalloc() argument
85 void *OsalMemAllocAlign(size_t alignment, size_t size) in OsalMemAllocAlign() argument
[all...]
/drivers/hdf_core/framework/model/storage/src/mmc/
H A Demmc_if.c22 static int32_t EmmcGetCidReadReplyData(struct HdfSBuf *reply, uint8_t *cid, uint32_t size) in EmmcGetCidReadReplyData() argument
45 int32_t EmmcServiceGetCid(struct HdfIoService *service, uint8_t *cid, uint32_t size) in EmmcServiceGetCid() argument
113 int32_t EmmcGetCid(DevHandle handle, uint8_t *cid, uint32_t size) in EmmcGetCid() argument
140 EmmcGetHuid(uint8_t *cid, uint32_t size) EmmcGetHuid() argument
[all...]
/drivers/external_device_manager/frameworks/ddk/base/
H A Dddk_api.cpp32 DDK_RetCode OH_DDK_CreateAshmem(const uint8_t *name, uint32_t size, DDK_Ashmem **ashmem) in OH_DDK_CreateAshmem() argument
/drivers/external_device_manager/interfaces/ddk/base/
H A Dddk_types.h56 const uint32_t size; member
/drivers/hdf_core/adapter/khdf/liteos/platform/src/
H A Dplatform_trace.c69 int32_t size = PlatformTraceModuleExplainCount(); in TraceMeanPrint() local
89 void PlatformTraceAddUintMsg(int module, int moduleFun, const unsigned int infos[], uint8_t size) in PlatformTraceAddUintMsg() argument
[all...]
/drivers/hdf_core/framework/include/osal/
H A Dosal_io.h117 static inline void *OsalIoRemap(unsigned long phys_addr, unsigned long size) in OsalIoRemap() argument
/drivers/hdf_core/framework/sample/platform/uart/dispatch/
H A Duart_if.c54 int32_t UartWrite(struct DevHandle *handle, uint8_t *data, uint32_t size) in UartWrite() argument
/drivers/hdf_core/framework/support/platform/src/fwk/
H A Dplatform_dumper_unopen.c34 int32_t PlatformDumperAddDatas(struct PlatformDumper *dumper, struct PlatformDumperData datas[], int size) in PlatformDumperAddDatas() argument
/drivers/hdf_core/framework/support/platform/test/fuzztest/gpio_fuzzer/
H A Dgpio_fuzzer.cpp39 static bool GpioFuzzTest(const uint8_t *data, size_t size) in GpioFuzzTest() argument
63 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/drivers/hdf_core/framework/support/platform/test/fuzztest/i2c_fuzzer/
H A Di2c_fuzzer.cpp25 static bool I2cFuzzTest(const uint8_t *data, size_t size) in I2cFuzzTest() argument
59 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/drivers/hdf_core/framework/support/platform/test/fuzztest/pwm_fuzzer/
H A Dpwm_fuzzer.cpp32 static bool PwmFuzzTest(const uint8_t *data, size_t size) in PwmFuzzTest() argument
63 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/drivers/hdf_core/framework/support/platform/test/fuzztest/uart_fuzzer/
H A Duart_fuzzer.cpp32 static bool UartFuzzTest(const uint8_t *data, size_t size) in UartFuzzTest() argument
63 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/drivers/hdf_core/framework/test/fuzztest/devmgr_c_fuzzer/queryusabledeviceInfo_fuzzer/
H A DqueryusabledeviceInfo_fuzzer.cpp20 bool QueryUnusableDeviceInfoFuzzTest(const uint8_t *rawData, size_t size) in QueryUnusableDeviceInfoFuzzTest() argument
49 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/drivers/hdf_core/framework/test/fuzztest/devmgr_c_fuzzer/unloaddevice_fuzzer/
H A Dunloaddevice_fuzzer.cpp20 bool UnloadDeviceFuzzTest(const uint8_t *rawData, size_t size) in UnloadDeviceFuzzTest() argument
51 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/drivers/hdf_core/framework/test/fuzztest/devmgr_cpp_fuzzer/unloaddevice_fuzzer/
H A Dunloaddevice_fuzzer.cpp27 bool UnloadDeviceFuzzTest(const uint8_t *data, size_t size) in UnloadDeviceFuzzTest() argument
49 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/drivers/hdf_core/framework/test/fuzztest/devmgr_service_fuzzer/
H A Dservice_fuzzer.cpp30 void ServiceFuzzTest(const uint8_t *data, size_t size) in ServiceFuzzTest() argument
47 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/drivers/hdf_core/framework/test/fuzztest/devmgrservicestub_fuzzer/
H A Ddevmgrservicestub_fuzzer.cpp61 static bool AttachDeviceHostFuzzTest(int32_t code, const uint8_t *data, size_t size) in AttachDeviceHostFuzzTest() argument
109 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/drivers/hdf_core/framework/test/fuzztest/devsvcmanagerstub_fuzzer/
H A Ddevsvcmanagerstub_fuzzer.cpp64 static bool DevsvcManagerFuzzTest(int32_t code, const uint8_t *data, size_t size) in DevsvcManagerFuzzTest() argument
107 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/drivers/hdf_core/framework/test/fuzztest/ioservice_fuzzer/ioserviceremove_fuzzer/
H A Dioserviceremove_fuzzer.cpp18 bool IoserviceGroupRemoveServiceFuzzTest(const uint8_t *data, size_t size) in IoserviceGroupRemoveServiceFuzzTest() argument
57 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/drivers/hdf_core/framework/test/fuzztest/ioservice_fuzzer/ioservicepublish_fuzzer/
H A Dioservicepublish_fuzzer.cpp21 bool IoservicePublishFuzzTest(const uint8_t *data, size_t size) in IoservicePublishFuzzTest() argument
42 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/drivers/hdf_core/framework/test/fuzztest/servmgr_c_fuzzer/listservicebyinterfacedesc_fuzzer/
H A Dlistservicebyinterfacedesc_fuzzer.cpp20 bool ListServiceByInterfaceDescFuzzTest(const uint8_t *rawData, size_t size) in ListServiceByInterfaceDescFuzzTest() argument
50 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument

Completed in 8 milliseconds

1...<<71727374757677787980>>...1113