Home
last modified time | relevance | path

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

12

/external/libnl/lib/netfilter/
Dct_obj.c631 int nfnl_ct_set_src(struct nfnl_ct *ct, int repl, struct nl_addr *addr) in nfnl_ct_set_src()
638 int nfnl_ct_set_dst(struct nfnl_ct *ct, int repl, struct nl_addr *addr) in nfnl_ct_set_dst()
645 struct nl_addr *nfnl_ct_get_src(const struct nfnl_ct *ct, int repl) in nfnl_ct_get_src()
654 struct nl_addr *nfnl_ct_get_dst(const struct nfnl_ct *ct, int repl) in nfnl_ct_get_dst()
663 void nfnl_ct_set_src_port(struct nfnl_ct *ct, int repl, uint16_t port) in nfnl_ct_set_src_port()
672 int nfnl_ct_test_src_port(const struct nfnl_ct *ct, int repl) in nfnl_ct_test_src_port()
678 uint16_t nfnl_ct_get_src_port(const struct nfnl_ct *ct, int repl) in nfnl_ct_get_src_port()
685 void nfnl_ct_set_dst_port(struct nfnl_ct *ct, int repl, uint16_t port) in nfnl_ct_set_dst_port()
694 int nfnl_ct_test_dst_port(const struct nfnl_ct *ct, int repl) in nfnl_ct_test_dst_port()
700 uint16_t nfnl_ct_get_dst_port(const struct nfnl_ct *ct, int repl) in nfnl_ct_get_dst_port()
[all …]
Dct.c119 static int ct_parse_ip(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_ip()
174 static int ct_parse_proto(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_proto()
217 static int ct_parse_tuple(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_tuple()
277 static int ct_parse_counters(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_counters()
436 int repl) in nfnl_ct_build_tuple()
/external/mesa3d/src/compiler/glsl/
Dopt_function_inlining.cpp340 ir_variable_replacement_visitor(ir_variable *orig, ir_dereference *repl) in ir_variable_replacement_visitor()
359 ir_dereference *repl; member in ir_variable_replacement_visitor
425 ir_dereference *repl) in do_variable_replacement()
/external/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/python/cpython3/Lib/
Dre.py185 def sub(pattern, repl, string, count=0, flags=0): argument
194 def subn(pattern, repl, string, count=0, flags=0): argument
298 def _compile_repl(repl, pattern): argument
/external/selinux/libsemanage/src/
Dgenhomedircon.c513 static char *replace_all(const char *str, const replacement_pair_t * repl) in replace_all()
578 const replacement_pair_t *repl) in write_replacements()
600 semanage_list_t *tpl, const replacement_pair_t *repl, in write_contexts()
684 replacement_pair_t repl[] = { in write_home_dir_context() local
704 replacement_pair_t repl[] = { in write_home_root_context() local
716 replacement_pair_t repl[] = { in write_username_context() local
729 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/swiftshader/third_party/SPIRV-Tools/source/opt/
Dssa_rewrite_pass.cpp379 uint32_t SSARewriter::GetReplacement(std::pair<uint32_t, uint32_t> repl) { in GetReplacement() argument
486 for (auto& repl : load_replacement_) { in ApplyReplacements() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dssa_rewrite_pass.cpp379 uint32_t SSARewriter::GetReplacement(std::pair<uint32_t, uint32_t> repl) { in GetReplacement() argument
477 for (auto& repl : load_replacement_) { in ApplyReplacements() local
/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.py75 def _replace_expand(self, m, repl): argument
/external/iptables/libiptc/
Dlibiptc.c1118 static inline int iptcc_compile_rule (struct xtc_handle *h, STRUCT_REPLACE *repl, struct rule_head … in iptcc_compile_rule()
1143 static int iptcc_compile_chain(struct xtc_handle *h, STRUCT_REPLACE *repl, struct chain_head *c) in iptcc_compile_chain()
1249 static int iptcc_compile_table(struct xtc_handle *h, STRUCT_REPLACE *repl) in iptcc_compile_table()
2481 STRUCT_REPLACE *repl, unsigned int idx, in counters_normal_map()
2496 STRUCT_REPLACE *repl, unsigned int idx, in counters_map_zeroed()
2528 STRUCT_REPLACE *repl; in TC_COMMIT() local
/external/ltp/testcases/kernel/syscalls/setsockopt/
Dsetsockopt03.c86 struct ipt_replace repl; member
/external/deqp/framework/qphelper/
DqpXmlWriter.c56 const char* repl = DE_NULL; in writeEscaped() local
/external/chromium-trace/catapult/systrace/systrace/tracing_agents/
Datrace_agent.py363 def repl(m): function
/external/flatbuffers/tests/fuzzer/
Dflatbuffers_scalar_fuzzer.cc21 static void BreakSequence(std::string &s, const char *subj, char repl) { in BreakSequence()
/external/python/cpython3/Modules/clinic/
D_sre.c.h408 PyObject *repl; in _sre_SRE_Pattern_sub() local
441 PyObject *repl; in _sre_SRE_Pattern_subn() local
/external/bcc/tools/
Dargdist.py272 def repl(expr): function
/external/icu/icu4c/source/test/cintltst/
Dreapits.c1000 UChar repl[100]; in TestRegexCAPI() local
1905 UChar repl[100]; in TestUTextAPI() local
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetEncoderICU.java683 public boolean isLegalReplacement(byte[] repl) { in isLegalReplacement()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ssa_builder.cpp223 bool repl = (n.op_ptr()->flags & AF_REPL) || in visit() local

12