Home
last modified time | relevance | path

Searched refs:tmpc (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dtesting_helpers.c512 char tmpc; in is_jit_enabled()
514 if (read(sysctl_fd, &tmpc, sizeof(tmpc)) == 1) in is_jit_enabled()
515 enabled = (tmpc != '0'); in is_jit_enabled()
510 char tmpc; is_jit_enabled() local
/linux/drivers/mtd/nand/raw/
H A Ddiskonchip.c1307 unsigned char tmp, tmpb, tmpc; in doc_probe() local
1390 tmpc = ReadDOC_(virtadr, reg) & DOC_TOGGLE_BIT; in doc_probe()
1391 if ((tmp == tmpb) || (tmp != tmpc)) { in doc_probe()