• Home
  • Raw
  • Download

Lines Matching refs:unlikely

169   if (unlikely (blob == hb_blob_get_empty ()))  in hb_blob_copy_writable_or_fail()
438 if (unlikely (!length)) in try_make_writable()
456 if (unlikely (!new_data)) in try_make_writable()
532 if (unlikely (!rsrc_name)) return -1; in _open_resource_fork()
575 if (unlikely (!file)) return hb_blob_get_empty (); in hb_blob_create_from_file()
578 if (unlikely (fd == -1)) goto fail_without_close; in hb_blob_create_from_file()
581 if (unlikely (fstat (fd, &st) == -1)) goto fail; in hb_blob_create_from_file()
586 if (unlikely (file->length == 0)) in hb_blob_create_from_file()
600 if (unlikely (file->contents == MAP_FAILED)) goto fail; in hb_blob_create_from_file()
615 if (unlikely (!file)) return hb_blob_get_empty (); in hb_blob_create_from_file()
620 if (unlikely (!wchar_file_name)) goto fail_without_close; in hb_blob_create_from_file()
641 if (unlikely (fd == INVALID_HANDLE_VALUE)) goto fail_without_close; in hb_blob_create_from_file()
654 if (unlikely (!file->mapping)) goto fail; in hb_blob_create_from_file()
661 if (unlikely (!file->contents)) goto fail; in hb_blob_create_from_file()
679 if (unlikely (!data)) return hb_blob_get_empty (); in hb_blob_create_from_file()
682 if (unlikely (!fp)) goto fread_fail_without_close; in hb_blob_create_from_file()
691 if (unlikely (allocated > (2 << 28))) goto fread_fail; in hb_blob_create_from_file()
693 if (unlikely (!new_data)) goto fread_fail; in hb_blob_create_from_file()
701 if (unlikely (err == EINTR)) continue; in hb_blob_create_from_file()
703 if (unlikely (err)) goto fread_fail; in hb_blob_create_from_file()