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

  /external/libvpx/
update_libvpx.sh 42 prev_hash="$(egrep "^Commit: [[:alnum:]]" README.android | awk '{ print $2 }')"
43 echo "prev_hash:$prev_hash"
55 add="$(git diff-index --diff-filter=A $prev_hash | \
57 delete="$(git diff-index --diff-filter=D $prev_hash | \
83 if [ -n "$prev_hash" ]; then
90 $prev_hash..$hash)"
98 $hash..$prev_hash)"
  /external/brotli/enc/
compress_fragment_two_pass.c 350 uint32_t prev_hash = HashBytesAtOffset(input_bytes, 0, shift); local
352 table[prev_hash] = (int)(ip - base_ip - 5);
353 prev_hash = HashBytesAtOffset(input_bytes, 1, shift);
354 table[prev_hash] = (int)(ip - base_ip - 4);
355 prev_hash = HashBytesAtOffset(input_bytes, 2, shift);
356 table[prev_hash] = (int)(ip - base_ip - 3);
359 prev_hash = HashBytesAtOffset(input_bytes, 0, shift);
360 table[prev_hash] = (int)(ip - base_ip - 2);
361 prev_hash = HashBytesAtOffset(input_bytes, 1, shift);
362 table[prev_hash] = (int)(ip - base_ip - 1)
390 uint32_t prev_hash = HashBytesAtOffset(input_bytes, 0, shift); local
    [all...]
compress_fragment.c 607 uint32_t prev_hash = HashBytesAtOffset(input_bytes, 0, shift); local
609 table[prev_hash] = (int)(ip - base_ip - 3);
610 prev_hash = HashBytesAtOffset(input_bytes, 1, shift);
611 table[prev_hash] = (int)(ip - base_ip - 2);
612 prev_hash = HashBytesAtOffset(input_bytes, 2, shift);
613 table[prev_hash] = (int)(ip - base_ip - 1);
644 uint32_t prev_hash = HashBytesAtOffset(input_bytes, 0, shift); local
646 table[prev_hash] = (int)(ip - base_ip - 3);
647 prev_hash = HashBytesAtOffset(input_bytes, 1, shift);
648 table[prev_hash] = (int)(ip - base_ip - 2)
    [all...]
  /external/e2fsprogs/e2fsck/
rehash.c 439 ext2_dirhash_t prev_hash; local
463 prev_hash = 1;
499 if (ent->hash == prev_hash)
525 prev_hash = ent->hash;
pass2.c 558 ext2_dirhash_t hash = 0, prev_hash; local
618 prev_hash = hash;
633 if (hash < prev_hash &&
    [all...]
  /external/v8/src/
objects-debug.cc 1416 uint32_t prev_hash = 0; local
    [all...]

Completed in 185 milliseconds