/kernel/linux/linux-5.10/arch/powerpc/ |
H A D | Makefile | 85 cflags-$(CONFIG_CPU_LITTLE_ENDIAN) += -mno-strict-align
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | Makefile | 32 -fno-strict-aliasing -O2 -msoft-float -mno-altivec -mno-vsx \
|
/kernel/linux/linux-5.10/drivers/pinctrl/mediatek/ |
H A D | pinctrl-moore.c | 411 .strict = true,
|
/kernel/linux/linux-5.10/lib/842/ |
H A D | 842_compress.c | 36 module_param_named(strict, sw842_strict, bool, 0644); 503 /* if using strict mode, we can only compress a multiple of 8 */ in sw842_compress() 505 pr_err("Using strict mode, can't compress len %d\n", ilen); in sw842_compress()
|
/kernel/linux/linux-5.10/drivers/pinctrl/uniphier/ |
H A D | pinctrl-uniphier-core.c | 695 .strict = true,
|
/kernel/linux/linux-6.6/drivers/pinctrl/uniphier/ |
H A D | pinctrl-uniphier-core.c | 697 .strict = true,
|
/kernel/linux/linux-6.6/drivers/pinctrl/mediatek/ |
H A D | pinctrl-moore.c | 459 .strict = true,
|
/kernel/linux/linux-6.6/scripts/ |
H A D | sphinx-pre-install | 3 use strict;
|
/kernel/linux/linux-6.6/lib/842/ |
H A D | 842_compress.c | 36 module_param_named(strict, sw842_strict, bool, 0644); 503 /* if using strict mode, we can only compress a multiple of 8 */ in sw842_compress() 505 pr_err("Using strict mode, can't compress len %d\n", ilen); in sw842_compress()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | dumpICUrules.bat | 41 use strict;
|
/third_party/json/tests/src/ |
H A D | unit-regression2.cpp | 605 json::error_handler_t::strict // Error
|
/third_party/python/Lib/idlelib/ |
H A D | config.py | 48 ConfigParser.__init__(self, defaults=cfgDefaults, strict=False)
|
/third_party/tzdata/ |
H A D | Makefile | 316 -Wbad-function-cast -Wbidi-chars=any,ucn -Wcast-align=strict -Wdate-time \ 416 # If you want strict compliance with XPG4 as of 1994-04-09, add
|
/third_party/protobuf/ |
H A D | tests.sh | 49 PPROF_PATH=/usr/bin/google-pprof HEAPCHECK=strict ./protobuf-test
|
/third_party/python/Lib/test/ |
H A D | test_code.py | 361 strict=True
|
H A D | test_enum.py | 340 for member, name in zip(TE, self.names, strict=True): 342 for member, value in zip(TE, self.values, strict=True): 610 for name, value, member in zip(self.names, self.values, TE, strict=True): 658 for name, value, member in zip(self.names, self.values, TE, strict=True): 668 for name, value, member in zip(self.names, self.values, TE, strict=True): 696 for name, value, member in zip(self.names, self.values, TE, strict=True): 706 for name, value, member in zip(self.names, self.values, TE, strict=True): 734 for name, value, member in zip(self.names, self.values, TE, strict=True): 744 for name, value, member in zip(self.names, self.values, TE, strict=True): 2475 four = b'4', 'latin1', 'strict' [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | tls_internal.c | 365 int tls_global_set_verify(void *tls_ctx, int check_crl, int strict) in tls_global_set_verify() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | tls_internal.c | 365 int tls_global_set_verify(void *tls_ctx, int check_crl, int strict) in tls_global_set_verify() argument
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 1747 static int bpf_object__init_user_maps(struct bpf_object *obj, bool strict) in bpf_object__init_user_maps() argument 1860 if (strict) in bpf_object__init_user_maps() 1982 bool strict, bool is_inner, in parse_btf_map_def() 2164 err = parse_btf_map_def(obj, map->inner_map, t, strict, in parse_btf_map_def() 2197 if (strict) { in parse_btf_map_def() 2218 const Elf_Data *data, bool strict, in bpf_object__init_user_btf_map() 2279 return parse_btf_map_def(obj, map, def, strict, false, pin_root_path); in bpf_object__init_user_btf_map() 2282 static int bpf_object__init_user_btf_maps(struct bpf_object *obj, bool strict, in bpf_object__init_user_btf_maps() argument 2325 data, strict, in bpf_object__init_user_btf_maps() 2338 bool strict; in bpf_object__init_maps() local 1979 parse_btf_map_def(struct bpf_object *obj, struct bpf_map *map, const struct btf_type *def, bool strict, bool is_inner, const char *pin_root_path) parse_btf_map_def() argument 2215 bpf_object__init_user_btf_map(struct bpf_object *obj, const struct btf_type *sec, int var_idx, int sec_idx, const Elf_Data *data, bool strict, const char *pin_root_path) bpf_object__init_user_btf_map() argument [all...] |
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-generator.cc | 472 Label sloppy(this), strict(this), end(this); in IGNITION_HANDLER() 478 &strict, &sloppy); in IGNITION_HANDLER() local 480 BIND(&strict); in IGNITION_HANDLER() 1318 // referenced by the register operand following strict mode semantics.
|
/third_party/node/deps/openssl/openssl/ |
H A D | Configure | 13 use strict; 911 elsif (/^--strict-warnings$/) 913 # Pretend that our strict flags is a C flag, and replace it 915 push @{$useradd{CFLAGS}}, '--ossl-strict-warnings'; 1672 warn "WARNING --strict-warnings requires gcc[>=4] or gcc-alike, or MSVC" 1676 $config{CFLAGS} = [ map { $_ eq '--ossl-strict-warnings'
|
/third_party/openssl/ |
H A D | Configure | 13 use strict; 911 elsif (/^--strict-warnings$/) 913 # Pretend that our strict flags is a C flag, and replace it 915 push @{$useradd{CFLAGS}}, '--ossl-strict-warnings'; 1669 warn "WARNING --strict-warnings requires gcc[>=4] or gcc-alike, or MSVC" 1673 $config{CFLAGS} = [ map { $_ eq '--ossl-strict-warnings'
|
/third_party/python/Modules/_io/ |
H A D | textio.c | 216 errors: object(c_default="NULL") = "strict" 236 errors = Py_NewRef(&_Py_ID(strict)); in _io_IncrementalNewlineDecoder___init___impl() 1040 defaults to "strict". 1088 errors = &_Py_ID(strict); in _io_TextIOWrapper___init___impl() 1272 errors = &_Py_ID(strict); in textiowrapper_change_encoding()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | addrconf.c | 1888 const struct net_device *dev, int strict) in ipv6_chk_addr() 1891 strict, IFA_F_TENTATIVE); in ipv6_chk_addr() 1907 int strict, u32 banned_flags) in __ipv6_chk_addr_and_flags() 1937 !(ifp->scope&(IFA_LINK|IFA_HOST) || strict))) { in __ipv6_chk_addr_and_flags() 1949 int strict, u32 banned_flags) in ipv6_chk_addr_and_flags() 1952 strict, banned_flags) ? 1 : 0; in ipv6_chk_addr_and_flags() 2020 struct net_device *dev, int strict) in ipv6_get_ifaddr() 2031 !(ifp->scope&(IFA_LINK|IFA_HOST) || strict)) { in ipv6_get_ifaddr() 5948 /* only requests using strict checking can pass data to in inet6_dump_ifinfo() 1887 ipv6_chk_addr(struct net *net, const struct in6_addr *addr, const struct net_device *dev, int strict) ipv6_chk_addr() argument 1905 __ipv6_chk_addr_and_flags(struct net *net, const struct in6_addr *addr, const struct net_device *dev, bool skip_dev_check, int strict, u32 banned_flags) __ipv6_chk_addr_and_flags() argument 1947 ipv6_chk_addr_and_flags(struct net *net, const struct in6_addr *addr, const struct net_device *dev, bool skip_dev_check, int strict, u32 banned_flags) ipv6_chk_addr_and_flags() argument 2019 ipv6_get_ifaddr(struct net *net, const struct in6_addr *addr, struct net_device *dev, int strict) ipv6_get_ifaddr() argument
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | addrconf.c | 1920 const struct net_device *dev, int strict) in ipv6_chk_addr() 1923 strict, IFA_F_TENTATIVE); in ipv6_chk_addr() 1939 int strict, u32 banned_flags) in __ipv6_chk_addr_and_flags() 1967 !(ifp->scope&(IFA_LINK|IFA_HOST) || strict))) { in __ipv6_chk_addr_and_flags() 1979 int strict, u32 banned_flags) in ipv6_chk_addr_and_flags() 1982 strict, banned_flags) ? 1 : 0; in ipv6_chk_addr_and_flags() 2051 struct net_device *dev, int strict) in ipv6_get_ifaddr() 2060 !(ifp->scope&(IFA_LINK|IFA_HOST) || strict)) { in ipv6_get_ifaddr() 6065 /* only requests using strict checking can pass data to in inet6_dump_ifinfo() 1919 ipv6_chk_addr(struct net *net, const struct in6_addr *addr, const struct net_device *dev, int strict) ipv6_chk_addr() argument 1937 __ipv6_chk_addr_and_flags(struct net *net, const struct in6_addr *addr, const struct net_device *dev, bool skip_dev_check, int strict, u32 banned_flags) __ipv6_chk_addr_and_flags() argument 1977 ipv6_chk_addr_and_flags(struct net *net, const struct in6_addr *addr, const struct net_device *dev, bool skip_dev_check, int strict, u32 banned_flags) ipv6_chk_addr_and_flags() argument 2050 ipv6_get_ifaddr(struct net *net, const struct in6_addr *addr, struct net_device *dev, int strict) ipv6_get_ifaddr() argument
|