HomeSort by relevance Sort by last modified time
    Searched refs:Words (Results 26 - 46 of 46) sorted by null

12

  /external/llvm/lib/Support/
APInt.cpp 97 // Calculate the number of words to copy
98 unsigned words = std::min<unsigned>(bigVal.size(), getNumWords()); local
99 // Copy the words from bigVal to pVal
100 memcpy(pVal, bigVal.data(), words * APINT_WORD_SIZE);
135 // assume case where both are single words is already handled
208 /// In other words, if y > x then this function returns 1, otherwise 0.
298 // Split x into high and low words
536 // Otherwise, compare all words
766 /// non-overlapping, of Words words, by Shift, which must be less than 64
    [all...]
  /external/llvm/include/llvm-c/
Core.h 648 * alive at a time. In other words, a unique type is shared among all
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
repeated_field_unittest.cc 1215 std::vector<string> words; member in class:google::protobuf::__anon15816::RepeatedFieldInsertionIteratorsTest
    [all...]
  /external/chromium_org/v8/test/mjsunit/
strict-mode.js 325 // 7.6.1.2 Future Reserved Words in strict mode
    [all...]
unicode-test.js     [all...]
  /external/llvm/lib/IR/
Core.cpp 634 const uint64_t Words[]) {
638 makeArrayRef(Words, NumWords))));
    [all...]
  /external/v8/test/mjsunit/
strict-mode.js 325 // 7.6.1.2 Future Reserved Words in strict mode
    [all...]
unicode-test.js     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/chromium-trace/
script.js     [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1468 milliseconds

12