Searched refs:r (Results 1 – 2 of 2) sorted by relevance
291 long r = kernel_read(in_file, buf, len, &in_pos); in compr_fill() local292 if (r < 0) in compr_fill()294 else if (r == 0) in compr_fill()296 return r; in compr_fill()
78 …def_bool $(success,echo 'int foo(int x) { asm goto ("": "=r"(x) ::: bar); return x; bar: return 0;…