Home
last modified time | relevance | path

Searched refs:UST (Results 1 – 25 of 275) sorted by relevance

1234567891011

/dports/finance/gnucash/gnucash-4.9/libgnucash/tax/de_DE/
H A Dtxf-help.scm50 (UST . "Steuerfreie Umsätze mit Vorsteuerabzug")
51 (UST . "Innergemeinschaftliche Lieferungen (§ 4 Nr. 1 Buchst. b UStG)")
58 (UST . "Weitere steuerfreie Umsätze mit Vorsteuerabzug")
61 (UST . "Steuerfreie Umsätze ohne Vorsteuerabzug")
84 (UST . "Innergemeinschaftliche Erwerbe")
85 (UST . "Steuerfreie innergemeinschaftliche Erwerbe")
88 (UST . "Steuerpflichtige innergemeinschaftliche Erwerbe")
102 (UST . "Ergänzende Angaben zu Umsätzen")
112 (UST . "Leistungsempfänger als Steuerschuldner (§ 13b UStG)")
132 (UST . "Abziehbare Vorsteuerbeträge")
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Modules/
H A DFindLTTngUST.cmake18 ``LTTng::UST``
19 The LTTng-UST library, if found
27 ``TRUE`` if system has LTTng-UST
29 The LTTng-UST include directories
31 The libraries needed to use LTTng-UST
33 The LTTng-UST version
35 ``TRUE`` if the ``tracef()`` API is available in the system's LTTng-UST
37 ``TRUE`` if the ``tracelog()`` API is available in the system's LTTng-UST
84 if(NOT TARGET LTTng::UST)
85 add_library(LTTng::UST UNKNOWN IMPORTED)
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Modules/
H A DFindLTTngUST.cmake18 ``LTTng::UST``
19 The LTTng-UST library, if found
27 ``TRUE`` if system has LTTng-UST
29 The LTTng-UST include directories
31 The libraries needed to use LTTng-UST
33 The LTTng-UST version
35 ``TRUE`` if the ``tracef()`` API is available in the system's LTTng-UST
37 ``TRUE`` if the ``tracelog()`` API is available in the system's LTTng-UST
84 if(NOT TARGET LTTng::UST)
85 add_library(LTTng::UST UNKNOWN IMPORTED)
[all …]
/dports/devel/cmake/cmake-3.22.1/Modules/
H A DFindLTTngUST.cmake18 ``LTTng::UST``
19 The LTTng-UST library, if found
27 ``TRUE`` if system has LTTng-UST
29 The LTTng-UST include directories
31 The libraries needed to use LTTng-UST
33 The LTTng-UST version
35 ``TRUE`` if the ``tracef()`` API is available in the system's LTTng-UST
37 ``TRUE`` if the ``tracelog()`` API is available in the system's LTTng-UST
84 if(NOT TARGET LTTng::UST)
85 add_library(LTTng::UST UNKNOWN IMPORTED)
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Ds-stratt.adb88 function From_LLU is new UC (UST.Long_Long_Unsigned, S_LLU);
89 function From_LU is new UC (UST.Long_Unsigned, S_LU);
93 function From_SSU is new UC (UST.Short_Short_Unsigned, S_SSU);
94 function From_SU is new UC (UST.Short_Unsigned, S_SU);
95 function From_U is new UC (UST.Unsigned, S_U);
108 function To_LLU is new UC (S_LLU, UST.Long_Long_Unsigned);
109 function To_LU is new UC (S_LU, UST.Long_Unsigned);
113 function To_SSU is new UC (S_SSU, UST.Short_Short_Unsigned);
114 function To_SU is new UC (S_SU, UST.Short_Unsigned);
115 function To_U is new UC (S_U, UST.Unsigned);
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Ds-stratt.adb88 function From_LLU is new UC (UST.Long_Long_Unsigned, S_LLU);
89 function From_LU is new UC (UST.Long_Unsigned, S_LU);
93 function From_SSU is new UC (UST.Short_Short_Unsigned, S_SSU);
94 function From_SU is new UC (UST.Short_Unsigned, S_SU);
95 function From_U is new UC (UST.Unsigned, S_U);
108 function To_LLU is new UC (S_LLU, UST.Long_Long_Unsigned);
109 function To_LU is new UC (S_LU, UST.Long_Unsigned);
113 function To_SSU is new UC (S_SSU, UST.Short_Short_Unsigned);
114 function To_SU is new UC (S_SU, UST.Short_Unsigned);
115 function To_U is new UC (S_U, UST.Unsigned);
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/libgnat/
H A Ds-statxd.ads70 function I_LLU (Stream : not null access RST) return UST.Long_Long_Unsigned;
71 function I_LU (Stream : not null access RST) return UST.Long_Unsigned;
76 UST.Short_Short_Unsigned;
77 function I_SU (Stream : not null access RST) return UST.Short_Unsigned;
78 function I_U (Stream : not null access RST) return UST.Unsigned;
104 UST.Long_Long_Unsigned);
105 procedure W_LU (Stream : not null access RST; Item : UST.Long_Unsigned);
110 UST.Short_Short_Unsigned);
111 procedure W_SU (Stream : not null access RST; Item : UST.Short_Unsigned);
112 procedure W_U (Stream : not null access RST; Item : UST.Unsigned);
H A Ds-stratt.ads50 package UST renames System.Unsigned_Types; packspec
121 UST.Long_Long_Long_Unsigned;
123 UST.Long_Long_Unsigned;
124 function I_LU (Stream : not null access RST) return UST.Long_Unsigned;
129 UST.Short_Short_Unsigned;
130 function I_SU (Stream : not null access RST) return UST.Short_Unsigned;
131 function I_U (Stream : not null access RST) return UST.Unsigned;
161 UST.Long_Long_Unsigned);
162 procedure W_LU (Stream : not null access RST; Item : UST.Long_Unsigned);
168 procedure W_SU (Stream : not null access RST; Item : UST.Short_Unsigned);
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/libgnat/
H A Ds-statxd.ads70 function I_LLU (Stream : not null access RST) return UST.Long_Long_Unsigned;
71 function I_LU (Stream : not null access RST) return UST.Long_Unsigned;
76 UST.Short_Short_Unsigned;
77 function I_SU (Stream : not null access RST) return UST.Short_Unsigned;
78 function I_U (Stream : not null access RST) return UST.Unsigned;
104 UST.Long_Long_Unsigned);
105 procedure W_LU (Stream : not null access RST; Item : UST.Long_Unsigned);
110 UST.Short_Short_Unsigned);
111 procedure W_SU (Stream : not null access RST; Item : UST.Short_Unsigned);
112 procedure W_U (Stream : not null access RST; Item : UST.Unsigned);
H A Ds-stratt.ads50 package UST renames System.Unsigned_Types; packspec
121 UST.Long_Long_Long_Unsigned;
123 UST.Long_Long_Unsigned;
124 function I_LU (Stream : not null access RST) return UST.Long_Unsigned;
129 UST.Short_Short_Unsigned;
130 function I_SU (Stream : not null access RST) return UST.Short_Unsigned;
131 function I_U (Stream : not null access RST) return UST.Unsigned;
161 UST.Long_Long_Unsigned);
162 procedure W_LU (Stream : not null access RST; Item : UST.Long_Unsigned);
168 procedure W_SU (Stream : not null access RST; Item : UST.Short_Unsigned);
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/libgnat/
H A Ds-statxd.ads70 function I_LLU (Stream : not null access RST) return UST.Long_Long_Unsigned;
71 function I_LU (Stream : not null access RST) return UST.Long_Unsigned;
76 UST.Short_Short_Unsigned;
77 function I_SU (Stream : not null access RST) return UST.Short_Unsigned;
78 function I_U (Stream : not null access RST) return UST.Unsigned;
104 UST.Long_Long_Unsigned);
105 procedure W_LU (Stream : not null access RST; Item : UST.Long_Unsigned);
110 UST.Short_Short_Unsigned);
111 procedure W_SU (Stream : not null access RST; Item : UST.Short_Unsigned);
112 procedure W_U (Stream : not null access RST; Item : UST.Unsigned);
H A Ds-stratt.ads50 package UST renames System.Unsigned_Types; packspec
121 UST.Long_Long_Long_Unsigned;
123 UST.Long_Long_Unsigned;
124 function I_LU (Stream : not null access RST) return UST.Long_Unsigned;
129 UST.Short_Short_Unsigned;
130 function I_SU (Stream : not null access RST) return UST.Short_Unsigned;
131 function I_U (Stream : not null access RST) return UST.Unsigned;
161 UST.Long_Long_Unsigned);
162 procedure W_LU (Stream : not null access RST; Item : UST.Long_Unsigned);
168 procedure W_SU (Stream : not null access RST; Item : UST.Short_Unsigned);
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/libgnat/
H A Ds-statxd.ads70 function I_LLU (Stream : not null access RST) return UST.Long_Long_Unsigned;
71 function I_LU (Stream : not null access RST) return UST.Long_Unsigned;
76 UST.Short_Short_Unsigned;
77 function I_SU (Stream : not null access RST) return UST.Short_Unsigned;
78 function I_U (Stream : not null access RST) return UST.Unsigned;
104 UST.Long_Long_Unsigned);
105 procedure W_LU (Stream : not null access RST; Item : UST.Long_Unsigned);
110 UST.Short_Short_Unsigned);
111 procedure W_SU (Stream : not null access RST; Item : UST.Short_Unsigned);
112 procedure W_U (Stream : not null access RST; Item : UST.Unsigned);
H A Ds-stratt.ads50 package UST renames System.Unsigned_Types; packspec
121 UST.Long_Long_Long_Unsigned;
123 UST.Long_Long_Unsigned;
124 function I_LU (Stream : not null access RST) return UST.Long_Unsigned;
129 UST.Short_Short_Unsigned;
130 function I_SU (Stream : not null access RST) return UST.Short_Unsigned;
131 function I_U (Stream : not null access RST) return UST.Unsigned;
161 UST.Long_Long_Unsigned);
162 procedure W_LU (Stream : not null access RST; Item : UST.Long_Unsigned);
168 procedure W_SU (Stream : not null access RST; Item : UST.Short_Unsigned);
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-stratt.adb87 function From_LLU is new UC (UST.Long_Long_Unsigned, S_LLU);
88 function From_LU is new UC (UST.Long_Unsigned, S_LU);
93 function From_SU is new UC (UST.Short_Unsigned, S_SU);
94 function From_U is new UC (UST.Unsigned, S_U);
108 function To_LLU is new UC (S_LLU, UST.Long_Long_Unsigned);
109 function To_LU is new UC (S_LU, UST.Long_Unsigned);
113 function To_SSU is new UC (S_SSU, UST.Short_Short_Unsigned);
114 function To_SU is new UC (S_SU, UST.Short_Unsigned);
115 function To_U is new UC (S_U, UST.Unsigned);
613 (Stream : not null access RST; Item : UST.Long_Unsigned)
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/libgnat/
H A Ds-stratt.adb87 function From_LLU is new UC (UST.Long_Long_Unsigned, S_LLU);
88 function From_LU is new UC (UST.Long_Unsigned, S_LU);
93 function From_SU is new UC (UST.Short_Unsigned, S_SU);
94 function From_U is new UC (UST.Unsigned, S_U);
108 function To_LLU is new UC (S_LLU, UST.Long_Long_Unsigned);
109 function To_LU is new UC (S_LU, UST.Long_Unsigned);
113 function To_SSU is new UC (S_SSU, UST.Short_Short_Unsigned);
114 function To_SU is new UC (S_SU, UST.Short_Unsigned);
115 function To_U is new UC (S_U, UST.Unsigned);
613 (Stream : not null access RST; Item : UST.Long_Unsigned)
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-stratt.adb87 function From_LLU is new UC (UST.Long_Long_Unsigned, S_LLU);
88 function From_LU is new UC (UST.Long_Unsigned, S_LU);
93 function From_SU is new UC (UST.Short_Unsigned, S_SU);
94 function From_U is new UC (UST.Unsigned, S_U);
108 function To_LLU is new UC (S_LLU, UST.Long_Long_Unsigned);
109 function To_LU is new UC (S_LU, UST.Long_Unsigned);
113 function To_SSU is new UC (S_SSU, UST.Short_Short_Unsigned);
114 function To_SU is new UC (S_SU, UST.Short_Unsigned);
115 function To_U is new UC (S_U, UST.Unsigned);
613 (Stream : not null access RST; Item : UST.Long_Unsigned)
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Ds-stratt.adb87 function From_LLU is new UC (UST.Long_Long_Unsigned, S_LLU);
88 function From_LU is new UC (UST.Long_Unsigned, S_LU);
93 function From_SU is new UC (UST.Short_Unsigned, S_SU);
94 function From_U is new UC (UST.Unsigned, S_U);
108 function To_LLU is new UC (S_LLU, UST.Long_Long_Unsigned);
109 function To_LU is new UC (S_LU, UST.Long_Unsigned);
113 function To_SSU is new UC (S_SSU, UST.Short_Short_Unsigned);
114 function To_SU is new UC (S_SU, UST.Short_Unsigned);
115 function To_U is new UC (S_U, UST.Unsigned);
613 (Stream : not null access RST; Item : UST.Long_Unsigned)
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/libgnat/
H A Ds-stratt.adb87 function From_LLU is new UC (UST.Long_Long_Unsigned, S_LLU);
88 function From_LU is new UC (UST.Long_Unsigned, S_LU);
93 function From_SU is new UC (UST.Short_Unsigned, S_SU);
94 function From_U is new UC (UST.Unsigned, S_U);
108 function To_LLU is new UC (S_LLU, UST.Long_Long_Unsigned);
109 function To_LU is new UC (S_LU, UST.Long_Unsigned);
113 function To_SSU is new UC (S_SSU, UST.Short_Short_Unsigned);
114 function To_SU is new UC (S_SU, UST.Short_Unsigned);
115 function To_U is new UC (S_U, UST.Unsigned);
613 (Stream : not null access RST; Item : UST.Long_Unsigned)
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Ds-stratt.adb87 function From_LLU is new UC (UST.Long_Long_Unsigned, S_LLU);
88 function From_LU is new UC (UST.Long_Unsigned, S_LU);
93 function From_SU is new UC (UST.Short_Unsigned, S_SU);
94 function From_U is new UC (UST.Unsigned, S_U);
108 function To_LLU is new UC (S_LLU, UST.Long_Long_Unsigned);
109 function To_LU is new UC (S_LU, UST.Long_Unsigned);
113 function To_SSU is new UC (S_SSU, UST.Short_Short_Unsigned);
114 function To_SU is new UC (S_SU, UST.Short_Unsigned);
115 function To_U is new UC (S_U, UST.Unsigned);
613 (Stream : not null access RST; Item : UST.Long_Unsigned)
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/libgnat/
H A Ds-stratt.adb87 function From_LLU is new UC (UST.Long_Long_Unsigned, S_LLU);
88 function From_LU is new UC (UST.Long_Unsigned, S_LU);
93 function From_SU is new UC (UST.Short_Unsigned, S_SU);
94 function From_U is new UC (UST.Unsigned, S_U);
108 function To_LLU is new UC (S_LLU, UST.Long_Long_Unsigned);
109 function To_LU is new UC (S_LU, UST.Long_Unsigned);
113 function To_SSU is new UC (S_SSU, UST.Short_Short_Unsigned);
114 function To_SU is new UC (S_SU, UST.Short_Unsigned);
115 function To_U is new UC (S_U, UST.Unsigned);
613 (Stream : not null access RST; Item : UST.Long_Unsigned)
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Ds-stratt.adb87 function From_LLU is new UC (UST.Long_Long_Unsigned, S_LLU);
88 function From_LU is new UC (UST.Long_Unsigned, S_LU);
93 function From_SU is new UC (UST.Short_Unsigned, S_SU);
94 function From_U is new UC (UST.Unsigned, S_U);
108 function To_LLU is new UC (S_LLU, UST.Long_Long_Unsigned);
109 function To_LU is new UC (S_LU, UST.Long_Unsigned);
113 function To_SSU is new UC (S_SSU, UST.Short_Short_Unsigned);
114 function To_SU is new UC (S_SU, UST.Short_Unsigned);
115 function To_U is new UC (S_U, UST.Unsigned);
613 (Stream : not null access RST; Item : UST.Long_Unsigned)
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-stratt.adb87 function From_LLU is new UC (UST.Long_Long_Unsigned, S_LLU);
88 function From_LU is new UC (UST.Long_Unsigned, S_LU);
93 function From_SU is new UC (UST.Short_Unsigned, S_SU);
94 function From_U is new UC (UST.Unsigned, S_U);
108 function To_LLU is new UC (S_LLU, UST.Long_Long_Unsigned);
109 function To_LU is new UC (S_LU, UST.Long_Unsigned);
113 function To_SSU is new UC (S_SSU, UST.Short_Short_Unsigned);
114 function To_SU is new UC (S_SU, UST.Short_Unsigned);
115 function To_U is new UC (S_U, UST.Unsigned);
613 (Stream : not null access RST; Item : UST.Long_Unsigned)
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Ds-stratt.adb87 function From_LLU is new UC (UST.Long_Long_Unsigned, S_LLU);
88 function From_LU is new UC (UST.Long_Unsigned, S_LU);
93 function From_SU is new UC (UST.Short_Unsigned, S_SU);
94 function From_U is new UC (UST.Unsigned, S_U);
108 function To_LLU is new UC (S_LLU, UST.Long_Long_Unsigned);
109 function To_LU is new UC (S_LU, UST.Long_Unsigned);
113 function To_SSU is new UC (S_SSU, UST.Short_Short_Unsigned);
114 function To_SU is new UC (S_SU, UST.Short_Unsigned);
115 function To_U is new UC (S_U, UST.Unsigned);
613 (Stream : not null access RST; Item : UST.Long_Unsigned)
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-stratt.adb87 function From_LLU is new UC (UST.Long_Long_Unsigned, S_LLU);
88 function From_LU is new UC (UST.Long_Unsigned, S_LU);
93 function From_SU is new UC (UST.Short_Unsigned, S_SU);
94 function From_U is new UC (UST.Unsigned, S_U);
108 function To_LLU is new UC (S_LLU, UST.Long_Long_Unsigned);
109 function To_LU is new UC (S_LU, UST.Long_Unsigned);
113 function To_SSU is new UC (S_SSU, UST.Short_Short_Unsigned);
114 function To_SU is new UC (S_SU, UST.Short_Unsigned);
115 function To_U is new UC (S_U, UST.Unsigned);
613 (Stream : not null access RST; Item : UST.Long_Unsigned)
[all …]

1234567891011