| /OK3568_Linux_fs/kernel/scripts/atomic/ |
| H A D | gen-atomic-instrumented.sh | 85 local guard="$(gen_guard "${meta}" "${atomic}" "${pfx}" "${name}" "${sfx}" "${order}")" 93 [ ! -z "${guard}" ] && printf "#if ${guard}\n" 105 [ ! -z "${guard}" ] && printf "#endif\n" 129 local guard="defined(arch_${name}${sfx})" 131 [ -z "${sfx}" ] && guard="!defined(arch_${name}_relaxed) || defined(arch_${name})" 133 printf "#if ${guard}\n"
|
| /OK3568_Linux_fs/kernel/arch/parisc/math-emu/ |
| H A D | cnv_float.h | 88 #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd) \ argument 90 guard = Dbit3p2(srcB); \ 92 inexact = guard | sticky; \ 95 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \ argument 101 guard = inexact >> 31; \ 124 if (guard && (sticky || odd)) { \ 134 guard = odd; \ 136 inexact |= guard; \ 144 guard = inexact >> 31; \ 157 guard = inexact >> 31; \ [all …]
|
| H A D | sgl_float.h | 289 #define Sgl_denormalize(opnd,exponent,guard,sticky,inexact) \ argument 292 guard = (Sall(opnd) >> -exponent) & 1; \ 294 inexact = guard | sticky; \ 298 guard = 0; \
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/video/ |
| H A D | atmel-hlcdc.txt | 13 - atmel,guard-time: lcd guard time (Delay in frame periods). 24 atmel,guard-time = <1>;
|
| /OK3568_Linux_fs/kernel/Documentation/arm64/ |
| H A D | memory.rst | 39 fffffdffbfff0000 fffffdfffe5f8fff ~998MB [guard region] 41 fffffdfffea00000 fffffdfffebfffff 2MB [guard region] 43 fffffdffffc00000 fffffdffffdfffff 2MB [guard region] 45 ffffffffffe00000 ffffffffffffffff 2MB [guard region] 59 fffff81fffff0000 fffffc1ffe58ffff ~3TB [guard region] 61 fffffc1ffea00000 fffffc1ffebfffff 2MB [guard region] 63 fffffc1fffc00000 fffffc1fffdfffff 2MB [guard region] 65 ffffffffffe00000 ffffffffffffffff 2MB [guard region]
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ylwrap | 43 guard () function 152 sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/ |
| H A D | 0001-kbuild-install_headers.sh-Strip-_UAPI-from-if-define.patch | 8 ifndef and #define directives used to guard headers against multiple 14 stripped from guard directives written using "#if defined()" etc. 17 using #if defined() to guard against inappropriate header inclusion.
|
| H A D | 0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch | 41 - * if the glibc code didn't define them. This guard matches 42 - * the guard in glibc/inet/netinet/in.h which defines the
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | gen.c | 61 static void get_header_guard(char *guard, const char *obj_name) in get_header_guard() argument 65 sprintf(guard, "__%s_SKEL_H__", obj_name); in get_header_guard() 66 for (i = 0; guard[i]; i++) in get_header_guard() 67 guard[i] = toupper(guard[i]); in get_header_guard()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/ |
| H A D | atmel,lcdc.txt | 56 - atmel,guard-time: lcd guard time (Delay in frame periods) 71 atmel,guard-time = <9>;
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb-v2/ |
| H A D | mxl111sf-demod.c | 143 enum fe_guard_interval *guard) in mxl1x1sf_demod_get_tps_guard_interval() argument 153 *guard = GUARD_INTERVAL_1_32; in mxl1x1sf_demod_get_tps_guard_interval() 156 *guard = GUARD_INTERVAL_1_16; in mxl1x1sf_demod_get_tps_guard_interval() 159 *guard = GUARD_INTERVAL_1_8; in mxl1x1sf_demod_get_tps_guard_interval() 162 *guard = GUARD_INTERVAL_1_4; in mxl1x1sf_demod_get_tps_guard_interval()
|
| /OK3568_Linux_fs/kernel/drivers/thermal/intel/ |
| H A D | intel_powerclamp.c | 79 unsigned int guard; member 326 unsigned int guard, unsigned int win) in powerclamp_adjust_controls() argument 359 return set_target_ratio + guard <= current_ratio; in powerclamp_adjust_controls() 379 w_data->guard = 1 + w_data->target_ratio / 20; in clamp_balancing_func() 422 w_data->guard, in clamp_idle_injection_func()
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/cxd2880/ |
| H A D | cxd2880_top.c | 710 info.guard = CXD2880_DVBT_GUARD_1_4; in cxd2880_set_ber_per_period_t() 717 denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 721 denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 725 denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 746 denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 750 denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 754 denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 757 63000000 * bw * 2 / denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 760 denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 763 bw * 2 / denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() [all …]
|
| H A D | cxd2880_tnrdmd_dvbt_mon.c | 85 *guard) in cxd2880_tnrdmd_dvbt_mon_mode_guard() 90 if (!tnr_dmd || !mode || !guard) in cxd2880_tnrdmd_dvbt_mon_mode_guard() 110 mode, guard); in cxd2880_tnrdmd_dvbt_mon_mode_guard() 134 *guard = (enum cxd2880_dvbt_guard)(rdata & 0x03); in cxd2880_tnrdmd_dvbt_mon_mode_guard() 280 info->guard = (enum cxd2880_dvbt_guard)((rdata[1] >> 3) & 0x03); in cxd2880_tnrdmd_dvbt_mon_tps_info()
|
| H A D | cxd2880_dvbt.h | 64 enum cxd2880_dvbt_guard guard; member
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0133-kern-efi-Add-initial-stack-protector-implementation.patch | 66 +AC_MSG_CHECKING([whether `$CC' accepts `-mstack-protector-guard=global']) 73 +if eval "$ac_compile -S -fstack-protector -mstack-protector-guard=global -o conftest.s" 2> /dev/nu… 150 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`$CC' accepts \`-mstack-protector-guard… 151 +$as_echo_n "checking whether \`$CC' accepts \`-mstack-protector-guard=global'... " >&6; } 161 +if eval "$ac_compile -S -fstack-protector -mstack-protector-guard=global -o conftest.s" 2> /dev/nu… 188 …ck-protector is not supported (compiler doesn't support -mstack-protector-guard=global)" "$LINENO"… 190 + TARGET_CFLAGS="$TARGET_CFLAGS -mstack-protector-guard=global" 250 …enable-stack-protector is not supported (compiler doesn't support -mstack-protector-guard=global)]) 252 + TARGET_CFLAGS="$TARGET_CFLAGS -mstack-protector-guard=global"
|
| /OK3568_Linux_fs/kernel/arch/arm64/ |
| H A D | Makefile | 62 $(eval KBUILD_CFLAGS += -mstack-protector-guard=sysreg \ 63 -mstack-protector-guard-reg=sp_el0 \ 64 -mstack-protector-guard-offset=$(shell \
|
| /OK3568_Linux_fs/kernel/arch/powerpc/ |
| H A D | Makefile | 99 cflags-$(CONFIG_STACKPROTECTOR) += -mstack-protector-guard=tls 101 cflags-$(CONFIG_STACKPROTECTOR) += -mstack-protector-guard-reg=r13 103 cflags-$(CONFIG_STACKPROTECTOR) += -mstack-protector-guard-reg=r2 407 …$(eval KBUILD_CFLAGS += -mstack-protector-guard-offset=$(shell awk '{if ($$2 == "PACA_CANARY") pri… 409 …$(eval KBUILD_CFLAGS += -mstack-protector-guard-offset=$(shell awk '{if ($$2 == "TASK_CANARY") pri…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | renderer.cpp | 20 BackendScope guard { impl->backend }; in ~Renderer() local 98 BackendScope guard { impl->backend }; in reduceMemoryUse() local
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/ |
| H A D | kfence.rst | 47 requires 2 pages, one for the object itself and the other one used as a guard 48 page; object pages are interleaved with guard pages, and every object page is 49 therefore surrounded by two guard pages. 156 KFENCE also uses pattern-based redzones on the other side of an object's guard 233 object page are "guard pages", whose attributes are changed to a protected 281 <http://llvm.org/docs/GwpAsan.html>`_. GWP-ASan also relies on guard pages and
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-graphics/cogl/cogl-1.0/ |
| H A D | 0001-configure.ac-don-t-require-eglmesaext.h.patch | 58 +dnl Set the usual include guard define and, if the EGL implementation doesn't 59 +dnl use that guard fall back to USE_OZONE and EGL_NO_X11 platforms which don't
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | round.S | 124 | ext_grs --- extract guard, round and sticky bits 127 | Output: d0{31:29}= guard, round, sticky 129 | The ext_grs extract the guard/round/sticky bits according to the 132 | updated guard,round,sticky in d0{31:29} 411 | d0 is guard,round,sticky 489 | d0{31:29} initial guard,round,sticky 493 | d0{31:29} final guard,round,sticky 506 bfextu WBTEMP_GRS(%a6){#6:#3},%d2 |extract guard,round, sticky bit
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | mac80211-injection.rst | 48 IEEE80211_RADIOTAP_MCS_SGI use short guard interval 63 IEEE80211_RADIOTAP_VHT_FLAG_SGI: use short guard interval
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | sox.c | 668 sox_signalinfo_t * in, sox_signalinfo_t const * out, int * guard) { in add_effect() argument 670 switch (*guard) { in add_effect() 674 ++*guard; in add_effect() 680 --*guard; in add_effect() 693 char *argv[], sox_signalinfo_t *signal, int * guard) in auto_effect() argument 702 if (add_effect(chain, effp, signal, &ofile->ft->signal, guard) != SOX_SUCCESS) in auto_effect() 1038 int guard = is_guarded - 1; in add_effects() local 1055 &guard) != SOX_SUCCESS) in add_effects() 1063 auto_effect(chain, "rate", rate_arg != NULL, &rate_arg, &signal, &guard); in add_effects() 1065 auto_effect(chain, "channels", 0, NULL, &signal, &guard); in add_effects() [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/ |
| H A D | Makefile | 91 ifeq ($(call cc-option-yn,-mstack-size=8192 -mstack-guard=128),y) 94 cflags-$(CONFIG_CHECK_STACK) += -mstack-guard=$(CONFIG_STACK_GUARD)
|