Home
last modified time | relevance | path

Searched refs:report_len (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/asan/tests/
Dasan_interface_test.cc389 int report_len = strlen(report); in ErrorReportCallbackOneToZ() local
391 ASSERT_EQ(report_len, write(2, report, report_len)); in ErrorReportCallbackOneToZ()
/external/wpa_supplicant_8/wpa_supplicant/
Drrm.c63 const u8 *report, size_t report_len) in wpas_rrm_process_neighbor_rep() argument
67 wpa_hexdump(MSG_DEBUG, "RRM: New Neighbor Report", report, report_len); in wpas_rrm_process_neighbor_rep()
68 if (report_len < 1) in wpas_rrm_process_neighbor_rep()
87 neighbor_rep = wpabuf_alloc(report_len - 1); in wpas_rrm_process_neighbor_rep()
92 wpabuf_put_data(neighbor_rep, report + 1, report_len - 1); in wpas_rrm_process_neighbor_rep()
Dwpa_supplicant_i.h1366 const u8 *report, size_t report_len);
/external/libusb/libusb/os/
Dwindows_winusb.c3150 size_t report_len = MAX_HID_DESCRIPTOR_SIZE; in _hid_get_hid_descriptor() local
3152 _hid_get_report_descriptor(dev, tmp, &report_len); in _hid_get_hid_descriptor()
3160 d.wClassDescriptorLength = (uint16_t)report_len; in _hid_get_hid_descriptor()