HomeSort by relevance Sort by last modified time
    Searched refs:Fits (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb2InstrInfo.cpp 187 bool Fits = false;
193 Fits = true;
200 Fits = true;
203 if (Fits) {
423 // Common case: small offset, fits into instruction.
524 // Common case: small offset, fits into instruction.
  /external/tinyxml2/
tinyxml2.cpp     [all...]
  /external/llvm/lib/Target/ARM/
Thumb2InstrInfo.cpp 243 bool Fits = false;
249 Fits = true;
256 Fits = true;
259 if (Fits) {
491 // Common case: small offset, fits into instruction.
598 // Common case: small offset, fits into instruction.
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
Thumb2InstrInfo.cpp 258 bool Fits = false;
264 Fits = true;
271 Fits = true;
274 if (Fits) {
515 // Common case: small offset, fits into instruction.
639 // Common case: small offset, fits into instruction.
  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.cs 622 // Fits in new buffer.

Completed in 818 milliseconds