OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gen_ncode
(Results
1 - 4
of
4
) sorted by null
/external/libpcap/
grammar.y
335
| pnum { $$.b =
gen_ncode
(NULL, (bpf_u_int32)$1,
355
$$.b =
gen_ncode
($1, 0, $$.q);
403
qid: pnum { $$.b =
gen_ncode
(NULL, (bpf_u_int32)$1,
gencode.h
303
struct block *
gen_ncode
(const char *, bpf_u_int32, struct qual);
grammar.c
[
all
...]
gencode.c
6384
gen_ncode
(s, v, q)
function
[
all
...]
Completed in 218 milliseconds