| /src/external/ibm-public/postfix/dist/src/global/ |
| mail_addr_map.h | 33 #define mail_addr_map_internal(path, address, propagate) \ 34 mail_addr_map_opt((path), (address), (propagate), \
|
| mail_addr_map.c | 11 /* ARGV *mail_addr_map_internal(path, address, propagate) 14 /* int propagate; 16 /* ARGV *mail_addr_map_opt(path, address, propagate, in_form, 20 /* int propagate; 110 ARGV *mail_addr_map_opt(MAPS *path, const char *address, int propagate, 147 * Prepend the original user to @otherdomain, but do not propagate 166 * Canonicalize the result, and propagate the unmatched extension to 169 argv = mail_addr_crunch_opt(string, propagate ? extension : 0, 252 int propagate; member in struct:__anon23098 504 result = mail_addr_map_opt(maps, test->address, test->propagate, [all...] |
| /src/external/ibm-public/postfix/dist/src/cleanup/ |
| cleanup_map11.c | 11 /* int cleanup_map11_external(state, addr, maps, propagate) 15 /* int propagate; 17 /* int cleanup_map11_internal(state, addr, maps, propagate) 21 /* int propagate; 23 /* int cleanup_map11_tree(state, tree, maps, propagate) 27 /* int propagate; 99 MAPS *maps, int propagate) 114 if ((new_addr = mail_addr_map_opt(maps, STR(addr), propagate, 147 MAPS *maps, int propagate) 159 did_rewrite = cleanup_map11_external(state, temp, maps, propagate); [all...] |
| cleanup_map1n.c | 11 /* ARGV *cleanup_map1n_internal(state, addr, maps, propagate) 15 /* int propagate; 80 MAPS *maps, int propagate) 143 propagate)) != 0) {
|
| /src/sbin/fsck_ext2fs/ |
| pass3.c | 98 propagate();
|
| extern.h | 69 void propagate(void);
|
| /src/sbin/fsck_lfs/ |
| pass3.c | 67 propagate();
|
| extern.h | 78 void propagate(void);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| SyntheticCountsUtils.h | 22 /// Class with methods to propagate synthetic entry counts. 40 static void propagate(const CallGraphType &CG, GetProfCountTy GetProfCount,
|
| /src/external/ibm-public/postfix/dist/src/smtp/ |
| smtp_map11.c | 11 /* int smtp_map11_internal(addr, maps, propagate) 14 /* int propagate; 16 /* int smtp_map11_external(addr, maps, propagate) 19 /* int propagate; 21 /* int smtp_map11_tree(tree, maps, propagate) 24 /* int propagate; 85 int smtp_map11_internal(VSTRING *addr, MAPS *maps, int propagate) 91 if ((new_addr = mail_addr_map_internal(maps, STR(addr), propagate)) != 0) { 111 int smtp_map11_tree(TOK822 *tree, MAPS *maps, int propagate) 118 ret = smtp_map11_internal(int_buf, maps, propagate); [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| SyntheticCountsUtils.cpp | 24 // Given an SCC, propagate entry counts along the edge of the SCC nodes. 86 void SyntheticCountsUtils<CallGraphType>::propagate(const CallGraphType &CG, function in class:SyntheticCountsUtils
|
| LegacyDivergenceAnalysis.cpp | 102 void propagate(); 267 void DivergencePropagator::propagate() { function in class:__anon4079::DivergencePropagator 349 DP.propagate();
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| bitmap.h | 220 /* Propagate group state transitions up the tree. */ 334 UNUSED bool propagate; local 341 propagate = (g == 0); 347 /* Propagate group state transitions up the tree. */ 348 if (propagate) { 355 propagate = (g == 0); 360 if (!propagate) {
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| bitmap.h | 220 /* Propagate group state transitions up the tree. */ 334 UNUSED bool propagate; local 341 propagate = (g == 0); 347 /* Propagate group state transitions up the tree. */ 348 if (propagate) { 355 propagate = (g == 0); 360 if (!propagate) {
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| bitmap.h | 229 /* Propagate group state transitions up the tree. */ 347 UNUSED bool propagate; local 354 propagate = (g == 0); 360 /* Propagate group state transitions up the tree. */ 361 if (propagate) { 368 propagate = (g == 0); 373 if (!propagate) {
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| bitmap.h | 229 /* Propagate group state transitions up the tree. */ 347 UNUSED bool propagate; local 354 propagate = (g == 0); 360 /* Propagate group state transitions up the tree. */ 361 if (propagate) { 368 propagate = (g == 0); 373 if (!propagate) {
|
| /src/external/apache2/llvm/dist/llvm/lib/LTO/ |
| SummaryBasedOptimizations.cpp | 83 // SyntheticCountsUtils::propagate takes care of this propagation on any 85 SyntheticCountsUtils<ModuleSummaryIndex *>::propagate(&Index, GetProfileCount,
|
| /src/external/lgpl3/gmp/dist/mpn/alpha/ev6/nails/ |
| addmul_2.asm | 94 addq r19, acc0, acc0 C U0 propagate nail 124 addq r19, acc0, acc0 C propagate nail 138 addq r19, acc0, acc0 C propagate nail
|
| addmul_3.asm | 104 addq r19, acc0, acc0 C U1 propagate nail 140 addq r19, acc0, acc0 C propagate nail 156 addq r19, acc0, acc0 C propagate nail
|
| /src/external/lgpl3/gmp/dist/mpn/power/ |
| addmul_1.asm | 74 aze 10,10 C propagate cy to new cy_limb 103 ae 10,10,0 C propagate cy to new cy_limb 115 ae 9,9,0 C propagate cy to new cy_limb
|
| submul_1.asm | 75 aze 10,10 C propagate cy to new cy_limb 106 ae 10,10,0 C propagate cy to new cy_limb 119 ae 9,9,0 C propagate cy to new cy_limb
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| SyntheticCountsPropagation.cpp | 1 //=- SyntheticCountsPropagation.cpp - Propagate function counts --*- C++ -*-=// 19 // callgraph-scc to propagate the counts. For each function the set of callsites 129 SyntheticCountsUtils<const CallGraph *>::propagate(
|
| /src/external/bsd/mdocml/dist/ |
| mandoc.c | 613 * propagate outward.
|
| /src/external/lgpl3/gmp/dist/mpn/alpha/ |
| sqr_diag_addlsh1.asm | 41 C Algorithm: We allow ourselves to propagate carry to a product high word 43 C B-2, i.e, will not spill. We propagate carry similarly to a product low word
|
| /src/sbin/fsck_ffs/ |
| extern.h | 79 void propagate(ino_t);
|