Home
last modified time | relevance | path

Searched refs:relop (Results 1 – 3 of 3) sorted by relevance

/external/libpcap/
Dgrammar.y276 %type <i> byteop pname pnum relop irelop
434 | arth relop arth { $$.b = gen_relation($2, $1, $3, 0);
646 relop: '>' { $$ = BPF_JGT; }
700 | relop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 0); }
733 | relop NUM { $$.b = gen_mtp3field_code($<blk>0.mtp3fieldtype, (u_int)$2, (u_int)$1, 0); }
/external/syslinux/lzo/src/
Dlzo_supp.h1443 # define LZOCHK_ASSERT_SIGN_T(type,relop) \ argument
1444 LZOCHK_ASSERT( LZO_STATIC_CAST(type, -1) relop LZO_STATIC_CAST(type, 0)) \
1445 … LZOCHK_ASSERT( LZO_STATIC_CAST(type, ~LZO_STATIC_CAST(type, 0)) relop LZO_STATIC_CAST(type, 0)) \
Dminiacc.h4211 # define ACCCHK_ASSERT_SIGN_T(type,relop) \ argument
4212 ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \
4213 ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \