Home
last modified time | relevance | path

Searched refs:shadow (Results 1 – 25 of 137) sorted by relevance

123456

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_access.cpp248 const m128 same = _mm_cmpeq_epi32(shadow, access); in ContainsSameAccess()
268 const m128 ro = _mm_cmpeq_epi32(shadow, read_mask); in ContainsSameAccess()
283 old = _mm_extract_epi32(shadow, 0); in DoReportRaceV()
286 old = _mm_extract_epi32(shadow, 1); in DoReportRaceV()
289 old = _mm_extract_epi32(shadow, 2); in DoReportRaceV()
292 old = _mm_extract_epi32(shadow, 3); in DoReportRaceV()
312 const m128 access_and = _mm_and_si128(access, shadow); in CheckRaces()
313 const m128 access_xor = _mm_xor_si128(access, shadow); in CheckRaces()
340 _mm_cmpeq_epi32(_mm_max_epu32(shadow, access_read_atomic), shadow); in CheckRaces()
345 const m128 empty = _mm_cmpeq_epi32(shadow, zero); in CheckRaces()
[all …]
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.h70 #define SHADOW_TO_ORIGIN(shadow) (((uptr)(shadow)) + 0x2000000000ULL) argument
97 # define SHADOW_TO_ORIGIN(shadow) (((uptr)(shadow)) + 0x200000000000ULL) argument
119 # define SHADOW_TO_ORIGIN(shadow) (((uptr)(shadow)) + 0x100000000000ULL) argument
143 #define SHADOW_TO_ORIGIN(shadow) (((uptr)(shadow)) + 0x140000000000ULL) argument
158 #define SHADOW_TO_ORIGIN(shadow) (((uptr)(shadow)) + 0x140000000000ULL) argument
179 #define SHADOW_TO_ORIGIN(shadow) (((uptr)(shadow)) + 0x500000000000) argument
200 #define SHADOW_TO_ORIGIN(shadow) (((uptr)(shadow)) + 0x280000000000) argument
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_dynamic_shadow.cpp51 const uptr shadow = reinterpret_cast<uptr>(&__hwasan_shadow); in IsPremapShadowAvailable() local
55 return shadow != 0 && shadow != resolver; in IsPremapShadowAvailable()
75 static __sanitizer::uptr shadow = 0; in __hwasan_premap_shadow() local
76 if (!shadow) in __hwasan_premap_shadow()
77 shadow = __hwasan::PremapShadow(); in __hwasan_premap_shadow()
78 return reinterpret_cast<decltype(__hwasan_shadow)*>(shadow); in __hwasan_premap_shadow()
H A Dhwasan_report.cpp451 shadow(CopyShadow()) {} in BaseReport()
521 const Shadow shadow; member in __hwasan::__anon07ea22c70511::BaseReport
580 CHECK_GE(addr, shadow.addr); in GetTagCopy()
581 uptr idx = addr - shadow.addr; in GetTagCopy()
582 CHECK_LT(idx, ARRAY_SIZE(shadow.tags)); in GetTagCopy()
583 return shadow.tags[idx]; in GetTagCopy()
587 CHECK_GE(addr, shadow.addr + kShortDumpOffset); in GetShortTagCopy()
589 CHECK_LT(idx, ARRAY_SIZE(shadow.short_tags)); in GetShortTagCopy()
590 return shadow.short_tags[idx]; in GetShortTagCopy()
856 if (shadow.addr) { in PrintTags()
[all …]
/freebsd-14.2/contrib/bsddialog/lib/
H A Dlib_util.c151 if ((clear = newwin(h, w, y + t.shadow.y, x + t.shadow.x)) == NULL) in hide_widget()
178 hconf.shadow = conf->shadow; in f1help()
945 int hshadow = conf->shadow ? (int)t.shadow.y : 0; in set_widget_position()
946 int wshadow = conf->shadow ? (int)t.shadow.x : 0; in set_widget_position()
1055 if (conf->shadow) in draw_dialog()
1120 wclear(shadow); in update_dialog()
1121 mvwin(shadow, y + t.shadow.y, x + t.shadow.x); in update_dialog()
1148 *shadow = newwin(h, w, y + t.shadow.y, x + t.shadow.x); in new_dialog()
1151 wbkgd(*shadow, t.shadow.color); in new_dialog()
1194 if (conf->shadow) in end_dialog()
[all …]
H A Dtheme.c42 .shadow.color = GET_COLOR(COLOR_BLACK, COLOR_BLACK),
43 .shadow.y = 1,
44 .shadow.x = 2,
91 .shadow.color = GET_COLOR(COLOR_BLACK, COLOR_BLACK),
92 .shadow.y = 1,
93 .shadow.x = 2,
139 .shadow.y = 1,
140 .shadow.x = 2,
187 dst->shadow.color = src->shadow.color; in set_theme()
188 dst->shadow.y = src->shadow.y; in set_theme()
[all …]
H A Dbarbox.c136 WINDOW *widget, *textpad, *bar, *shadow; in bsddialog_gauge() local
209 end_dialog(conf, shadow, widget, textpad); in bsddialog_gauge()
223 WINDOW *widget, *textpad, *bar, *shadow; in do_mixedgauge() local
333 end_dialog(conf, shadow, widget, textpad); in do_mixedgauge()
438 WINDOW *widget, *textpad, *bar, *shadow; in bsddialog_rangebox() local
561 hide_widget(y, x, h, w, conf->shadow); in bsddialog_rangebox()
574 if (update_dialog(conf, shadow, widget,y, x, h, w, in bsddialog_rangebox()
601 end_dialog(conf, shadow, widget, textpad); in bsddialog_rangebox()
614 WINDOW *widget, *textpad, *bar, *shadow; in bsddialog_pause() local
706 hide_widget(y, x, h, w, conf->shadow); in bsddialog_pause()
[all …]
H A Dinfobox.c73 WINDOW *shadow, *widget, *textpad; in bsddialog_infobox() local
84 if (new_dialog(conf, &shadow, &widget, y, x, h, w, &textpad, text, in bsddialog_infobox()
93 end_dialog(conf, shadow, widget, textpad); in bsddialog_infobox()
H A Dtimebox.c117 WINDOW *widget, *textpad, *shadow; in bsddialog_timebox() local
151 if (new_dialog(conf, &shadow, &widget, y, x, h, w, &textpad, text, &bs, in bsddialog_timebox()
252 hide_widget(y, x, h, w, conf->shadow); in bsddialog_timebox()
265 if (update_dialog(conf, shadow, widget, y, x, h, w, in bsddialog_timebox()
303 end_dialog(conf, shadow, widget, textpad); in bsddialog_timebox()
315 WINDOW *widget, *textpad, *shadow; in bsddialog_datebox() local
368 if (new_dialog(conf, &shadow, &widget, y, x, h, w, &textpad, text, &bs, in bsddialog_datebox()
487 hide_widget(y, x, h, w, conf->shadow); in bsddialog_datebox()
500 if (update_dialog(conf, shadow, widget, y, x, h, w, in bsddialog_datebox()
537 end_dialog(conf, shadow, widget, textpad); in bsddialog_datebox()
H A Dmessagebox.c107 WINDOW *widget, *textpad, *shadow; in do_message() local
119 if (new_dialog(conf, &shadow, &widget, y, x, h, w, &textpad, text, &bs, in do_message()
197 hide_widget(y, x, h, w, conf->shadow); in do_message()
210 if (update_dialog(conf, shadow, widget, y, x, h, w, in do_message()
230 end_dialog(conf, shadow, widget, textpad); in do_message()
H A Dtextbox.c121 WINDOW *shadow, *widget, *pad; in bsddialog_textbox() local
165 if (new_dialog(conf, &shadow, &widget, y, x, h, w, NULL, NULL, &bs, in bsddialog_textbox()
243 hide_widget(y, x, h, w, conf->shadow); in bsddialog_textbox()
262 if (update_dialog(conf, shadow, widget, y, x, h, w, in bsddialog_textbox()
277 end_dialog(conf, shadow, widget, pad); in bsddialog_textbox()
H A Dlib_util.h131 new_dialog(struct bsddialog_conf *conf, WINDOW **shadow, WINDOW **widget, int y,
136 update_dialog(struct bsddialog_conf *conf, WINDOW *shadow, WINDOW *widget,
141 end_dialog(struct bsddialog_conf *conf, WINDOW *shadow, WINDOW *widget,
/freebsd-14.2/tools/test/stress2/misc/
H A Dunionfs12.sh61 mkdir $mp2/shadow
62 cp /bin/ls $mp2/shadow/
71 chmod +w $mp2/shadow/ls
72 sleep 2 >> $mp2/shadow/ls &
76 $mp1/shadow/ls -l /bin/ls $mp1 $mp2 && echo FAIL || echo OK
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_poisoning.h80 u8 *shadow = (u8*)MEM_TO_SHADOW(aligned_addr); in FastPoisonShadowPartialRightRedzone() local
81 for (uptr i = 0; i < redzone_size; i += ASAN_SHADOW_GRANULARITY, shadow++) { in FastPoisonShadowPartialRightRedzone()
83 *shadow = 0; // fully addressable in FastPoisonShadowPartialRightRedzone()
85 *shadow = in FastPoisonShadowPartialRightRedzone()
89 *shadow = poison_partial ? static_cast<u8>(size - i) : 0; in FastPoisonShadowPartialRightRedzone()
H A Dasan_premap_shadow.cpp40 uptr shadow = reinterpret_cast<uptr>(&__asan_shadow); in PremapShadowFailed() local
44 if (shadow == 0 || shadow == resolver) in PremapShadowFailed()
H A Dasan_descriptions.h199 ShadowAddressDescription shadow; member
223 return data.shadow.addr; in Address()
239 return data.shadow.Print();
254 return data.kind == kAddressKindShadow ? &data.shadow : nullptr; in AsShadow()
H A Dasan_interceptors_memintrinsics.h40 u8 shadow = AddressIsPoisoned(last); in DECLARE_REAL() local
42 shadow |= *((u8 *)shadow_first); in DECLARE_REAL()
43 return !shadow; in DECLARE_REAL()
/freebsd-14.2/contrib/libxo/xohtml/external/
H A Djquery.qtip.css27 box-shadow: none;
236 .qtip-shadow{
263 -webkit-box-shadow: 0 0 3px #333;
264 -moz-box-shadow: 0 0 3px #333;
265 box-shadow: 0 0 3px #333;
317 -webkit-box-shadow: 0 0 12px #333;
318 -moz-box-shadow: 0 0 12px #333;
319 box-shadow: 0 0 12px #333;
388 text-shadow: 0 1px black;
402 text-shadow: none;
[all …]
/freebsd-14.2/contrib/bsddialog/
H A DCHANGELOG45 * change: fixed-rows becames at most rows, min(rows, screenH - shadow).
46 * change: fixed-cols becames at most cols, min(cols, screenW - shadow).
68 * fix: avoid to overlay down shadow with menus and forms bottomdesc
115 * fix: internal segmentation fault with disabled shadow.
116 * fix: center position without shadow.
119 * fix: rename theme.shadow.h to theme.shadow.y.
120 * fix: rename theme.shadow.w to theme.shadow.x.
172 --no-ok, --nook, --no-shadow, --no-tags, --ok-label <label>,
175 --separator <sep>, --shadow, --single-quoted, --sleep <secs>,
H A Dutil_theme.c59 { "theme.shadow.color", COLOR, &t.shadow.color },
60 { "theme.shadow.y", UINT, &t.shadow.y },
61 { "theme.shadow.x", UINT, &t.shadow.x },
297 t.shadow.color = bsddialog_color(col[0], col[0], 0); in bikeshed()
298 t.shadow.y = 1, in bikeshed()
299 t.shadow.x = 2, in bikeshed()
/freebsd-14.2/contrib/dialog/
H A Dutil.c179 p->shadow = child; in add_subwindow()
195 delwin(p->shadow); in del_subwindows()
1678 y += getbegy(shadow); in in_shadow()
1679 x += getbegx(shadow); in in_shadow()
2305 if (p->shadow != 0) { in dlg_del_window()
2306 touchwin(p->shadow); in dlg_del_window()
2307 wnoutrefresh(p->shadow); in dlg_del_window()
2356 p->shadow = parent; in dlg_new_modal_window()
2424 if (p->shadow != 0) { in dlg_move_window()
2428 p->shadow = 0; in dlg_move_window()
[all …]
/freebsd-14.2/crypto/openssh/contrib/
H A Dsshd.pam.generic2 auth required /lib/security/pam_unix.so shadow nodelay
6 password required /lib/security/pam_unix.so shadow nullok use_authtok
/freebsd-14.2/usr.sbin/ypserv/
H A DMakefile.yp177 TARGETS+= shadow
212 shadow: shadow.byname shadow.byuid
234 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) shadow.byname ; fi
235 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) shadow.byuid ; fi
647 shadow.byname: $(MASTER)
662 shadow.byuid: $(MASTER)
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_flags.inc20 "If set, explicitly unmaps the (huge) shadow at exit.")
21 MEMPROF_FLAG(bool, protect_shadow_gap, true, "If set, mprotect the shadow gap")
22 MEMPROF_FLAG(bool, print_legend, true, "Print the legend for the shadow bytes.")
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_platform.h59 # define SHADOW_TO_ORIGIN(shadow) (((uptr)(shadow)) + 0x200000000000ULL) argument

123456