Searched refs:relop (Results 1 – 4 of 4) sorted by relevance
/external/ply/ply/example/BASIC/ |
D | basinterp.py | 283 relop = instr[1] 285 if (self.releval(relop)): 313 relop = '>=' 315 relop = '<=' 316 if not self.releval(('RELOP', relop, newvalue, finval)):
|
/external/libpcap/ |
D | grammar.y | 291 %type <i> byteop pname pnum relop irelop 449 | arth relop arth { $$.b = gen_relation(cstate, $2, $1, $3, 0); 661 relop: '>' { $$ = BPF_JGT; } 715 …| relop NUM { $$.b = gen_atmfield_code(cstate, $<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)… 748 | relop NUM { $$.b = gen_mtp3field_code(cstate, $<blk>0.mtp3fieldtype, (u_int)$2, (u_int)$1, 0); }
|
/external/syslinux/lzo/src/ |
D | lzo_supp.h | 1443 # 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)) \
|
D | miniacc.h | 4211 # 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 ) \
|