Home
last modified time | relevance | path

Searched defs:repl (Results 1 – 25 of 54) sorted by relevance

123

/external/libnl/lib/netfilter/
Dct_obj.c632 int nfnl_ct_set_src(struct nfnl_ct *ct, int repl, struct nl_addr *addr) in nfnl_ct_set_src()
639 int nfnl_ct_set_dst(struct nfnl_ct *ct, int repl, struct nl_addr *addr) in nfnl_ct_set_dst()
646 struct nl_addr *nfnl_ct_get_src(const struct nfnl_ct *ct, int repl) in nfnl_ct_get_src()
655 struct nl_addr *nfnl_ct_get_dst(const struct nfnl_ct *ct, int repl) in nfnl_ct_get_dst()
664 void nfnl_ct_set_src_port(struct nfnl_ct *ct, int repl, uint16_t port) in nfnl_ct_set_src_port()
673 int nfnl_ct_test_src_port(const struct nfnl_ct *ct, int repl) in nfnl_ct_test_src_port()
679 uint16_t nfnl_ct_get_src_port(const struct nfnl_ct *ct, int repl) in nfnl_ct_get_src_port()
686 void nfnl_ct_set_dst_port(struct nfnl_ct *ct, int repl, uint16_t port) in nfnl_ct_set_dst_port()
695 int nfnl_ct_test_dst_port(const struct nfnl_ct *ct, int repl) in nfnl_ct_test_dst_port()
701 uint16_t nfnl_ct_get_dst_port(const struct nfnl_ct *ct, int repl) in nfnl_ct_get_dst_port()
[all …]
Dct.c102 static int ct_parse_ip(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_ip()
157 static int ct_parse_proto(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_proto()
200 static int ct_parse_tuple(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_tuple()
260 static int ct_parse_counters(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_counters()
426 int repl) in nfnl_ct_build_tuple()
/external/llvm-project/mlir/lib/TableGen/
DPattern.cpp251 auto repl = formatv(fmt, name); in getValueAndRangeUse() local
261 auto repl = formatv(fmt, name); in getValueAndRangeUse() local
265 auto repl = formatv(fmt, formatv("(*{0}.begin())", name)); in getValueAndRangeUse() local
277 auto repl = formatv(fmt, v); in getValueAndRangeUse() local
301 auto repl = llvm::join(values, separator); in getValueAndRangeUse() local
308 auto repl = formatv(fmt, name); in getValueAndRangeUse() local
323 auto repl = formatv(fmt, name); in getAllRangeUse() local
329 auto repl = formatv(fmt, formatv("{0}.getODSResults({1})", name, index)); in getAllRangeUse() local
343 auto repl = llvm::join(values, separator); in getAllRangeUse() local
350 auto repl = formatv(fmt, formatv("{{{0}}", name)); in getAllRangeUse() local
DFormat.cpp126 FmtReplacement repl; in parseFormatString() local
136 for (auto &repl : replacements) { in format() local
/external/llvm-project/llvm/utils/gn/build/
Dwrite_cmake_config.py69 def repl(m): function
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/cfg/
DConfigObjectsTest.java19 StdSubtypeResolver repl = new StdSubtypeResolver(); in testSubtypeResolver() local
/external/clang/www/
Dbuiltins.py147 def report_repl(builtin, repl): argument
/external/llvm-project/clang/www/
Dbuiltins.py147 def report_repl(builtin, repl): argument
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DMacroExpander.cpp318 Token &repl = replacements->front(); in expandMacro() local
342 Token &repl = replacements->at(i); in expandMacro() local
481 const Token &repl = macro.replacements[i]; in replaceMacroParams() local
/external/mesa3d/src/compiler/glsl/
Dopt_function_inlining.cpp347 ir_variable_replacement_visitor(ir_variable *orig, ir_dereference *repl) in ir_variable_replacement_visitor()
369 ir_dereference *repl; member in ir_variable_replacement_visitor
461 ir_dereference *repl) in do_variable_replacement()
/external/angle/src/compiler/preprocessor/
DMacroExpander.cpp312 Token &repl = replacements->front(); in expandMacro() local
336 Token &repl = replacements->at(i); in expandMacro() local
477 const Token &repl = macro.replacements[i]; in replaceMacroParams() local
/external/python/cpython3/Lib/
Dre.py203 def sub(pattern, repl, string, count=0, flags=0): argument
212 def subn(pattern, repl, string, count=0, flags=0): argument
316 def _compile_repl(repl, pattern): argument
/external/starlark-go/repl/
Drepl.go13 package repl // import "go.starlark.net/repl" package
/external/selinux/libsemanage/src/
Dgenhomedircon.c515 static char *replace_all(const char *str, const replacement_pair_t * repl) in replace_all()
580 const replacement_pair_t *repl) in write_replacements()
602 semanage_list_t *tpl, const replacement_pair_t *repl, in write_contexts()
686 replacement_pair_t repl[] = { in write_home_dir_context() local
706 replacement_pair_t repl[] = { in write_home_root_context() local
718 replacement_pair_t repl[] = { in write_username_context() local
731 replacement_pair_t repl[] = { in write_user_context() local
/external/python/cpython2/Lib/
Dre.py148 def sub(pattern, repl, string, count=0, flags=0): argument
157 def subn(pattern, repl, string, count=0, flags=0): argument
Dmimify.py45 repl = re.compile('^subject:\\s+re: ', re.I) variable
/external/iproute2/ip/
Dipseg6.c128 int repl = 0, dump = 0; in seg6_do_cmd() local
/external/owasp/sanitizer/src/main/org/owasp/html/
DEncoding.java171 String repl = REPLACEMENTS[ch]; in encodeHtmlOnto() local
/external/python/cpython2/Lib/idlelib/
DReplaceDialog.py65 def _replace_expand(self, m, repl): argument
/external/python/cpython3/Lib/idlelib/
Dreplace.py116 def _replace_expand(self, m, repl): argument
/external/deqp-deps/SPIRV-Tools/source/opt/
Dssa_rewrite_pass.cpp468 uint32_t SSARewriter::GetReplacement(std::pair<uint32_t, uint32_t> repl) { in GetReplacement() argument
582 for (auto& repl : load_replacement_) { in ApplyReplacements() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dssa_rewrite_pass.cpp468 uint32_t SSARewriter::GetReplacement(std::pair<uint32_t, uint32_t> repl) { in GetReplacement() argument
582 for (auto& repl : load_replacement_) { in ApplyReplacements() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dssa_rewrite_pass.cpp468 uint32_t SSARewriter::GetReplacement(std::pair<uint32_t, uint32_t> repl) { in GetReplacement() argument
582 for (auto& repl : load_replacement_) { in ApplyReplacements() local
/external/llvm-project/flang/lib/Parser/
Dpreprocessor.cpp28 const TokenSequence &repl, std::size_t firstToken, std::size_t tokens) in Definition()
32 const TokenSequence &repl, std::size_t firstToken, std::size_t tokens, in Definition()
292 std::string repl; in MacroReplacement() local
/external/fmtlib/include/fmt/
Dcompile.h58 replacement repl; member
170 auto repl = typename part::replacement(); in on_format_specs() local

123