Searched defs:ami (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_ext_pixelformat.c326 const struct attrib_match_info *ami = NULL; local
333 ami = &attrib_match[i];
337 if (ami == NULL)
349 if (ami->exact) {
366 scores[index].points -= (actual_value - expected_value) * ami->weight;
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_ext_pixelformat.c326 const struct attrib_match_info *ami = NULL; local
333 ami = &attrib_match[i];
337 if (ami == NULL)
349 if (ami->exact) {
366 scores[index].points -= (actual_value - expected_value) * ami->weight;
/external/openssl/crypto/
H A Dmem_dbg.c399 APP_INFO *ami, *amim; local
406 if ((ami = (APP_INFO *)OPENSSL_malloc(sizeof(APP_INFO))) == NULL)
415 OPENSSL_free(ami);
421 CRYPTO_THREADID_current(&ami->threadid);
422 ami->file=file;
423 ami->line=line;
424 ami->info=info;
425 ami->references=1;
426 ami->next=NULL;
428 if ((amim=lh_APP_INFO_insert(amih,ami)) !
[all...]

Completed in 111 milliseconds