Searched refs:gen_op (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/libchrome_tools/uprev/ |
D | copy_new_files.py | 51 ops = utils.gen_op(our_files, target_files)
|
D | utils.py | 125 def gen_op(current_files, target_files): function
|
/external/python/pycparser/utils/benchmark/inputs/ |
D | tccgen.c.ppout | 3059 static void gen_op(int op); 4308 gen_op('+'); 4330 vpushi(bit_pos), gen_op(0xc9), bit_pos = 0; 4332 vpushi((1 << n) - 1), gen_op('&'); 4335 vpushi(bits), gen_op(0x01); 4337 gen_op('|'); 4343 vpushi(n), gen_op(0x01); 4344 vpushi(n), gen_op(0x02); 4363 vpushi(bits), gen_op(0xc9); 4365 vpushi(bit_pos), gen_op(0x01); [all …]
|