/hal_espressif-2.7.6/components/bt/host/bluedroid/hci/ |
D | hci_packet_parser.c | 48 …uint8_t *stream = read_command_complete_header(response, HCI_READ_BUFFER_SIZE, 7 /* bytes after */… in parse_read_buffer_size_response() local 62 …uint8_t *stream = read_command_complete_header(response, HCI_READ_LOCAL_VERSION_INFO, 8 /* bytes a… in parse_read_local_version_info_response() local 78 …uint8_t *stream = read_command_complete_header(response, HCI_READ_BD_ADDR, sizeof(bt_bdaddr_t) /* … in parse_read_bd_addr_response() local 91 …uint8_t *stream = read_command_complete_header(response, HCI_READ_LOCAL_SUPPORTED_CMDS, supported_… in parse_read_local_supported_commands_response() local 102 …uint8_t *stream = read_command_complete_header(response, HCI_READ_LOCAL_FEATURES, sizeof(bt_device… in parse_read_local_supported_features_response() local 117 …uint8_t *stream = read_command_complete_header(response, HCI_READ_LOCAL_EXT_FEATURES, 2 + sizeof(b… in parse_read_local_extended_features_response() local 137 …uint8_t *stream = read_command_complete_header(response, HCI_BLE_READ_WHITE_LIST_SIZE, 1 /* byte a… in parse_ble_read_white_list_size_response() local 150 …uint8_t *stream = read_command_complete_header(response, HCI_BLE_READ_BUFFER_SIZE, 3 /* bytes afte… in parse_ble_read_buffer_size_response() local 164 …uint8_t *stream = read_command_complete_header(response, HCI_BLE_READ_SUPPORTED_STATES, supported_… in parse_ble_read_supported_states_response() local 176 …uint8_t *stream = read_command_complete_header(response, HCI_BLE_READ_LOCAL_SPT_FEAT, sizeof(bt_de… in parse_ble_read_local_supported_features_response() local [all …]
|
D | hci_packet_factory.c | 48 uint8_t *stream; in make_set_c2h_flow_control() local 58 uint8_t *stream; in make_set_adv_report_flow_control() local 70 uint8_t *stream; in make_host_buffer_size() local 103 uint8_t *stream; in make_read_local_extended_features() local 113 uint8_t *stream; in make_write_simple_pairing_mode() local 123 uint8_t *stream; in make_write_secure_connections_host_support() local 133 uint8_t *stream; in make_set_event_mask() local 143 uint8_t *stream; in make_ble_write_host_support() local 184 uint8_t *stream; in make_ble_write_suggested_default_data_length() local 195 uint8_t *stream; in make_ble_set_event_mask() local [all …]
|
D | packet_fragmenter.c | 75 uint8_t *stream = packet->data + packet->offset; in fragment_and_dispatch() local 141 uint8_t *stream = packet->data + packet->offset; in reassemble_and_dispatch() local
|
D | hci_layer.c | 243 uint8_t *stream; in transmit_command() local 275 uint8_t *stream = command->data + command->offset; in transmit_command_futured() local 425 uint8_t *stream = packet->data + packet->offset; in filter_incoming_event() local
|
D | hci_hal_h4.c | 184 uint8_t *stream = packet->data + packet->offset; in hci_packet_complete() local 246 uint8_t *stream = packet->data + packet->offset; in hci_hal_h4_hdl_rx_packet() local
|
/hal_espressif-2.7.6/components/app_trace/gcov/ |
D | gcov_rtio.c | 172 int gcov_rtio_fclose(void *stream) in gcov_rtio_fclose() 178 size_t gcov_rtio_fread(void *ptr, size_t size, size_t nmemb, void *stream) in gcov_rtio_fread() 186 size_t gcov_rtio_fwrite(const void *ptr, size_t size, size_t nmemb, void *stream) in gcov_rtio_fwrite() 192 int gcov_rtio_fseek(void *stream, long offset, int whence) in gcov_rtio_fseek() 199 long gcov_rtio_ftell(void *stream) in gcov_rtio_ftell()
|
/hal_espressif-2.7.6/components/app_trace/ |
D | host_file_io.c | 182 int esp_apptrace_fclose(esp_apptrace_dest_t dest, void *stream) in esp_apptrace_fclose() 213 …apptrace_fwrite(esp_apptrace_dest_t dest, const void *ptr, size_t size, size_t nmemb, void *stream) in esp_apptrace_fwrite() 252 …_t esp_apptrace_fread(esp_apptrace_dest_t dest, void *ptr, size_t size, size_t nmemb, void *stream) in esp_apptrace_fread() 297 int esp_apptrace_fseek(esp_apptrace_dest_t dest, void *stream, long offset, int whence) in esp_apptrace_fseek() 331 int esp_apptrace_ftell(esp_apptrace_dest_t dest, void *stream) in esp_apptrace_ftell()
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btu/ |
D | btu_hcif.c | 443 uint8_t *stream = p_buf->data + p_buf->offset; in btu_hcif_send_cmd() local 482 uint8_t *stream = p_buf->data + p_buf->offset; in btu_hcif_send_cmd_sync() local 1157 …uint8_t *stream = hack->response->data + hack->response->offset + 3; // 2 to skip the event header… in btu_hcif_command_complete_evt_on_task() local 1174 uint8_t *stream = response->data + response->offset + 3; in btu_hcif_command_complete_evt() local 1423 uint8_t *stream = hack->command->data + hack->command->offset; in btu_hcif_command_status_evt_on_task() local
|
/hal_espressif-2.7.6/components/esp_pm/ |
D | pm_locks.c | 158 esp_err_t esp_pm_dump_locks(FILE* stream) in esp_pm_dump_locks()
|
/hal_espressif-2.7.6/components/sdmmc/ |
D | sdmmc_common.c | 256 void sdmmc_card_print_info(FILE* stream, const sdmmc_card_t* card) in sdmmc_card_print_info()
|
/hal_espressif-2.7.6/components/esp_timer/src/ |
D | esp_timer.c | 474 esp_err_t esp_timer_dump(FILE* stream) in esp_timer_dump()
|
/hal_espressif-2.7.6/tools/ |
D | idf.py | 63 def print_warning(message, stream=None): argument
|
/hal_espressif-2.7.6/components/mbedtls/port/aes/ |
D | esp_aes_gcm.c | 417 uint8_t stream[AES_BLOCK_BYTES] = {0}; in esp_aes_gcm_update() local
|
/hal_espressif-2.7.6/tools/kconfig/ |
D | confdata.c | 217 static ssize_t compat_getline(char **lineptr, size_t *n, FILE *stream) in compat_getline()
|
/hal_espressif-2.7.6/components/esp_timer/test/ |
D | test_esp_timer.c | 81 FILE* stream = fmemopen(stream_str, sizeof(stream_str), "r+"); variable
|
/hal_espressif-2.7.6/tools/catch/ |
D | catch.hpp | 3584 virtual std::ostream& stream() const { return m_stream->stream(); } in stream() function in Catch::Config 5077 std::ostream& stream() const { return *m_stream; } in stream() function 5879 StreamRedirect( std::ostream& stream, std::string& targetString ) in StreamRedirect() 6888 std::ostream& FileStream::stream() const { in stream() function in Catch::FileStream 6904 std::ostream& DebugOutStream::stream() const { in stream() function in Catch::DebugOutStream 6914 std::ostream& CoutStream::stream() const { in stream() function in Catch::CoutStream 8645 std::ostream& stream; member 8783 std::ostream& stream; member 9105 std::ostream& stream() { in stream() function in Catch::XmlWriter 9755 std::ostream& stream; member in Catch::ConsoleReporter::AssertionPrinter [all …]
|