/third_party/ffmpeg/libavcodec/x86/ |
D | hpeldsp_rnd_template.c | 31 av_unused static void DEF(put, pixels8_x2)(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_si… in DEF() function 63 av_unused static void DEF(put, pixels16_x2)(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_s… in DEF() function 109 av_unused static void DEF(put, pixels8_y2)(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_si… in DEF() function 138 av_unused static void DEF(avg, pixels16_x2)(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_s… in DEF() function 165 av_unused static void DEF(avg, pixels8_y2)(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_si… in DEF() function
|
D | rnd_template.c | 33 av_unused STATIC void DEF(put, pixels8_xy2)(uint8_t *block, const uint8_t *pixels, in DEF() function 102 av_unused STATIC void DEF(avg, pixels8_xy2)(uint8_t *block, const uint8_t *pixels, in DEF() function
|
D | mpegvideoenc_qns_template.c | 35 static int DEF(try_8x8basis)(int16_t rem[64], int16_t weight[64], int16_t basis[64], int scale) in DEF() function 77 static void DEF(add_8x8basis)(int16_t rem[64], int16_t basis[64], int scale) in DEF() function
|
D | mpegvideoencdsp_init.c | 52 #define DEF(x) x ## _mmx macro 63 #define DEF(x) x ## _3dnow macro 79 #define DEF(x) x ## _ssse3 macro
|
D | hpeldsp_init.c | 96 #define DEF(x, y) x ## _no_rnd_ ## y ## _mmx macro 122 #define DEF(x, y) x ## _ ## y ## _mmx macro 130 #define DEF(x, y) ff_ ## x ## _ ## y ## _mmx macro
|
/third_party/node/test/parallel/ |
D | test-stream-uint8array.js | 8 const DEF = new Uint8Array([0x44, 0x45, 0x46]); constant
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/ |
D | TestClassOverride.java | 28 private static final int DEF = TestData.DEF; field in TestClassOverride
|
D | TestData.java | 49 protected static final int DEF = Bidi.CLASS_DEFAULT; field in TestData
|
/third_party/quickjs/ |
D | unicode_gen.c | 160 #define DEF(id, str) GCAT_ ## id, macro 167 #define DEF(id, str) #id, macro 173 #define DEF(id, str) str, macro 183 #define DEF(id, str) SCRIPT_ ## id, macro 190 #define DEF(id, str) #id, macro 196 #define DEF(id, str) str, macro 206 #define DEF(id, str) PROP_ ## id, macro 213 #define DEF(id, str) #id, macro 219 #define DEF(id, str) str, macro
|
D | libregexp.c | 51 #define DEF(id, size) REOP_ ## id, macro 95 #define DEF(id, size) { #id, size }, macro
|
D | quickjs-libc.c | 1468 #define DEF(x) JS_PROP_INT32_DEF(#x, x, JS_PROP_CONFIGURABLE ) macro
|
D | quickjs.c | 966 #define DEF(name, str) JS_ATOM_ ## name, macro 975 #define DEF(name, str) str "\0" macro 982 #define DEF(id, size, n_pop, n_push, f) macro 990 #define DEF(id, size, n_pop, n_push, f) OP_ ## id, macro 1001 #define DEF(id, size, n_pop, n_push, f) macro 16193 #define DEF(id, size, n_pop, n_push, f) && case_OP_ ## id, in JS_CallInternal() macro 16205 #define DEF(id, size, n_pop, n_push, f) && case_debugger_OP_ ## id, in JS_CallInternal() macro 20121 #define DEF(id, size, n_pop, n_push, f) { #id, size, n_pop, n_push, OP_FMT_ ## f }, macro
|
/third_party/ffmpeg/libavcodec/ |
D | vc1.c | 593 #define ROTATE(DEF, L, N, C, A) do { \ in rotate_luts() argument
|
D | bytestream.h | 42 #define DEF(type, name, bytes, read, write) \ macro
|
/third_party/node/deps/icu-small/source/common/ |
D | ucnvisci.cpp | 87 DEF = 0x40, enumerator
|
/third_party/icu/icu4c/source/common/ |
D | ucnvisci.cpp | 87 DEF = 0x40, enumerator
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucnvisci.cpp | 87 DEF = 0x40, enumerator
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucnvisci.cpp | 87 DEF = 0x40, enumerator
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cbiditst.c | 4517 #define DEF U_BIDI_CLASS_DEFAULT in overrideBidiClass() macro
|
/third_party/skia/modules/skparagraph/tests/ |
D | SkParagraphTest.cpp | 5237 std::u16string DEF = u"\u202EDEF"; in UNIX_ONLY_TEST() local
|