Home
last modified time | relevance | path

Searched full:translation (Results 1 – 25 of 1341) sorted by relevance

12345678910>>...54

/freebsd/tools/tools/locale/etc/
H A Dcharmaps.xml162 <translation encoding="ISO8859-1" cldr="EURO_SIGN" string="Eu" />
163 <translation encoding="ISO8859-2" cldr="EURO_SIGN" string="Eu" />
164 <translation encoding="ISO8859-4" cldr="EURO_SIGN" string="Eu" />
165 <translation encoding="ISO8859-13" cldr="EURO_SIGN" string="Eu" />
168 <translation encoding="ISO8859-1 ISO8859-2 ISO8859-4 ISO8859-13 ISO8859-15"
170 <translation encoding="ISO8859-2"
174 Where possible use the international or ISO translation!
176 <translation encoding="ISO8859-2" ucc="0408"
179 <translation encoding="ISO8859-2" ucc="0458"
181 <translation encoding="ISO8859-2" ucc="0409"
[all …]
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a75/
H A Dmmu.json3 "PublicDescription": "Duration of a translation table walk handled by the MMU",
6 "BriefDescription": "Duration of a translation table walk handled by the MMU"
9 …"PublicDescription": "Duration of a Stage 1 translation table walk handled by the MMU. This event …
12 …"BriefDescription": "Duration of a Stage 1 translation table walk handled by the MMU. This event i…
15 …"PublicDescription": "Duration of a Stage 2 translation table walk handled by the MMU. This event …
18 …"BriefDescription": "Duration of a Stage 2 translation table walk handled by the MMU. This event i…
21 "PublicDescription": "Duration of a translation table walk requested by the LSU",
24 "BriefDescription": "Duration of a translation table walk requested by the LSU"
27 … "PublicDescription": "Duration of a translation table walk requested by the instruction side",
30 "BriefDescription": "Duration of a translation table walk requested by the instruction side"
[all …]
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a73/
H A Dmmu.json3 "PublicDescription": "Duration of a translation table walk handled by the MMU",
6 "BriefDescription": "Duration of a translation table walk handled by the MMU"
9 "PublicDescription": "Duration of a Stage 1 translation table walk handled by the MMU",
12 "BriefDescription": "Duration of a Stage 1 translation table walk handled by the MMU"
15 "PublicDescription": "Duration of a Stage 2 translation table walk handled by the MMU",
18 "BriefDescription": "Duration of a Stage 2 translation table walk handled by the MMU"
21 "PublicDescription": "Duration of a translation table walk requested by the LSU",
24 "BriefDescription": "Duration of a translation table walk requested by the LSU"
27 … "PublicDescription": "Duration of a translation table walk requested by the Instruction Side",
30 "BriefDescription": "Duration of a translation table walk requested by the Instruction Side"
[all …]
/freebsd/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c48 * |translation| The translation item, to be pilfered for data as
50 * |ctx| The translation context, which contains copies of
156 const struct translation_st *translation,
159 const struct translation_st *translation,
175 * For ctrl to params translation, the actual ctrl command number used.
176 * For params to ctrl translation, 0.
180 * For ctrl_str to params translation, the actual ctrl command string
182 * For params to ctrl translation, this is NULL. Along with it is also
184 * translation item.
242 * Lookup and translation attributes
[all …]
/freebsd/sys/dev/isci/scil/
H A Dsati.h60 * that can be utilized by a user to perform SCSI-to-ATA Translation.
76 * new translation sequence. Set up the initial sequence state.
85 * @brief This method will be called by the core to request the current translation
89 * data associated with the translation.
93 * is a failure in translation resulting in sense data, then
98 * resultant ATA command if translation is successful. This
116 * data associated with the translation.
122 * is a failure in translation resulting in sense data, then
127 * resultant ATA command if translation is successful. This
132 * @return Indicate if the translation was successful.
[all …]
H A Dsati_write_and_verify.c80 * @return Indicate if the command translation succeeded.
81 * @retval SCI_SUCCESS This is returned if the command translation was
84 * a problem with the translation of write long.
86 * state for a sati_write_and_verify_10 translation.
125 * @return Indicate if the command translation succeeded.
126 * @retval SCI_SUCCESS This is returned if the command translation was
129 * a problem with the translation of write long.
131 * state for a sati_write_and_verify_12 translation.
170 * @return Indicate if the command translation succeeded.
171 * @retval SCI_SUCCESS This is returned if the command translation was
[all …]
H A Dsati_design.h66 Translation Implementation (SATI). Driver developers are the primary
69 Attachment), and SAT (SCSI-to-ATA Translation).
90 - sati_translate_response() (this method performs data translation).
105 when it is passed back through callback methods during translation.
110 through callback methods during translation.
126 @image html Use_Case_Diagram__SATI__SATI_-_SPC.jpg "SCSI Primary Command Translation Use Cases"
131 @image html Use_Case_Diagram__SATI__SATI_-_SBC.jpg "SCSI Block Command Translation Use Cases"
133 The SCSI-to-ATA Translation (SAT) specification defines a few of its own
137 @image html Use_Case_Diagram__SATI__SATI_-_SAT_Specific.jpg "SCSI-to-ATA Translation Specific Use C…
148 This sequence diagram simply depicts the high-level translation sequence to
[all …]
H A Dsati_verify.c78 * @brief This method performs the SCSI VERIFY command translation
136 * @brief This method performs all of the translation required for a
139 * - logical block address translation
140 * - transfer length (sector count) translation
141 * - translation items common to all VERIFY CDB sizes.
145 * @return Indicate if the command translation was successful.
179 * @brief This method performs all of the translation required for a
182 * - logical block address translation
183 * - transfer length (sector count) translation
184 * - translation items common to all VERIFY CDB sizes.
[all …]
H A Dsati_unmap.c96 * @brief This method performs the SCSI Unmap command translation
130 // The UNMAP translation will always require a callback in sati_unmap_construct()
170 // Update the internal state for the next translation pass in sati_unmap_load_next_descriptor()
214 * @brief This method will be called before starting the first unmap translation
216 * @return Indicate if the translation was successful.
217 * @retval SATI_SUCCESS This is returned if the command translation was
238 // Set up the sequence type for unmap translation in sati_unmap_initial_processing()
316 // for the translation in terms of number of blocks in sati_unmap_initial_processing()
319 // Save the maximum number of DSM descriptors we can send during the translation in sati_unmap_initial_processing()
323 // Get the write buffer for the translation in sati_unmap_initial_processing()
[all …]
H A Dsati_atapi.h61 * Translation.
71 * data associated with the translation.
77 * is a failure in translation resulting in sense data, then
82 * ATA command if translation is successful. This parameter is
86 * @return Indicate if the translation was successful.
103 * data associated with the translation and will be updated
108 * is a failure in translation resulting in sense data, then
116 * @return Indicate if the translation was successful.
132 * data associated with the translation and to be updated to
137 * is a failure in translation resulting in sense data, then
[all …]
H A Dsati_read_buffer.c75 * @return Indicates if the command translation succeeded.
76 * @retval SATI_SUCCESS indicates that the translation was supported and occurred
79 * there is a translation failure.
80 * @retval SATI_COMPLETE indicates that the translation was supported, occurred without
81 * error, and no additional translation is necessary.
175 * @brief This method will complete the Read Buffer Translation by copying the
180 * @return Indicates if the command translation succeeded.
182 * there is a translation failure.
183 * @retval SATI_COMPLETE indicates that the translation was supported, occurred without
184 * error, and no additional translation is necessary.
H A Dsati_translator_sequence.h163 * translation sequence.
178 * translation sequence. Data can flow in/out (read/write) or no data at
255 * for processing unmap command data translation.
275 * @brief This structure contains all of the translation information
303 * This field is utilized for sequences requiring data translation.
319 * set in a translation sequence. It will be incremented every time
320 * a data byte has been set by a sati translation.
326 * by the translation sequence.
331 * This field indicates whether or not the translation requires
332 * response translation.
H A Dsati_read.c75 * @brief This method performs the common translation functionality for
87 * @return Indicate if the command translation succeeded.
111 * @brief This method performs the common translation functionality for
128 * @return Indicate if the command translation succeeded.
169 * @return Indicate if the command translation succeeded.
170 * @retval SCI_SUCCESS This is returned if the command translation was
199 * It ensures that all translation required for this command is
204 * @return Indicate if the command translation succeeded.
237 * It ensures that all translation required for this command is
242 * @return Indicate if the command translation succeeded.
[all …]
H A Dsati_write.c75 * @brief This method performs the common translation functionality for
87 * @return Indicate if the command translation succeeded.
111 * @brief This method performs the common translation functionality for
128 * @return Indicate if the command translation succeeded.
169 * @return Indicate if the command translation succeeded.
170 * @retval SCI_SUCCESS This is returned if the command translation was
199 * It ensures that all translation required for this command is
204 * @return Indicate if the command translation succeeded.
235 * It ensures that all translation required for this command is
240 * @return Indicate if the command translation succeeded.
[all …]
/freebsd/contrib/ntp/sntp/libopts/
H A Dgettext.h104 translation is done at a different place in the code.
153 const char *translation = dcgettext (domain, msg_ctxt_id, category); in pgettext_aux() local
154 if (translation == msg_ctxt_id) in pgettext_aux()
157 return translation; in pgettext_aux()
173 const char *translation = in npgettext_aux() local
175 if (translation == msg_ctxt_id || translation == msgid_plural) in npgettext_aux()
178 return translation; in npgettext_aux()
218 const char *translation; in dcpgettext_expr() local
234 translation = dcgettext (domain, msg_ctxt_id, category); in dcpgettext_expr()
235 found_translation = (translation != msg_ctxt_id); in dcpgettext_expr()
[all …]
/freebsd/contrib/flex/
H A DNEWS140 ** new sv translation from the translation project
214 *** po/Makefile now includes a rule to fetch the latest translations from the translation project. …
216 *** New da translation from the translation project
226 *** add sr translation from the translation project
228 *** update da, es, ko, nl, pt_BR, ro, ru, sv, tr, vi, zh_CN translations from the translation proje…
240 ** New translations from the translation project: de, fi, pl, vi
256 ** new translations from the translation project: ca, da, es, fi, fr,
272 ** new de, nl, pl, pt_br, vi translations from the translation project
328 ** new ca, vi, ga, nl translations from the translation project
343 ** new nl, vi, sv, ro, po, ga, ca, fr, tr translations from the translation project
[all …]
/freebsd/lib/libpmc/pmu-events/arch/s390/cf_z196/
H A Dextended.json72 …"PublicDescription": "A translation entry has been written to the Level-1 Data Translation Lookasi…
96 …"PublicDescription": "A translation entry has been written to the Level-1 Data Translation Lookasi…
102 …"PublicDescription": "A translation entry has been written to the Level-1 Instruction Translation
108 …"PublicDescription": "A translation entry has been written to the Level-2 TLB Page Table Entry arr…
114 …on": "A translation entry has been written to the Level-2 TLB Common Region Segment Table Entry ar…
120 …"PublicDescription": "A translation entry has been written to the Level-2 TLB Common Region Segmen…
/freebsd/crypto/heimdal/lib/wind/
H A Dcombining.c43 const struct translation *t1 = (const struct translation *)key; in translation_cmp()
44 const struct translation *t2 = (const struct translation *)data; in translation_cmp()
52 struct translation ts = {code_point}; in _wind_combining_class()
57 const struct translation *t = (const struct translation *)s; in _wind_combining_class()
H A Dmap.c46 const struct translation *t1 = (const struct translation *)key; in translation_cmp()
47 const struct translation *t2 = (const struct translation *)data; in translation_cmp()
61 struct translation ts = {in[i]}; in _wind_stringprep_map()
62 const struct translation *s; in _wind_stringprep_map()
64 s = (const struct translation *) in _wind_stringprep_map()
/freebsd/lib/libpmc/pmu-events/arch/powerpc/power9/
H A Dpipeline.json35 …oup (Distant) due to a marked data side request. When using Radix Page Translation, this count exc…
40 … L2 without conflict due to a data side request. When using Radix Page Translation, this count exc…
80 …the same chip due to a marked data side request. When using Radix Page Translation, this count exc…
95 … L2 on the same chip due to a data side request. When using Radix Page Translation, this count exc…
115 …n Mepf state. due to a marked data side request. When using Radix Page Translation, this count exc…
160 …e or distant) due to a marked data side request. When using Radix Page Translation, this count exc…
175 …th dispatch conflict due to a data side request. When using Radix Page Translation, this count exc…
180 …hout conflict due to a marked data side request. When using Radix Page Translation, this count exc…
185 … cache. This implies that level 3 and level 4 PWC accesses were not necessary for this translation"
225 …hout conflict due to a marked data side request. When using Radix Page Translation, this count exc…
[all …]
H A Dpmc.json20 … as this chip due to a marked data side request. When using Radix Page Translation, this count exc…
30 … the local core's L3 due to a data side request. When using Radix Page Translation, this count exc…
40 …al core's L2 due to a marked data side request.. When using Radix Page Translation, this count exc…
90 …al remote or distant due to a data side request. When using Radix Page Translation, this count exc…
95 …atch conflict due to a marked data side request. When using Radix Page Translation, this count exc…
100 …cal core's L3 due to a marked data side request. When using Radix Page Translation, this count exc…
110 …ocal chip's L4 cache due to a data side request. When using Radix Page Translation, this count exc…
/freebsd/lib/libpmc/pmu-events/arch/s390/cf_z10/
H A Dextended.json66 …"PublicDescription": "A translation entry has been written into the Level-1 Instruction Translatio…
72 …"PublicDescription": "A translation entry has been written to the Level-1 Data Translation Lookasi…
78 …"PublicDescription": "A translation entry has been written to the Level-2 TLB Page Table Entry arr…
84 …"PublicDescription": "A translation entry has been written to the Level-2 TLB Common Region Segmen…
90 …on": "A translation entry has been written to the Level-2 TLB Common Region Segment Table Entry ar…
/freebsd/lib/libpmc/pmu-events/arch/x86/tremontx/
H A Dvirtual-memory.json31 …ads (including SW prefetches) whose address translations missed in all Translation Lookaside Buffe…
43 …ads (including SW prefetches) whose address translations missed in all Translation Lookaside Buffe…
55 …ads (including SW prefetches) whose address translations missed in all Translation Lookaside Buffe…
67 …ads (including SW prefetches) whose address translations missed in all Translation Lookaside Buffe…
113 …walks completed due to stores whose address translations missed in all Translation Lookaside Buffe…
125 …walks completed due to stores whose address translations missed in all Translation Lookaside Buffe…
137 …walks completed due to stores whose address translations missed in all Translation Lookaside Buffe…
149 …walks completed due to stores whose address translations missed in all Translation Lookaside Buffe…
226 …ription": "Counts the number of times there was an ITLB miss and a new translation was filled into…
233 …he machine was unable to find a translation in the Instruction Translation Lookaside Buffer (ITLB)…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/s390/cf_zec12/
H A Dextended.json36 …"PublicDescription": "A translation entry has been written to the Level-1 Data Translation Lookasi…
60 …"PublicDescription": "A translation entry has been written to the Level-1 Data Translation Lookasi…
66 …"PublicDescription": "A translation entry has been written to the Level-1 Instruction Translation
72 …"PublicDescription": "A translation entry has been written to the Level-2 TLB Page Table Entry arr…
78 …on": "A translation entry has been written to the Level-2 TLB Common Region Segment Table Entry ar…
84 …"PublicDescription": "A translation entry has been written to the Level-2 TLB Common Region Segmen…
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a510/
H A Dcache.json156 …che. If a single translation table walk needs to make multiple accesses to the IPA cache, each acc…
159 …che. If a single translation table walk needs to make multiple accesses to the IPA cache, each acc…
162 …ingle translation table walk needs to make multiple accesses to the IPA cache, each access that ca…
165 …ingle translation table walk needs to make multiple accesses to the IPA cache, each access that ca…

12345678910>>...54