Searched refs:res_t (Results 1 - 4 of 4) sorted by relevance
/third_party/cups-filters/cupsfilters/ |
H A D | ppdgenerator.h | 61 } res_t; typedef 75 res_t * ippResolutionToRes(ipp_attribute_t *attr, int index); 76 res_t * resolutionNew(int x, int y);
|
H A D | ppdgenerator.c | 962 res_t *res_a = (res_t *)resolution_a; in compare_resolutions() 963 res_t *res_b = (res_t *)resolution_b; in compare_resolutions() 984 res_t *res = (res_t *)resolution; in copy_resolution() 985 res_t *copy; in copy_resolution() 987 copy = (res_t *)calloc(1, sizeof(res_t)); in copy_resolution() 999 res_t *re in free_resolution() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_gather.c | 513 LLVMTypeRef res_t, gather_res_t; in lp_build_gather() local 539 res_t = lp_build_vec_type(gallivm, res_type); in lp_build_gather() 553 res = LLVMBuildZExt(gallivm->builder, res, res_t, ""); in lp_build_gather()
|
/third_party/cups-filters/utils/ |
H A D | cups-browsed.c | 368 res_t *res; 1125 copy->res = (res_t *)malloc(sizeof(res_t)); in copy_counted_res() 1716 res_t *res, *resolution; in add_resolution_attributes() 2960 res_t *res; in get_cluster_default_attributes() 6172 res_t *max_res = NULL, *min_res = NULL, *res = NULL; in on_job_state()
|
Completed in 19 milliseconds