Home
last modified time | relevance | path

Searched refs:safe (Results 51 - 75 of 277) sorted by relevance

12345678910>>...12

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_compact.h69 bool safe,
87 UBool safe; member in number::impl::CompactHandler
89 /** Used by the safe code path */
H A Dnumber_formatimpl.h31 * Builds a "safe" MicroPropsGenerator, which is thread-safe and can be used repeatedly.
53 * Evaluates the "safe" MicroPropsGenerator created by "fromMacros".
63 * Like getPrefixSuffixStatic() but uses the safe compiled object.
118 NumberFormatterImpl(const MacroProps &macros, bool safe, UErrorCode &status);
140 * @param safe
141 * If true, the returned MicroPropsGenerator will be thread-safe. If false, the returned value will
142 * <em>not</em> be thread-safe, intended for a single "one-shot" use only. Building the thread-safe
146 macrosToMicroGenerator(const MacroProps &macros, bool safe, UErrorCod
[all...]
H A Dnumber_formatimpl.cpp54 // The "safe" apply method uses a new MicroProps. In the MicroPropsGenerator, fMicros is copied into the new instance.
117 NumberFormatterImpl::NumberFormatterImpl(const MacroProps& macros, bool safe, UErrorCode& status) { in NumberFormatterImpl() argument
118 fMicroPropsGenerator = macrosToMicroGenerator(macros, safe, status); in NumberFormatterImpl()
124 NumberFormatterImpl::macrosToMicroGenerator(const MacroProps& macros, bool safe, UErrorCode& status) { in macrosToMicroGenerator() argument
370 if (safe) { in macrosToMicroGenerator()
446 safe, in macrosToMicroGenerator()
464 if (safe) { in macrosToMicroGenerator()
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H A Dtcm.h325 #define tcm_for_each_slice(var, area, safe) \
326 for (safe = area, \
327 tcm_slice(&safe, &var); \
328 var.tcm; tcm_slice(&safe, &var))
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dextable.c174 struct pt_regs *regs, bool wrmsr, bool safe, int reg) in ex_handler_msr()
176 if (__ONCE_LITE_IF(!safe && wrmsr)) { in ex_handler_msr()
183 if (__ONCE_LITE_IF(!safe && !wrmsr)) { in ex_handler_msr()
195 if (safe) in ex_handler_msr()
173 ex_handler_msr(const struct exception_table_entry *fixup, struct pt_regs *regs, bool wrmsr, bool safe, int reg) ex_handler_msr() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/
H A Dtcm.h325 #define tcm_for_each_slice(var, area, safe) \
326 for (safe = area, \
327 tcm_slice(&safe, &var); \
328 var.tcm; tcm_slice(&safe, &var))
/third_party/node/src/crypto/
H A Dcrypto_random.cc97 bool safe = args[offset + 1]->IsTrue(); in AdditionalConfig() local
142 params->safe = safe; in AdditionalConfig()
162 params.safe ? 1 : 0, in DeriveBits()
/kernel/linux/linux-5.10/fs/dlm/
H A Drequestqueue.c156 struct rq_entry *e, *safe; in dlm_purge_requestqueue() local
159 list_for_each_entry_safe(e, safe, &ls->ls_requestqueue, list) { in dlm_purge_requestqueue()
/kernel/linux/linux-6.6/fs/dlm/
H A Drequestqueue.c159 struct rq_entry *e, *safe; in dlm_purge_requestqueue() local
162 list_for_each_entry_safe(e, safe, &ls->ls_requestqueue, list) { in dlm_purge_requestqueue()
/third_party/icu/icu4c/source/i18n/
H A Dnumber_formatimpl.h31 * Builds a "safe" MicroPropsGenerator, which is thread-safe and can be used repeatedly.
59 * Evaluates the "safe" MicroPropsGenerator created by "fromMacros".
69 * Like getPrefixSuffixStatic() but uses the safe compiled object.
118 NumberFormatterImpl(const MacroProps &macros, bool safe, UErrorCode &status);
140 * @param safe
141 * If true, the returned MicroPropsGenerator will be thread-safe. If false, the returned value will
142 * <em>not</em> be thread-safe, intended for a single "one-shot" use only. Building the thread-safe
146 macrosToMicroGenerator(const MacroProps &macros, bool safe, UErrorCod
[all...]
H A Dnumber_formatimpl.cpp54 // The "safe" apply method uses a new MicroProps. In the MicroPropsGenerator, fMicros is copied into the new instance.
117 NumberFormatterImpl::NumberFormatterImpl(const MacroProps& macros, bool safe, UErrorCode& status) { in NumberFormatterImpl() argument
118 fMicroPropsGenerator = macrosToMicroGenerator(macros, safe, status); in NumberFormatterImpl()
124 NumberFormatterImpl::macrosToMicroGenerator(const MacroProps& macros, bool safe, UErrorCode& status) { in macrosToMicroGenerator() argument
373 if (safe) { in macrosToMicroGenerator()
454 safe, in macrosToMicroGenerator()
472 if (safe) { in macrosToMicroGenerator()
/third_party/libunwind/libunwind/doc/
H A Dunw_get_accessors.tex38 The \Func{unw\_get\_accessors}() routine is thread-safe as well as
39 safe to use from a signal handler.
H A D_U_dyn_register.tex32 \Func{\_U\_dyn\_register}() is thread-safe but \emph{not} safe to use
H A D_U_dyn_cancel.tex31 \Func{\_U\_dyn\_cancel}() is thread-safe but \emph{not} safe to use
H A Dunw_is_fpreg.tex33 \Func{unw\_is\_fpreg}() is thread-safe as well as safe to use
H A Dunw_set_cache_size.tex34 \Func{unw\_set\_cache\_size}() is thread-safe but \emph{not} safe
H A Dunw_apply_reg_state.tex33 \Func{unw\_apply\_reg\_state}() is thread-safe. If cursor \Var{cp} is
34 in the local address-space, this routine is also safe to use from a
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_formatimpl.h31 * Builds a "safe" MicroPropsGenerator, which is thread-safe and can be used repeatedly.
59 * Evaluates the "safe" MicroPropsGenerator created by "fromMacros".
69 * Like getPrefixSuffixStatic() but uses the safe compiled object.
126 NumberFormatterImpl(const MacroProps &macros, bool safe, UErrorCode &status);
148 * @param safe
149 * If true, the returned MicroPropsGenerator will be thread-safe. If false, the returned value will
150 * <em>not</em> be thread-safe, intended for a single "one-shot" use only. Building the thread-safe
154 macrosToMicroGenerator(const MacroProps &macros, bool safe, UErrorCod
[all...]
H A Dnumber_formatimpl.cpp54 // The "safe" apply method uses a new MicroProps. In the MicroPropsGenerator, fMicros is copied into the new instance.
117 NumberFormatterImpl::NumberFormatterImpl(const MacroProps& macros, bool safe, UErrorCode& status) { in NumberFormatterImpl() argument
118 fMicroPropsGenerator = macrosToMicroGenerator(macros, safe, status); in NumberFormatterImpl()
124 NumberFormatterImpl::macrosToMicroGenerator(const MacroProps& macros, bool safe, UErrorCode& status) { in macrosToMicroGenerator() argument
373 if (safe) { in macrosToMicroGenerator()
454 safe, in macrosToMicroGenerator()
472 if (safe) { in macrosToMicroGenerator()
/third_party/python/Tools/demo/
H A Dqueens.py23 self.row = [0] * n # Is row[y] safe?
24 self.up = [0] * (2*n-1) # Is upward diagonal[x-y] safe?
25 self.down = [0] * (2*n-1) # Is downward diagonal[x+y] safe?
30 if self.safe(x, y):
38 def safe(self, x, y): member in Queens
/third_party/python/Lib/email/
H A D_encoded_words.py75 safe = b'-!*+/' + ascii_letters.encode('ascii') + digits.encode('ascii') variable in _QByteMap
78 if key in self.safe:
/third_party/skia/src/core/
H A DSkSafeMath.h66 SkSafeMath safe; in Align4() local
67 return safe.alignUp(x, 4); in Align4()
/third_party/ltp/include/
H A Dlibswap.h17 int make_swapfile(const char *swapfile, int safe);
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dtype-compare.c2 #define __safe __attribute__((safe))
/kernel/linux/linux-5.10/arch/x86/realmode/rm/
H A Dtrampoline_64.S42 cli # We should be safe anyway
87 cli # We should be safe anyway
120 * then it is safe for us to set the MSR bit and continue. If we
133 * CPU has has not been set. It is safe to set it, so do so.

Completed in 11 milliseconds

12345678910>>...12