Home
last modified time | relevance | path

Searched refs:strict (Results 326 - 350 of 471) sorted by relevance

1...<<111213141516171819

/kernel/linux/linux-5.10/arch/powerpc/
H A DMakefile85 cflags-$(CONFIG_CPU_LITTLE_ENDIAN) += -mno-strict-align
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A DMakefile32 -fno-strict-aliasing -O2 -msoft-float -mno-altivec -mno-vsx \
/kernel/linux/linux-5.10/drivers/pinctrl/mediatek/
H A Dpinctrl-moore.c411 .strict = true,
/kernel/linux/linux-5.10/lib/842/
H A D842_compress.c36 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 Dpinctrl-uniphier-core.c695 .strict = true,
/kernel/linux/linux-6.6/drivers/pinctrl/uniphier/
H A Dpinctrl-uniphier-core.c697 .strict = true,
/kernel/linux/linux-6.6/drivers/pinctrl/mediatek/
H A Dpinctrl-moore.c459 .strict = true,
/kernel/linux/linux-6.6/scripts/
H A Dsphinx-pre-install3 use strict;
/kernel/linux/linux-6.6/lib/842/
H A D842_compress.c36 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 DdumpICUrules.bat41 use strict;
/third_party/json/tests/src/
H A Dunit-regression2.cpp605 json::error_handler_t::strict // Error
/third_party/python/Lib/idlelib/
H A Dconfig.py48 ConfigParser.__init__(self, defaults=cfgDefaults, strict=False)
/third_party/tzdata/
H A DMakefile316 -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 Dtests.sh49 PPROF_PATH=/usr/bin/google-pprof HEAPCHECK=strict ./protobuf-test
/third_party/python/Lib/test/
H A Dtest_code.py361 strict=True
H A Dtest_enum.py340 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 Dtls_internal.c365 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 Dtls_internal.c365 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 Dlibbpf.c1747 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 Dinterpreter-generator.cc472 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 DConfigure13 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 DConfigure13 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 Dtextio.c216 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 Daddrconf.c1888 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 Daddrconf.c1920 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

Completed in 61 milliseconds

1...<<111213141516171819