Home
last modified time | relevance | path

Searched defs:FLAG (Results 1 – 25 of 30) sorted by relevance

12

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom.h93 #define ST_STATE(FLAG, st_update) FLAG##_INDEX, argument
102 #define ST_STATE(FLAG, st_update) static const uint64_t FLAG = 1ull << FLAG##_INDEX; argument
107 #define ST_STATE(FLAG, st_update) void st_update(struct st_context *st); argument
Dst_atom.c52 #define ST_STATE(FLAG, st_update) update_functions[FLAG##_INDEX] = st_update; in init_atoms_once() argument
/third_party/benchmark/src/
Dcommandlineflags.h9 #define FLAG(name) FLAGS_##name macro
/third_party/musl/libc-test/src/functional/
Dfnmatch.c11 #define FLAG(f) { f, #f } macro
/third_party/toybox/openharmony/
Dsu.c32 #define FLAG(x) ((g_flags & (flag_##x)) == flag_##x) macro
/third_party/ltp/testcases/kernel/controllers/libcontrollers/
Dlibcontrollers.c39 int FLAG; variable
/third_party/flutter/skia/bench/
DEncodeBench.cpp85 #define PNG(FLAG, ZLIBLEVEL) [](SkWStream* d, const SkPixmap& s) { \ argument
/third_party/skia/bench/
DEncodeBench.cpp85 #define PNG(FLAG, ZLIBLEVEL) [](SkWStream* d, const SkPixmap& s) { \ argument
/third_party/skia/third_party/externals/icu/source/samples/coll/
Dcoll.cpp67 enum {FLAG, NUM, STRING} type; enumerator
/third_party/icu/icu4c/source/samples/coll/
Dcoll.cpp67 enum {FLAG, NUM, STRING} type; enumerator
/third_party/flutter/skia/third_party/externals/icu/source/samples/coll/
Dcoll.cpp67 enum {FLAG, NUM, STRING} type; enumerator
/third_party/musl/libc-test/src/functionalext/common/
Dpthread_util.h59 static int FLAG = 0666; variable
/third_party/skia/third_party/externals/icu/source/samples/strsrch/
Dstrsrch.cpp75 enum {FLAG, NUM, STRING} type; enumerator
/third_party/icu/icu4c/source/samples/strsrch/
Dstrsrch.cpp75 enum {FLAG, NUM, STRING} type; enumerator
/third_party/flutter/skia/third_party/externals/icu/source/samples/strsrch/
Dstrsrch.cpp75 enum {FLAG, NUM, STRING} type; enumerator
/third_party/skia/third_party/externals/freetype/src/gzip/
Dinflate.c14 FLAG, /* waiting for flag byte */ enumerator
/third_party/flutter/skia/third_party/externals/freetype/src/gzip/
Dinflate.c14 FLAG, /* waiting for flag byte */ enumerator
/third_party/toybox/
Dtoys.h124 #define FLAG(x) (toys.optflags&FLAG_##x) macro
/third_party/toybox/porting/liteos_a/
Dtoys.h130 #define FLAG(x) (toys.optflags&FLAG_##x) macro
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkformat.c36 #define FLAG(v) \ macro
/third_party/icu/icu4c/source/test/perf/ubrkperf/
Dubrkperfold.cpp130 enum {FLAG, NUM, STRING} type; enumerator
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb.hh507 #define FLAG(x) (ASSERT_STATIC_EXPR_ZERO ((unsigned)(x) < 32) + (((uint32_t) 1U) << (unsigned)(x))) macro
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_debug.c255 FLAG(struct debug_stream *stream, unsigned dw, unsigned bit, const char *fmt, in FLAG() function
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duprops.h286 #define FLAG(n) ((uint32_t)1<<(n)) macro
/third_party/cef/libcef/common/
Drequest_impl.cc170 #define SETBOOLFLAG(obj, flags, method, FLAG) \ argument

12