| /netbsd-src/external/ibm-public/postfix/dist/src/virtual/ |
| H A D | recipient.c | 62 VSTRING *folded; in deliver_recipient() local 78 folded = vstring_alloc(100); in deliver_recipient() 79 state.msg_attr.user = casefold(folded, state.msg_attr.rcpt.address); in deliver_recipient() 93 vstring_free(folded); in deliver_recipient()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/local/ |
| H A D | recipient.c | 211 VSTRING *folded; in deliver_recipient() local 257 folded = vstring_alloc(100); in deliver_recipient() 258 state.msg_attr.local = casefold(folded, state.msg_attr.rcpt.address); in deliver_recipient() 305 vstring_free(folded); in deliver_recipient()
|
| H A D | forward.c | 272 VSTRING *folded; in forward_send() local 288 folded = vstring_alloc(100); in forward_send() 290 casefold(folded, (STR(buffer)))); in forward_send() 291 vstring_free(folded); in forward_send()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-pre.c | 1126 tree folded; in fully_constant_expression() local 1127 if ((folded = fully_constant_vn_reference_p (ref))) in fully_constant_expression() 1128 return get_or_alloc_expr_for_constant (folded); in fully_constant_expression() 2756 tree folded; in create_expression_by_pieces() local 2769 folded = PRE_EXPR_NAME (expr); in create_expression_by_pieces() 2770 if (SSA_NAME_OCCURS_IN_ABNORMAL_PHI (folded)) in create_expression_by_pieces() 2772 if (useless_type_conversion_p (exprtype, TREE_TYPE (folded))) in create_expression_by_pieces() 2773 return folded; in create_expression_by_pieces() 2777 folded = PRE_EXPR_CONSTANT (expr); in create_expression_by_pieces() 2778 tree tem = fold_convert (exprtype, folded); in create_expression_by_pieces() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-pre.cc | 1225 tree folded; in fully_constant_expression() local 1226 if ((folded = fully_constant_vn_reference_p (ref))) in fully_constant_expression() 1227 return get_or_alloc_expr_for_constant (folded); in fully_constant_expression() 2841 tree folded; in create_expression_by_pieces() local 2854 folded = PRE_EXPR_NAME (expr); in create_expression_by_pieces() 2855 if (SSA_NAME_OCCURS_IN_ABNORMAL_PHI (folded)) in create_expression_by_pieces() 2857 if (useless_type_conversion_p (exprtype, TREE_TYPE (folded))) in create_expression_by_pieces() 2858 return folded; in create_expression_by_pieces() 2862 folded = PRE_EXPR_CONSTANT (expr); in create_expression_by_pieces() 2863 tree tem = fold_convert (exprtype, folded); in create_expression_by_pieces() [all …]
|
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | dollar.exp | 41 For some reason, multiple dollars are folded into one. 47 For some reason, multiple dollars are folded into one.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | region-model-manager.cc | 488 if (const svalue *folded = maybe_fold_unaryop (type, op, arg)) in get_or_create_unaryop() local 489 return folded; in get_or_create_unaryop() 770 if (const svalue *folded = maybe_fold_binop (type, op, arg0, arg1)) in get_or_create_binop() local 771 return folded; in get_or_create_binop() 880 if (const svalue *folded in get_or_create_sub_svalue() local 882 return folded; in get_or_create_sub_svalue() 941 if (const svalue *folded in get_or_create_repeated_svalue() local 943 return folded; in get_or_create_repeated_svalue() 1134 if (const svalue *folded in get_or_create_bits_within() local 1136 return folded; in get_or_create_bits_within() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | README.txt | 26 This could be folded to
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86Schedule.td | 12 // Instructions with folded loads need to read the memory operand immediately, 26 // Instructions with both a load and a store folded are modeled as a folded 42 // variants: With and without a folded load. 44 // with a folded load. 46 // The SchedWrite to use when a load is folded into the instruction. 49 // until the folded load has completed. 123 // Loads, stores, and moves, not folded with other operations.
|
| H A D | X86ScheduleSLM.td | 57 // Many SchedWrites are defined in pairs with and without a folded load. 58 // Instructions with folded loads are usually micro-fused, so they only appear 61 // folded loads. 82 // A folded store needs a cycle on MEC_RSV for the store data, but it does not
|
| H A D | X86ScheduleBtVer2.td | 116 // Many SchedWrites are defined in pairs with and without a folded load. 117 // Instructions with folded loads are usually micro-fused, so they only appear 120 // folded loads. 183 // A folded store needs a cycle on the SAGU for the store data, most RMW 269 // Loads, stores, and moves, not folded with other operations.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
| H A D | builtins.def | 33 the builtin cannot be folded away and there is no insn. */ 43 /* Mapped to respective instruction but might also be folded away
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
| H A D | builtins.def | 33 the builtin cannot be folded away and there is no insn. */ 43 /* Mapped to respective instruction but might also be folded away
|
| /netbsd-src/external/ibm-public/postfix/dist/conf/ |
| H A D | relocated | 35 # The search string is folded to lowercase before database 37 # folded with database types such as regexp: or pcre: whose
|
| H A D | generic | 51 # The search string is folded to lowercase before database 53 # folded with database types such as regexp: or pcre: whose
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cvt.c | 661 tree folded = cp_fully_fold (expr); in cp_convert_and_check() local 663 if (folded == expr) in cp_convert_and_check() 670 folded_result = cp_convert (type, folded, tf_none); in cp_convert_and_check() 673 if (!TREE_OVERFLOW_P (folded) in cp_convert_and_check() 676 type, folded, folded_result); in cp_convert_and_check()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | object.cc | 1815 Section_id folded = in do_layout() local 1818 reinterpret_cast<Relobj*>(folded.first); in do_layout() 1823 folded_obj->section_name(folded.second).c_str(), in do_layout() 2491 Section_id folded = symtab->icf()->get_folded_section(this, in compute_final_local_value_internal() local 2493 gold_assert(folded.first != NULL); in compute_final_local_value_internal() 2495 <Sized_relobj_file<size, big_endian>*>(folded.first); in compute_final_local_value_internal() 2496 os = folded_obj->output_section(folded.second); in compute_final_local_value_internal() 2498 secoffset = folded_obj->get_output_section_offset(folded.second); in compute_final_local_value_internal() 2504 os->find_relaxed_input_section(folded_obj, folded.second); in compute_final_local_value_internal()
|
| H A D | symtab.cc | 2851 Section_id folded = this->icf_->get_folded_section(relobj, in compute_final_value() local 2853 gold_assert(folded.first != NULL); in compute_final_value() 2854 Relobj* folded_obj = reinterpret_cast<Relobj*>(folded.first); in compute_final_value() 2855 unsigned folded_shndx = folded.second; in compute_final_value() 3174 Section_id folded = in sized_write_globals() local 3176 gold_assert(folded.first !=NULL); in sized_write_globals() 3178 reinterpret_cast<Relobj*>(folded.first); in sized_write_globals() 3179 os = folded_obj->output_section(folded.second); in sized_write_globals()
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | object.cc | 1815 Section_id folded = in do_layout() local 1818 reinterpret_cast<Relobj*>(folded.first); in do_layout() 1823 folded_obj->section_name(folded.second).c_str(), in do_layout() 2491 Section_id folded = symtab->icf()->get_folded_section(this, in compute_final_local_value_internal() local 2493 gold_assert(folded.first != NULL); in compute_final_local_value_internal() 2495 <Sized_relobj_file<size, big_endian>*>(folded.first); in compute_final_local_value_internal() 2496 os = folded_obj->output_section(folded.second); in compute_final_local_value_internal() 2498 secoffset = folded_obj->get_output_section_offset(folded.second); in compute_final_local_value_internal() 2504 os->find_relaxed_input_section(folded_obj, folded.second); in compute_final_local_value_internal()
|
| H A D | symtab.cc | 2851 Section_id folded = this->icf_->get_folded_section(relobj, in compute_final_value() local 2853 gold_assert(folded.first != NULL); in compute_final_value() 2854 Relobj* folded_obj = reinterpret_cast<Relobj*>(folded.first); in compute_final_value() 2855 unsigned folded_shndx = folded.second; in compute_final_value() 3174 Section_id folded = in sized_write_globals() local 3176 gold_assert(folded.first !=NULL); in sized_write_globals() 3178 reinterpret_cast<Relobj*>(folded.first); in sized_write_globals() 3179 os = folded_obj->output_section(folded.second); in sized_write_globals()
|
| /netbsd-src/external/ibm-public/postfix/dist/proto/ |
| H A D | relocated | 32 # The search string is folded to lowercase before database 34 # folded with database types such as regexp: or pcre: whose
|
| H A D | generic | 50 # The search string is folded to lowercase before database 52 # folded with database types such as regexp: or pcre: whose
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | cvt.cc | 666 tree folded = cp_fully_fold (expr); in cp_convert_and_check() local 668 if (folded == expr) in cp_convert_and_check() 675 folded_result = cp_convert (type, folded, tf_none); in cp_convert_and_check() 678 if (!TREE_OVERFLOW_P (folded) in cp_convert_and_check() 681 type, folded, folded_result); in cp_convert_and_check()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/ |
| H A D | InstructionSelect.rst | 90 * isObviouslySafeToFold() - Check for reasons an instruction can't be sunk and folded into another.
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc2849.txt | 288 MAY be folded by inserting a line separator (SEP) and a SPACE. 293 (non-empty) line. When joining folded lines, exactly one space 359 characters is removed. Lines in LDIF files may only be folded 399 Example 2: A file containing an entry with a folded attribute value
|