| /external/platform/pico/common/pico_time/ |
| A D | time.c | 59 static inline alarm_pool_entry_t *get_entry(alarm_pool_t *pool, pheap_node_id_t id) { in get_entry() 64 static inline uint8_t *get_entry_id_high(alarm_pool_t *pool, pheap_node_id_t id) { in get_entry_id_high() 74 static inline alarm_id_t make_public_id(uint8_t id_high, pheap_node_id_t id) { in make_public_id() 101 pheap_node_id_t id; in add_alarm_under_lock() local 235 … pheap_node_id_t id = add_alarm_under_lock(pool, time, callback, user_data, 0, false, &missed); in alarm_pool_add_alarm_at() local 280 pheap_node_id_t id = add_alarm_under_lock(pool, time, callback, user_data, 0, true, &missed); in alarm_pool_add_alarm_at_force_in_context() local 297 pheap_node_id_t id = (pheap_node_id_t) alarm_id; in alarm_pool_cancel_alarm() local 326 static void alarm_pool_dump_key(pheap_node_id_t id, void *user_data) { in alarm_pool_dump_key() 335 static int64_t repeating_timer_callback(__unused alarm_id_t id, void *user_data) { in repeating_timer_callback() 375 static int64_t sleep_until_callback(__unused alarm_id_t id, __unused void *user_data) { in sleep_until_callback() [all …]
|
| /external/lib/lwip/netif/ppp/ |
| A D | fsm.c | 385 u_char code, id; in fsm_input() local 462 fsm_rconfreq(fsm *f, u_char id, u_char *inp, int len) in fsm_rconfreq() 535 fsm_rconfack(fsm *f, int id, u_char *inp, int len) in fsm_rconfack() 594 fsm_rconfnakrej(fsm *f, int code, int id, u_char *inp, int len) in fsm_rconfnakrej() 654 fsm_rtermreq(fsm *f, int id, u_char *p, int len) in fsm_rtermreq() 735 u_char code, id; in fsm_rcoderej() local 867 fsm_sdata( fsm *f, u_char code, u_char id, u_char *data, int datalen) in fsm_sdata()
|
| A D | chap.c | 367 u_char code, id; in ChapInput() local 423 ChapReceiveChallenge(chap_state *cstate, u_char *inp, u_char id, int len) in ChapReceiveChallenge() 521 ChapReceiveResponse(chap_state *cstate, u_char *inp, int id, int len) in ChapReceiveResponse() 640 ChapReceiveSuccess(chap_state *cstate, u_char *inp, u_char id, int len) in ChapReceiveSuccess() 678 ChapReceiveFailure(chap_state *cstate, u_char *inp, u_char id, int len) in ChapReceiveFailure() 851 int code, id, len; in ChapPrintPkt() local
|
| A D | pap.c | 338 u_char code, id; in upap_input() local 390 upap_rauthreq(upap_state *u, u_char *inp, u_char id, int len) in upap_rauthreq() 466 upap_rauthack(upap_state *u, u_char *inp, int id, int len) in upap_rauthack() 508 upap_rauthnak(upap_state *u, u_char *inp, int id, int len) in upap_rauthnak() 584 upap_sresp(upap_state *u, u_char code, u_char id, char *msg, int msglen) in upap_sresp()
|
| A D | lcp.c | 407 lcp_extcode(fsm *f, int code, u_char id, u_char *inp, int len) in lcp_extcode() 1774 int code, id, len, olen; in lcp_printpkt() local 1979 lcp_received_echo_reply (fsm *f, int id, u_char *inp, int len) in lcp_received_echo_reply()
|
| A D | chap.h | 107 u_char id; /* Current id */ member
|
| /external/platform/pico/common/pico_util/include/pico/util/ |
| A D | pheap.h | 103 static inline pheap_node_t *ph_get_node(pheap_t *heap, pheap_node_id_t id) { in ph_get_node() 145 pheap_node_id_t id = heap->free_head_id; in ph_new_node() local 164 static inline pheap_node_id_t ph_insert_node(pheap_t *heap, pheap_node_id_t id) { in ph_insert_node() 234 static inline bool ph_contains_node(pheap_t *heap, pheap_node_id_t id) { in ph_contains_node() 245 static inline void ph_free_node(pheap_t *heap, pheap_node_id_t id) { in ph_free_node()
|
| /external/lib/lwip/core/snmp/ |
| A D | mib2.c | 2119 u8_t id; in system_get_object_def() local 2200 u8_t id; in system_get_value() local 2274 u8_t id; in system_set_value() local 2355 u8_t id; in ifentry_get_object_def() local 2464 u8_t id; in ifentry_get_value() local 2644 u8_t id; in ifentry_set_value() local 2724 u8_t id; in atentry_get_value() local 2772 u8_t id; in ip_get_object_def() local 2838 u8_t id; in ip_get_value() local 3072 u8_t id; in ip_addrentry_get_value() local [all …]
|
| /external/platform/pico/common/pico_util/ |
| A D | pheap.c | 42 pheap_node_id_t ph_merge_two_pass(pheap_t *heap, pheap_node_id_t id) { in ph_merge_two_pass() 82 bool ph_remove_and_free_node(pheap_t *heap, pheap_node_id_t id) { in ph_remove_and_free_node() 118 static uint ph_dump_node(pheap_t *heap, pheap_node_id_t id, void (*dump_key)(pheap_node_id_t, void … in ph_dump_node() argument
|
| /external/platform/pico/common/pico_sync/include/pico/ |
| A D | lock_core.h | 97 #define lock_is_owner_id_valid(id) ((id)>=0) argument 102 #define lock_is_owner_id_valid(id) ((id) != LOCK_INVALID_OWNER_ID) argument
|
| /external/platform/pico/rp2_common/pico_fix/rp2040_usb_device_enumeration/ |
| A D | rp2040_usb_device_enumeration.c | 45 int64_t hw_enumeration_fix_wait_se0_callback(__unused alarm_id_t id, __unused void *user_data) { in hw_enumeration_fix_wait_se0_callback() 78 int64_t hw_enumeration_fix_force_ls_j_done(__unused alarm_id_t id, __unused void *user_data) { in hw_enumeration_fix_force_ls_j_done()
|
| /external/platform/nrfx/hal/ |
| A D | nrf_timer.h | 55 #define TIMER_MAX_SIZE(id) NRFX_CONCAT_3(TIMER, id, _MAX_SIZE) argument 66 #define TIMER_BIT_WIDTH_MAX(id, bit_width) \ argument 116 #define NRF_TIMER_CC_CHANNEL_COUNT(id) NRFX_CONCAT_3(TIMER, id, _CC_NUM) argument
|
| /external/platform/pico/rp2_common/pico_unique_id/include/pico/ |
| A D | unique_id.h | 47 uint8_t id[PICO_UNIQUE_BOARD_ID_SIZE_BYTES]; member
|
| /external/platform/pico/common/pico_binary_info/include/pico/binary_info/ |
| A D | structure.h | 87 uint32_t id; member 93 uint32_t id; member
|
| A D | code.h | 128 #define bi_program_feature_group(tag, id, name) __bi_named_group(BINARY_INFO_TAG_RASPBERRY_PI, BINA… argument 129 #define bi_program_feature_group_with_flags(tag, id, name, flags) __bi_named_group(BINARY_INFO_TAG_… argument
|
| /external/lib/libm/ |
| A D | s_atan.c | 77 int32_t ix,hx,id; in atan() local
|
| /external/platform/nrfx/drivers/include/ |
| A D | nrfx_egu.h | 82 #define NRFX_EGU_INSTANCE(id) \ argument
|
| A D | nrfx_wdt.h | 82 #define NRFX_WDT_INSTANCE(id) \ argument
|
| A D | nrfx_timer.h | 60 #define NRFX_TIMER_INSTANCE(id) \ argument
|
| A D | nrfx_rtc.h | 73 #define NRFX_RTC_INSTANCE(id) \ argument
|
| A D | nrfx_spis.h | 76 #define NRFX_SPIS_INSTANCE(id) \ argument
|
| A D | nrfx_twis.h | 76 #define NRFX_TWIS_INSTANCE(id) \ argument
|
| A D | nrfx_uart.h | 66 #define NRFX_UART_INSTANCE(id) \ argument
|
| /external/lib/lwip/include/ipv6/lwip/ |
| A D | icmp.h | 75 u16_t id; member
|
| /external/platform/pico/rp2_common/pico_stdio_usb/ |
| A D | stdio_usb.c | 43 static int64_t timer_task(__unused alarm_id_t id, __unused void *user_data) { in timer_task()
|