Home
last modified time | relevance | path

Searched refs:pc (Results 1 – 9 of 9) sorted by relevance

/mOS-networking-stack/core/src/bpf/
H A Dsf_bpf_filter.c244 --pc;
247 ++pc;
422 pc += pc->k;
426 pc += (A > pc->k) ? pc->jt : pc->jf;
430 pc += (A >= pc->k) ? pc->jt : pc->jf;
434 pc += (A == pc->k) ? pc->jt : pc->jf;
438 pc += (A & pc->k) ? pc->jt : pc->jf;
442 pc += (A > X) ? pc->jt : pc->jf;
446 pc += (A >= X) ? pc->jt : pc->jf;
450 pc += (A == X) ? pc->jt : pc->jf;
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Dconfig.guess298 echo alpha-pc-interix
856 echo x86_64-pc-mks
862 echo i586-pc-interix
1098 pc:*:*:*)
1105 echo i586-pc-msdosdjgpp
1108 echo i386-pc-mach3
1226 echo i586-pc-beos
1229 echo i586-pc-haiku
1291 UNAME_MACHINE=pc
1296 echo i386-pc-qnx
[all …]
H A Dconfig.sub363 basic_machine=$basic_machine-pc
745 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
749 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
753 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
757 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
H A Daclocal.m4244 dnl should install pkg-config .pc files. By default the directory is
266 dnl module should install arch-independent pkg-config .pc files. By
H A Dconfigure6581 pc)
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dchunk.c80 chunk *c, *pc; in chunkqueue_free() local
85 pc = c; in chunkqueue_free()
87 chunk_free(pc); in chunkqueue_free()
91 pc = c; in chunkqueue_free()
93 chunk_free(pc); in chunkqueue_free()
/mOS-networking-stack/core/src/include/bpf/
H A Dsfbpf.h190 u_int sfbpf_filter(const struct sfbpf_insn *pc, const u_char *p, u_int wirelen, u_int buflen);
/mOS-networking-stack/core/test/scalable_event/
H A Dtest.c39 sfbpf_filter(const struct sfbpf_insn *pc, const u_char *p, u_int wirelen, in sfbpf_filter() argument
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlibtool.m43615 pc)