Home
last modified time | relevance | path

Searched refs:TSS (Results 1 – 25 of 1156) sorted by relevance

12345678910>>...47

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kernel/
H A Ddoublefault_32.c47 regs.ss = TSS(ss); in doublefault_shim()
49 regs.sp = TSS(sp); in doublefault_shim()
51 regs.cs = TSS(cs); in doublefault_shim()
54 regs.ip = TSS(ip); in doublefault_shim()
56 regs.gs = TSS(gs); in doublefault_shim()
58 regs.fs = TSS(fs); in doublefault_shim()
60 regs.es = TSS(es); in doublefault_shim()
62 regs.ds = TSS(ds); in doublefault_shim()
64 regs.ax = TSS(ax); in doublefault_shim()
65 regs.bp = TSS(bp); in doublefault_shim()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kernel/
H A Ddoublefault_32.c47 regs.ss = TSS(ss); in doublefault_shim()
49 regs.sp = TSS(sp); in doublefault_shim()
51 regs.cs = TSS(cs); in doublefault_shim()
54 regs.ip = TSS(ip); in doublefault_shim()
56 regs.gs = TSS(gs); in doublefault_shim()
58 regs.fs = TSS(fs); in doublefault_shim()
60 regs.es = TSS(es); in doublefault_shim()
62 regs.ds = TSS(ds); in doublefault_shim()
64 regs.ax = TSS(ax); in doublefault_shim()
65 regs.bp = TSS(bp); in doublefault_shim()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kernel/
H A Ddoublefault_32.c47 regs.ss = TSS(ss); in doublefault_shim()
49 regs.sp = TSS(sp); in doublefault_shim()
51 regs.cs = TSS(cs); in doublefault_shim()
54 regs.ip = TSS(ip); in doublefault_shim()
56 regs.gs = TSS(gs); in doublefault_shim()
58 regs.fs = TSS(fs); in doublefault_shim()
60 regs.es = TSS(es); in doublefault_shim()
62 regs.ds = TSS(ds); in doublefault_shim()
64 regs.ax = TSS(ax); in doublefault_shim()
65 regs.bp = TSS(bp); in doublefault_shim()
[all …]
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/Math/
H A DStats_T.cpp815 TwoSampleStats<double> TSS,TSS1,TSS2,TSS3; in main() local
826 TSS.Add(data[5*i],wl2*data[5*i+2] - data[5*i+4]); // TwoSampleStats sow,L2-P2 in main()
851 << " TwoSampleStats\n" << TSS.asString("",0,8) << endl in main()
860 TSS.Dump(vi,vd); TSS.Load(vi,vd); in main()
865 << " TwoSampleStats\n" << TSS.asString("",0,8); in main()
872 TSS = TSS1; TSS += TSS2; in main()
877 << " TwoSampleStats\n" << TSS.asString("",0,8); in main()
882 S3 = S; WS3 = WS; SS3 = SS; TSS3 = TSS; // save total in *3 in main()
903 TSS.Subtract(data[5*i],wl2*data[5*i+2] - data[5*i+4]); // sow,L2-P2 in main()
912 << "\n TwoSampleStats:\n" << TSS.asShortString("",0,8) << endl in main()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_tss.adb95 procedure Copy_TSS (TSS : Entity_Id; Typ : Entity_Id) is
109 Prepend_Elmt (TSS, TSS_Elist (FN));
155 Proc := TSS (Btyp, Nam);
170 Proc := TSS (Base_Type (Underlying_Type (Typ)), Nam);
430 procedure Set_TSS (Typ : Entity_Id; TSS : Entity_Id) is
437 if (Is_Init_Proc (TSS) or else Is_CPP_Init_Proc (TSS))
445 elsif not In_Same_Code_Unit (Typ, TSS) then
451 Append_Freeze_Action (Typ, Unit_Declaration_Node (TSS));
456 Copy_TSS (TSS, Typ);
503 end TSS;
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dexp_tss.adb95 procedure Copy_TSS (TSS : Entity_Id; Typ : Entity_Id) is
109 Prepend_Elmt (TSS, TSS_Elist (FN));
155 Proc := TSS (Btyp, Nam);
170 Proc := TSS (Base_Type (Underlying_Type (Typ)), Nam);
430 procedure Set_TSS (Typ : Entity_Id; TSS : Entity_Id) is
437 if (Is_Init_Proc (TSS) or else Is_CPP_Init_Proc (TSS))
445 elsif not In_Same_Code_Unit (Typ, TSS) then
451 Append_Freeze_Action (Typ, Unit_Declaration_Node (TSS));
456 Copy_TSS (TSS, Typ);
503 end TSS;
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dexp_tss.adb95 procedure Copy_TSS (TSS : Entity_Id; Typ : Entity_Id) is
109 Prepend_Elmt (TSS, TSS_Elist (FN));
155 Proc := TSS (Btyp, Nam);
170 Proc := TSS (Base_Type (Underlying_Type (Typ)), Nam);
430 procedure Set_TSS (Typ : Entity_Id; TSS : Entity_Id) is
437 if (Is_Init_Proc (TSS) or else Is_CPP_Init_Proc (TSS))
445 elsif not In_Same_Code_Unit (Typ, TSS) then
451 Append_Freeze_Action (Typ, Unit_Declaration_Node (TSS));
456 Copy_TSS (TSS, Typ);
503 end TSS;
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_tss.adb95 procedure Copy_TSS (TSS : Entity_Id; Typ : Entity_Id) is
109 Prepend_Elmt (TSS, TSS_Elist (FN));
155 Proc := TSS (Btyp, Nam);
170 Proc := TSS (Base_Type (Underlying_Type (Typ)), Nam);
430 procedure Set_TSS (Typ : Entity_Id; TSS : Entity_Id) is
437 if (Is_Init_Proc (TSS) or else Is_CPP_Init_Proc (TSS))
445 elsif not In_Same_Code_Unit (Typ, TSS) then
451 Append_Freeze_Action (Typ, Unit_Declaration_Node (TSS));
456 Copy_TSS (TSS, Typ);
503 end TSS;
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dexp_tss.adb95 procedure Copy_TSS (TSS : Entity_Id; Typ : Entity_Id) is
109 Prepend_Elmt (TSS, TSS_Elist (FN));
155 Proc := TSS (Btyp, Nam);
170 Proc := TSS (Base_Type (Underlying_Type (Typ)), Nam);
430 procedure Set_TSS (Typ : Entity_Id; TSS : Entity_Id) is
437 if (Is_Init_Proc (TSS) or else Is_CPP_Init_Proc (TSS))
445 elsif not In_Same_Code_Unit (Typ, TSS) then
451 Append_Freeze_Action (Typ, Unit_Declaration_Node (TSS));
456 Copy_TSS (TSS, Typ);
503 end TSS;
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dexp_tss.adb95 procedure Copy_TSS (TSS : Entity_Id; Typ : Entity_Id) is
109 Prepend_Elmt (TSS, TSS_Elist (FN));
155 Proc := TSS (Btyp, Nam);
170 Proc := TSS (Base_Type (Underlying_Type (Typ)), Nam);
430 procedure Set_TSS (Typ : Entity_Id; TSS : Entity_Id) is
437 if (Is_Init_Proc (TSS) or else Is_CPP_Init_Proc (TSS))
445 elsif not In_Same_Code_Unit (Typ, TSS) then
451 Append_Freeze_Action (Typ, Unit_Declaration_Node (TSS));
456 Copy_TSS (TSS, Typ);
503 end TSS;
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dexp_tss.adb95 procedure Copy_TSS (TSS : Entity_Id; Typ : Entity_Id) is
109 Prepend_Elmt (TSS, TSS_Elist (FN));
155 Proc := TSS (Btyp, Nam);
170 Proc := TSS (Base_Type (Underlying_Type (Typ)), Nam);
430 procedure Set_TSS (Typ : Entity_Id; TSS : Entity_Id) is
437 if (Is_Init_Proc (TSS) or else Is_CPP_Init_Proc (TSS))
445 elsif not In_Same_Code_Unit (Typ, TSS) then
451 Append_Freeze_Action (Typ, Unit_Declaration_Node (TSS));
456 Copy_TSS (TSS, Typ);
503 end TSS;
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_tss.adb95 procedure Copy_TSS (TSS : Entity_Id; Typ : Entity_Id) is
109 Prepend_Elmt (TSS, TSS_Elist (FN));
155 Proc := TSS (Btyp, Nam);
170 Proc := TSS (Base_Type (Underlying_Type (Typ)), Nam);
430 procedure Set_TSS (Typ : Entity_Id; TSS : Entity_Id) is
437 if (Is_Init_Proc (TSS) or else Is_CPP_Init_Proc (TSS))
445 elsif not In_Same_Code_Unit (Typ, TSS) then
451 Append_Freeze_Action (Typ, Unit_Declaration_Node (TSS));
456 Copy_TSS (TSS, Typ);
503 end TSS;
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dexp_tss.adb95 procedure Copy_TSS (TSS : Entity_Id; Typ : Entity_Id) is
109 Prepend_Elmt (TSS, TSS_Elist (FN));
155 Proc := TSS (Btyp, Nam);
170 Proc := TSS (Base_Type (Underlying_Type (Typ)), Nam);
430 procedure Set_TSS (Typ : Entity_Id; TSS : Entity_Id) is
437 if (Is_Init_Proc (TSS) or else Is_CPP_Init_Proc (TSS))
445 elsif not In_Same_Code_Unit (Typ, TSS) then
451 Append_Freeze_Action (Typ, Unit_Declaration_Node (TSS));
456 Copy_TSS (TSS, Typ);
503 end TSS;
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dexp_tss.adb95 procedure Copy_TSS (TSS : Entity_Id; Typ : Entity_Id) is
109 Prepend_Elmt (TSS, TSS_Elist (FN));
155 Proc := TSS (Btyp, Nam);
170 Proc := TSS (Base_Type (Underlying_Type (Typ)), Nam);
430 procedure Set_TSS (Typ : Entity_Id; TSS : Entity_Id) is
437 if (Is_Init_Proc (TSS) or else Is_CPP_Init_Proc (TSS))
445 elsif not In_Same_Code_Unit (Typ, TSS) then
451 Append_Freeze_Action (Typ, Unit_Declaration_Node (TSS));
456 Copy_TSS (TSS, Typ);
503 end TSS;
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_tss.adb95 procedure Copy_TSS (TSS : Entity_Id; Typ : Entity_Id) is
109 Prepend_Elmt (TSS, TSS_Elist (FN));
155 Proc := TSS (Btyp, Nam);
170 Proc := TSS (Base_Type (Underlying_Type (Typ)), Nam);
430 procedure Set_TSS (Typ : Entity_Id; TSS : Entity_Id) is
437 if (Is_Init_Proc (TSS) or else Is_CPP_Init_Proc (TSS))
445 elsif not In_Same_Code_Unit (Typ, TSS) then
451 Append_Freeze_Action (Typ, Unit_Declaration_Node (TSS));
456 Copy_TSS (TSS, Typ);
503 end TSS;
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dexp_tss.adb95 procedure Copy_TSS (TSS : Entity_Id; Typ : Entity_Id) is
109 Prepend_Elmt (TSS, TSS_Elist (FN));
155 Proc := TSS (Btyp, Nam);
170 Proc := TSS (Base_Type (Underlying_Type (Typ)), Nam);
430 procedure Set_TSS (Typ : Entity_Id; TSS : Entity_Id) is
437 if (Is_Init_Proc (TSS) or else Is_CPP_Init_Proc (TSS))
445 elsif not In_Same_Code_Unit (Typ, TSS) then
451 Append_Freeze_Action (Typ, Unit_Declaration_Node (TSS));
456 Copy_TSS (TSS, Typ);
503 end TSS;
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dexp_tss.adb95 procedure Copy_TSS (TSS : Entity_Id; Typ : Entity_Id) is
109 Prepend_Elmt (TSS, TSS_Elist (FN));
155 Proc := TSS (Btyp, Nam);
170 Proc := TSS (Base_Type (Underlying_Type (Typ)), Nam);
430 procedure Set_TSS (Typ : Entity_Id; TSS : Entity_Id) is
437 if (Is_Init_Proc (TSS) or else Is_CPP_Init_Proc (TSS))
445 elsif not In_Same_Code_Unit (Typ, TSS) then
451 Append_Freeze_Action (Typ, Unit_Declaration_Node (TSS));
456 Copy_TSS (TSS, Typ);
503 end TSS;
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dexp_tss.adb95 procedure Copy_TSS (TSS : Entity_Id; Typ : Entity_Id) is
109 Prepend_Elmt (TSS, TSS_Elist (FN));
155 Proc := TSS (Btyp, Nam);
170 Proc := TSS (Base_Type (Underlying_Type (Typ)), Nam);
430 procedure Set_TSS (Typ : Entity_Id; TSS : Entity_Id) is
437 if (Is_Init_Proc (TSS) or else Is_CPP_Init_Proc (TSS))
445 elsif not In_Same_Code_Unit (Typ, TSS) then
451 Append_Freeze_Action (Typ, Unit_Declaration_Node (TSS));
456 Copy_TSS (TSS, Typ);
503 end TSS;
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dexp_tss.adb96 procedure Copy_TSS (TSS : Entity_Id; Typ : Entity_Id) is
110 Prepend_Elmt (TSS, TSS_Elist (FN));
156 Proc := TSS (Btyp, Nam);
171 Proc := TSS (Base_Type (Underlying_Type (Typ)), Nam);
442 procedure Set_TSS (Typ : Entity_Id; TSS : Entity_Id) is
449 if (Is_Init_Proc (TSS) or else Is_CPP_Init_Proc (TSS))
457 elsif not In_Same_Code_Unit (Typ, TSS) then
463 Append_Freeze_Action (Typ, Unit_Declaration_Node (TSS));
468 Copy_TSS (TSS, Typ);
515 end TSS;
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dexp_tss.adb96 procedure Copy_TSS (TSS : Entity_Id; Typ : Entity_Id) is
110 Prepend_Elmt (TSS, TSS_Elist (FN));
156 Proc := TSS (Btyp, Nam);
171 Proc := TSS (Base_Type (Underlying_Type (Typ)), Nam);
442 procedure Set_TSS (Typ : Entity_Id; TSS : Entity_Id) is
449 if (Is_Init_Proc (TSS) or else Is_CPP_Init_Proc (TSS))
457 elsif not In_Same_Code_Unit (Typ, TSS) then
463 Append_Freeze_Action (Typ, Unit_Declaration_Node (TSS));
468 Copy_TSS (TSS, Typ);
515 end TSS;
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dexp_tss.adb96 procedure Copy_TSS (TSS : Entity_Id; Typ : Entity_Id) is
110 Prepend_Elmt (TSS, TSS_Elist (FN));
156 Proc := TSS (Btyp, Nam);
171 Proc := TSS (Base_Type (Underlying_Type (Typ)), Nam);
442 procedure Set_TSS (Typ : Entity_Id; TSS : Entity_Id) is
449 if (Is_Init_Proc (TSS) or else Is_CPP_Init_Proc (TSS))
457 elsif not In_Same_Code_Unit (Typ, TSS) then
463 Append_Freeze_Action (Typ, Unit_Declaration_Node (TSS));
468 Copy_TSS (TSS, Typ);
515 end TSS;
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dexp_tss.adb96 procedure Copy_TSS (TSS : Entity_Id; Typ : Entity_Id) is
110 Prepend_Elmt (TSS, TSS_Elist (FN));
162 Proc := TSS (Btyp, Nam);
179 Proc := TSS (Base_Type (Underlying_Type (Typ)), Nam);
450 procedure Set_TSS (Typ : Entity_Id; TSS : Entity_Id) is
457 if (Is_Init_Proc (TSS) or else Is_CPP_Init_Proc (TSS))
465 elsif not In_Same_Code_Unit (Typ, TSS) then
471 Append_Freeze_Action (Typ, Unit_Declaration_Node (TSS));
476 Copy_TSS (TSS, Typ);
483 function TSS (Typ : Entity_Id; Nam : TSS_Name_Type) return Entity_Id is subprogram
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dexp_tss.adb99 procedure Copy_TSS (TSS : Entity_Id; Typ : Entity_Id) is
113 Prepend_Elmt (TSS, TSS_Elist (FN));
165 Proc := TSS (Btyp, Nam);
182 Proc := TSS (Base_Type (Underlying_Type (Typ)), Nam);
453 procedure Set_TSS (Typ : Entity_Id; TSS : Entity_Id) is
460 if (Is_Init_Proc (TSS) or else Is_CPP_Init_Proc (TSS))
468 elsif not In_Same_Code_Unit (Typ, TSS) then
474 Append_Freeze_Action (Typ, Unit_Declaration_Node (TSS));
479 Copy_TSS (TSS, Typ);
486 function TSS (Typ : Entity_Id; Nam : TSS_Name_Type) return Entity_Id is subprogram
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dexp_tss.adb96 procedure Copy_TSS (TSS : Entity_Id; Typ : Entity_Id) is
110 Prepend_Elmt (TSS, TSS_Elist (FN));
162 Proc := TSS (Btyp, Nam);
179 Proc := TSS (Base_Type (Underlying_Type (Typ)), Nam);
450 procedure Set_TSS (Typ : Entity_Id; TSS : Entity_Id) is
457 if (Is_Init_Proc (TSS) or else Is_CPP_Init_Proc (TSS))
465 elsif not In_Same_Code_Unit (Typ, TSS) then
471 Append_Freeze_Action (Typ, Unit_Declaration_Node (TSS));
476 Copy_TSS (TSS, Typ);
483 function TSS (Typ : Entity_Id; Nam : TSS_Name_Type) return Entity_Id is subprogram
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dexp_tss.adb96 procedure Copy_TSS (TSS : Entity_Id; Typ : Entity_Id) is
110 Prepend_Elmt (TSS, TSS_Elist (FN));
162 Proc := TSS (Btyp, Nam);
179 Proc := TSS (Base_Type (Underlying_Type (Typ)), Nam);
450 procedure Set_TSS (Typ : Entity_Id; TSS : Entity_Id) is
457 if (Is_Init_Proc (TSS) or else Is_CPP_Init_Proc (TSS))
465 elsif not In_Same_Code_Unit (Typ, TSS) then
471 Append_Freeze_Action (Typ, Unit_Declaration_Node (TSS));
476 Copy_TSS (TSS, Typ);
483 function TSS (Typ : Entity_Id; Nam : TSS_Name_Type) return Entity_Id is subprogram
[all …]

12345678910>>...47