Home
last modified time | relevance | path

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

/third_party/alsa-utils/topology/
Dtopology.c337 int cflags, int dflags, int sflags) in decode() argument
352 err = snd_tplg_decode(tplg, bin, size, dflags); in decode()
401 int c, err, op = 'c', cflags = 0, dflags = 0, sflags = 0, option_index; in main() local
485 err = decode(source_file, output_file, cflags, dflags, sflags); in main()
/third_party/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()
/third_party/alsa-lib/src/topology/
Ddecoder.c44 int snd_tplg_decode(snd_tplg_t *tplg, void *bin, size_t size, int dflags) in snd_tplg_decode() argument
53 if (dflags != 0) in snd_tplg_decode()
/third_party/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 …]
/third_party/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()
/third_party/alsa-lib/include/
Dtopology.h1168 int snd_tplg_decode(snd_tplg_t *tplg, void *bin, size_t size, int dflags);
/third_party/mesa3d/src/freedreno/ir3/
Dir3.h2134 unsigned cflags, struct ir3_instruction *d, unsigned dflags) \
2143 __ssa_src(instr, d, dflags); \
2157 unsigned cflags, struct ir3_instruction *d, unsigned dflags, \
2165 __ssa_src(instr, d, dflags); \
2179 unsigned cflags, struct ir3_instruction *d, unsigned dflags, \
2189 __ssa_src(instr, d, dflags); \
/third_party/pcre2/pcre2/src/
Dpcre2_compile.c8785 uint32_t dflags; in find_firstassertedcu() local
8806 d = find_firstassertedcu(scode, &dflags, inassert + in find_firstassertedcu()
8808 if (dflags >= REQ_NONE) return 0; in find_firstassertedcu()
8809 if (cflags >= REQ_NONE) { c = d; cflags = dflags; } in find_firstassertedcu()
8810 else if (c != d || cflags != dflags) return 0; in find_firstassertedcu()