HomeSort by relevance Sort by last modified time
    Searched defs:num_p (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 195 int num_p; local
199 num_p = 16;
202 num_p = 4;
205 num_p = 2;
278 } while (++j < num_p);
  /external/boringssl/src/crypto/fipsmodule/bn/
exponentiation.c 732 size_t num_a, const BN_ULONG *p, size_t num_p,
744 if (num_p != 0) {
745 bits = BN_num_bits_word(p[num_p - 1]) + (num_p - 1) * BN_BITS2;
787 if (!bn_is_bit_set_words(p, num_p, wstart)) {
803 if (bn_is_bit_set_words(p, num_p, wstart - i)) {
844 size_t num_p = mont->N.top; local
845 if (num_p > BN_SMALL_MAX_WORDS || num_p == 0) {
852 OPENSSL_memcpy(p_minus_two, p, num_p * sizeof(BN_ULONG))
    [all...]
  /external/opencv/cv/src/
cvcontourtree.cpp 84 int *num_p, *num_n, *num1, *num2; /* numbers of input contour points */ local
111 num_p = num_n = NULL;
118 num_p = (int *) cvAlloc( lpt * sizeof( int ));
152 num_p[i] = i;
162 num1 = num_p;
173 num1 = num_p;
184 num2 = num_p;
582 cvFree( &num_p );
  /external/ipsec-tools/src/racoon/
ipsec_doi.c 1291 int num_p = 0; /* number of proposal for use */ local
1379 if (get_transform(prop, pair, &num_p) < 0) {
    [all...]

Completed in 607 milliseconds