Home
last modified time | relevance | path

Searched refs:fcode (Results 1 – 25 of 44) sorted by relevance

12

/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
DLZWEncoder.java146 int fcode; in compress() local
171 for (fcode = hsize; fcode < 65536; fcode *= 2) in compress()
182 fcode = (c << maxbits) + ent; in compress()
185 if (htab[i] == fcode) { in compress()
197 if (htab[i] == fcode) { in compress()
207 htab[i] = fcode; in compress()
/external/libpcap/testprogs/
Dfiltertest.c224 struct bpf_program fcode; in main() local
340 if (pcap_compile(pd, &fcode, cmdbuf, Oflag, netmask) < 0) in main()
344 if (!bpf_validate(fcode.bf_insns, fcode.bf_len)) in main()
361 bpf_dump(&fcode, dflag); in main()
364 pcap_freecode (&fcode); in main()
Dcapturetest.c112 struct bpf_program fcode; in main() local
250 if (pcap_compile(pd, &fcode, cmdbuf, 1, netmask) < 0) in main()
253 if (pcap_setfilter(pd, &fcode) < 0) in main()
291 pcap_freecode(&fcode); in main()
Dthreadsignaltest.c188 struct bpf_program fcode; in main() local
262 if (pcap_compile(pd, &fcode, cmdbuf, 1, netmask) < 0) in main()
265 if (pcap_setfilter(pd, &fcode) < 0) in main()
321 pcap_freecode(&fcode); in main()
Dwritecaptest.c243 struct bpf_program fcode; in main() local
414 if (pcap_compile(pd, &fcode, cmdbuf, 1, netmask) < 0) in main()
417 if (pcap_setfilter(pd, &fcode) < 0) in main()
474 pcap_freecode(&fcode); in main()
Dvalgrindtest.c276 struct bpf_program fcode; in main() local
437 if (pcap_compile(pd, &fcode, cmdbuf, 1, 0) < 0) in main()
439 if (pcap_setfilter(pd, &fcode) < 0) in main()
Dselpolltest.c74 struct bpf_program fcode; in main() local
159 if (pcap_compile(pd, &fcode, cmdbuf, 1, netmask) < 0) in main()
161 if (pcap_setfilter(pd, &fcode) < 0) in main()
/external/libpcap/
Dpcap-enet.c58 register struct bpf_insn *fcode = fp->bf_insns; in readloop() local
78 if (pcap_filter(fcode, (char *)ph->packet, in readloop()
92 if (pcap_filter(fcode, buf.hdr.packet, cc, caplen)) { in readloop()
Dsavefile.c247 pcap_freecode(&p->fcode); in sf_cleanup()
620 struct bpf_insn *fcode; in pcap_offline_read() local
652 if ((fcode = p->fcode.bf_insns) == NULL || in pcap_offline_read()
653 pcap_filter(fcode, data, h.len, h.caplen)) { in pcap_offline_read()
Dpcap-linux.c314 static int fix_program(pcap_t *handle, struct sock_fprog *fcode);
316 static int set_kernel_filter(pcap_t *handle, struct sock_fprog *fcode);
3882 if (handlep->filter_in_userland && handle->fcode.bf_insns) { in pcap_handle_packet_mmap()
3888 if (pcap_filter_with_aux_data(handle->fcode.bf_insns, in pcap_handle_packet_mmap()
4186 struct sock_fprog fcode; in pcap_setfilter_linux() local
4216 if (handle->fcode.bf_len > USHRT_MAX) { in pcap_setfilter_linux()
4224 fcode.len = 0; in pcap_setfilter_linux()
4225 fcode.filter = NULL; in pcap_setfilter_linux()
4244 switch (fix_program(handle, &fcode)) { in pcap_setfilter_linux()
4297 if ((err = set_kernel_filter(handle, &fcode)) == 0) in pcap_setfilter_linux()
[all …]
Dpcap-septel.c127 if ((p->fcode.bf_insns == NULL) || pcap_filter(p->fcode.bf_insns, dp, packet_len, caplen)) { in septel_read()
Dpcap-bt-monitor-linux.c149 if (handle->fcode.bf_insns == NULL || in bt_monitor_read()
150 pcap_filter(handle->fcode.bf_insns, pktd, pkth.len, pkth.caplen)) { in bt_monitor_read()
Dpcap-haiku.cpp88 if (handle->fcode.bf_insns) { in pcap_read_haiku()
89 if (pcap_filter(handle->fcode.bf_insns, buffer, bytesReceived, in pcap_read_haiku()
Dpcap-usb-linux.c1048 if (handle->fcode.bf_insns == NULL || in usb_read_linux()
1049 pcap_filter(handle->fcode.bf_insns, handle->buffer, in usb_read_linux()
1255 if (handle->fcode.bf_insns == NULL || in usb_read_linux_bin()
1256 pcap_filter(handle->fcode.bf_insns, handle->buffer, in usb_read_linux_bin()
1370 if (handle->fcode.bf_insns == NULL || in usb_read_linux_mmap()
1371 pcap_filter(handle->fcode.bf_insns, (u_char*) hdr, in usb_read_linux_mmap()
Dpcap-dbus.c93 if (handle->fcode.bf_insns == NULL || in dbus_read()
94 pcap_filter(handle->fcode.bf_insns, (u_char *)raw_msg, pkth.len, pkth.caplen)) { in dbus_read()
Dpcap-snoop.c128 if (p->fcode.bf_insns == NULL || in pcap_read_snoop()
129 pcap_filter(p->fcode.bf_insns, cp, datalen, caplen)) { in pcap_read_snoop()
Dpcap-bt-linux.c384 if (handle->fcode.bf_insns == NULL || in bt_read_linux()
385 pcap_filter(handle->fcode.bf_insns, pktd, pkth.len, pkth.caplen)) { in bt_read_linux()
Dpcap-snf.c178 if ((p->fcode.bf_insns == NULL) || in snf_read()
179 pcap_filter(p->fcode.bf_insns, req.pkt_addr, req.length, caplen)) { in snf_read()
/external/python/cpython2/Lib/
Dprofile.py288 fcode = frame.f_code
289 fn = (fcode.co_filename, fcode.co_firstlineno, fcode.co_name)
/external/python/cpython3/Lib/
Dprofile.py267 fcode = frame.f_code
268 fn = (fcode.co_filename, fcode.co_firstlineno, fcode.co_name)
/external/python/cpython2/Modules/
D_hotshot.c772 get_fileno(ProfilerObject *self, PyCodeObject *fcode) in get_fileno() argument
780 obj = PyDict_GetItem(self->filemap, fcode->co_filename); in get_fileno()
792 if (PyDict_SetItem(self->filemap, fcode->co_filename, obj)) { in get_fileno()
799 PyString_AS_STRING(fcode->co_filename)) < 0) in get_fileno()
808 obj = PyInt_FromLong(fcode->co_firstlineno); in get_fileno()
816 if (pack_define_func(self, fileno, fcode->co_firstlineno, in get_fileno()
817 PyString_AS_STRING(fcode->co_name)) < 0) { in get_fileno()
821 if (PyDict_SetItem(dict, obj, fcode->co_name)) { in get_fileno()
/external/ppp/pppd/include/
Dpcap-int.h95 struct bpf_program fcode; member
/external/deqp/external/openglcts/modules/common/
DglcShaderNegativeTests.cpp176 std::string fcode = tcu::StringTemplate(fragment_source_template).specialize(args); in iterate() local
179 …ShaderProgram program(m_context.getRenderContext(), makeVtxFragSources(vcode.c_str(), fcode.c_str(… in iterate()
/external/tcpdump/
Dtcpdump.c1105 struct bpf_program fcode; in main() local
1764 if (pcap_compile(pd, &fcode, cmdbuf, Oflag, netmask) < 0) in main()
1767 bpf_dump(&fcode, dflag); in main()
1770 pcap_freecode(&fcode); in main()
1843 if (pcap_setfilter(pd, &fcode) < 0) in main()
2086 if (pcap_compile(pd, &fcode, cmdbuf, Oflag, netmask) < 0) in main()
2093 if (pcap_setfilter(pd, &fcode) < 0) in main()
2115 pcap_freecode(&fcode); in main()
/external/pdfium/third_party/libtiff/
Dtif_lzw.c905 register long fcode; in LZWEncode() local
949 fcode = ((long)c << BITS_MAX) + ent; in LZWEncode()
959 if (hp->hash == fcode) { in LZWEncode()
978 if (hp->hash == fcode) { in LZWEncode()
1002 hp->hash = fcode; in LZWEncode()

12