Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 45) sorted by relevance

12

/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dfsm.c71 #define PROTO_NAME(f) ((f)->callbacks->proto_name) argument
78 void fsm_init(fsm *f) { in fsm_init()
91 void fsm_lowerup(fsm *f) { in fsm_lowerup()
119 void fsm_lowerdown(fsm *f) { in fsm_lowerdown()
160 void fsm_open(fsm *f) { in fsm_open()
200 static void terminate_layer(fsm *f, int nextstate) { in terminate_layer()
237 void fsm_close(fsm *f, const char *reason) { in fsm_close()
267 fsm *f = (fsm *) arg; in fsm_timeout() local
318 void fsm_input(fsm *f, u_char *inpacket, int l) { in fsm_input()
392 static void fsm_rconfreq(fsm *f, u_char id, u_char *inp, int len) { in fsm_rconfreq()
[all …]
H A Dccp.c369 fsm *f = &pcb->ccp_fsm; in ccp_init() local
410 fsm *f = &pcb->ccp_fsm; in ccp_open() local
431 fsm *f = &pcb->ccp_fsm; in ccp_close() local
440 fsm *f = &pcb->ccp_fsm; in ccp_lowerup() local
448 fsm *f = &pcb->ccp_fsm; in ccp_lowerdown() local
456 fsm *f = &pcb->ccp_fsm; in ccp_input() local
487 static int ccp_extcode(fsm *f, int code, int id, u_char *p, int len) { in ccp_extcode()
521 fsm *f = &pcb->ccp_fsm; in ccp_protrej() local
541 static void ccp_resetci(fsm *f) { in ccp_resetci()
743 static int ccp_cilen(fsm *f) { in ccp_cilen()
[all …]
H A Dlcp.c364 fsm *f = &pcb->lcp_fsm; in lcp_init() local
407 fsm *f = &pcb->lcp_fsm; in lcp_open() local
423 fsm *f = &pcb->lcp_fsm; in lcp_close() local
459 fsm *f = &pcb->lcp_fsm; in lcp_lowerup() local
483 fsm *f = &pcb->lcp_fsm; in lcp_lowerdown() local
497 fsm *f = (fsm*)arg; in lcp_delayed_up() local
510 fsm *f = &pcb->lcp_fsm; in lcp_input() local
523 static int lcp_extcode(fsm *f, int code, int id, u_char *inp, int len) { in lcp_extcode()
562 static void lcp_rprotrej(fsm *f, u_char *inp, int len) { in lcp_rprotrej()
633 fsm *f = &pcb->lcp_fsm; in lcp_sprotrej() local
[all …]
H A Dipcp.c593 fsm *f = &pcb->ipcp_fsm; in ipcp_init() local
655 fsm *f = &pcb->ipcp_fsm; in ipcp_open() local
665 fsm *f = &pcb->ipcp_fsm; in ipcp_close() local
674 fsm *f = &pcb->ipcp_fsm; in ipcp_lowerup() local
683 fsm *f = &pcb->ipcp_fsm; in ipcp_lowerdown() local
692 fsm *f = &pcb->ipcp_fsm; in ipcp_input() local
703 fsm *f = &pcb->ipcp_fsm; in ipcp_protrej() local
712 static void ipcp_resetci(fsm *f) { in ipcp_resetci()
746 static int ipcp_cilen(fsm *f) { in ipcp_cilen()
806 static void ipcp_addci(fsm *f, u_char *ucp, int *lenp) { in ipcp_addci()
[all …]
H A Dvj.c96 #define DECODEL(f) { \ argument
107 #define DECODES(f) { \ argument
118 #define DECODEU(f) { \ argument
H A Decp.c162 fsm *f = &ecp_fsm[unit]; local
/btstack/port/samv71-xplained-atwilc3000/ASF/sam/utils/preprocessor/
H A Dtpaste.h73 #define TPASTE6( a, b, c, d, e, f) a##b##c##d##e##f argument
74 #define TPASTE7( a, b, c, d, e, f, g) a##b##c##d##e##f##g argument
75 #define TPASTE8( a, b, c, d, e, f, g, h) a##b##c##d##e##f##g##h argument
76 #define TPASTE9( a, b, c, d, e, f, g, h, i) a##b##c##d##e##f##g##h##i argument
77 #define TPASTE10(a, b, c, d, e, f, g, h, i, j) a##b##c##d##e##f##g##h##i##j argument
94 #define ATPASTE6( a, b, c, d, e, f) TPASTE6( a, b, c, d, e, f) argument
95 #define ATPASTE7( a, b, c, d, e, f, g) TPASTE7( a, b, c, d, e, f, g) argument
96 #define ATPASTE8( a, b, c, d, e, f, g, h) TPASTE8( a, b, c, d, e, f, g, h) argument
97 #define ATPASTE9( a, b, c, d, e, f, g, h, i) TPASTE9( a, b, c, d, e, f, g, h, i) argument
98 #define ATPASTE10(a, b, c, d, e, f, g, h, i, j) TPASTE10(a, b, c, d, e, f, g, h, i, j) argument
/btstack/tool/
H A Dbtstack_memory_generator.py304 def writeln(f, data): argument
317 def add_struct(f, guard, template, structs): argument
328 def add_structs(f, template): argument
339 f = open(file_name+".h", "w") variable
347 f = open(file_name+".c", "w") variable
459 f = open(file_name, "w") variable
H A Dsm_random_check.py14 def read_net_32(f): argument
H A Ddump_h4.py20 def read_header(f): argument
H A Ddump_pklg.py20 def read_header(f): argument
H A Ddump_tlv.py9 def read_net_32(f): argument
H A Ddump_keys.py32 def read_header(f): argument
/btstack/3rd-party/lc3-google/src/
H A Dfastmath.h46 union { float f; int32_t s; } x = { .f = _x }; in lc3_ldexpf() member
61 union { float f; uint32_t u; } x = { .f = _x }; in lc3_frexpf() member
97 volatile union { float f; int32_t s; } v; in lc3_exp2f() member
107 union { float f; int32_t s; } y; in lc3_exp2f() member
209 union { float f; uint32_t u; } x2 = { .f = x*x }; in lc3_db_q16() member
H A Dtns.c130 for (int f = 0; f < nfilters; f++) { in compute_lpc_coeffs() local
157 for (int f = 0; f < nfilters; f++) { in compute_lpc_coeffs() local
312 for (int f = 0; f < nfilters; f++) { in forward_filtering() local
354 for (int f = 0; f < nfilters; f++) { in inverse_filtering() local
406 for (int f = 0; f < data->nfilters; f++) { in lc3_tns_analyze() local
432 for (int f = 0; f < data->nfilters; f++) in lc3_tns_synthesize() local
446 for (int f = 0; f < data->nfilters; f++) { in lc3_tns_get_nbits() local
468 for (int f = 0; f < data->nfilters; f++) { in lc3_tns_put_data() local
493 for (int f = 0; f < data->nfilters; f++) { in lc3_tns_get_data() local
H A Dmdct.c419 LC3_HOT static void rescale(float *x, int n, float f) in rescale()
440 union { float *f; struct lc3_complex *z; } u = { .z = buffer }; in lc3_mdct_forward() member
465 union { float *f; struct lc3_complex *z; } u = { .z = buffer }; in lc3_mdct_inverse() member
/btstack/3rd-party/lwip/core/src/apps/sntp/
H A Dsntp.c123 # define SNTP_FRAC_TO_US(f) ((u32_t)(((u64_t)(f) * 1000000UL) >> 32)) argument
125 # define SNTP_FRAC_TO_US(f) ((u32_t)(f) / 4295) argument
137 # define SNTP_SET_SYSTEM_TIME_NTP(s, f) \ argument
140 # define SNTP_SET_SYSTEM_TIME_NTP(s, f) \ argument
152 # define SNTP_GET_SYSTEM_TIME_NTP(s, f) do { \ argument
169 # define SNTP_SEC_FRAC_TO_S64(s, f) \ argument
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Class/HID/Src/
H A Dusbh_hid.c794 void USBH_HID_FifoInit(FIFO_TypeDef *f, uint8_t *buf, uint16_t size) in USBH_HID_FifoInit()
811 uint16_t USBH_HID_FifoRead(FIFO_TypeDef *f, void *buf, uint16_t nbytes) in USBH_HID_FifoRead()
855 uint16_t USBH_HID_FifoWrite(FIFO_TypeDef *f, void *buf, uint16_t nbytes) in USBH_HID_FifoWrite()
/btstack/port/raspi/
H A Draspi_get_model.c14 FILE *f = fopen( "/proc/cpuinfo", "rb" ); in raspi_get_model() local
/btstack/3rd-party/lwip/core/src/include/netif/ppp/
H A Dppp_impl.h535 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } wh… argument
536 #define TIMEOUTMS(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t), (f), (a)); } while(0) argument
537 #define UNTIMEOUT(f, a) sys_untimeout((f), (a)) argument
/btstack/3rd-party/bluedroid/decoder/include/
H A Doi_utils.h109 #define OI_ScheduleCallback(f, a, t) OI_ScheduleCallbackFunction(f, a, t, NULL); argument
/btstack/3rd-party/lwip/core/src/apps/http/
H A Dfs.c59 const struct fsdata_file *f; in fs_open() local
/btstack/test/hfp/
H A Ddump_test_sequence_from_pklg.py21 def read_net_32(f): argument
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/utilities/
H A Ddbg_trace.c308 int fputc(int ch, FILE *f) in fputc()
/btstack/3rd-party/bluedroid/decoder/srce/
H A Ddecoder-private.c178 OI_UINT f; in OI_SBC_ReadScalefactors() local

12