Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h240 Begin(B), End(E), Waste(IsWaste) {} in Begin()
251 bool Waste; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h237 Begin(B), End(E), Waste(IsWaste) {} in Begin()
248 bool Waste; member
/external/v8/src/heap/
Dgc-tracer.cc22 DCHECK_GE(holes_size + space->Waste() + space->Available(), holes_size); in CountTotalHolesSize()
23 holes_size += space->Waste() + space->Available(); in CountTotalHolesSize()
Dspaces.h2166 virtual size_t Waste() { return free_list_.wasted_bytes(); } in NON_EXPORTED_BASE()
/external/toybox/kconfig/
Dzconf.tab.c_shipped1243 Waste one element of value and location stack
/external/cldr/tools/java/org/unicode/cldr/util/data/
Deurope37 # William Willett, The Waste of Daylight, 19th edition
38 # <http://cs.ucla.edu/~eggert/The-Waste-of-Daylight-19th.pdf>
171 # who circulated a pamphlet "The Waste of Daylight" (1907)
Dnorthamerica1189 # William Willett, The Waste of Daylight, 19th edition
1190 # <http://cs.ucla.edu/~eggert/The-Waste-of-Daylight-19th.pdf>
/external/antlr/runtime/C/
DREADME1276 Fixed lookahead decisions no longer fill uniqueStates. Waste of
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp1998 unsigned Waste = (ARM::R4 - Reg) % AlignInRegs; in HandleByVal() local
1999 for (unsigned i = 0; i < Waste; ++i) in HandleByVal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp2199 unsigned Waste = (ARM::R4 - Reg) % AlignInRegs; in HandleByVal() local
2200 for (unsigned i = 0; i < Waste; ++i) in HandleByVal()
/external/antlr/tool/
DCHANGES.txt2917 Fixed lookahead decisions no longer fill uniqueStates. Waste of