Searched defs:beq0 (Results 1 – 3 of 3) sorted by relevance
1 static _Bool beq0(int a) { return (a == 0); } in beq0() function
1 int beq0(int a) { return a == 0; } in beq0() function
1 _Bool beq0(_Bool a) { return (a == 0); } in beq0() function