Home
last modified time | relevance | path

Searched refs:widthSet (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/third_party/securec/src/
Dinput.inl178 int widthSet; /* 0 is not set width in format */ member
413 spec->widthSet = 1;
440 spec->widthSet = 0;
1422 if (spec->widthSet == 0) { /* must care width */
1484 if (spec->widthSet != 0 && --spec->width == 0) {
1512 if (spec->widthSet != 0 && --spec->width == 0) {
1536 if (spec->widthSet != 0 && spec->width <= (1 + 1)) {
1564 while (spec->widthSet == 0 || spec->width-- != 0) {
1730 if (spec.widthSet != 0 && spec.width == 0) {
1788 if (spec.widthSet == 0) {
[all …]
/third_party/cef/libcef/browser/
Dbrowser_info_manager.cc40 features.widthSet = webKitFeatures.has_width; in TranslatePopupFeatures()
163 if (cef_features.widthSet) in CanCreateWindow()
/third_party/cef/tests/cefclient/browser/
Droot_window_views.cc78 if (popupFeatures.widthSet) in InitAsPopup()
Droot_window_gtk.cc151 if (popupFeatures.widthSet) in InitAsPopup()
Droot_window_win.cc199 if (popupFeatures.widthSet) in InitAsPopup()
Droot_window_mac.mm213 if (popupFeatures.widthSet)
/third_party/bounds_checking_function/src/
Dinput.inl101 #define SECUREC_FILED_WIDTH_ENOUGH(spec) ((spec)->widthSet == 0 || (spec)->width > 0)
103 if ((spec)->widthSet != 0) { \
170 int widthSet; /* 0 is not set width in format */ member
663 spec->widthSet = 1;
687 spec->widthSet = 0;
1870 if (spec.widthSet == 0) {
1871 spec.widthSet = 1;
/third_party/cef/include/internal/
Dcef_types_wrappers.h513 target->widthSet = src->widthSet; in set()
Dcef_types.h2044 int widthSet; member