HomeSort by relevance Sort by last modified time
    Searched refs:Ss (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/clang/test/CodeGen/
arm-be-result-return.c 23 extern struct Ss { short s; } ss;
24 struct Ss callee_ss() { return ss; }
31 ss = callee_ss();
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
IpfThunk.h 81 UINT16 Ss; // 50
Thunk.c 79 DwordRegs.Ss = 0xFFFF;
102 Regs->X.SS = (UINT16) DwordRegs.Ss;
304 // Get the current flat GDT, IDT, and SS and store them in Private->IntThunk.
  /external/libjpeg-turbo/
jcmaster.c 186 int Ss, Se, Ah, Al;
197 /* For sequential JPEG, all scans must have Ss=0, Se=DCTSIZE2-1;
201 if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2 - 1) {
231 Ss = scanptr->Ss;
249 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 ||
252 if (Ss == 0) {
261 if (Ss != 0 && last_bitpos_ptr[0] < 0) /* AC without prior DC scan *
    [all...]
jdarith.c 212 if (!cinfo->progressive_mode || (cinfo->Ss == 0 && cinfo->Ah == 0)) {
218 if (!cinfo->progressive_mode || cinfo->Ss) {
353 for (k = cinfo->Ss; k <= cinfo->Se; k++) {
465 for (k = cinfo->Ss; k <= cinfo->Se; k++) {
640 if (cinfo->Ss == 0) {
644 /* need not check Ss/Se < 0 since they came from unsigned bytes */
645 if (cinfo->Se < cinfo->Ss || cinfo->Se > DCTSIZE2 - 1)
659 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
668 if (cinfo->Ss && coef_bit_ptr[0] < 0) /* AC without prior DC scan */
670 for (coefi = cinfo->Ss; coefi <= cinfo->Se; coefi++)
    [all...]
jcparam.c 408 fill_a_scan(jpeg_scan_info *scanptr, int ci, int Ss, int Se, int Ah, int Al)
413 scanptr->Ss = Ss;
422 fill_scans(jpeg_scan_info *scanptr, int ncomps, int Ss, int Se, int Ah, int Al)
430 scanptr->Ss = Ss;
450 scanptr->Ss = scanptr->Se = 0;
jdphuff.c 108 is_DC_band = (cinfo->Ss == 0);
116 /* need not check Ss/Se < 0 since they came from unsigned bytes */
117 if (cinfo->Ss > cinfo->Se || cinfo->Se >= DCTSIZE2)
138 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
148 for (coefi = cinfo->Ss; coefi <= cinfo->Se; coefi++) {
412 for (k = cinfo->Ss; k <= Se; k++) {
552 k = cinfo->Ss;
jcmarker.c 244 if (cinfo->Ss == 0 && cinfo->Ah == 0)
339 td = cinfo->Ss == 0 && cinfo->Ah == 0 ? compptr->dc_tbl_no : 0;
346 emit_byte(cinfo, cinfo->Ss);
577 if (cinfo->Ss == 0 && cinfo->Ah == 0)
jcarith.c 340 if (cinfo->progressive_mode == 0 || (cinfo->Ss == 0 && cinfo->Ah == 0)) {
414 arith_encode(cinfo, st + 1, 0); /* Table F.4: SS = S0 + 1 */
419 arith_encode(cinfo, st + 1, 1); /* Table F.4: SS = S0 + 1 */
498 for (k = cinfo->Ss; k <= ke; k++) {
641 for (k = cinfo->Ss; k <= ke; k++) {
729 arith_encode(cinfo, st + 1, 0); /* Table F.4: SS = S0 + 1 */
734 arith_encode(cinfo, st + 1, 1); /* Table F.4: SS = S0 + 1 */
846 if (cinfo->Ss == 0)
851 if (cinfo->Ss == 0)
863 if (cinfo->progressive_mode == 0 || (cinfo->Ss == 0 && cinfo->Ah == 0))
    [all...]
rdswitch.c 226 scanptr->Ss = (int)val;
238 scanptr->Ss = 0;
jcphuff.c 208 is_DC_band = (cinfo->Ss == 0);
456 if (entropy->cinfo->Ss == 0) {
658 int Sl = cinfo->Se - cinfo->Ss + 1;
682 entropy->AC_first_prepare(MCU_data[0][0], jpeg_natural_order + cinfo->Ss,
923 int Sl = cinfo->Se - cinfo->Ss + 1;
948 entropy->AC_refine_prepare(MCU_data[0][0], jpeg_natural_order + cinfo->Ss,
1051 is_DC_band = (cinfo->Ss == 0);
    [all...]
jpeglib.h 195 int Ss, Se; /* progressive JPEG spectral selection parms */
445 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */
677 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */
    [all...]
  /external/bsdiff/
bsdiff.cc 73 ssize_t overlap,Ss,lens;
159 s=0;Ss=0;lens=0;
165 if(s>Ss) { Ss=s; lens=i+1; };
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
ArchExceptionHandler.c 72 ReservedVectors[ExceptionType].OldSs = SystemContext.SystemContextX64->Ss;
107 SystemContext.SystemContextX64->Ss = ReservedVectors[ExceptionType].OldSs;
190 "GS - %016lx, SS - %016lx\n",
192 SystemContext.SystemContextX64->Ss
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
StmApi.h 822 UINT32 Ss;
856 UINT64 Ss;
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zptrace386_linux.go 63 Ss uint64
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
ArchExceptionHandler.c 159 "DS - %08x, ES - %08x, FS - %08x, GS - %08x, SS - %08x\n",
164 SystemContext.SystemContextIa32->Ss
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/Ia32/
ProcessorContext.h 191 UINT32 Ss;
282 UINT64 Ss;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DebugSupport/
DebugSupport.h 144 UINT32 Ss;
251 UINT64 Ss;
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmiException.S 141 # + Old SS +
196 ## UINT64 Gs, Fs, Es, Ds, Cs, Ss; insure high 16 bits of each is zero
198 pushq %rax # for ss
325 ## UINT64 Gs, Fs, Es, Ds, Cs, Ss;
336 popq 56(%rbp) # for ss
SmiException.asm 158 ; + Old SS +
212 ;; UINT64 Gs, Fs, Es, Ds, Cs, Ss; insure high 16 bits of each is zero
214 push rax ; for ss
341 ;; UINT64 Gs, Fs, Es, Ds, Cs, Ss;
352 pop qword ptr [rbp + 56] ; for ss
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
AsmFuncs.asm 230 mov rax, Ss
350 ;; UINT64 Gs, Fs, Es, Ds, Cs, Ss;
363 mov ss, rax
  /external/dng_sdk/source/
dng_lossless_jpeg.cpp 346 int32 Ss;
861 info.Ss = GetJpegChar ();
1170 (info.Ss == 1) &&
1181 (info.Ss == 1) &&
1412 switch (info.Ss)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
AsmFuncs.asm 89 ;; UINT64 Gs, Fs, Es, Ds, Cs, Ss;
191 ;; SS from interrupted task
221 ;; UINT64 Gs, Fs, Es, Ds, Cs, Ss;
300 ; application stack has ss, rsp, rflags, cs, & rip, so
306 ;; UINT64 Gs, Fs, Es, Ds, Cs, Ss; insure high 16 bits of each is zero
307 mov rax, ss
459 ;; UINT64 Gs, Fs, Es, Ds, Cs, Ss;
476 mov ss, rax
505 mov rcx, [rax + 32] ; SS
525 mov rax, ss
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DebugSupport.h 125 UINT32 Ss;
220 UINT64 Ss;

Completed in 1998 milliseconds

1 2 3 4