Searched defs:witness (Results 1 - 2 of 2) sorted by relevance

/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/v8/src/
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...]

Completed in 487 milliseconds