Searched refs:fcode (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_bsdcomp.c111 u32 fcode; member in struct:bsd_dict
464 unsigned long fcode; local
515 fcode = BSD_KEY (ent, c);
523 if (dictp->fcode == fcode) {
538 } while (dictp->fcode != fcode);
571 dictp->fcode = fcode;
808 u32 fcode local
833 unsigned long fcode; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/include/
H A Dpcap-int.h95 struct bpf_program fcode; member in struct:pcap
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dbsd-comp.c130 u_int32_t fcode; member in union:bsd_db::bsd_dict::__anon1508
504 u_int32_t accm = 0, fcode; local
617 fcode = BSD_KEY(ent, c);
624 if (dictp->f.fcode == fcode) {
638 } while (dictp->f.fcode != fcode);
660 dictp->f.fcode = fcode;
729 u_int32_t fcode; local
1058 u_int32_t fcode; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dbsd-comp.c106 u_int32_t fcode; member in union:bsd_db::bsd_dict::__anon1523
437 u_int32_t fcode; local
462 fcode = BSD_KEY(ent, c);
469 if (dictp->f.fcode == fcode) {
483 } while (dictp->f.fcode != fcode);
505 dictp->f.fcode = fcode;
691 u_int32_t fcode; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dbsd_comp.c117 unsigned long fcode; member in union:bsd_dict::__anon5237
576 unsigned long fcode; local
660 fcode = BSD_KEY (ent, c);
670 if (dictp->f.fcode == fcode)
692 while (dictp->f.fcode != fcode);
729 dictp->f.fcode = fcode;
1058 unsigned long fcode; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dqlogicpti.c1403 const char *fcode; local
1460 fcode = of_get_property(dp, "isp-fcode", NULL);
1461 if (fcode && fcode[0])
1462 printk("(Firmware %s)", fcode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmpeg12.c63 static int mpeg_decode_motion(MpegEncContext *s, int fcode, int pred);
577 static int mpeg_decode_motion(MpegEncContext *s, int fcode, int pred) argument
590 shift = fcode - 1;
H A Dmotion_est.c1775 int fcode= FFMAX(fcode_tab[mx + MAX_MV], local
1783 for(j=0; j<fcode && j<8; j++){
1800 // printf("fcode: %d type: %d\n", i, s->pict_type);
H A Dh263.c67 static int h263_decode_motion(MpegEncContext * s, int pred, int fcode);

Completed in 276 milliseconds