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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_ext_pixelformat.c 326 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/
stw_ext_pixelformat.c 326 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/chromium_org/third_party/openssl/openssl/crypto/
mem_dbg.c 399 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)) != NULL
    [all...]
  /external/openssl/crypto/
mem_dbg.c 399 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)) != NULL
    [all...]

Completed in 170 milliseconds