Home
last modified time | relevance | path

Searched defs:E5 (Results 1 – 25 of 3073) sorted by last modified time

12345678910>>...123

/dports/graphics/scale2x/scale2x-3.1/
H A Dscalerx.c297 pixel_t E0, E1, E2, E3, E4, E5, E6, E7, E8; in scale3x() local
368 #define SCALE3K_BASE(A,B,C,D,E,F,G,H,I,E0,E1,E2,E3,E4,E5,E6,E7,E8) \ in scale3x() argument
394 #define SCALE3K(A,B,C,D,E,F,G,H,I,E0,E1,E2,E3,E4,E5,E6,E7,E8) \ in scale3x() argument
426 #define SCALE3K_SPIKE(A,B,C,D,E,F,G,H,I,E0,E1,E2,E3,E4,E5,E6,E7,E8) \ in scale3x() argument
463 #define SCALE3K_ALTERNATE(A,B,C,D,E,F,G,H,I,E0,E1,E2,E3,E4,E5,E6,E7,E8) \ in scale3x() argument
634 pixel_t E0, E1, E2, E3, E4, E5, E6, E7, E8, E9, EA, EB, EC, ED, EE, EF; in scale4x() local
722 #define SCALE4K_BASE(A,B,C,D,E,F,G,H,I,E0,E1,E2,E3,E4,E5,E6,E7,E8,E9,EA,EB,EC,ED,EE,EF) \ in scale4x() argument
752 #define SCALE4K(A,B,C,D,E,F,G,H,I,E0,E1,E2,E3,E4,E5,E6,E7,E8,E9,EA,EB,EC,ED,EE,EF) \ in scale4x() argument
791 #define SCALE4K_ALTERNATE(A,B,C,D,E,F,G,H,I,E0,E1,E2,E3,E4,E5,E6,E7,E8,E9,EA,EB,EC,ED,EE,EF) \ in scale4x() argument
956 pixel_t E0, E1, E2, E3, E4, E5; in scale2x3() local
[all …]
/dports/games/sjeng/Sjeng-Free-11.2/
H A Dsquares.h64 #define E5 78 macro
/dports/games/KnightCap/Export/
H A Dknightcap.h316 E1, E2, E3, E4, E5, E6, E7, E8, enumerator
/dports/devel/glade/glade-3.22.1/data/icons/hicolor/scalable/
H A DMakefile.in50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
/dports/net/kmime/kmime-21.12.3/autotests/data/codec_q/
H A Dall-encoded-decode.q1 …CC=CD=CE=CF=D0=D1=D2=D3=D4=D5=D6=D7=D8=D9=DA=DB=DC=DD=DE=DF=E0=E1=E2=E3=E4=E5=E6=E7=E8=E9=EA=EB=EC… globalVar
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Modules/
H A Dodr_hash.cpp3191 enum E5 { x51, x52 }; enum
3193 enum E5 { x51 }; enum
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/ASTMerge/enum/Inputs/
H A Denum1.c30 enum E5 { enum
H A Denum2.c29 enum E5 { enum
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/INPUTS/
H A Dc99-intconst-1.c57 #define first_of6p(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ argument
73 #define first_of6(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Ddebug-info-enum.cpp63 enum class E5 : unsigned int { A5 = 4294967295 } x5; enum
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp7-cxx20.cpp84 enum E5 { e5 }; enum
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CXX/expr/expr.const/
H A Dp3-0x.cpp37 enum E : unsigned char { E5 = S(), E6, E10 = S() * 2, E1 = E5 / 5 }; enumerator
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CXX/special/class.copy/
H A Dp23-cxx11.cpp153 struct E5 : InaccessibleCopyAssign {}; // expected-note {{base class 'InaccessibleCopyAssign' has a… struct
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
H A Dp2.cpp110 struct E5 { struct
120 E5 e5; argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Dattr-mode-enums.c22 …enum __attribute__((mode(V8HI))) { E5 } v2; // expected-error{{mode 'V8HI' is not supported for en… in main() enumerator
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Denum-scoped.cpp45 enum class E5 { enum
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CXX/special/class.copy/
H A Dp23-cxx11.cpp153 struct E5 : InaccessibleCopyAssign {}; // expected-note {{base class 'InaccessibleCopyAssign' has a… struct
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CXX/expr/expr.const/
H A Dp3-0x.cpp37 enum E : unsigned char { E5 = S(), E6, E10 = S() * 2, E1 = E5 / 5 }; enumerator
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Modules/
H A Dodr_hash.cpp3191 enum E5 { x51, x52 }; enum
3193 enum E5 { x51 }; enum
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dattr-mode-enums.c22 …enum __attribute__((mode(V8HI))) { E5 } v2; // expected-error{{mode 'V8HI' is not supported for en… in main() enumerator
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Denum-scoped.cpp45 enum class E5 { enum
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Ddebug-info-enum.cpp63 enum class E5 : unsigned int { A5 = 4294967295 } x5; enum
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/ASTMerge/enum/Inputs/
H A Denum2.c29 enum E5 { enum
H A Denum1.c30 enum E5 { enum
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/INPUTS/
H A Dc99-intconst-1.c57 #define first_of6p(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ argument
73 #define first_of6(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ argument

12345678910>>...123