Home
last modified time | relevance | path

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

/block/partitions/
Dldm.c79 unsigned int x; /* For correct wrapping */ in ldm_parse_hexbyte() local
83 x = h = hex_to_bin(src[0]); in ldm_parse_hexbyte()
92 return (x << 4) + h; in ldm_parse_hexbyte()
/block/
Dbio.c46 #define BV(x) { .nr_vecs = x, .name = "biovec-"__stringify(x) } argument