Home
last modified time | relevance | path

Searched refs:safe (Results 26 - 50 of 277) sorted by relevance

12345678910>>...12

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dlf_ring.h85 /* multi-consumers safe */
101 /* multi-consumers safe */
121 void FillpLfRingSetConsSafe(struct FillpLfRing *ring, FILLP_BOOL safe);
123 void FillpLfRingSetProdSafe(struct FillpLfRing *ring, FILLP_BOOL safe);
H A Ddympool.h68 void DympSetConsSafe(DympoolType *pool, FILLP_BOOL safe);
69 void DympSetProdSafe(DympoolType *pool, FILLP_BOOL safe);
/third_party/ltp/libs/libltpswap/
H A Dlibswap.c18 int make_swapfile(const char *swapfile, int safe) in make_swapfile() argument
33 return tst_cmd(argv, "/dev/null", "/dev/null", safe); in make_swapfile()
/third_party/ltp/testcases/network/busy_poll/
H A Dbusy_poll01.sh22 tst_set_sysctl net.core.busy_read $value safe
23 tst_set_sysctl net.core.busy_poll $value safe
/third_party/rust/crates/libloading/src/
H A Dlib.rs11 //! flexible, but less safe.
49 mod safe; modules
51 pub use self::safe::{Library, Symbol};
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
H A Dttm_execbuf_util.c98 struct ttm_validate_buffer *safe = entry; in ttm_eu_reserve_buffers() local
100 list_del(&safe->head); in ttm_eu_reserve_buffers()
101 list_add(&safe->head, dups); in ttm_eu_reserve_buffers()
/kernel/linux/linux-6.6/drivers/gpu/drm/ttm/
H A Dttm_execbuf_util.c93 struct ttm_validate_buffer *safe = entry; in ttm_eu_reserve_buffers() local
95 list_del(&safe->head); in ttm_eu_reserve_buffers()
96 list_add(&safe->head, dups); in ttm_eu_reserve_buffers()
/third_party/node/deps/brotli/c/dec/
H A Ddecode.c426 static BROTLI_INLINE void PreloadSymbol(int safe, in PreloadSymbol() argument
431 if (safe) { in PreloadSymbol()
1023 /* In next stage ReadHuffmanCode uses at least 4 bits, so it is safe in DecodeContextMap()
1121 int safe, BrotliDecoderState* s, int tree_type) { in DecodeBlockTypeAndLength()
1135 if (!safe) { in DecodeBlockTypeAndLength()
1198 int safe, BrotliDecoderState* s) { in DecodeLiteralBlockSwitchInternal()
1199 if (!DecodeBlockTypeAndLength(safe, s, 0)) { in DecodeLiteralBlockSwitchInternal()
1218 int safe, BrotliDecoderState* s) { in DecodeCommandBlockSwitchInternal()
1219 if (!DecodeBlockTypeAndLength(safe, s, 1)) { in DecodeCommandBlockSwitchInternal()
1238 int safe, BrotliDecoderStat in DecodeDistanceBlockSwitchInternal()
1120 DecodeBlockTypeAndLength( int safe, BrotliDecoderState* s, int tree_type) DecodeBlockTypeAndLength() argument
1197 DecodeLiteralBlockSwitchInternal( int safe, BrotliDecoderState* s) DecodeLiteralBlockSwitchInternal() argument
1217 DecodeCommandBlockSwitchInternal( int safe, BrotliDecoderState* s) DecodeCommandBlockSwitchInternal() argument
1237 DecodeDistanceBlockSwitchInternal( int safe, BrotliDecoderState* s) DecodeDistanceBlockSwitchInternal() argument
1618 ReadDistanceInternal( int safe, BrotliDecoderState* s, BrotliBitReader* br) ReadDistanceInternal() argument
1666 ReadCommandInternal( int safe, BrotliDecoderState* s, BrotliBitReader* br, int* insert_length) ReadCommandInternal() argument
1714 CheckInputAmount( int safe, BrotliBitReader* const br, size_t num) CheckInputAmount() argument
1734 ProcessCommandsInternal( int safe, BrotliDecoderState* s) ProcessCommandsInternal() argument
[all...]
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c426 static BROTLI_INLINE void PreloadSymbol(int safe, in PreloadSymbol() argument
431 if (safe) { in PreloadSymbol()
1023 /* In next stage ReadHuffmanCode uses at least 4 bits, so it is safe in DecodeContextMap()
1121 int safe, BrotliDecoderState* s, int tree_type) { in DecodeBlockTypeAndLength()
1135 if (!safe) { in DecodeBlockTypeAndLength()
1198 int safe, BrotliDecoderState* s) { in DecodeLiteralBlockSwitchInternal()
1199 if (!DecodeBlockTypeAndLength(safe, s, 0)) { in DecodeLiteralBlockSwitchInternal()
1218 int safe, BrotliDecoderState* s) { in DecodeCommandBlockSwitchInternal()
1219 if (!DecodeBlockTypeAndLength(safe, s, 1)) { in DecodeCommandBlockSwitchInternal()
1238 int safe, BrotliDecoderStat in DecodeDistanceBlockSwitchInternal()
1120 DecodeBlockTypeAndLength( int safe, BrotliDecoderState* s, int tree_type) DecodeBlockTypeAndLength() argument
1197 DecodeLiteralBlockSwitchInternal( int safe, BrotliDecoderState* s) DecodeLiteralBlockSwitchInternal() argument
1217 DecodeCommandBlockSwitchInternal( int safe, BrotliDecoderState* s) DecodeCommandBlockSwitchInternal() argument
1237 DecodeDistanceBlockSwitchInternal( int safe, BrotliDecoderState* s) DecodeDistanceBlockSwitchInternal() argument
1618 ReadDistanceInternal( int safe, BrotliDecoderState* s, BrotliBitReader* br) ReadDistanceInternal() argument
1666 ReadCommandInternal( int safe, BrotliDecoderState* s, BrotliBitReader* br, int* insert_length) ReadCommandInternal() argument
1714 CheckInputAmount( int safe, BrotliBitReader* const br, size_t num) CheckInputAmount() argument
1734 ProcessCommandsInternal( int safe, BrotliDecoderState* s) ProcessCommandsInternal() argument
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Ddympool.c110 void DympSetConsSafe(DympoolType *pool, FILLP_BOOL safe) in DympSetConsSafe() argument
112 FillpQueueSetConsSafe(pool->mp, safe); in DympSetConsSafe()
115 void DympSetProdSafe(DympoolType *pool, FILLP_BOOL safe) in DympSetProdSafe() argument
117 FillpQueueSetProdSafe(pool->mp, safe); in DympSetProdSafe()
H A Dlf_ring.c88 void FillpLfRingSetProdSafe(struct FillpLfRing *ring, FILLP_BOOL safe) in FillpLfRingSetProdSafe() argument
90 ring->prodSafe = safe; in FillpLfRingSetProdSafe()
93 void FillpLfRingSetConsSafe(struct FillpLfRing *ring, FILLP_BOOL safe) in FillpLfRingSetConsSafe() argument
95 ring->consSafe = safe; in FillpLfRingSetConsSafe()
/kernel/linux/linux-5.10/drivers/ide/
H A Dtx4938ide.c62 u8 safe = drive->pio_mode - XFER_PIO_0; in tx4938ide_set_pio_mode() local
67 safe = min_t(u8, safe, pair->pio_mode - XFER_PIO_0); in tx4938ide_set_pio_mode()
68 tx4938ide_tune_ebusc(pdata->ebus_ch, pdata->gbus_clock, safe); in tx4938ide_set_pio_mode()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DCompactNotation.java70 boolean safe, in withLocaleData()
73 return new CompactHandler(this, locale, nsName, compactType, rules, buildReference, safe, parent); in withLocaleData()
91 boolean safe, in CompactHandler()
101 if (safe) { in CompactHandler()
113 /** Used by the safe code path */
64 withLocaleData( ULocale locale, String nsName, CompactType compactType, PluralRules rules, MutablePatternModifier buildReference, boolean safe, MicroPropsGenerator parent) withLocaleData() argument
84 CompactHandler( CompactNotation notation, ULocale locale, String nsName, CompactType compactType, PluralRules rules, MutablePatternModifier buildReference, boolean safe, MicroPropsGenerator parent) CompactHandler() argument
/third_party/icu/icu4c/source/i18n/
H A Dnumber_compact.cpp244 bool safe, in CompactHandler()
247 : rules(rules), parent(parent), safe(safe) { in CompactHandler()
249 if (safe) { in CompactHandler()
317 } else if (safe) { in processQuantity()
237 CompactHandler( CompactStyle compactStyle, const Locale &locale, const char *nsName, CompactType compactType, const PluralRules *rules, MutablePatternModifier *buildReference, bool safe, const MicroPropsGenerator *parent, UErrorCode &status) CompactHandler() argument
H A Dnumber_compact.h69 bool safe,
87 UBool safe; member in number::impl::CompactHandler
89 /** Used by the safe code path */
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_compact.cpp244 bool safe, in CompactHandler()
247 : rules(rules), parent(parent), safe(safe) { in CompactHandler()
249 if (safe) { in CompactHandler()
317 } else if (safe) { in processQuantity()
237 CompactHandler( CompactStyle compactStyle, const Locale &locale, const char *nsName, CompactType compactType, const PluralRules *rules, MutablePatternModifier *buildReference, bool safe, const MicroPropsGenerator *parent, UErrorCode &status) CompactHandler() argument
H A Dnumber_compact.h69 bool safe,
87 UBool safe; member in number::impl::CompactHandler
89 /** Used by the safe code path */
/third_party/skia/src/core/
H A DSkYUVAInfo.cpp328 SkSafeMath safe; in computeTotalBytes() local
335 size_t size = safe.mul(rowBytes[i], planeDimensions[i].height()); in computeTotalBytes()
339 totalBytes = safe.add(totalBytes, size); in computeTotalBytes()
342 if (safe.ok()) { in computeTotalBytes()
353 return safe.ok() ? totalBytes : SIZE_MAX; in computeTotalBytes()
H A DSkRegion_path.cpp128 SkSafeMath safe; in init() local
134 maxTransitions = safe.addInt(maxTransitions, 2); in init()
138 size_t count = safe.mul(safe.addInt(maxHeight, 1), safe.addInt(3, maxTransitions)); in init()
143 count = safe.add(count, 10); in init()
146 if (!safe || !SkTFitsIn<int32_t>(count)) { in init()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_compact.cpp240 bool safe,
243 : rules(rules), parent(parent), safe(safe) {
245 if (safe) {
313 } else if (safe) {
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_depr.c22 BIGNUM *BN_generate_prime(BIGNUM *ret, int bits, int safe, in BN_generate_prime() argument
36 if (!BN_generate_prime_ex(rnd, bits, safe, add, rem, &cb)) in BN_generate_prime()
/third_party/openssl/crypto/bn/
H A Dbn_depr.c22 BIGNUM *BN_generate_prime(BIGNUM *ret, int bits, int safe, in BN_generate_prime() argument
36 if (!BN_generate_prime_ex(rnd, bits, safe, add, rem, &cb)) in BN_generate_prime()
/third_party/libunwind/libunwind/doc/
H A Dunw_getcontext.tex34 reverse is \emph{not} true and it is \emph{not} safe to use structures
47 \Func{unw\_getcontext}() is thread-safe as well as safe to use
H A Dunw_strerror.tex30 \Func{unw\_strerror}() is thread-safe as well as safe to use
H A Dunw_regname.tex32 The \Func{unw\_regname}() routine is thread-safe as well as safe to

Completed in 14 milliseconds

12345678910>>...12