Searched defs:_a (Results 1 – 3 of 3) sorted by relevance
163 #define EFIERR(_a) ENCODE_ERROR(_a) argument
161 static int ext4_xattr_item_cmp(struct rb_node *_a, in ext4_xattr_item_cmp()
732 DWORD _a = a >= 1.0f ? 0xff : a <= 0.0f ? 0x00 : (DWORD)(a * 255.0f + 0.5f); local