Home
last modified time | relevance | path

Searched refs:check_1 (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/lto-plugin/
Dlto-plugin.c220 check_1 (int gate, enum ld_plugin_level level, const char *text) in check_1() function
239 #define check(GATE, LEVEL, TEXT) check_1 (((GATE) != 0), (LEVEL), (TEXT))
DChangeLog628 (check_1): Rename from check, and use int not bool for gate argument.
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dremote.c10240 int check_1 = 0; in read_frame() local
10246 check_1 = readchar (remote_timeout); in read_frame()
10248 if (check_0 == SERIAL_TIMEOUT || check_1 == SERIAL_TIMEOUT) in read_frame()
10253 else if (check_0 < 0 || check_1 < 0) in read_frame()
10265 pktcsum = (fromhex (check_0) << 4) | fromhex (check_1); in read_frame()