Searched defs:pval (Results 26 - 29 of 29) sorted by relevance

12

/external/openssl/crypto/ec/
H A Dec_ameth.c106 void *pval = NULL; local
111 if (!eckey_param2type(&ptype, &pval, ec_key))
127 ptype, pval, penc, penclen))
131 ASN1_OBJECT_free(pval);
133 ASN1_STRING_free(pval);
139 static EC_KEY *eckey_type2param(int ptype, void *pval) argument
144 ASN1_STRING *pstr = pval;
157 ASN1_OBJECT *poid = pval;
193 void *pval; local
200 X509_ALGOR_get0(NULL, &ptype, &pval, pal
243 void *pval; local
317 void *pval; local
[all...]
/external/libvpx/vp8/encoder/
H A Dtemporal_filter.c416 unsigned int pval = accumulator[k] + (count[k] >> 1); local
417 pval *= cpi->fixed_divide[count[k]];
418 pval >>= 19;
420 dst1[byte] = (unsigned char)pval;
440 unsigned int pval = accumulator[k] + (count[k] >> 1); local
441 pval *= cpi->fixed_divide[count[k]];
442 pval >>= 19;
443 dst1[byte] = (unsigned char)pval;
446 pval = accumulator[m] + (count[m] >> 1);
447 pval *
[all...]
/external/qemu/
H A Dmonitor.c2101 static int get_monitor_def(target_long *pval, const char *name) argument
2109 *pval = md->get_value(md, md->offset);
2117 *pval = *(int32_t *)ptr;
2120 *pval = *(target_long *)ptr;
2123 *pval = 0;
2308 static int get_expr(Monitor *mon, int64_t *pval, const char **pp) argument
2317 *pval = expr_sum(mon);
/external/valgrind/main/perf/
H A Dtinycc.c2059 int tcc_get_symbol(TCCState *s, unsigned long *pval, const char *name);
18276 int tcc_get_symbol(TCCState *s, unsigned long *pval, const char *name)
18285 *pval = sym->st_value;
18274 tcc_get_symbol(TCCState *s, unsigned long *pval, const char *name) argument

Completed in 290 milliseconds

12