Searched refs:witness (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/
H A Dbootstrapper.cc391 DescriptorArray::WhitenessWitness witness(*descriptors);
396 descriptors->Set(0, &d, witness);
401 descriptors->Set(1, &d, witness);
406 descriptors->Set(2, &d, witness);
411 descriptors->Set(3, &d, witness);
420 descriptors->Set(4, &d, witness);
422 descriptors->Sort(witness);
536 DescriptorArray::WhitenessWitness witness(*descriptors);
541 descriptors->Set(0, &d, witness);
546 descriptors->Set(1, &d, witness);
[all...]
H A Dfactory.cc873 DescriptorArray::WhitenessWitness witness(*result);
878 DescriptorArray::CopyFrom(result, descriptor_count++, array, i, witness);
898 result->Set(descriptor_count, &desc, witness);
912 DescriptorArray::CopyFrom(new_result, i, result, i, witness);
918 result->Sort(witness);
H A Dobjects.cc5690 const WhitenessWitness& witness) {
5692 dst->CopyFrom(dst_index, *src, src_index, witness));
5699 const WhitenessWitness& witness) {
5708 Set(dst_index, &desc, witness);
5764 DescriptorArray::WhitenessWitness witness(new_descriptors);
5794 new_descriptors->CopyFrom(to_index++, this, from_index, witness);
5801 new_descriptors->Set(insertion_index, descriptor, witness);
5822 DescriptorArray::WhitenessWitness witness(new_descriptors);
5827 new_descriptors->CopyFrom(next_descriptor++, this, i, witness);
5837 void DescriptorArray::SortUnchecked(const WhitenessWitness& witness) { argument
5686 CopyFrom(Handle<DescriptorArray> dst, int dst_index, Handle<DescriptorArray> src, int src_index, const WhitenessWitness& witness) argument
5696 CopyFrom(int dst_index, DescriptorArray* src, int src_index, const WhitenessWitness& witness) argument
5890 Sort(const WhitenessWitness& witness) argument
[all...]
H A Dheap.cc3710 DescriptorArray::WhitenessWitness witness(descriptors);
3716 descriptors->Set(i, &field, witness);
3719 descriptors->SortUnchecked(witness);
H A Dobjects.h2332 // only be used if the object is guaranteed to be white (whiteness witness
2502 const WhitenessWitness& witness);
/external/openssl/crypto/bn/
H A Dbn_prime.c129 static int witness(BIGNUM *w, const BIGNUM *a, const BIGNUM *a1,
328 j = witness(check, A, A1, A1_odd, k, ctx, mont);
352 static int witness(BIGNUM *w, const BIGNUM *a, const BIGNUM *a1, function
/external/libvpx/examples/includes/geshi/geshi/
H A Dc_mac.php5 * Author: M. Uli Kusterer (witness.of.teachtext@gmx.net)
H A Dcpp.php7 * - M. Uli Kusterer (witness.of.teachtext@gmx.net)
H A Dobjc.php5 * Author: M. Uli Kusterer (witness.of.teachtext@gmx.net)

Completed in 152 milliseconds