Home
last modified time | relevance | path

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

/freebsd/contrib/tzdata/
H A Deurope37 # William Willett, The Waste of Daylight, 19th edition
38 # <http://cs.ucla.edu/~eggert/The-Waste-of-Daylight-19th.pdf>
170 # who circulated a pamphlet "The Waste of Daylight" (1907)
H A Dnorthamerica1250 # William Willett, The Waste of Daylight, 19th edition
1251 # <http://cs.ucla.edu/~eggert/The-Waste-of-Daylight-19th.pdf>
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2922 unsigned Waste = (ARM::R4 - Reg) % AlignInRegs; in HandleByVal() local
2923 for (unsigned i = 0; i < Waste; ++i) in HandleByVal()