Home
last modified time | relevance | path

Searched refs:DECODE (Results 1 – 25 of 3754) sorted by relevance

12345678910>>...151

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/compat/oracle/
H A Dfunc_decode_oracle.test4 SELECT DECODE(10);
6 SELECT DECODE(10,10);
8 SELECT DECODE(10,10,'x10');
9 SELECT DECODE(11,10,'x10');
11 SELECT DECODE(10,10,'x10','def');
12 SELECT DECODE(11,10,'x10','def');
14 SELECT DECODE(10,10,'x10',11,'x11','def');
15 SELECT DECODE(11,10,'x10',11,'x11','def');
16 SELECT DECODE(12,10,'x10',11,'x11','def');
29 SELECT DECODE(10);
[all …]
H A Dfunc_decode_oracle.result3 SELECT DECODE(10);
5 SELECT DECODE(10,10);
7 SELECT DECODE(10,10,'x10');
8 DECODE(10,10,'x10')
10 SELECT DECODE(11,10,'x10');
11 DECODE(11,10,'x10')
14 DECODE(10,10,'x10','def')
17 DECODE(11,10,'x10','def')
38 SELECT DECODE(10);
40 SELECT DECODE(10,10);
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/compat/oracle/
H A Dfunc_decode_oracle.test4 SELECT DECODE(10);
6 SELECT DECODE(10,10);
8 SELECT DECODE(10,10,'x10');
9 SELECT DECODE(11,10,'x10');
11 SELECT DECODE(10,10,'x10','def');
12 SELECT DECODE(11,10,'x10','def');
14 SELECT DECODE(10,10,'x10',11,'x11','def');
15 SELECT DECODE(11,10,'x10',11,'x11','def');
16 SELECT DECODE(12,10,'x10',11,'x11','def');
29 SELECT DECODE(10);
[all …]
H A Dfunc_decode_oracle.result3 SELECT DECODE(10);
5 SELECT DECODE(10,10);
7 SELECT DECODE(10,10,'x10');
8 DECODE(10,10,'x10')
10 SELECT DECODE(11,10,'x10');
11 DECODE(11,10,'x10')
14 DECODE(10,10,'x10','def')
17 DECODE(11,10,'x10','def')
38 SELECT DECODE(10);
40 SELECT DECODE(10,10);
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/compat/oracle/t/
H A Dfunc_decode.test4 SELECT DECODE(10);
6 SELECT DECODE(10,10);
8 SELECT DECODE(10,10,'x10');
9 SELECT DECODE(11,10,'x10');
11 SELECT DECODE(10,10,'x10','def');
12 SELECT DECODE(11,10,'x10','def');
14 SELECT DECODE(10,10,'x10',11,'x11','def');
15 SELECT DECODE(11,10,'x10',11,'x11','def');
16 SELECT DECODE(12,10,'x10',11,'x11','def');
29 SELECT DECODE(10);
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/compat/oracle/t/
H A Dfunc_decode.test4 SELECT DECODE(10);
6 SELECT DECODE(10,10);
8 SELECT DECODE(10,10,'x10');
9 SELECT DECODE(11,10,'x10');
11 SELECT DECODE(10,10,'x10','def');
12 SELECT DECODE(11,10,'x10','def');
14 SELECT DECODE(10,10,'x10',11,'x11','def');
15 SELECT DECODE(11,10,'x10',11,'x11','def');
16 SELECT DECODE(12,10,'x10',11,'x11','def');
29 SELECT DECODE(10);
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/compat/oracle/t/
H A Dfunc_decode.test4 SELECT DECODE(10);
6 SELECT DECODE(10,10);
8 SELECT DECODE(10,10,'x10');
9 SELECT DECODE(11,10,'x10');
11 SELECT DECODE(10,10,'x10','def');
12 SELECT DECODE(11,10,'x10','def');
14 SELECT DECODE(10,10,'x10',11,'x11','def');
15 SELECT DECODE(11,10,'x10',11,'x11','def');
16 SELECT DECODE(12,10,'x10',11,'x11','def');
29 SELECT DECODE(10);
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/compat/oracle/t/
H A Dfunc_decode.test4 SELECT DECODE(10);
6 SELECT DECODE(10,10);
8 SELECT DECODE(10,10,'x10');
9 SELECT DECODE(11,10,'x10');
11 SELECT DECODE(10,10,'x10','def');
12 SELECT DECODE(11,10,'x10','def');
14 SELECT DECODE(10,10,'x10',11,'x11','def');
15 SELECT DECODE(11,10,'x10',11,'x11','def');
16 SELECT DECODE(12,10,'x10',11,'x11','def');
29 SELECT DECODE(10);
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/suite/compat/oracle/t/
H A Dfunc_decode.test4 SELECT DECODE(10);
6 SELECT DECODE(10,10);
8 SELECT DECODE(10,10,'x10');
9 SELECT DECODE(11,10,'x10');
11 SELECT DECODE(10,10,'x10','def');
12 SELECT DECODE(11,10,'x10','def');
14 SELECT DECODE(10,10,'x10',11,'x11','def');
15 SELECT DECODE(11,10,'x10',11,'x11','def');
16 SELECT DECODE(12,10,'x10',11,'x11','def');
29 SELECT DECODE(10);
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/suite/compat/oracle/t/
H A Dfunc_decode.test4 SELECT DECODE(10);
6 SELECT DECODE(10,10);
8 SELECT DECODE(10,10,'x10');
9 SELECT DECODE(11,10,'x10');
11 SELECT DECODE(10,10,'x10','def');
12 SELECT DECODE(11,10,'x10','def');
14 SELECT DECODE(10,10,'x10',11,'x11','def');
15 SELECT DECODE(11,10,'x10',11,'x11','def');
16 SELECT DECODE(12,10,'x10',11,'x11','def');
29 SELECT DECODE(10);
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/compat/oracle/r/
H A Dfunc_decode.result2 SELECT DECODE(10);
4 SELECT DECODE(10,10);
6 SELECT DECODE(10,10,'x10');
7 DECODE(10,10,'x10')
9 SELECT DECODE(11,10,'x10');
10 DECODE(11,10,'x10')
13 DECODE(10,10,'x10','def')
16 DECODE(11,10,'x10','def')
37 SELECT DECODE(10);
39 SELECT DECODE(10,10);
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/compat/oracle/r/
H A Dfunc_decode.result2 SELECT DECODE(10);
4 SELECT DECODE(10,10);
6 SELECT DECODE(10,10,'x10');
7 DECODE(10,10,'x10')
9 SELECT DECODE(11,10,'x10');
10 DECODE(11,10,'x10')
13 DECODE(10,10,'x10','def')
16 DECODE(11,10,'x10','def')
37 SELECT DECODE(10);
39 SELECT DECODE(10,10);
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/compat/oracle/r/
H A Dfunc_decode.result2 SELECT DECODE(10);
4 SELECT DECODE(10,10);
6 SELECT DECODE(10,10,'x10');
7 DECODE(10,10,'x10')
9 SELECT DECODE(11,10,'x10');
10 DECODE(11,10,'x10')
13 DECODE(10,10,'x10','def')
16 DECODE(11,10,'x10','def')
37 SELECT DECODE(10);
39 SELECT DECODE(10,10);
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/compat/oracle/r/
H A Dfunc_decode.result2 SELECT DECODE(10);
4 SELECT DECODE(10,10);
6 SELECT DECODE(10,10,'x10');
7 DECODE(10,10,'x10')
9 SELECT DECODE(11,10,'x10');
10 DECODE(11,10,'x10')
13 DECODE(10,10,'x10','def')
16 DECODE(11,10,'x10','def')
37 SELECT DECODE(10);
39 SELECT DECODE(10,10);
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/suite/compat/oracle/r/
H A Dfunc_decode.result2 SELECT DECODE(10);
4 SELECT DECODE(10,10);
6 SELECT DECODE(10,10,'x10');
7 DECODE(10,10,'x10')
9 SELECT DECODE(11,10,'x10');
10 DECODE(11,10,'x10')
13 DECODE(10,10,'x10','def')
16 DECODE(11,10,'x10','def')
37 SELECT DECODE(10);
39 SELECT DECODE(10,10);
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/suite/compat/oracle/r/
H A Dfunc_decode.result2 SELECT DECODE(10);
4 SELECT DECODE(10,10);
6 SELECT DECODE(10,10,'x10');
7 DECODE(10,10,'x10')
9 SELECT DECODE(11,10,'x10');
10 DECODE(11,10,'x10')
13 DECODE(10,10,'x10','def')
16 DECODE(11,10,'x10','def')
37 SELECT DECODE(10);
39 SELECT DECODE(10,10);
[all …]
/dports/security/kdbxviewer/kdbxviewer-0.1.10/libcx9r/
H A Dbase64.c52 #define DECODE(x) ((x = dec[x]) != INVALID_ASCII) macro
75 if (!(DECODE(buf[0]) && DECODE(buf[1]) && DECODE(buf[2]) in base64_decode()
76 && DECODE(buf[3]))) { in base64_decode()
91 if (!(DECODE(buf[0]) && DECODE(buf[1]))) { in base64_decode()
99 if (!(DECODE(buf[0]) && DECODE(buf[1]) && DECODE(buf[2]))) { in base64_decode()
/dports/www/trafficserver/trafficserver-9.1.1/src/tscore/
H A Dink_base64.cc106 #ifdef DECODE
107 #undef DECODE
110 #define DECODE(x) printableToSixBit[(unsigned char)x] macro
144 buf[0] = static_cast<unsigned char>(DECODE(inBuffer[0]) << 2 | DECODE(inBuffer[1]) >> 4); in ats_base64_decode()
145 buf[1] = static_cast<unsigned char>(DECODE(inBuffer[1]) << 4 | DECODE(inBuffer[2]) >> 2); in ats_base64_decode()
146 buf[2] = static_cast<unsigned char>(DECODE(inBuffer[2]) << 6 | DECODE(inBuffer[3])); in ats_base64_decode()
157 if (DECODE(inBuffer[-2]) > MAX_PRINT_VAL) { in ats_base64_decode()
/dports/graphics/darktable38/darktable-3.8.0/src/external/rawspeed/fuzz/librawspeed/parsers/
H A Dmain.cpp29 #ifndef DECODE
30 #error DECODE must be defined as bool
47 #if DECODE
54 #if GETDECODER && DECODE
69 #if DECODE in LLVMFuzzerTestOneInput()
75 #if DECODE in LLVMFuzzerTestOneInput()
92 #if DECODE in LLVMFuzzerTestOneInput()
/dports/graphics/darktable/darktable-3.6.1/src/external/rawspeed/fuzz/librawspeed/parsers/
H A Dmain.cpp29 #ifndef DECODE
30 #error DECODE must be defined as bool
47 #if DECODE
54 #if GETDECODER && DECODE
69 #if DECODE in LLVMFuzzerTestOneInput()
75 #if DECODE in LLVMFuzzerTestOneInput()
92 #if DECODE in LLVMFuzzerTestOneInput()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/rawspeed/fuzz/librawspeed/parsers/
H A Dmain.cpp29 #ifndef DECODE
30 #error DECODE must be defined as bool
47 #if DECODE
54 #if GETDECODER && DECODE
69 #if DECODE in LLVMFuzzerTestOneInput()
75 #if DECODE in LLVMFuzzerTestOneInput()
92 #if DECODE in LLVMFuzzerTestOneInput()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcodec/jbig2/
H A DJBig2_GrdProc.cpp81 LTP = LTP ^ pArithDecoder->DECODE(&gbContext[0x9b25]); in decode_Arith_Template0_opt3()
155 LTP = LTP ^ pArithDecoder->DECODE(&gbContext[0x9b25]); in decode_Arith_Template0_unopt()
177 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); in decode_Arith_Template0_unopt()
206 LTP = LTP ^ pArithDecoder->DECODE(&gbContext[0x0795]); in decode_Arith_Template1_opt3()
280 LTP = LTP ^ pArithDecoder->DECODE(&gbContext[0x0795]); in decode_Arith_Template1_unopt()
300 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); in decode_Arith_Template1_unopt()
329 LTP = LTP ^ pArithDecoder->DECODE(&gbContext[0x00e5]); in decode_Arith_Template2_opt3()
403 LTP = LTP ^ pArithDecoder->DECODE(&gbContext[0x00e5]); in decode_Arith_Template2_unopt()
421 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); in decode_Arith_Template2_unopt()
449 LTP = LTP ^ pArithDecoder->DECODE(&gbContext[0x0195]); in decode_Arith_Template3_opt3()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcodec/jbig2/
H A DJBig2_GrdProc.cpp81 LTP = LTP ^ pArithDecoder->DECODE(&gbContext[0x9b25]); in decode_Arith_Template0_opt3()
155 LTP = LTP ^ pArithDecoder->DECODE(&gbContext[0x9b25]); in decode_Arith_Template0_unopt()
177 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); in decode_Arith_Template0_unopt()
206 LTP = LTP ^ pArithDecoder->DECODE(&gbContext[0x0795]); in decode_Arith_Template1_opt3()
280 LTP = LTP ^ pArithDecoder->DECODE(&gbContext[0x0795]); in decode_Arith_Template1_unopt()
300 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); in decode_Arith_Template1_unopt()
329 LTP = LTP ^ pArithDecoder->DECODE(&gbContext[0x00e5]); in decode_Arith_Template2_opt3()
403 LTP = LTP ^ pArithDecoder->DECODE(&gbContext[0x00e5]); in decode_Arith_Template2_unopt()
421 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]); in decode_Arith_Template2_unopt()
449 LTP = LTP ^ pArithDecoder->DECODE(&gbContext[0x0195]); in decode_Arith_Template3_opt3()
[all …]
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/fmv/codecs/
H A Dpcm.c132 DECODE(32, le24, src, samples, n, 8, 0) in pcm_decode_frame()
138 DECODE(32, be24, src, samples, n, 8, 0) in pcm_decode_frame()
141 DECODE(32, le24, src, samples, n, 8, 0x800000) in pcm_decode_frame()
157 DECODE(16, le16, src, samples, n, 0, 0x8000) in pcm_decode_frame()
160 DECODE(16, be16, src, samples, n, 0, 0x8000) in pcm_decode_frame()
179 DECODE(64, le64, src, samples, n, 0, 0) in pcm_decode_frame()
185 DECODE(32, le32, src, samples, n, 0, 0) in pcm_decode_frame()
191 DECODE(16, le16, src, samples, n, 0, 0) in pcm_decode_frame()
204 DECODE(64, be64, src, samples, n, 0, 0) in pcm_decode_frame()
208 DECODE(32, be32, src, samples, n, 0, 0) in pcm_decode_frame()
[all …]
/dports/www/mod_php81/php-8.1.1/ext/json/tests/
H A Dpass002.phpt8 echo "DECODE: AS OBJECT\n";
11 echo "DECODE: AS ARRAY\n";
22 echo "DECODE AGAIN: AS OBJECT\n";
25 echo "DECODE AGAIN: AS ARRAY\n";
32 DECODE: AS OBJECT
91 DECODE: AS ARRAY
154 DECODE AGAIN: AS OBJECT
213 DECODE AGAIN: AS ARRAY

12345678910>>...151