/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_compact.h | 69 bool safe, 87 UBool safe; member in number::impl::CompactHandler 89 /** Used by the safe code path */
|
H A D | number_formatimpl.h | 31 * 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 ¯os, 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 ¯os, bool safe, UErrorCod [all...] |
H A D | number_formatimpl.cpp | 54 // 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 D | tcm.h | 325 #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 D | extable.c | 174 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 D | tcm.h | 325 #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 D | crypto_random.cc | 97 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 D | requestqueue.c | 156 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 D | requestqueue.c | 159 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 D | number_formatimpl.h | 31 * 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 ¯os, 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 ¯os, bool safe, UErrorCod [all...] |
H A D | number_formatimpl.cpp | 54 // 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 D | unw_get_accessors.tex | 38 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.tex | 32 \Func{\_U\_dyn\_register}() is thread-safe but \emph{not} safe to use
|
H A D | _U_dyn_cancel.tex | 31 \Func{\_U\_dyn\_cancel}() is thread-safe but \emph{not} safe to use
|
H A D | unw_is_fpreg.tex | 33 \Func{unw\_is\_fpreg}() is thread-safe as well as safe to use
|
H A D | unw_set_cache_size.tex | 34 \Func{unw\_set\_cache\_size}() is thread-safe but \emph{not} safe
|
H A D | unw_apply_reg_state.tex | 33 \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 D | number_formatimpl.h | 31 * 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 ¯os, 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 ¯os, bool safe, UErrorCod [all...] |
H A D | number_formatimpl.cpp | 54 // 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 D | queens.py | 23 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.py | 75 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 D | SkSafeMath.h | 66 SkSafeMath safe; in Align4() local 67 return safe.alignUp(x, 4); in Align4()
|
/third_party/ltp/include/ |
H A D | libswap.h | 17 int make_swapfile(const char *swapfile, int safe);
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | type-compare.c | 2 #define __safe __attribute__((safe))
|
/kernel/linux/linux-5.10/arch/x86/realmode/rm/ |
H A D | trampoline_64.S | 42 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.
|