HomeSort by relevance Sort by last modified time
    Searched refs:fcode (Results 1 - 24 of 24) sorted by null

  /device/asus/flo/camera/hdr/include/
morpho_motion_data.h 20 int fcode; /**< ????:0 / ???s:0??O?i???s?????????j */ member in struct:__anon1927
  /device/lge/mako/camera/hdr/include/
morpho_motion_data.h 20 int fcode; /**< ????:0 / ???s:0??O?i???s?????????j */ member in struct:__anon2308
  /hardware/qcom/camera/hdr/include/
morpho_motion_data.h 20 int fcode; /**< ????:0 / ???s:0??O?i???s?????????j */ member in struct:__anon33364
  /external/ppp/pppd/include/
pcap-int.h 95 struct bpf_program fcode; member in struct:pcap
  /external/libpcap/
pcap-linux.c 215 static int fix_program(pcap_t *handle, struct sock_fprog *fcode);
217 static int set_kernel_filter(pcap_t *handle, struct sock_fprog *fcode);
672 if (!handle->md.use_bpf && handle->fcode.bf_insns) {
673 if (bpf_filter(handle->fcode.bf_insns, bp,
928 struct sock_fprog fcode; local
957 if (handle->fcode.bf_len > USHRT_MAX) {
959 * fcode.len is an unsigned short for current kernel.
965 fcode.len = 0;
966 fcode.filter = NULL;
984 switch (fix_program(handle, &fcode)) {
    [all...]
pcap-enet.c 62 register struct bpf_insn *fcode = fp->bf_insns; local
82 if (bpf_filter(fcode, (char *)ph->packet,
96 if (bpf_filter(fcode, buf.hdr.packet, cc, caplen)) {
pcap-septel.c 149 if ((p->fcode.bf_insns == NULL) || bpf_filter(p->fcode.bf_insns, dp, packet_len, caplen)) {
pcap-nit.c 102 register struct bpf_insn *fcode = p->fcode.bf_insns; local
178 if (bpf_filter(fcode, cp, nh->nh_wirelen, caplen)) {
pcap-pf.c 91 struct bpf_insn *fcode; local
101 fcode = pc->md.use_bpf ? NULL : pc->fcode.bf_insns;
200 if (fcode == NULL ||
201 bpf_filter(fcode, p, sp->ens_count, buflen)) {
pcap-bpf.c 147 struct bpf_insn *fcode; local
152 fcode = p->md.use_bpf ? NULL : p->fcode.bf_insns;
273 if (fcode == NULL ||
274 bpf_filter(fcode, datap, bhp->bh_datalen, caplen)) {
1076 pcap_freecode(&p->fcode);
pcap-snit.c 116 register struct bpf_insn *fcode = p->fcode.bf_insns; local
190 if (bpf_filter(fcode, cp, nlp->nh_pktlen, caplen)) {
pcap-int.h 200 struct bpf_program fcode; member in struct:pcap
savefile.c 1319 struct bpf_insn *fcode; local
    [all...]
pcap-snoop.c 124 if (p->fcode.bf_insns == NULL ||
125 bpf_filter(p->fcode.bf_insns, cp, datalen, caplen)) {
pcap-dos.c 208 struct bpf_insn *fcode = p->fcode.bf_insns; local
261 (!fcode || bpf_filter(fcode, rx_buf, pcap.len, pcap.caplen)))
401 p->fcode = *fp;
976 pcap_save.fcode.bf_insns = NULL;
    [all...]
pcap-win32.c 314 if (p->fcode.bf_insns)
316 if (bpf_filter(p->fcode.bf_insns, dp, packet_len, caplen) == 0)
pcap-dlpi.c 248 register struct bpf_insn *fcode; local
306 fcode = p->fcode.bf_insns;
349 if (bpf_filter(fcode, pk, origlen, caplen)) {
    [all...]
optimize.c     [all...]
pcap-dag.c 434 if ((p->fcode.bf_insns == NULL) || bpf_filter(p->fcode.bf_insns, dp, packet_len, caplen)) {
pcap.c 801 pcap_freecode(&p->fcode);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vop.cpp 508 int fcode; local
529 fcode = currVop->fcodeForward;
530 BitstreamPutGT16Bits(bs, 16 + fcode, 1); /* resync_marker P_VOP */
535 fcode = currVop->fcodeForward;
536 if (currVop->fcodeBackward > fcode)
537 fcode = currVop->fcodeBackward;
538 BitstreamPutGT16Bits(bs, 16 + fcode, 1); /* resync_marker B_VOP */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
profile.py 288 fcode = frame.f_code
289 fn = (fcode.co_filename, fcode.co_firstlineno, fcode.co_name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
profile.py 288 fcode = frame.f_code
289 fn = (fcode.co_filename, fcode.co_firstlineno, fcode.co_name)
  /external/tcpdump/
tcpdump.c 456 struct bpf_program fcode; local
943 if (pcap_compile(pd, &fcode, cmdbuf, Oflag, netmask) < 0)
946 bpf_dump(&fcode, dflag);
963 if (pcap_setfilter(pd, &fcode) < 0)
    [all...]

Completed in 544 milliseconds