Searched refs:rt (Results 1 – 7 of 7) sorted by relevance
| /external/platform/pico/common/pico_time/ |
| A D | time.c | 336 repeating_timer_t *rt = (repeating_timer_t *)user_data; in repeating_timer_callback() local 337 assert(rt->alarm_id == id); in repeating_timer_callback() 338 if (rt->callback(rt)) { in repeating_timer_callback() 339 return rt->delay_us; in repeating_timer_callback() 341 rt->alarm_id = 0; in repeating_timer_callback()
|
| /external/platform/pico/rp2_common/pico_double/ |
| A D | double_math.c | 352 double t,rt,u,v,v0,v1,w,ry; 374 rt=round(t); 375 c+=(int)rt; 376 w=t-rt; 380 rt=round(t); 381 c+=(int)rt; 382 w+=t-rt;
|
| A D | double_v1_rom_shim.S | 106 @ trashes rt 107 .macro mdunpack ra,rb,re,rs,rt 116 adds \rt,\re,#1 117 lsrs \rt,#11
|
| /external/lib/lwip/core/snmp/ |
| A D | msg_in.c | 804 if (msg_ps->rt == SNMP_ASN1_PDU_GET_NEXT_REQ) in snmp_msg_event() 808 else if (msg_ps->rt == SNMP_ASN1_PDU_GET_REQ) in snmp_msg_event() 812 else if(msg_ps->rt == SNMP_ASN1_PDU_SET_REQ) in snmp_msg_event() 863 ((msg_ps->rt != SNMP_ASN1_PDU_GET_REQ) && in snmp_recv() 864 (msg_ps->rt != SNMP_ASN1_PDU_GET_NEXT_REQ) && in snmp_recv() 865 (msg_ps->rt != SNMP_ASN1_PDU_SET_REQ)) || in snmp_recv() 1027 m_stat->rt = type & 0x1F; in snmp_pdu_header_check() 1302 if (m_stat->rt == SNMP_ASN1_PDU_SET_REQ) in snmp_pdu_dec_varbindlist()
|
| /external/lib/lwip/include/lwip/ |
| A D | snmp_msg.h | 230 u8_t rt; member
|
| /external/platform/pico/common/pico_time/include/pico/ |
| A D | time.h | 670 typedef bool (*repeating_timer_callback_t)(repeating_timer_t *rt);
|
| /external/lib/heap/dlmalloc/ |
| A D | dlmalloc.c | 4498 tchunkptr rt; in tmalloc_large() local 4505 rt = t->child[1]; in tmalloc_large() 4507 if (rt != 0 && rt != t) in tmalloc_large() 4508 rst = rt; in tmalloc_large()
|
Completed in 25 milliseconds