/lk-master/external/lib/lwip/netif/ppp/ |
A D | fsm.c | 144 PROTO_NAME(f), f->state, ppperr_strerr[f->state])); in fsm_lowerup() 198 PROTO_NAME(f), f->state, ppperr_strerr[f->state])); in fsm_lowerdown() 301 fsm_sdata(f, TERMREQ, f->reqid = ++f->id, in fsm_close() 340 fsm_sdata(f, TERMREQ, f->reqid = ++f->id, in fsm_timeout() 352 PROTO_NAME(f), f->state, ppperr_strerr[f->state])); in fsm_timeout() 359 PROTO_NAME(f), f->state, ppperr_strerr[f->state])); in fsm_timeout() 373 PROTO_NAME(f), f->state, ppperr_strerr[f->state])); in fsm_timeout() 414 f->protocol, f->state, ppperr_strerr[f->state])); in fsm_input() 693 PROTO_NAME(f), f->state, ppperr_strerr[f->state])); in fsm_rtermack() 793 fsm_sdata(f, TERMREQ, f->reqid = ++f->id, in fsm_protreject() [all …]
|
A D | lcp.c | 250 fsm_init(f); in lcp_init() 310 f->flags = 0; in lcp_open() 317 fsm_open(f); in lcp_open() 334 if (f->state == LS_STOPPED && f->flags & (OPT_PASSIVE|OPT_SILENT)) { in lcp_close() 342 lcp_finished(f); in lcp_close() 518 lcp_resetci(fsm *f) in lcp_resetci() argument 522 lcp_gotoptions[f->unit] = lcp_wantoptions[f->unit]; in lcp_resetci() 532 lcp_cilen(fsm *f) in lcp_cilen() argument 1223 lcp_reqci(fsm *f, in lcp_reqci() argument 1640 lcp_up(fsm *f) in lcp_up() argument [all …]
|
A D | ipcp.c | 182 f->unit = unit; in ipcp_init() 183 f->protocol = PPP_IPCP; in ipcp_init() 280 ipcp_resetci(fsm *f) in ipcp_resetci() argument 295 cis_received[f->unit] = 0; in ipcp_resetci() 303 ipcp_cilen(fsm *f) in ipcp_cilen() argument 1220 ipcp_up(fsm *f) in ipcp_up() argument 1227 np_up(f->unit, PPP_IP); in ipcp_up() 1277 if (!sifup(f->unit)) { in ipcp_up() 1310 ipcp_down(fsm *f) in ipcp_down() argument 1316 sifdown(f->unit); in ipcp_down() [all …]
|
A D | vj.c | 99 #define DECODEL(f) { \ argument 102 (f) = htonl(tmp); \ 105 u32_t tmp = ntohl(f) + (u32_t)*cp++; \ 106 (f) = htonl(tmp); \ 110 #define DECODES(f) { \ argument 113 (f) = htons(tmp); \ 116 u_short tmp = ntohs(f) + (u_short)*cp++; \ 117 (f) = htons(tmp); \ 121 #define DECODEU(f) { \ argument 123 (f) = htons(((u_short)cp[1] << 8) | cp[2]); \ [all …]
|
A D | ppp_impl.h | 108 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } while(… argument 109 #define UNTIMEOUT(f, a) sys_untimeout((f), (a)) argument
|
/lk-master/external/lib/libm/ |
A D | e_log.c | 91 double hfsq,f,s,z,R,w,t1,t2,dk; in __ieee754_log() local 111 f = x-1.0; in __ieee754_log() 113 if(f==zero) { in __ieee754_log() 121 R = f*f*(0.5-0.33333333333333333*f); in __ieee754_log() 122 if(k==0) return f-R; else {dk=(double)k; in __ieee754_log() 123 return dk*ln2_hi-((R-dk*ln2_lo)-f);} in __ieee754_log() 125 s = f/(2.0+f); in __ieee754_log() 136 hfsq=0.5*f*f; in __ieee754_log() 137 if(k==0) return f-(hfsq-s*(hfsq+R)); else in __ieee754_log() 140 if(k==0) return f-s*(f-R); else in __ieee754_log() [all …]
|
A D | k_rem_pio2.c | 297 double z,fw,f[20],fq[20],q[20]; in __kernel_rem_pio2() local 312 for (i=0; i<=m; i++,j++) f[i] = (j<0)? zero : (double) ipio2[j]; in __kernel_rem_pio2() 316 for (j=0,fw=0.0; j<=jx; j++) fw += x[j]*f[jx+i-j]; in __kernel_rem_pio2() 379 f[jx+i] = (double) ipio2[jv+i]; in __kernel_rem_pio2() 380 for (j=0,fw=0.0; j<=jx; j++) fw += x[j]*f[jx+i-j]; in __kernel_rem_pio2()
|
/lk-master/external/platform/pico/rp2_common/pico_double/include/pico/ |
A D | double.h | 41 int32_t double2fix(double f, int e); 42 uint32_t double2ufix(double f, int e); 43 int64_t double2fix64(double f, int e); 44 uint64_t double2ufix64(double f, int e); 45 int32_t double2int(double f); 46 int64_t double2int64(double f); 49 int32_t double2int_z(double f); 50 int64_t double2int64_z(double f);
|
/lk-master/external/platform/pico/rp2_common/pico_float/include/pico/ |
A D | float.h | 42 int32_t float2fix(float f, int e); 43 uint32_t float2ufix(float f, int e); 44 int64_t float2fix64(float f, int e); 45 uint64_t float2ufix64(float f, int e); 46 int32_t float2int(float f); 47 int64_t float2int64(float f); 50 int32_t float2int_z(float f); 51 int64_t float2int64_z(float f);
|
/lk-master/external/platform/pico/rp2_common/pico_float/ |
A D | float_aeabi.S | 59 bhi 1f 70 bhi 1f 73 bhi 2f 132 bl 1f 145 bl 1f 160 beq 2f 169 bne 3f 182 bl 1f 190 beq 2f 194 bne 3f [all …]
|
A D | float_v1_rom_shim.S | 34 bne 1f 45 bcc 1f 51 b 2f 75 b 4f 138 blo 3f 140 b 3f 144 blo 3f 153 b 7f 156 b 7f 161 bge 5f [all …]
|
/lk-master/external/platform/pico/rp2_common/pico_double/ |
A D | double_aeabi.S | 55 bhi 1f 67 bhi 1f 70 bhi 2f 267 beq 1f 269 bne 2f 271 bhi 7f 279 beq 1f 281 bne 2f 283 bhi 7f 293 bpl 2f [all …]
|
/lk-master/external/lib/mincrypt/include/lib/mincrypt/ |
A D | hash-internal.h | 47 const HASH_VTAB *f; member 53 #define HASH_init(ctx) (ctx)->f->init(ctx) 54 #define HASH_update(ctx, data, len) (ctx)->f->update(ctx, data, len) 55 #define HASH_final(ctx) (ctx)->f->final(ctx) 56 #define HASH_hash(data, len, digest) (ctx)->f->hash(data, len, digest) 57 #define HASH_size(ctx) (ctx)->f->size
|
/lk-master/platform/lpc15xx/ |
A D | lpccheck.py | 10 f = open(sys.argv[1], "r+b") variable 12 a = struct.unpack('iiiiiii', f.read(7*4)) 19 f.seek(7*4) 20 f.write(struct.pack('i', s)) 22 f.close()
|
/lk-master/external/platform/pico/rp2_common/pico_divider/ |
A D | divider.S | 46 b 9f 273 blt 1f 292 bne 4f 315 blt 1f 334 bne 1f 377 beq 1f 425 bne 1f 430 bne 1f 435 bne 1f 440 bne 1f [all …]
|
/lk-master/scripts/ |
A D | replacelic | 34 for f in $FILES; do 35 echo $f 36 perl -0777 -pi -e "s/${REPLACELINE}/${REPLACEWITH}/g" $f
|
/lk-master/external/platform/pico/rp2_common/hardware_divider/ |
A D | divider.S | 13 b 1f 14 1: b 1f 15 1: b 1f 16 1: b 1f
|
/lk-master/external/platform/lpc15xx/lpcopen/lpc_board_nxp_lpcxpresso_1549/src/ |
A D | retarget.h | 93 int fputc(int c, FILE *f) in fputc() argument 105 int fgetc(FILE *f) in fgetc() argument 114 int ferror(FILE *f) in ferror() argument
|
/lk-master/lib/fs/ |
A D | fs.c | 226 filehandle *f = malloc(sizeof(*f)); in fs_open_file() local 227 f->cookie = cookie; in fs_open_file() 228 f->mount = mount; in fs_open_file() 229 *handle = f; in fs_open_file() 268 filehandle *f = malloc(sizeof(*f)); in fs_create_file() local 269 if (!f) { in fs_create_file() 273 f->cookie = cookie; in fs_create_file() 274 f->mount = mount; in fs_create_file() 275 *handle = f; in fs_create_file()
|
/lk-master/external/platform/nrfx/mdk/ |
A D | ses_startup_nrf_common.s | 141 beq 2f 181 beq 2f 183 beq 2f
|
/lk-master/tools/ |
A D | bin2h.py | 19 f = bytearray(sys.stdin.read(), 'utf-8') variable 20 for c in f:
|
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
A D | lpc_types.h | 112 #define _SBF(f, v) ((v) << (f)) argument
|
/lk-master/external/lib/lwip/include/ipv6/lwip/ |
A D | ip_addr.h | 71 #define IP6_ADDR(ipaddr, a,b,c,d,e,f,g,h) do { (ipaddr)->addr[0] = htonl((u32_t)((a & 0xffff) << 16… argument 73 … (ipaddr)->addr[2] = htonl(((e & 0xffff) << 16) | (f & 0xffff)); \
|
/lk-master/external/lib/lwip/include/lwip/ |
A D | tcpip.h | 102 #define tcpip_callback(f, ctx) tcpip_callback_with_block(f, ctx, 1) argument
|
A D | udp.h | 152 #define udp_setflags(pcb, f) ((pcb)->flags = (f)) argument
|