/third_party/ffmpeg/libavcodec/ |
H A D | libsvtav1.c | 595 #define LEVEL(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, \ macro 597 { LEVEL("2.0", 20) }, 598 { LEVEL("2.1", 21) }, 599 { LEVEL("2.2", 22) }, 600 { LEVEL("2.3", 23) }, 601 { LEVEL("3.0", 30) }, 602 { LEVEL("3.1", 31) }, 603 { LEVEL("3.2", 32) }, 604 { LEVEL("3.3", 33) }, 605 { LEVEL("4. 621 #undef LEVEL global() macro [all...] |
H A D | h264_metadata_bsf.c | 682 #define LEVEL(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, \ macro 684 { LEVEL("1", 10) }, 685 { LEVEL("1b", 9) }, 686 { LEVEL("1.1", 11) }, 687 { LEVEL("1.2", 12) }, 688 { LEVEL("1.3", 13) }, 689 { LEVEL("2", 20) }, 690 { LEVEL("2.1", 21) }, 691 { LEVEL("2.2", 22) }, 692 { LEVEL(" 704 #undef LEVEL global() macro [all...] |
H A D | h265_metadata_bsf.c | 470 #define LEVEL(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, \ macro 472 { LEVEL("1", 30) }, 473 { LEVEL("2", 60) }, 474 { LEVEL("2.1", 63) }, 475 { LEVEL("3", 90) }, 476 { LEVEL("3.1", 93) }, 477 { LEVEL("4", 120) }, 478 { LEVEL("4.1", 123) }, 479 { LEVEL("5", 150) }, 480 { LEVEL("5. 486 #undef LEVEL global() macro [all...] |
H A D | vaapi_encode_h264.c | 1282 #define LEVEL(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, \ macro 1284 { LEVEL("1", 10) }, 1285 { LEVEL("1.1", 11) }, 1286 { LEVEL("1.2", 12) }, 1287 { LEVEL("1.3", 13) }, 1288 { LEVEL("2", 20) }, 1289 { LEVEL("2.1", 21) }, 1290 { LEVEL("2.2", 22) }, 1291 { LEVEL("3", 30) }, 1292 { LEVEL("3. 1303 #undef LEVEL global() macro [all...] |
H A D | vaapi_encode_mpeg2.c | 659 #define LEVEL(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, \ macro 661 { LEVEL("low", 10) }, 662 { LEVEL("main", 8) }, 663 { LEVEL("high_1440", 6) }, 664 { LEVEL("high", 4) }, 665 #undef LEVEL macro
|
H A D | vaapi_encode_h265.c | 1392 #define LEVEL(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, \ macro 1394 { LEVEL("1", 30) }, 1395 { LEVEL("2", 60) }, 1396 { LEVEL("2.1", 63) }, 1397 { LEVEL("3", 90) }, 1398 { LEVEL("3.1", 93) }, 1399 { LEVEL("4", 120) }, 1400 { LEVEL("4.1", 123) }, 1401 { LEVEL("5", 150) }, 1402 { LEVEL("5. 1407 #undef LEVEL global() macro [all...] |
H A D | mpeg12enc.c | 1198 #define LEVEL(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, { .i64 = value }, 0, 0, VE, "avctx.level" macro 1199 { LEVEL("high", 4) }, 1200 { LEVEL("high1440", 6) }, 1201 { LEVEL("main", 8) }, 1202 { LEVEL("low", 10) }, 1203 #undef LEVEL macro
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | logging.h | 146 #define GOOGLE_LOG(LEVEL) \ 149 ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__) 150 #define GOOGLE_LOG_IF(LEVEL, CONDITION) \ 151 !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL) 179 #define GOOGLE_DLOG(LEVEL) GOOGLE_LOG_IF(LEVEL, false)
|
/third_party/node/deps/openssl/openssl/crypto/encode_decode/ |
H A D | decoder_lib.c | 702 #define LEVEL (new_data.recursion < sizeof(LEVEL_STR) \ in decoder_process() macro 735 (void *)new_data.ctx, LEVEL); in decoder_process() 743 (void *)new_data.ctx, LEVEL, rv); in decoder_process() 801 (void *)new_data.ctx, LEVEL, (void *)decoder, in decoder_process() 843 (void *)new_data.ctx, LEVEL, (unsigned int)i, in decoder_process() 859 (void *)new_data.ctx, LEVEL, (unsigned int)i, in decoder_process() 875 (void *)new_data.ctx, LEVEL, (unsigned int)i, in decoder_process() 889 (void *)new_data.ctx, LEVEL, (unsigned int)i); in decoder_process() 906 (void *)new_data.ctx, LEVEL, (unsigned int)i); in decoder_process() 926 (void *)new_data.ctx, LEVEL, (unsigne in decoder_process() [all...] |
/third_party/openssl/crypto/encode_decode/ |
H A D | decoder_lib.c | 702 #define LEVEL (new_data.recursion < sizeof(LEVEL_STR) \ in decoder_process() macro 735 (void *)new_data.ctx, LEVEL); in decoder_process() 743 (void *)new_data.ctx, LEVEL, rv); in decoder_process() 800 (void *)new_data.ctx, LEVEL, (void *)decoder, in decoder_process() 842 (void *)new_data.ctx, LEVEL, (unsigned int)i, in decoder_process() 858 (void *)new_data.ctx, LEVEL, (unsigned int)i, in decoder_process() 874 (void *)new_data.ctx, LEVEL, (unsigned int)i, in decoder_process() 888 (void *)new_data.ctx, LEVEL, (unsigned int)i); in decoder_process() 905 (void *)new_data.ctx, LEVEL, (unsigned int)i); in decoder_process() 925 (void *)new_data.ctx, LEVEL, (unsigne in decoder_process() [all...] |
/third_party/rust/crates/nom/fuzz/fuzz_targets/ |
H A D | fuzz_arithmetic.rs | 22 pub static LEVEL: RefCell<u32> = RefCell::new(0); consts 26 LEVEL.with(|l| { in reset() 32 LEVEL.with(|l| { in incr() 45 LEVEL.with(|l| { in decr()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_debug.h | 128 #define SFN_TRACE_FUNC(LEVEL, MSG) SfnTrace __trace(LEVEL, MSG) 130 #define SFN_TRACE_FUNC(LEVEL, MSG)
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/ |
H A D | Makefile | 10 LEVEL := $(SUBZERO_LEVEL)/../.. macro 13 include $(LEVEL)/Makefile.common
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-debug.hh | 93 #define DEBUG_LEVEL_ENABLED(WHAT, LEVEL) (_hb_debug ((LEVEL), HB_DEBUG_##WHAT)) 231 #define DEBUG_MSG_LEVEL(WHAT, OBJ, LEVEL, LEVEL_DIR, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), nullptr, true, (LEVEL), (LEVEL_DIR), __VA_ARGS__)
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha1-parisc.pl | 37 $LEVEL ="2.0W"; 46 $LEVEL ="1.0"; 158 .LEVEL $LEVEL 274 s/(\.LEVEL\s+2\.0)W/$1w/ if ($gnuas && $SIZE_T==8);
|
H A D | sha512-parisc.pl | 43 $LEVEL ="2.0W"; 52 $LEVEL ="1.0"; 171 .LEVEL $LEVEL 699 # that it can be compiled with .LEVEL 1.0. It should be noted that I 801 s/(\.LEVEL\s+2\.0)W/$1w/ if ($gnuas && $SIZE_T==8);
|
/third_party/node/deps/openssl/openssl/crypto/rc4/asm/ |
H A D | rc4-parisc.pl | 38 $LEVEL ="2.0W"; 47 $LEVEL ="1.0"; 149 .LEVEL $LEVEL 328 s/(\.LEVEL\s+2\.0)W/$1w/ if ($gnuas && $SIZE_T==8);
|
/third_party/openssl/crypto/rc4/asm/ |
H A D | rc4-parisc.pl | 38 $LEVEL ="2.0W"; 47 $LEVEL ="1.0"; 149 .LEVEL $LEVEL 328 s/(\.LEVEL\s+2\.0)W/$1w/ if ($gnuas && $SIZE_T==8);
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha1-parisc.pl | 37 $LEVEL ="2.0W"; 46 $LEVEL ="1.0"; 158 .LEVEL $LEVEL 274 s/(\.LEVEL\s+2\.0)W/$1w/ if ($gnuas && $SIZE_T==8);
|
H A D | sha512-parisc.pl | 43 $LEVEL ="2.0W"; 52 $LEVEL ="1.0"; 171 .LEVEL $LEVEL 699 # that it can be compiled with .LEVEL 1.0. It should be noted that I 801 s/(\.LEVEL\s+2\.0)W/$1w/ if ($gnuas && $SIZE_T==8);
|
/third_party/selinux/checkpolicy/ |
H A D | policy_parse.y | 120 %token LEVEL 286 level_def : LEVEL identifier ':' id_comma_list ';' 288 | LEVEL identifier ';' 659 opt_mls_user : LEVEL mls_level_def RANGE mls_range_def
|
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | ghash-parisc.pl | 38 $LEVEL ="2.0W"; 48 $LEVEL ="1.0"; #"\n\t.ALLOW\t2.0"; 93 .LEVEL $LEVEL 640 # that it can be compiled with .LEVEL 1.0. It should be noted that I 748 s/(\.LEVEL\s+2\.0)W/$1w/ if ($gnuas && $SIZE_T==8);
|
/third_party/openssl/crypto/modes/asm/ |
H A D | ghash-parisc.pl | 38 $LEVEL ="2.0W"; 48 $LEVEL ="1.0"; #"\n\t.ALLOW\t2.0"; 93 .LEVEL $LEVEL 640 # that it can be compiled with .LEVEL 1.0. It should be noted that I 748 s/(\.LEVEL\s+2\.0)W/$1w/ if ($gnuas && $SIZE_T==8);
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | parisc-mont.pl | 81 $LEVEL ="2.0W"; 91 $LEVEL ="1.1"; #$LEVEL.="\n\t.ALLOW\t2.0"; 104 $LEVEL="2.0"; 148 .LEVEL $LEVEL 906 # that it can be compiled with .LEVEL 1.0. It should be noted that I 1010 s/(\.LEVEL\s+2\.0)W/$1w/ if ($gnuas && $SIZE_T==8);
|
/third_party/openssl/crypto/bn/asm/ |
H A D | parisc-mont.pl | 81 $LEVEL ="2.0W"; 91 $LEVEL ="1.1"; #$LEVEL.="\n\t.ALLOW\t2.0"; 104 $LEVEL="2.0"; 148 .LEVEL $LEVEL 906 # that it can be compiled with .LEVEL 1.0. It should be noted that I 1010 s/(\.LEVEL\s+2\.0)W/$1w/ if ($gnuas && $SIZE_T==8);
|