/external/libcups/cups/ |
D | dest.c | 129 cups_dest_t *dests; /* Destinations */ member 155 int *num_dests, cups_dest_t **dests); 235 int num_dests, cups_dest_t *dests, int prev, 242 int num_dests, cups_dest_t **dests); 268 cups_dest_t **dests) /* IO - Destinations */ in cupsAddDest() argument 277 if (!name || !dests) in cupsAddDest() 280 if (!cupsGetDest(name, instance, num_dests, *dests)) in cupsAddDest() 282 if (instance && !cupsGetDest(name, NULL, num_dests, *dests)) in cupsAddDest() 285 if ((dest = cups_add_dest(name, instance, &num_dests, dests)) == NULL) in cupsAddDest() 292 parent = cupsGetDest(name, NULL, num_dests, *dests); in cupsAddDest() [all …]
|
D | testcups.c | 47 cups_dest_t *dests, /* Destinations */ in main() local 280 num_dests = cupsGetDests(&dests); in main() 291 for (i = num_dests, dest = dests; i > 0; i --, dest ++) in main() 312 if ((dest = cupsGetDest(NULL, NULL, num_dests, dests)) == NULL) in main() 314 for (i = num_dests, dest = dests; i > 0; i --, dest ++) in main() 367 …if ((dval = cupsGetOption("printer-is-temporary", dests[i].num_options, dest[i].options)) != NULL … in main() 369 dest_name = dests[i].name; in main() 377 if ((dest = cupsGetDest(dest_name, NULL, num_dests, dests)) == NULL) in main() 481 cupsFreeDests(num_dests, dests); in main()
|
D | testgetdests.c | 32 cups_dest_t *dests; /* Destinations */ in main() local 40 num_dests = cupsGetDests(&dests); in main() 46 cupsFreeDests(num_dests, dests); in main()
|
D | cups.h | 361 int num_dests, cups_dest_t **dests); 362 extern void cupsFreeDests(int num_dests, cups_dest_t *dests); 364 int num_dests, cups_dest_t *dests); 365 extern int cupsGetDests(cups_dest_t **dests); 366 extern void cupsSetDests(int num_dests, cups_dest_t *dests); 401 extern int cupsGetDests2(http_t *http, cups_dest_t **dests) 416 cups_dest_t *dests) _CUPS_API_1_1_21; 441 int num_dests, cups_dest_t **dests) 446 cups_dest_t *dests) _CUPS_API_1_3; 508 cups_dest_t **dests) _CUPS_API_1_6;
|
D | cups-private.h | 245 const char *name, cups_dest_t **dests,
|
D | cupspm.md | 208 cups_dest_t *dests; 224 &(user_data->dests)); 234 &(user_data->dests)); 242 cups_dest_t **dests) 255 cupsFreeDests(user_data.num_dests, user_dasta.dests); 257 *dests = NULL; 266 *dests = user_data.dests;
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_nir_lower_io.c | 209 nir_ssa_def *dests[4]; in vc4_nir_lower_vertex_attr() local 212 dests[i] = vc4_nir_get_vattr_channel_vpm(c, b, vpm_reads, swiz, in vc4_nir_lower_vertex_attr() 215 if (!dests[i]) { in vc4_nir_lower_vertex_attr() 222 dests[i] = nir_imm_float(b, 0.0); in vc4_nir_lower_vertex_attr() 226 replace_intrinsic_with_vec(b, intr, dests); in vc4_nir_lower_vertex_attr() 328 nir_ssa_def *dests[4]; in vc4_nir_lower_uniform() local 347 dests[i] = &intr_comp->dest.ssa; in vc4_nir_lower_uniform() 352 replace_intrinsic_with_vec(b, intr, dests); in vc4_nir_lower_uniform()
|
/external/mesa3d/src/broadcom/compiler/ |
D | v3d_nir_lower_io.c | 99 nir_ssa_def *dests[4]; in v3d_nir_lower_uniform() local 118 dests[i] = &intr_comp->dest.ssa; in v3d_nir_lower_uniform() 123 replace_intrinsic_with_vec(b, intr, dests); in v3d_nir_lower_uniform()
|
/external/v8/benchmarks/ |
D | deltablue.js | 837 var dests = new OrderedCollection(); 841 dests.add(dst); 852 if (dests.at(i).value != i * 5 + 1000) 857 if (dests.at(i).value != i * 5 + 2000)
|
/external/icu/icu4c/source/test/intltest/ |
D | itutil.cpp | 200 : checks(countChecks), dests(countDests) {} in MyErrorCode() 203 ++dests; in ~MyErrorCode() 211 int32_t &dests; member in MyErrorCode
|
/external/llvm/test/Transforms/Inline/ |
D | inline-funclets.ll | 212 ;;; Test with multiple levels of nesting, and unwind dests
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | wineh-coreclr.ll | 398 ; Test with several cleanups that need to infer their unwind dests from each
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ |
D | inline-funclets.ll | 213 ;;; Test with multiple levels of nesting, and unwind dests
|
/external/llvm/test/CodeGen/X86/ |
D | wineh-coreclr.ll | 397 ; Test with several cleanups that need to infer their unwind dests from each
|