Searched defs:from (Results 451 - 475 of 527) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dia64-tdep.c320 floatformat_valid (const struct floatformat *fmt, const char *from) argument
336 extract_bit_field (char *bundle, int from, in argument
372 replace_bit_field(char *bundle, long long val, int from, int len) argument
2724 char from[MAX_REGISTER_SIZE]; local
[all...]
H A Drs6000-tdep.c1868 char from[MAX_REGISTER_SIZE]; local
1878 rs6000_value_to_register(struct frame_info *frame, int regnum, struct type *type, const void *from) argument
[all...]
H A Dsh64-tdep.c2036 sh64_register_convert_to_virtual(int regnum, struct type *type, char *from, char *to) argument
2061 sh64_register_convert_to_raw(struct type *type, int regnum, const void *from, void *to) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf32-ppc.c4647 bfd_vma branch_bit, insn, from; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dcall.c1194 tree from = rfrom; local
5540 tree from = non_reference (from_type1); local
[all...]
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dobjcopy.c791 asymbol **from = isyms, **to = osyms; local
2051 char *from = (char *) memhunk + copy_byte; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dobjcopy.c844 asymbol **from = isyms, **to = osyms; local
2292 char *from = (char *) memhunk + copy_byte; local
[all...]
H A Dstabs.c4340 char *from, *to; local
[all...]
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dmakeinfo.c984 int from = input_text_offset; local
1053 replace_with_expansion(int from, int *to) argument
3183 search_forward(char *string, int from) argument
3198 search_forward_until_pos(char *string, int from, int end_pos) argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp1248 takeDeclAttributes(ParsedAttributesView &attrs, ParsedAttributesView &from) argument
[all...]
/openbsd-current/gnu/llvm/lld/COFF/
H A DWriter.cpp1342 OutputSection *from = findSection(p.first); local
[all...]
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp1451 void SBTarget::AppendImageSearchPath(const char *from, const char *to, argument
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp1654 ValueObjectSP ValueObject::GetSyntheticBitFieldChild(uint32_t from, uint32_t to, argument
[all...]
/openbsd-current/usr.bin/ssh/
H A Dsshkey.c1394 const struct sshkey_cert *from; local
1461 sshkey_copy_public_sk(const struct sshkey *from, struct sshkey *to) argument
2371 char from[32], to[32], ret[128]; local
[all...]
H A Dpacket.c417 struct sockaddr_storage from, to; local
529 struct sockaddr_storage from; local
[all...]
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_color.c1461 static u32 change_lut_val_precision(u32 lut_val, int to, int from) argument
[all...]
/openbsd-current/usr.sbin/nsd/
H A Dserver.c3344 size_t i, from, numifs; local
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dgcse.c2643 try_replace_reg(rtx from, rtx to, rtx insn) argument
2773 cprop_jump(basic_block bb, rtx setcc, rtx jump, rtx from, rtx src) argument
2872 constprop_register(rtx insn, rtx from, rtx to, bool alter_jumps) argument
[all...]
H A Dgimplify.c2553 tree args, t, to, to_ptr, from; local
3581 tree from = TREE_OPERAND (*from_p, 0); local
[all...]
H A Doptabs.c4492 expand_float(rtx to, rtx from, int unsignedp) argument
4694 expand_fix(rtx to, rtx from, int unsignedp) argument
[all...]
H A Dreload1.c312 int from; /* Register number to be eliminated. */ member in struct:elim_table
335 const int from; member in struct:elim_table_1
537 compute_use_by_pseudos(HARD_REG_SET *to, regset from) argument
862 int from = ep->from; local
[all...]
H A Dtree-cfg.c2900 bsi_move_after(block_stmt_iterator *from, block_stmt_iterator *to) argument
2911 bsi_move_before(block_stmt_iterator *from, block_stmt_iterator *to) argument
2922 bsi_move_to_bb_end(block_stmt_iterator *from, basic_block bb) argument
[all...]
H A Dtree-ssa-structalias.c336 heapvar_lookup (tree from) argument
351 heapvar_insert(tree from, tree to) argument
509 unite(unsigned int to, unsigned int from) argument
759 set_union_with_increment(bitmap to, bitmap from, unsigned HOST_WIDE_INT inc) argument
799 merge_node_constraints(constraint_graph_t graph, unsigned int to, unsigned int from) argument
839 merge_graph_nodes(constraint_graph_t graph, unsigned int to, unsigned int from) argument
881 add_implicit_graph_edge(constraint_graph_t graph, unsigned int to, unsigned int from) argument
902 add_pred_graph_edge(constraint_graph_t graph, unsigned int to, unsigned int from) argument
916 add_graph_edge(constraint_graph_t graph, unsigned int to, unsigned int from) argument
1206 unify_nodes(constraint_graph_t graph, unsigned int to, unsigned int from, bool update_changed) argument
4359 set_uids_in_ptset(tree ptr, bitmap into, bitmap from) argument
[all...]
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcall.c505 build_conv (conversion_kind code, tree type, conversion *from) argument
587 standard_conversion(tree to, tree from, tree expr, bool c_cast_p, int flags) argument
1093 tree from = rfrom; local
1253 implicit_conversion(tree to, tree from, tree expr, bool c_cast_p, int flags) argument
5953 tree from = non_reference (from_type1); local
6390 can_convert(tree to, tree from) argument
6398 can_convert_arg(tree to, tree from, tree arg, int flags) argument
6420 can_convert_arg_bad(tree to, tree from, tree arg) argument
[all...]
H A Dtypeck.c5896 get_delta_difference(tree from, tree to, bool allow_inverse_p, bool c_cast_p) argument
6675 comp_ptr_ttypes_real(tree to, tree from, int constp) argument
6723 comp_ptr_ttypes(tree to, tree from) argument
6732 ptr_reasonably_similar(tree to, tree from) argument
6773 comp_ptr_ttypes_const(tree to, tree from) argument
[all...]

Completed in 299 milliseconds

<<11121314151617181920>>