/external/libjpeg-turbo/ |
D | jcmaster.c | 184 int Ss, Se, Ah, Al; in validate_script() local 199 if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2-1) { in validate_script() 229 Ss = scanptr->Ss; in validate_script() 247 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 || in validate_script() 250 if (Ss == 0) { in validate_script() 259 if (Ss != 0 && last_bitpos_ptr[0] < 0) /* AC without prior DC scan */ in validate_script() 261 for (coefi = Ss; coefi <= Se; coefi++) { in validate_script() 277 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0) in validate_script() 330 cinfo->Ss = scanptr->Ss; in select_scan_parameters() 346 cinfo->Ss = 0; in select_scan_parameters() [all …]
|
D | jdarith.c | 209 if (!cinfo->progressive_mode || (cinfo->Ss == 0 && cinfo->Ah == 0)) { in process_restart() 215 if (!cinfo->progressive_mode || cinfo->Ss) { in process_restart() 350 for (k = cinfo->Ss; k <= cinfo->Se; k++) { in decode_mcu_AC_first() 462 for (k = cinfo->Ss; k <= cinfo->Se; k++) { in decode_mcu_AC_refine() 637 if (cinfo->Ss == 0) { in start_pass() 642 if (cinfo->Se < cinfo->Ss || cinfo->Se > DCTSIZE2 - 1) in start_pass() 656 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass() 665 if (cinfo->Ss && coef_bit_ptr[0] < 0) /* AC without prior DC scan */ in start_pass() 667 for (coefi = cinfo->Ss; coefi <= cinfo->Se; coefi++) { in start_pass() 676 if (cinfo->Ss == 0) in start_pass() [all …]
|
D | jcparam.c | 408 int Ss, int Se, int Ah, int Al) in fill_a_scan() argument 413 scanptr->Ss = Ss; in fill_a_scan() 423 int Ss, int Se, int Ah, int Al) in fill_scans() argument 431 scanptr->Ss = Ss; in fill_scans() 451 scanptr->Ss = scanptr->Se = 0; in fill_dc_scans()
|
D | jdphuff.c | 104 is_DC_band = (cinfo->Ss == 0); in start_pass_phuff_decoder() 113 if (cinfo->Ss > cinfo->Se || cinfo->Se >= DCTSIZE2) in start_pass_phuff_decoder() 134 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass_phuff_decoder() 144 for (coefi = cinfo->Ss; coefi <= cinfo->Se; coefi++) { in start_pass_phuff_decoder() 400 for (k = cinfo->Ss; k <= Se; k++) { in decode_mcu_AC_first() 540 k = cinfo->Ss; in decode_mcu_AC_refine()
|
D | jcarith.c | 337 if (cinfo->progressive_mode == 0 || (cinfo->Ss == 0 && cinfo->Ah == 0)) { in emit_restart() 495 for (k = cinfo->Ss; k <= ke; k++) { in encode_mcu_AC_first() 638 for (k = cinfo->Ss; k <= ke; k++) { in encode_mcu_AC_refine() 843 if (cinfo->Ss == 0) in start_pass() 848 if (cinfo->Ss == 0) in start_pass() 860 if (cinfo->progressive_mode == 0 || (cinfo->Ss == 0 && cinfo->Ah == 0)) { in start_pass() 884 cinfo->arith_ac_K[tbl] = cinfo->Ss + ((8 + cinfo->Se - cinfo->Ss) >> 4); in start_pass()
|
D | jcphuff.c | 119 is_DC_band = (cinfo->Ss == 0); in start_pass_phuff() 360 if (entropy->cinfo->Ss == 0) { in emit_restart() 490 for (k = cinfo->Ss; k <= Se; k++) { in encode_mcu_AC_first() 647 for (k = cinfo->Ss; k <= Se; k++) { in encode_mcu_AC_refine() 667 for (k = cinfo->Ss; k <= Se; k++) { in encode_mcu_AC_refine() 780 is_DC_band = (cinfo->Ss == 0); in finish_pass_gather_phuff()
|
D | jcmarker.c | 244 if (cinfo->Ss == 0 && cinfo->Ah == 0) in emit_dac() 340 td = cinfo->Ss == 0 && cinfo->Ah == 0 ? compptr->dc_tbl_no : 0; in emit_sos() 347 emit_byte(cinfo, cinfo->Ss); in emit_sos() 578 if (cinfo->Ss == 0 && cinfo->Ah == 0) in write_scan_header()
|
D | rdswitch.c | 227 scanptr->Ss = (int) val; in read_scan_script() 239 scanptr->Ss = 0; in read_scan_script()
|
D | jpeglib.h | 195 int Ss, Se; /* progressive JPEG spectral selection parms */ member 445 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member 677 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
|
/external/llvm/test/Instrumentation/MemorySanitizer/ |
D | array_types.ll | 62 ; CHECK: [[Ss:%.*]] = load { i32, i32, [3 x i32] }, { i32, i32, [3 x i32] }* {{.*}}@__msan_param_tl… 63 ; CHECK: [[Sx:%.*]] = extractvalue { i32, i32, [3 x i32] } [[Ss]], 2, 1 74 ; CHECK: [[Ss:%.*]] = load [3 x { i32, i32 }], [3 x { i32, i32 }]* {{.*}}@__msan_param_tls to [3 x … 75 ; CHECK: [[Sx:%.*]] = extractvalue [3 x { i32, i32 }] [[Ss]], 2, 1 86 ; CHECK: [[Ss:%.*]] = load [3 x <8 x i16>], [3 x <8 x i16>]* {{.*}}@__msan_param_tls to [3 x <8 x i… 87 ; CHECK: [[Sx:%.*]] = extractvalue [3 x <8 x i16>] [[Ss]], 1
|
/external/bsdiff/ |
D | bsdiff.cc | 73 ssize_t overlap,Ss,lens; in bsdiff() local 160 s=0;Ss=0;lens=0; in bsdiff() 166 if(s>Ss) { Ss=s; lens=i+1; }; in bsdiff()
|
/external/clang/test/CodeGen/ |
D | arm-be-result-return.c | 23 extern struct Ss { short s; } ss; struct 24 struct Ss callee_ss() { return ss; } in callee_ss()
|
/external/dhcpcd-6.8.2/dhcpcd-hooks/ |
D | 30-hostname | 59 [Yy][Ee][Ss]|[Tt][Rr][Uu][Ee]|1) return 0;; 68 [Yy][Ee][Ss]|[Tt][Rr][Uu][Ee]|1) hfqdn=true;; 69 [Ss][Ee][Rr][Vv][Ee][Rr]) ;; 117 [Yy][Ee][Ss]|[Tt][Rr][Uu][Ee]|1) hfqdn=true;;
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 19a0ce1f606d078468e08fb677381814.00001cf4.honggfuzz.cov | 20 …�����ܳ�|+_V����Z�.�ɇ�^k D.A\m uWg��+����{�x���o�_�ރ�ᙅ��:��%șa&��Ss��v�$��/�Je��Y���… 24 …�����ܳ�|+_V����Z�.�ɇ�^k D.A\m uWg��+����{�x���o�_�ރ�ᙅ��:��%șa&��Ss��v�$��/�Je��Y���… 28 …���ܳ�|+_V����Z�.�ɇ�^k D.A\m uWg��+����{�x���o�_�ރ�ᙅ��:��%șa&��Ss��v�$��/�Je��Y���…
|
D | aaf3e879b7441e84545f1f1cf7e1eaa3.000097d0.honggfuzz.cov | 40 �g3�r�����xi�$���Y�Ss^�g�S��YsW����&��#۶�/1&s7�v¾���<��'�Ā��D��G=� ~B�j�� 46 �g3�r�����xi�$���Y�Ss^�g�S��YsW����&��#۶�/1&s7�v¾���<��'�Ā��D��G=� ~B�j��
|
D | 37f17fa2ec8716ec5d4be455cf0ded85.00002e3f.honggfuzz.cov | 26 ���G9w3����K�vf�G����+{I/��O�����+����Ss,�ob�5�\'4�lW�/��g�����>�8�,7�j3�`�a�(�Uf0�myI��… 46 x��n��8r�=�����1+�aJ�׆���?J����y��r�y�/�c�=���>���S�>��:6i��X.�����V�إ):U=)SsӒo�[@��6�g$… 75 x��n��8r�=�����1+�aJ�׆���?J����y��r�y�/�c�=���>���S�>��:6i��X.�����V�إ):U=)SsӒo�[@��6�g$… 99 x��n��8r�=�����1+�aJ�׆���?J����y��r�y�/�c�=���>���S�>��:6i��X.�����V�إ):U=)SsӒo�[@��6��
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 19a0ce1f606d078468e08fb677381814.00001cf4.honggfuzz.cov | 20 …�����ܳ�|+_V����Z�.�ɇ�^k D.A\m uWg��+����{�x���o�_�ރ�ᙅ��:��%șa&��Ss��v�$��/�Je��Y���… 24 …�����ܳ�|+_V����Z�.�ɇ�^k D.A\m uWg��+����{�x���o�_�ރ�ᙅ��:��%șa&��Ss��v�$��/�Je��Y���… 28 …���ܳ�|+_V����Z�.�ɇ�^k D.A\m uWg��+����{�x���o�_�ރ�ᙅ��:��%șa&��Ss��v�$��/�Je��Y���…
|
D | aaf3e879b7441e84545f1f1cf7e1eaa3.000097d0.honggfuzz.cov | 40 �g3�r�����xi�$���Y�Ss^�g�S��YsW����&��#۶�/1&s7�v¾���<��'�Ā��D��G=� ~B�j�� 46 �g3�r�����xi�$���Y�Ss^�g�S��YsW����&��#۶�/1&s7�v¾���<��'�Ā��D��G=� ~B�j��
|
/external/icu/icu4c/source/data/translit/ |
D | ru_Latn_ru_BGN.txt | 27 T[Ss] → Ц; 28 t[Ss] → ц;
|
/external/error_prone/javac/ |
D | javac-9+181-r4173-1.jar.asc | 12 Ss+ecNw1k1LeTjY3GzYqgND1uja2gOO5YnonkW2AWjBwAwwuI0LvXG4ttfdRQa95
|
/external/dng_sdk/source/ |
D | dng_lossless_jpeg.cpp | 346 int32 Ss; member 861 info.Ss = GetJpegChar (); in GetSos() 1170 (info.Ss == 1) && in DecoderStructInit() 1181 (info.Ss == 1) && in DecoderStructInit() 1412 switch (info.Ss) in QuickPredict() 2280 if (info.Ss == 8 && (numCOL & 1) == 0) in DecodeImage() 2415 if (compsInScan == 2 && info.Ss == 1 && numCOL > 1) in DecodeImage()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | IdnaTest.txt | 691 T; Ss\u06EB。\u200D; [C2]; xn--ss-59d. # ss۫. 692 N; Ss\u06EB。\u200D; [C2]; [C2] # ss۫. 696 B; Ss\u06EB.; ss\u06EB.; xn--ss-59d. # ss۫. 1135 T; \u200DSs。\u0EB4\u2B75; [B1 C2 P1 V5 V6]; [B1 P1 V5 V6] # ss.ິ 1136 N; \u200DSs。\u0EB4\u2B75; [B1 C2 P1 V5 V6]; [B1 C2 P1 V5 V6] # ss.ິ 1144 T; \u200DSs。\u0EB4\u2B75; [B1 C2 P1 V5 V6]; [B1 P1 V5 V6] # ss.ິ 1145 N; \u200DSs。\u0EB4\u2B75; [B1 C2 P1 V5 V6]; [B1 C2 P1 V5 V6] # ss.ິ 1194 T; \u200D。Ss; [B1 C2]; [B1] # .ss 1195 N; \u200D。Ss; [B1 C2]; [B1 C2] # .ss 1259 B; 3,.\u1CDC1.Ss; [P1 V5 V6]; [P1 V5 V6] # 3,.᳜1.ss [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | IdnaTest.txt | 691 T; Ss\u06EB。\u200D; [C2]; xn--ss-59d. # ss۫. 692 N; Ss\u06EB。\u200D; [C2]; [C2] # ss۫. 696 B; Ss\u06EB.; ss\u06EB.; xn--ss-59d. # ss۫. 1135 T; \u200DSs。\u0EB4\u2B75; [B1 C2 P1 V5 V6]; [B1 P1 V5 V6] # ss.ິ 1136 N; \u200DSs。\u0EB4\u2B75; [B1 C2 P1 V5 V6]; [B1 C2 P1 V5 V6] # ss.ິ 1144 T; \u200DSs。\u0EB4\u2B75; [B1 C2 P1 V5 V6]; [B1 P1 V5 V6] # ss.ິ 1145 N; \u200DSs。\u0EB4\u2B75; [B1 C2 P1 V5 V6]; [B1 C2 P1 V5 V6] # ss.ິ 1194 T; \u200D。Ss; [B1 C2]; [B1] # .ss 1195 N; \u200D。Ss; [B1 C2]; [B1 C2] # .ss 1259 B; 3,.\u1CDC1.Ss; [P1 V5 V6]; [P1 V5 V6] # 3,.᳜1.ss [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/ |
D | IdnaTest.txt | 691 T; Ss\u06EB。\u200D; [C2]; xn--ss-59d. # ss۫. 692 N; Ss\u06EB。\u200D; [C2]; [C2] # ss۫. 696 B; Ss\u06EB.; ss\u06EB.; xn--ss-59d. # ss۫. 1135 T; \u200DSs。\u0EB4\u2B75; [B1 C2 P1 V5 V6]; [B1 P1 V5 V6] # ss.ິ 1136 N; \u200DSs。\u0EB4\u2B75; [B1 C2 P1 V5 V6]; [B1 C2 P1 V5 V6] # ss.ິ 1144 T; \u200DSs。\u0EB4\u2B75; [B1 C2 P1 V5 V6]; [B1 P1 V5 V6] # ss.ິ 1145 N; \u200DSs。\u0EB4\u2B75; [B1 C2 P1 V5 V6]; [B1 C2 P1 V5 V6] # ss.ິ 1194 T; \u200D。Ss; [B1 C2]; [B1] # .ss 1195 N; \u200D。Ss; [B1 C2]; [B1 C2] # .ss 1259 B; 3,.\u1CDC1.Ss; [P1 V5 V6]; [P1 V5 V6] # 3,.᳜1.ss [all …]
|
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/ |
D | DebugSupport.h | 123 UINT32 Ss; member 217 UINT64 Ss; member
|