Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/dtc/
Ddtc-parser.y496 size_t uls = strspn(e, "UL"); in eval_literal() local
497 if (e[uls]) in eval_literal()
Ddtc-parser.tab.c_shipped2330 size_t uls = strspn(e, "UL");
2331 if (e[uls])
/linux-4.1.27/fs/hpfs/
Dalloc.c129 if (!(bmp = hpfs_map_bitmap(s, near >> 14, &qbh, "aib"))) goto uls; in alloc_in_bmp()
131 if (!(bmp = hpfs_map_dnode_bitmap(s, &qbh))) goto uls; in alloc_in_bmp()
190 uls: in alloc_in_bmp()