Home
last modified time | relevance | path

Searched refs:dflags (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_peephole.cpp248 unsigned dflags = d->bc.op_ptr->flags; in optimize_CNDcc_op() local
249 unsigned dcc = dflags & AF_CC_MASK; in optimize_CNDcc_op()
250 unsigned dcmp_type = dflags & AF_CMP_TYPE_MASK; in optimize_CNDcc_op()
251 unsigned ddst_type = dflags & AF_DST_TYPE_MASK; in optimize_CNDcc_op()
/external/libcups/cups/
Dtestthreads.c98 unsigned dflags = CUPS_DEST_FLAGS_NONE; in run_query() local
102 if ((http = cupsConnectDest(dest, dflags, 300, NULL, NULL, 0, NULL, NULL)) == NULL) in run_query()
Dtestdest.c44 unsigned dflags = CUPS_DEST_FLAGS_NONE; in main() local
118 dflags = CUPS_DEST_FLAGS_DEVICE; in main()
145 if ((http = cupsConnectDest(dest, dflags, 30000, NULL, NULL, 0, NULL, NULL)) == NULL) in main()
Ddest-options.c680 unsigned dflags; /* Destination flags */ in cupsCopyDestInfo() local
709 dflags = CUPS_DEST_FLAGS_NONE; in cupsCopyDestInfo()
715 dflags = CUPS_DEST_FLAGS_NONE; in cupsCopyDestInfo()
721 dflags = CUPS_DEST_FLAGS_DEVICE; in cupsCopyDestInfo()
726 dflags = CUPS_DEST_FLAGS_NONE; in cupsCopyDestInfo()
740 if ((uri = _cupsGetDestResource(dest, dflags, resource, sizeof(resource))) == NULL) in cupsCopyDestInfo()
/external/libxml2/
Drelaxng.c170 short dflags; /* define related flags */ member
2897 (def->dflags & IS_COMPILABLE)) in xmlRelaxNGIsCompilable()
2900 (def->dflags & IS_NOT_COMPILABLE)) in xmlRelaxNGIsCompilable()
2914 if (((def->dflags & IS_NOT_COMPILABLE) == 0) && in xmlRelaxNGIsCompilable()
2915 ((def->dflags & IS_COMPILABLE) == 0)) { in xmlRelaxNGIsCompilable()
2930 def->dflags &= ~IS_COMPILABLE; in xmlRelaxNGIsCompilable()
2931 def->dflags |= IS_NOT_COMPILABLE; in xmlRelaxNGIsCompilable()
2933 if ((ret == 1) && !(def->dflags &= IS_NOT_COMPILABLE)) in xmlRelaxNGIsCompilable()
2934 def->dflags |= IS_COMPILABLE; in xmlRelaxNGIsCompilable()
3008 def->dflags |= IS_NOT_COMPILABLE; in xmlRelaxNGIsCompilable()
[all …]
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_ioctl.c803 uint32_t dflags = 0; in vmw_drm_fence_flags() local
806 dflags |= DRM_VMW_FENCE_FLAG_EXEC; in vmw_drm_fence_flags()
808 dflags |= DRM_VMW_FENCE_FLAG_QUERY; in vmw_drm_fence_flags()
810 return dflags; in vmw_drm_fence_flags()
/external/mesa3d/src/freedreno/ir3/
Dir3.h1545 struct ir3_instruction *d, unsigned dflags) \
1553 __ssa_src(instr, d, dflags); \
/external/pcre/dist2/src/
Dpcre2_compile.c8661 int dflags; in find_firstassertedcu() local
8682 d = find_firstassertedcu(scode, &dflags, inassert + in find_firstassertedcu()
8684 if (dflags < 0) in find_firstassertedcu()
8686 if (cflags < 0) { c = d; cflags = dflags; } in find_firstassertedcu()
8687 else if (c != d || cflags != dflags) return 0; in find_firstassertedcu()