Home
last modified time | relevance | path

Searched refs:size_t (Results 3201 - 3225 of 20613) sorted by relevance

1...<<121122123124125126127128129130>>...825

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Djson.h34 void json_escape_string(char *txt, size_t maxlen, const char *data, size_t len);
35 struct json_token * json_parse(const char *data, size_t data_len);
40 void json_print_tree(struct json_token *root, char *buf, size_t buflen);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dmbo_ap.h20 int mbo_ap_get_info(struct sta_info *sta, char *buf, size_t buflen);
22 const u8 *buf, size_t len);
34 size_t buflen) in mbo_ap_get_info()
41 const u8 *buf, size_t len) in mbo_ap_wnm_notification_req()
H A Dx_snoop.h20 const u8 *buf, size_t len),
24 size_t len);
37 const u8 *buf, size_t len), in x_snoop_get_l2_packet()
46 size_t len) in x_snoop_mcast_to_ucast_convert_send()
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrVertexPacket.hpp97 VertexPacketAllocator (const size_t numberOfVertexOutputs);
100 std::vector<VertexPacket*> allocArray (size_t count); // throws bad_alloc
103 inline size_t getNumVertexOutputs (void) const { return m_numberOfVertexOutputs; } in getNumVertexOutputs()
109 const size_t m_numberOfVertexOutputs;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_helpers.h15 char *resp, size_t resp_size);
17 size_t obuf_size);
22 const char *event, char *buf, size_t buf_size);
25 char *buf, size_t buf_size);
H A Dwpa_common.c28 static unsigned int wpa_kck_len(int akmp, size_t pmk_len) in wpa_kck_len()
66 static unsigned int wpa_kek_len(int akmp, size_t pmk_len) in wpa_kek_len()
104 unsigned int wpa_mic_len(int akmp, size_t pmk_len) in wpa_mic_len()
203 int wpa_eapol_key_mic(const u8 *key, size_t key_len, int akmp, int ver, in wpa_eapol_key_mic()
204 const u8 *buf, size_t len, u8 *mic) in wpa_eapol_key_mic()
384 int wpa_pmk_to_ptk(const u8 *pmk, size_t pmk_len, const char *label, in wpa_pmk_to_ptk()
388 const u8 *z, size_t z_len, size_t kdk_len) in wpa_pmk_to_ptk()
392 size_t data_len = 2 * ETH_ALEN + 2 * WPA_NONCE_LEN; in wpa_pmk_to_ptk()
395 size_t ptk_le in wpa_pmk_to_ptk()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dmbo_ap.h20 int mbo_ap_get_info(struct sta_info *sta, char *buf, size_t buflen);
22 const u8 *buf, size_t len);
34 size_t buflen) in mbo_ap_get_info()
41 const u8 *buf, size_t len) in mbo_ap_wnm_notification_req()
H A Dx_snoop.h20 const u8 *buf, size_t len),
24 size_t len);
37 const u8 *buf, size_t len), in x_snoop_get_l2_packet()
46 size_t len) in x_snoop_mcast_to_ucast_convert_send()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dwpa_helpers.h15 char *resp, size_t resp_size);
17 size_t obuf_size);
22 const char *event, char *buf, size_t buf_size);
25 char *buf, size_t buf_size);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DVertexArray_unittest.cpp22 constexpr size_t bits[] = {1, 4, 9, 16, 25, 35}; in TEST()
23 constexpr GLint count = sizeof(bits) / sizeof(size_t); in TEST()
29 for (size_t dirtyBit : dirtyBits) in TEST()
31 const size_t index = VertexArray::GetVertexIndexFromDirtyBit(dirtyBit); in TEST()
/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/
H A DImageNdk.cpp170 size_t argCount = NUM_4; in TestInitializationOptions()
276 size_t colorLength = MAX_COLOR_SIZE; in createPixelMap()
299 Image_ErrorCode createPixelMapWithData(uint8_t *data, size_t bufferSize, uint32_t width, uint32_t height, in createPixelMapWithData()
373 size_t argCount = NUM_1; in TestSavePixelmap()
382 size_t nameSize = MAX_BUFFER_SIZE; in TestSavePixelmap()
418 size_t argCount = NUM_4; in TestCreatePixelmap()
446 size_t argCount = NUM_5; in TestCreatePixelmapWithData()
457 size_t pixelmapDataSize = 0; in TestCreatePixelmapWithData()
479 size_t argCount = NUM_1; in TestReadPixels()
487 size_t bufferSiz in TestReadPixels()
[all...]
/drivers/hdf_core/adapter/khdf/linux/osal/src/
H A Dosal_mem.c46 static void *osal_mem_alloc(size_t size, uint32_t *type) in osal_mem_alloc()
66 void *OsalMemAlloc(size_t size) in OsalMemAlloc()
95 void *OsalMemCalloc(size_t size) in OsalMemCalloc()
112 void *OsalMemAllocAlign(size_t alignment, size_t size) in OsalMemAllocAlign()
135 aligned_ptr = (char *)(uintptr_t)(((size_t)(uintptr_t)buf + alignment - 1) & ~(alignment - 1)); in OsalMemAllocAlign()
/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Dstring_builder.cpp51 size_t len = strlen(string); in Append()
73 size_t len = string.size(); in Append()
105 size_t writeSize = static_cast<size_t>(len); in AppendFormat()
127 bool StringBuilder::Grow(size_t size) in Grow()
134 size_t newSize = (capacity_ == 0) ? 256 : (capacity_ * 2); in Grow()
/drivers/hdf_core/framework/utils/include/
H A Dhdf_sbuf_impl.h19 struct HdfSBufImpl *(*obtain)(size_t capacity);
20 struct HdfSBufImpl *(*bind)(uintptr_t base, size_t size);
45 const uint8_t *(*readUnpadBuffer)(struct HdfSBufImpl *sbuf, size_t length);
60 size_t (*getCapacity)(const struct HdfSBufImpl *sbuf);
61 size_t (*getDataSize)(const struct HdfSBufImpl *sbuf);
62 void (*setDataSize)(struct HdfSBufImpl *sbuf, size_t size);
/drivers/peripheral/codec/test/unittest/hdi_image/
H A Dtest_helper.h46 std::size_t keySize = sizeof(key); in AddData()
47 std::size_t valueSize = sizeof(value); in AddData()
48 std::size_t dataSize = keySize + valueSize; in AddData()
69 size_t offset = 0; in Finalize()
80 std::size_t len = 0;
84 std::size_t totalSize_ = 0;
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcamerahost_fuzzer/
H A Ddcamerahost_fuzzer.cpp25 void DCameraGetCameraAbilityFromDevFuzzTest(const uint8_t* data, size_t size) in DCameraGetCameraAbilityFromDevFuzzTest()
46 void DCameraAddDeviceParamCheckFuzzTest(const uint8_t* data, size_t size) in DCameraAddDeviceParamCheckFuzzTest()
62 void DCameraGetCamDevNumFuzzTest(const uint8_t* data, size_t size) in DCameraGetCamDevNumFuzzTest()
70 void DCameraIsCameraIdInvalidFuzzTest(const uint8_t* data, size_t size) in DCameraIsCameraIdInvalidFuzzTest()
90 void DCameraGetCameraIdByDHBaseFuzzTest(const uint8_t* data, size_t size) in DCameraGetCameraIdByDHBaseFuzzTest()
104 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/test/xts/acts/arkui/ace_c_arkui_test_api13/entry/src/main/cpp/customproperty/
H A Dcustom_property_test.cpp27 size_t argc = PARAM_1; in testAddCustomProperty001()
30 size_t length = PARAM_64; in testAddCustomProperty001()
31 size_t strLength = PARAM_0; in testAddCustomProperty001()
75 size_t argc = PARAM_1; in testRemoveCustomProperty002()
78 size_t length = PARAM_64; in testRemoveCustomProperty002()
79 size_t strLength = PARAM_0; in testRemoveCustomProperty002()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customproperty/
H A Dcustom_property_test.cpp27 size_t argc = PARAM_1; in testAddCustomProperty001()
30 size_t length = PARAM_64; in testAddCustomProperty001()
31 size_t strLength = PARAM_0; in testAddCustomProperty001()
75 size_t argc = PARAM_1; in testRemoveCustomProperty002()
78 size_t length = PARAM_64; in testRemoveCustomProperty002()
79 size_t strLength = PARAM_0; in testRemoveCustomProperty002()
/third_party/elfutils/libdw/
H A Dlibdw_alloc.c46 #define THREAD_ID_UNSET ((size_t) -1)
47 static __thread size_t thread_id = THREAD_ID_UNSET;
74 for (size_t i = dbg->mem_stacks; i <= thread_id; i++) in __libdw_alloc_tail()
118 __libdw_allocate (Dwarf *dbg, size_t minsize, size_t align) in __libdw_allocate()
120 size_t size = MAX (dbg->mem_default_size, in __libdw_allocate()
/third_party/curl/tests/libtest/
H A Dlib650.c40 static size_t count_chars(void *userp, const char *buf, size_t len) in count_chars()
42 size_t *pcounter = (size_t *) userp; in count_chars()
59 size_t formlength = 0; in test()
100 formarray[1].value = (char *)(size_t)contentlength; in test()
/third_party/curl/tests/unit/
H A Dunit1655.c104 size_t olen = 100000;
144 const size_t buflen = sizeof(buffer);
145 const size_t magic1 = 9765;
146 size_t olen1 = magic1;
150 size_t olen2;
152 size_t olen;
/third_party/elfutils/libdwelf/
H A Ddwelf_elf_gnu_build_id.c43 size_t pos = 0; in check_notes()
45 size_t name_pos; in check_notes()
46 size_t desc_pos; in check_notes()
68 size_t shstrndx = SHN_UNDEF; in find_elf_build_id()
76 size_t phnum; in find_elf_build_id()
83 for (size_t i = 0; result == 0 && i < phnum; ++i) in find_elf_build_id()
/third_party/elfutils/libdwfl/
H A Ddwfl_module_getsrc_file.c58 Dwfl_Line ***srcsp, size_t *nsrcs) in dwfl_module_getsrc_file()
72 size_t max_match = *nsrcs ?: ~0u; in dwfl_module_getsrc_file()
73 size_t act_match = *nsrcs; in dwfl_module_getsrc_file()
74 size_t cur_match = 0; in dwfl_module_getsrc_file()
88 for (size_t cnt = 0; cnt < cu->die.cu->lines->nlines; ++cnt) in dwfl_module_getsrc_file()
121 size_t inner; in dwfl_module_getsrc_file()
/third_party/ffmpeg/libavutil/
H A Dframe.h234 size_t size;
680 size_t crop_top;
681 size_t crop_bottom;
682 size_t crop_left;
683 size_t crop_right;
874 size_t size);
/third_party/backends/include/sane/
H A Dsanei_wire.h61 typedef ssize_t (*WireReadFunc) (int fd, void * buf, size_t len);
62 typedef ssize_t (*WireWriteFunc) (int fd, const void * buf, size_t len);
80 size_t size;
98 extern void sanei_w_space (Wire *w, size_t howmuch);
105 size_t value_size);
123 WireCodecFunc w_element, size_t element_size);

Completed in 15 milliseconds

1...<<121122123124125126127128129130>>...825