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

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
DataExtractor.h 28 int LoIx = IsLittleEndian ? 0 : 2;
29 return Bytes[LoIx] + (Bytes[1] << 8) + (Bytes[2-LoIx] << 16);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
DataExtractor.h 28 int LoIx = IsLittleEndian ? 0 : 2;
29 return Bytes[LoIx] + (Bytes[1] << 8) + (Bytes[2-LoIx] << 16);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
DataExtractor.h 28 int LoIx = IsLittleEndian ? 0 : 2;
29 return Bytes[LoIx] + (Bytes[1] << 8) + (Bytes[2-LoIx] << 16);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
DataExtractor.h 28 int LoIx = IsLittleEndian ? 0 : 2;
29 return Bytes[LoIx] + (Bytes[1] << 8) + (Bytes[2-LoIx] << 16);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
DataExtractor.h 28 int LoIx = IsLittleEndian ? 0 : 2;
29 return Bytes[LoIx] + (Bytes[1] << 8) + (Bytes[2-LoIx] << 16);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
DataExtractor.h 28 int LoIx = IsLittleEndian ? 0 : 2;
29 return Bytes[LoIx] + (Bytes[1] << 8) + (Bytes[2-LoIx] << 16);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
DataExtractor.h 28 int LoIx = IsLittleEndian ? 0 : 2;
29 return Bytes[LoIx] + (Bytes[1] << 8) + (Bytes[2-LoIx] << 16);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
DataExtractor.h 28 int LoIx = IsLittleEndian ? 0 : 2;
29 return Bytes[LoIx] + (Bytes[1] << 8) + (Bytes[2-LoIx] << 16);

Completed in 277 milliseconds