Home
last modified time | relevance | path

Searched refs:strong (Results 51 - 75 of 84) sorted by relevance

1234

/device/soc/hisilicon/common/platform/mmc/
H A DMakefile36 LOCAL_CFLAGS += -fstack-protector-strong -Wextra -Wall -Werror -fsigned-char -fno-strict-aliasing -fno-common
/foundation/resourceschedule/ffrt/interfaces/inner_api/c/
H A Dtype_def_ext.h149 strong = ffrt_stack_protect_strong, member in ffrt::stack_protect
/third_party/protobuf/objectivec/
H A DGPBFieldMask.pbobjc.h261 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<NSString*> *pathsArray;
H A DGPBWellKnownTypes.h72 @property(nonatomic, readwrite, strong) NSDate *date;
/third_party/ffmpeg/libavcodec/x86/
H A Dhevc_deblock.asm342 ;weak / strong decision compare to beta_2
347 ;end weak / strong decision
377 ;decide between strong and weak filtering
414 and r6, r11; strong mask , beta_2 and beta_3 comparisons
425 and r6, r11; strong mask, beta_2, beta_3 and tc25 comparisons
429 and r6, r11; strong mask, bits 2 and 0
435 mov r11, r6; strong mask
441 or r6, r11; final strong mask, bits 1 and 0
445 pcmpeqd m10, [pd_1]; strong mask
448 pand m11, m10; combine filtering mask and strong mas
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/
H A Dmodule_config.mk3 BOOT_CCFLAGS := -mabi=ilp32 -march=rv32imc -freorder-blocks-algorithm=simple -fno-schedule-insns -nostdinc -fno-aggressive-loop-optimizations -fno-builtin -fno-exceptions -fno-short-enums -mtune=size -msmall-data-limit=0 -Wall -Werror -Os -std=c99 -falign-functions=2 -fdata-sections -ffunction-sections -fno-common -fstack-protector-strong
/foundation/graphic/graphic_3d/kits/js/include/
H A DBaseObjectJS.h32 // Optionally make the reference strong so that the lifetime is controlled by JS.
209 napi_env env, const META_NS::IObject::Ptr& obj, bool strong, uint32_t argc, napi_value* argv);
210 NapiApi::Object CreateJsObj(napi_env env, const BASE_NS::string_view jsName, META_NS::IObject::Ptr real, bool strong,
/third_party/ffmpeg/doc/
H A Dtexi2pod.pl280 $ic =~ s/\@(?:samp|strong|key|gcctabopt|option|env|command)/B/;
385 s/\@(?:gccoptlist|samp|strong|key|option|env|command|b)\{([^\}]*)\}/B<$1>/g;
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/
H A Dmodule_config.mk3 BOOT_CCFLAGS := -mabi=ilp32 -march=rv32imc -freorder-blocks-algorithm=simple -fno-schedule-insns -nostdinc -fno-aggressive-loop-optimizations -fno-builtin -fno-exceptions -fno-short-enums -mtune=size -msmall-data-limit=0 -Wall -Werror -Os -std=c99 -falign-functions=2 -fdata-sections -ffunction-sections -fno-common -fstack-protector-strong
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Drefbase.h51 * @brief A value indicates no strong references exist ever.
69 * Objects which are strong referenced ought to be alive/existed
70 * as long as this strong reference exists, thus the reference
135 * @brief Increment the strong reference count to the
143 * @brief Decrement the strong reference count to the
147 * @note If the strong reference has never existed,
153 * @brief Get the strong reference count to the
174 * corresponding RefBase object with no strong reference ever,
175 * or the object with strong reference count of 0 but has not been
206 * @brief Attempt to increment the strong referenc
[all...]
/third_party/ffmpeg/libavcodec/
H A Drv40.c319 int strong; in rv40_adaptive_loop_filter() local
322 strong = rdsp->rv40_loop_filter_strength[dir](src, stride, beta, beta2, in rv40_adaptive_loop_filter()
327 if (strong) { in rv40_adaptive_loop_filter()
353 * flags indicating that macroblock can be filtered with strong filter in rv40_loop_filter()
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/make_scripts/
H A Dconfig.mk61 CCFLAGS := -mabi=ilp32 -march=rv32imc -falign-functions=2 -msave-restore -fno-optimize-strlen -freorder-blocks-algorithm=simple -fno-schedule-insns -fno-inline-small-functions -fno-inline-functions-called-once -mtune=size -fno-strict-aliasing -msmall-data-limit=0 -nostdinc -fno-aggressive-loop-optimizations -fno-builtin -std=c99 -Os -ffunction-sections -fdata-sections -fno-exceptions -fno-short-enums -fno-common -Wall -Wundef -DLOS_COMPILE_LDM -fstack-protector-strong -freg-struct-return -fvisibility=hidden -pipe
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/make_scripts/
H A Dconfig.mk61 CCFLAGS := -mabi=ilp32 -march=rv32imc -falign-functions=2 -msave-restore -fno-optimize-strlen -freorder-blocks-algorithm=simple -fno-schedule-insns -fno-inline-small-functions -fno-inline-functions-called-once -mtune=size -fno-strict-aliasing -msmall-data-limit=0 -nostdinc -fno-aggressive-loop-optimizations -fno-builtin -std=c99 -Os -ffunction-sections -fdata-sections -fno-exceptions -fno-short-enums -fno-common -Wall -Wundef -DLOS_COMPILE_LDM -fstack-protector-strong -freg-struct-return -fvisibility=hidden -pipe
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dmesh_impl.cpp404 [](auto strong) { in UpdateMeshFromArrays()
405 if (auto self = static_cast<MeshImpl*>(strong.get())) { in UpdateMeshFromArrays()
/third_party/cJSON/
H A DMakefile29 # validate gcc version for use fstack-protector-strong
34 CFLAGS += -fstack-protector-strong
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/
H A DMakefile53 -Wformat=2 -Wshadow -fvisibility=hidden -fno-common -fstack-protector-strong
/third_party/skia/src/ports/
H A DSkFontMgr_fontconfig.cpp200 SkAutoFcPattern strong(FcPatternDuplicate(minimal)); in is_weak()
201 FcPatternAddLangSet(strong, FC_LANG, strongLangSet); in is_weak()
209 FcFontSetAdd(fontSet, strong.release()); in is_weak()
217 // If the 'id' was strong, then we should match the pattern with 'nomatchlang'. in is_weak()
234 * This removes all of the weak elements after the last strong element.
262 // Remove everything after the last strong. in remove_weak()
883 // We really want to match strong (preferred) and same (acceptable) only here.
884 // If a family name was specified, assume that any weak matches after the last strong
/third_party/python/Lib/test/
H A Dtest_uuid.py674 strong = self.uuid.uuid4()
675 weak = weakref.ref(strong)
676 self.assertIs(strong, weak())
/third_party/python/Doc/tools/extensions/
H A Dpyspecific.py115 add_text = nodes.strong(label, label)
500 node = nodes.strong(text, text)
/third_party/musl/scripts/build_lite/
H A DMakefile78 CFLAGS = -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wl,-z,relro,-z,now,-z,noexecstack -Wl,--build-id=sha1
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs19526 //! [`Weak`] is used to break cycles. For example, a tree could have strong
19721 //! // are destroyed. There are now no strong (`Rc`) pointers to the
19776 strong: Cell<usize>,
19838 // There is an implicit weak pointer owned by all the strong in new()
19840 // the allocation while the strong destructor is running, even in new()
19841 // if the weak pointer is stored inside the strong one. in new()
19843 Box::leak(box RcBox { strong: Cell::new(1), weak: Cell::new(1), value }).into(), in new()
19876 strong: Cell::new(0), in new_cyclic()
19898 let prev_value = (*inner).strong.get(); in new_cyclic()
19899 debug_assert_eq!(prev_value, 0, "No prior strong reference in new_cyclic()
21862 fn strong(&self) -> usize { strong() functions
[all...]
/third_party/node/test/fixtures/wpt/resources/
H A Dtestharness.js4247 var output_fn = "<strong>" + escape_html(assert.assert_name) + "</strong>(";
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java533 int contextPos; /* position of last strong char found before opening */
535 byte contextDir; /* L or R according to last strong char before opening */
543 byte lastStrong; /* bidi class of last strong char found in this run */
566 * Constant indicating that the base direction depends on the first strong
568 * Algorithm. If no strong directional character is present,
577 * the rightmost or leftmost strong character of the source text is RTL
592 * Constant indicating that the base direction depends on the first strong
594 * Algorithm. If no strong directional character is present,
603 * the rightmost or leftmost strong character of the source text is RTL
604 * or Arabic Letter, or if the text contains no strong characte
1156 DirFromStrong(byte strong) DirFromStrong() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dubidi.cpp120 #define DIR_FROM_STRONG(strong) ((strong)==L ? L : R)
370 * Returns the directionality of the first strong character
424 * default. Only if a strong R or AL is found within its scope will the LRI be
438 strong R or AL character at either end of the text */ in getDirProps()
449 SEEKING_STRONG_FOR_PARA, /* 1: looking for first strong char in para */ in getDirProps()
450 SEEKING_STRONG_FOR_FSI, /* 2: looking for first strong after FSI */ in getDirProps()
451 LOOKING_FOR_PDI /* 3: found strong after FSI, looking for PDI */ in getDirProps()
476 (dirProp=firstL_R_AL(pBiDi))!=ON) { /* with a strong character */ in getDirProps()
546 dirProps[i-1]=LRI; /* default if no strong cha in getDirProps()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DBidi.java533 int contextPos; /* position of last strong char found before opening */
535 byte contextDir; /* L or R according to last strong char before opening */
543 byte lastStrong; /* bidi class of last strong char found in this run */
566 * Constant indicating that the base direction depends on the first strong
568 * Algorithm. If no strong directional character is present,
577 * the rightmost or leftmost strong character of the source text is RTL
591 * Constant indicating that the base direction depends on the first strong
593 * Algorithm. If no strong directional character is present,
602 * the rightmost or leftmost strong character of the source text is RTL
603 * or Arabic Letter, or if the text contains no strong characte
1132 DirFromStrong(byte strong) DirFromStrong() argument
[all...]

Completed in 54 milliseconds

1234