Home
last modified time | relevance | path

Searched refs:safe (Results 76 - 100 of 278) sorted by relevance

12345678910>>...12

/third_party/libunwind/libunwind/doc/
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
H A Dunw_flush_cache.tex41 The \Func{unw\_flush\_cache}() routine is thread-safe as well as safe to
H A Dunw_step.tex31 \Func{unw\_step}() is thread-safe. If cursor \Var{cp} is in the local
32 address-space, this routine is also safe to use from a signal handler.
H A Dunw_is_signal_frame.tex41 \Func{unw\_is\_signal\_frame}() is thread-safe as well as safe to use
/third_party/skia/src/core/
H A DSkTextBlobPriv.h138 SkSafeMath* safe);
159 SkSafeMath* safe);
H A DSkString.cpp212 SkSafeMath safe; in Make() local
214 uint32_t stringLen = safe.castTo<uint32_t>(len); in Make()
216 size_t allocationSize = safe.add(len, SizeOfRec() + sizeof(char)); in Make()
218 allocationSize = safe.alignUp(allocationSize, 4); in Make()
220 SkASSERT_RELEASE(safe.ok()); in Make()
439 /* Seems we should use realloc here, since that is safe if it fails in insert()
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/
H A Dhas-attribute.c35 && __has_attribute(safe) \
/kernel/linux/linux-5.10/drivers/clocksource/
H A Dem_sti.c254 int safe; in em_sti_clock_event_next() local
257 safe = em_sti_count(p) < (next - 1); in em_sti_clock_event_next()
259 return !safe; in em_sti_clock_event_next()
/kernel/linux/linux-6.6/drivers/clocksource/
H A Dem_sti.c254 int safe; in em_sti_clock_event_next() local
257 safe = em_sti_count(p) < (next - 1); in em_sti_clock_event_next()
259 return !safe; in em_sti_clock_event_next()
/third_party/skia/modules/skottie/src/animator/
H A DVectorKeyframeAnimator.cpp192 SkSafeMath safe; in makeFromKeyframes() local
194 const auto total_size = safe.mul(fVecLen, jkfs.size()); in makeFromKeyframes()
197 if (!safe || !SkTFitsIn<uint32_t>(total_size)) { in makeFromKeyframes()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DNumberFormatterImpl.java52 * Builds a "safe" MicroPropsGenerator, which is thread-safe and can be used repeatedly.
94 * Evaluates the "safe" MicroPropsGenerator created by "fromMacros".
178 * @param safe
179 * If true, the returned MicroPropsGenerator will be thread-safe. If false, the returned
180 * value will <em>not</em> be thread-safe, intended for a single "one-shot" use only.
181 * Building the thread-safe object is more expensive.
183 private static MicroPropsGenerator macrosToMicroGenerator(MacroProps macros, MicroProps micros, boolean safe) { in macrosToMicroGenerator() argument
356 chain = ((ScientificNotation) macros.notation).withLocaleData(micros.symbols, safe, chain); in macrosToMicroGenerator()
384 if (safe) { in macrosToMicroGenerator()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DNumberFormatterImpl.java45 /** Builds a "safe" MicroPropsGenerator, which is thread-safe and can be used repeatedly. */
86 * Evaluates the "safe" MicroPropsGenerator created by "fromMacros".
172 * @param safe
173 * If true, the returned MicroPropsGenerator will be thread-safe. If false, the returned
174 * value will <em>not</em> be thread-safe, intended for a single "one-shot" use only.
175 * Building the thread-safe object is more expensive.
177 private static MicroPropsGenerator macrosToMicroGenerator(MacroProps macros, MicroProps micros, boolean safe) { in macrosToMicroGenerator() argument
317 chain = ((ScientificNotation) macros.notation).withLocaleData(micros.symbols, safe, chain); in macrosToMicroGenerator()
338 if (safe) { in macrosToMicroGenerator()
[all...]
/third_party/ltp/testcases/network/busy_poll/
H A Dbusy_poll03.sh20 tst_set_sysctl net.core.busy_poll $value safe
H A Dbusy_poll02.sh18 tst_set_sysctl net.core.busy_poll $value safe
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dptr-inherit.c5 #define __safe __attribute__((safe))
H A Dtypeof-safe.c1 #define __safe __attribute__((safe))
26 * check-name: typeof-safe
29 typeof-safe.c:13:21: warning: incorrect type in initializer (different modifiers)
30 typeof-safe.c:13:21: expected int *ptr5
31 typeof-safe.c:13:21: got int [safe] *ptr
32 typeof-safe.c:17:30: warning: incorrect type in initializer (different modifiers)
33 typeof-safe.c:17:30: expected int *ptr7
34 typeof-safe.c:17:30: got int [safe] *pt
[all...]
/third_party/python/Lib/test/
H A Dtest_urllib.py387 # above attempts at injection within the url _path_ safe.
413 # above attempts at injection within the url _path_ safe.
915 # Test '/' is default value for 'safe' parameter
919 # Test setting 'safe' parameter does what it should do
921 result = urllib.parse.quote(quote_by_default, safe=quote_by_default)
925 safe=quote_by_default)
930 result = urllib.parse.quote(quote_by_default, safe=b"<>")
935 result = urllib.parse.quote("a\xfcb", encoding="latin-1", safe="\xfc")
936 expect = urllib.parse.quote("a\xfcb", encoding="latin-1", safe="")
941 result = urllib.parse.quote("a\xfcb", encoding="latin-1", safe
[all...]
/kernel/linux/linux-5.10/net/batman-adv/
H A Dtranslation-table.c464 struct batadv_tt_change_node *tt_change_node, *entry, *safe; in batadv_tt_local_event() local
484 list_for_each_entry_safe(entry, safe, &bat_priv->tt.changes_list, in batadv_tt_local_event()
992 struct batadv_tt_change_node *entry, *safe; in batadv_tt_tvlv_container_update() local
1022 list_for_each_entry_safe(entry, safe, &bat_priv->tt.changes_list, in batadv_tt_tvlv_container_update()
1501 struct batadv_tt_change_node *entry, *safe; in batadv_tt_changes_list_free() local
1505 list_for_each_entry_safe(entry, safe, &bat_priv->tt.changes_list, in batadv_tt_changes_list_free()
2256 struct hlist_node *safe; in batadv_tt_global_del_orig_list() local
2261 hlist_for_each_entry_safe(orig_entry, safe, head, list) in batadv_tt_global_del_orig_list()
2283 struct hlist_node *safe; in batadv_tt_global_del_orig_node() local
2289 hlist_for_each_entry_safe(orig_entry, safe, hea in batadv_tt_global_del_orig_node()
2429 struct hlist_node *safe; batadv_tt_global_del_orig() local
2824 struct hlist_node *safe; batadv_tt_req_list_free() local
2860 struct hlist_node *safe; batadv_tt_req_purge() local
3607 struct hlist_node *safe; batadv_handle_tt_response() local
3660 struct batadv_tt_roam_node *node, *safe; batadv_tt_roam_list_free() local
3674 struct batadv_tt_roam_node *node, *safe; batadv_tt_roam_purge() local
[all...]
/kernel/linux/linux-6.6/net/batman-adv/
H A Dtranslation-table.c463 struct batadv_tt_change_node *tt_change_node, *entry, *safe; in batadv_tt_local_event() local
483 list_for_each_entry_safe(entry, safe, &bat_priv->tt.changes_list, in batadv_tt_local_event()
987 struct batadv_tt_change_node *entry, *safe; in batadv_tt_tvlv_container_update() local
1017 list_for_each_entry_safe(entry, safe, &bat_priv->tt.changes_list, in batadv_tt_tvlv_container_update()
1415 struct batadv_tt_change_node *entry, *safe; in batadv_tt_changes_list_free() local
1419 list_for_each_entry_safe(entry, safe, &bat_priv->tt.changes_list, in batadv_tt_changes_list_free()
2030 struct hlist_node *safe; in batadv_tt_global_del_orig_list() local
2035 hlist_for_each_entry_safe(orig_entry, safe, head, list) in batadv_tt_global_del_orig_list()
2057 struct hlist_node *safe; in batadv_tt_global_del_orig_node() local
2063 hlist_for_each_entry_safe(orig_entry, safe, hea in batadv_tt_global_del_orig_node()
2201 struct hlist_node *safe; batadv_tt_global_del_orig() local
2594 struct hlist_node *safe; batadv_tt_req_list_free() local
2630 struct hlist_node *safe; batadv_tt_req_purge() local
3369 struct hlist_node *safe; batadv_handle_tt_response() local
3421 struct batadv_tt_roam_node *node, *safe; batadv_tt_roam_list_free() local
3435 struct batadv_tt_roam_node *node, *safe; batadv_tt_roam_purge() local
[all...]
/third_party/markupsafe/
H A D_speedups.c263 " the string with HTML-safe sequences. Use this if you need to display"
266 " return value is assumed to already be safe for HTML.\n\n"
288 " string, so it will still be marked as safe and won't be escaped"
/kernel/linux/linux-5.10/drivers/input/gameport/
H A Dns558.c258 struct ns558 *ns558, *safe; in ns558_exit() local
260 list_for_each_entry_safe(ns558, safe, &ns558_list, node) { in ns558_exit()
/kernel/linux/linux-5.10/drivers/mtd/devices/
H A Dphram.c81 struct phram_mtd_list *this, *safe; in unregister_devices() local
83 list_for_each_entry_safe(this, safe, &phram_list, list) { in unregister_devices()
/kernel/linux/linux-6.6/fs/dlm/
H A Dast.c240 struct dlm_lkb *lkb, *safe; in dlm_callback_resume() local
249 list_for_each_entry_safe(lkb, safe, &ls->ls_cb_delay, lkb_cb_list) { in dlm_callback_resume()
/kernel/linux/linux-6.6/arch/x86/realmode/rm/
H A Dtrampoline_64.S60 cli # We should be safe anyway
104 cli # We should be safe anyway
136 * then it is safe for us to set the MSR bit and continue. If we
149 * CPU has has not been set. It is safe to set it, so do so.
/kernel/linux/linux-6.6/drivers/input/gameport/
H A Dns558.c255 struct ns558 *ns558, *safe; in ns558_exit() local
257 list_for_each_entry_safe(ns558, safe, &ns558_list, node) { in ns558_exit()

Completed in 19 milliseconds

12345678910>>...12