Home
last modified time | relevance | path

Searched refs:size_t (Results 8901 - 8925 of 28715) sorted by relevance

1...<<351352353354355356357358359360>>...1149

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dtime.h176 * #size_t Provided that the result string, including the terminating null byte, does not exceed max bytes,
187 size_t strftime (char *__restrict, size_t, const char *__restrict, const struct tm *__restrict);
364 size_t strftime_l (char * __restrict, size_t, const char * __restrict, const struct tm * __restrict, locale_t);
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dresource.h340 size_t *len,
341 size_t *offset);
476 size_t *, size_t,
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dhdf_public_ap6275s.h59 extern int memcpy_s(void *dest, size_t dest_max, const void *src, size_t count);
80 extern int snprintf_s(char *dest, size_t dest_max, size_t count, const char *format, ...);
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_regs_history_debugfs.c120 size_t i; in kbase_io_history_dump()
121 size_t iters; in kbase_io_history_dump()
182 size_t i; in regs_history_show()
183 size_t iters; in regs_history_show()
/foundation/ability/ability_runtime/test/fuzztest/missionlistmanagerfourth_fuzzer/
H A Dmissionlistmanagerfourth_fuzzer.cpp33 constexpr size_t FOO_MAX_LEN = 1024;
34 constexpr size_t U32_AT_SIZE = 4;
80 bool DoSomethingInterestingWithMyAPI(const char *data, size_t size) in DoSomethingInterestingWithMyAPI()
127 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput()
/foundation/ai/intelligent_voice_framework/utils/
H A Dstring_util.cpp39 size_t findPos = tmpStr.find(sep, startPos); in Split()
88 size_t sp = 0; in TrimSpecialChars()
91 size_t ep = str.find_first_of(" \t\n\v\f\r,.:;!~@#$%^&*()`?/-+", sp); in TrimSpecialChars()
124 size_t pos = line.find(DELIMITER_EQUAL_SIGN); in SplitLineToPair()
/foundation/ability/form_fwk/test/fuzztest/formprovidermgr_fuzzer/
H A Dformprovidermgr_fuzzer.cpp32 constexpr size_t FOO_MAX_LEN = 1024;
33 constexpr size_t U32_AT_SIZE = 4;
40 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI()
101 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/foundation/ai/ai_engine/services/common/platform/os_wrapper/feature/source/
H A Dtype_converter.cpp32 std::for_each(indices.begin(), indices.end(), [input, output](size_t i) { \
39 static int32_t DoCast(const InType *inputAddr, size_t inputSize, FeatureData &buffer) in DoCast()
41 std::vector<size_t> indices(inputSize); in DoCast()
117 size_t bufferSize = workBuffer_.size * typeSize; in Init()
/foundation/ability/form_fwk/test/fuzztest/formsupplycallback_fuzzer/
H A Dformsupplycallback_fuzzer.cpp33 constexpr size_t FOO_MAX_LEN = 1024;
34 constexpr size_t U32_AT_SIZE = 4;
42 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI()
105 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/foundation/ability/form_fwk/test/unittest/fms_form_util_test/
H A Dfms_form_util_test.cpp191 constexpr size_t accountId = 99; in HWTEST_F()
207 constexpr size_t count = 3; in HWTEST_F()
221 constexpr size_t accountId = 99; in HWTEST_F()
237 constexpr size_t accountId = 99; in HWTEST_F()
/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/
H A Dformmgrservice_fuzzer.cpp31 constexpr size_t FOO_MAX_LEN = 1024;
32 constexpr size_t U32_AT_SIZE = 4;
39 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI()
98 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/foundation/ability/form_fwk/test/fuzztest/formiteminfo_fuzzer/
H A Dformiteminfo_fuzzer.cpp31 constexpr size_t FOO_MAX_LEN = 1024;
32 constexpr size_t U32_AT_SIZE = 4;
39 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI()
106 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/
H A Dformmgrproxy_fuzzer.cpp31 constexpr size_t FOO_MAX_LEN = 1024;
32 constexpr size_t U32_AT_SIZE = 4;
39 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI()
97 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/foundation/ability/form_fwk/test/fuzztest/formtaskmgr_fuzzer/
H A Dformtaskmgr_fuzzer.cpp32 constexpr size_t FOO_MAX_LEN = 1024;
33 constexpr size_t U32_AT_SIZE = 4;
39 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI()
102 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dneural_network_runtime_compat.cpp46 uint32_t inputIndex, const OH_NN_Tensor *tensor, const void *dataBuffer, size_t length) in OH_NNExecutor_SetInput()
70 uint32_t outputIndex, void *dataBuffer, size_t length) in OH_NNExecutor_SetOutput()
100 NNRT_API OH_NN_Memory *OH_NNExecutor_AllocateInputMemory(OH_NNExecutor *executor, uint32_t inputIndex, size_t length) in OH_NNExecutor_AllocateInputMemory()
122 NNRT_API OH_NN_Memory *OH_NNExecutor_AllocateOutputMemory(OH_NNExecutor *executor, uint32_t outputIndex, size_t length) in OH_NNExecutor_AllocateOutputMemory()
/foundation/ability/ability_runtime/test/fuzztest/missionlistmanagerthird_fuzzer/
H A Dmissionlistmanagerthird_fuzzer.cpp33 constexpr size_t FOO_MAX_LEN = 1024;
34 constexpr size_t U32_AT_SIZE = 4;
82 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI()
127 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_delegator/
H A Dability_delegator.h127 size_t GetMonitorsNum();
134 size_t GetStageMonitorsNum();
334 static constexpr size_t INFORMATION_MAX_LENGTH {1000};
335 static constexpr size_t DELEGATOR_PRINT_MAX_LENGTH {10000};
/foundation/ability/ability_lite/interfaces/kits/js/napi/
H A Djs_aafwk.cpp25 size_t argc = num; \
46 size_t argc = 1;
70 size_t argc = 1;
139 size_t bufLength = 0;
/foundation/ability/ability_runtime/test/fuzztest/dataabilitymanager_fuzzer/
H A Ddataabilitymanager_fuzzer.cpp32 constexpr size_t FOO_MAX_LEN = 1024;
33 constexpr size_t U32_AT_SIZE = 4;
67 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI()
112 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/foundation/arkui/ace_engine/frameworks/base/log/
H A Ddump_log.h160 static const size_t MAX_DUMP_LENGTH = 100000;
161 static const size_t MIN_JSON_LENGTH = 4;
162 static const size_t END_POS_TWO = 2;
163 static const size_t END_POS_THREE = 3;
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dlog_wrapper.cpp156 bool LogBacktrace(size_t maxFrameNums) in LogBacktrace()
158 static const char* (*pfnGetTrace)(size_t, size_t); in LogBacktrace()
170 size_t skipFrameNum = 2; in LogBacktrace()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_napi.cpp37 static constexpr const size_t MAX_ARG_NUM = 10;
63 size_t argc = MAX_ARG_NUM; in JsCreate()
76 size_t argc = MAX_ARG_NUM; in JsColor()
94 size_t argc = MAX_ARG_NUM; in JsBackgroundColor()
/foundation/bundlemanager/app_domain_verify/interfaces/kits/js/src/
H A Dapp_domain_verify_manager_napi.cpp34 size_t size = 0; in GetString()
49 size_t index = 0; in BuildStringArray()
73 size_t argc = 1; in QueryAssociatedDomains()
100 size_t argc = 1; in QueryAssociatedBundleNames()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_drawable.cpp68 std::pair<std::unique_ptr<uint8_t[]>, size_t> foregroundInfo; in GetIconResourceByTheme()
69 std::pair<std::unique_ptr<uint8_t[]>, size_t> backgroundInfo; in GetIconResourceByTheme()
79 for (size_t index = 0; index < foregroundInfo.second; ++index) { in GetIconResourceByTheme()
84 for (size_t index = 0; index < backgroundInfo.second; ++index) { in GetIconResourceByTheme()
/foundation/arkui/napi/sample/native_module_systemtest/
H A Djs_test_object_napi.cpp33 size_t argc = 1; in ObjectTypeTaggedInstance()
49 size_t argc = 2; in ObjectCheckTypeTag()
68 size_t argc = 1; in ObjectFreeze()
81 size_t argc = 1; in ObjectSeal()

Completed in 23 milliseconds

1...<<351352353354355356357358359360>>...1149