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

  /external/llvm/include/llvm/ADT/
Hashing.h 450 const char *s_begin = reinterpret_cast<const char *>(first); local
452 const size_t length = std::distance(s_begin, s_end);
454 return hash_short(s_begin, length, seed);
456 const char *s_aligned_end = s_begin + (length & ~63);
457 hash_state state = state.create(s_begin, seed);
458 s_begin += 64;
459 while (s_begin != s_aligned_end) {
460 state.mix(s_begin);
461 s_begin += 64;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Hashing.h 450 const char *s_begin = reinterpret_cast<const char *>(first); local
452 const size_t length = std::distance(s_begin, s_end);
454 return hash_short(s_begin, length, seed);
456 const char *s_aligned_end = s_begin + (length & ~63);
457 hash_state state = state.create(s_begin, seed);
458 s_begin += 64;
459 while (s_begin != s_aligned_end) {
460 state.mix(s_begin);
461 s_begin += 64;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 450 const char *s_begin = reinterpret_cast<const char *>(first); local
452 const size_t length = std::distance(s_begin, s_end);
454 return hash_short(s_begin, length, seed);
456 const char *s_aligned_end = s_begin + (length & ~63);
457 hash_state state = state.create(s_begin, seed);
458 s_begin += 64;
459 while (s_begin != s_aligned_end) {
460 state.mix(s_begin);
461 s_begin += 64;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
Hashing.h 450 const char *s_begin = reinterpret_cast<const char *>(first); local
452 const size_t length = std::distance(s_begin, s_end);
454 return hash_short(s_begin, length, seed);
456 const char *s_aligned_end = s_begin + (length & ~63);
457 hash_state state = state.create(s_begin, seed);
458 s_begin += 64;
459 while (s_begin != s_aligned_end) {
460 state.mix(s_begin);
461 s_begin += 64;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
Hashing.h 450 const char *s_begin = reinterpret_cast<const char *>(first); local
452 const size_t length = std::distance(s_begin, s_end);
454 return hash_short(s_begin, length, seed);
456 const char *s_aligned_end = s_begin + (length & ~63);
457 hash_state state = state.create(s_begin, seed);
458 s_begin += 64;
459 while (s_begin != s_aligned_end) {
460 state.mix(s_begin);
461 s_begin += 64;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
Hashing.h 450 const char *s_begin = reinterpret_cast<const char *>(first); local
452 const size_t length = std::distance(s_begin, s_end);
454 return hash_short(s_begin, length, seed);
456 const char *s_aligned_end = s_begin + (length & ~63);
457 hash_state state = state.create(s_begin, seed);
458 s_begin += 64;
459 while (s_begin != s_aligned_end) {
460 state.mix(s_begin);
461 s_begin += 64;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
Hashing.h 450 const char *s_begin = reinterpret_cast<const char *>(first); local
452 const size_t length = std::distance(s_begin, s_end);
454 return hash_short(s_begin, length, seed);
456 const char *s_aligned_end = s_begin + (length & ~63);
457 hash_state state = state.create(s_begin, seed);
458 s_begin += 64;
459 while (s_begin != s_aligned_end) {
460 state.mix(s_begin);
461 s_begin += 64;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
Hashing.h 450 const char *s_begin = reinterpret_cast<const char *>(first); local
452 const size_t length = std::distance(s_begin, s_end);
454 return hash_short(s_begin, length, seed);
456 const char *s_aligned_end = s_begin + (length & ~63);
457 hash_state state = state.create(s_begin, seed);
458 s_begin += 64;
459 while (s_begin != s_aligned_end) {
460 state.mix(s_begin);
461 s_begin += 64;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
Hashing.h 450 const char *s_begin = reinterpret_cast<const char *>(first); local
452 const size_t length = std::distance(s_begin, s_end);
454 return hash_short(s_begin, length, seed);
456 const char *s_aligned_end = s_begin + (length & ~63);
457 hash_state state = state.create(s_begin, seed);
458 s_begin += 64;
459 while (s_begin != s_aligned_end) {
460 state.mix(s_begin);
461 s_begin += 64;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 450 const char *s_begin = reinterpret_cast<const char *>(first); local
452 const size_t length = std::distance(s_begin, s_end);
454 return hash_short(s_begin, length, seed);
456 const char *s_aligned_end = s_begin + (length & ~63);
457 hash_state state = state.create(s_begin, seed);
458 s_begin += 64;
459 while (s_begin != s_aligned_end) {
460 state.mix(s_begin);
461 s_begin += 64;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
Hashing.h 450 const char *s_begin = reinterpret_cast<const char *>(first); local
452 const size_t length = std::distance(s_begin, s_end);
454 return hash_short(s_begin, length, seed);
456 const char *s_aligned_end = s_begin + (length & ~63);
457 hash_state state = state.create(s_begin, seed);
458 s_begin += 64;
459 while (s_begin != s_aligned_end) {
460 state.mix(s_begin);
461 s_begin += 64;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
Hashing.h 450 const char *s_begin = reinterpret_cast<const char *>(first); local
452 const size_t length = std::distance(s_begin, s_end);
454 return hash_short(s_begin, length, seed);
456 const char *s_aligned_end = s_begin + (length & ~63);
457 hash_state state = state.create(s_begin, seed);
458 s_begin += 64;
459 while (s_begin != s_aligned_end) {
460 state.mix(s_begin);
461 s_begin += 64;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
Hashing.h 450 const char *s_begin = reinterpret_cast<const char *>(first); local
452 const size_t length = std::distance(s_begin, s_end);
454 return hash_short(s_begin, length, seed);
456 const char *s_aligned_end = s_begin + (length & ~63);
457 hash_state state = state.create(s_begin, seed);
458 s_begin += 64;
459 while (s_begin != s_aligned_end) {
460 state.mix(s_begin);
461 s_begin += 64;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
Hashing.h 450 const char *s_begin = reinterpret_cast<const char *>(first); local
452 const size_t length = std::distance(s_begin, s_end);
454 return hash_short(s_begin, length, seed);
456 const char *s_aligned_end = s_begin + (length & ~63);
457 hash_state state = state.create(s_begin, seed);
458 s_begin += 64;
459 while (s_begin != s_aligned_end) {
460 state.mix(s_begin);
461 s_begin += 64;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
Hashing.h 450 const char *s_begin = reinterpret_cast<const char *>(first); local
452 const size_t length = std::distance(s_begin, s_end);
454 return hash_short(s_begin, length, seed);
456 const char *s_aligned_end = s_begin + (length & ~63);
457 hash_state state = state.create(s_begin, seed);
458 s_begin += 64;
459 while (s_begin != s_aligned_end) {
460 state.mix(s_begin);
461 s_begin += 64;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
Hashing.h 450 const char *s_begin = reinterpret_cast<const char *>(first); local
452 const size_t length = std::distance(s_begin, s_end);
454 return hash_short(s_begin, length, seed);
456 const char *s_aligned_end = s_begin + (length & ~63);
457 hash_state state = state.create(s_begin, seed);
458 s_begin += 64;
459 while (s_begin != s_aligned_end) {
460 state.mix(s_begin);
461 s_begin += 64;

Completed in 1490 milliseconds