Home
last modified time | relevance | path

Searched refs:f2 (Results 1 – 25 of 97) sorted by path

1234

/dragonfly/bin/dd/
H A Dref.ascii15 000000d0 7d 4a 4b 4c 4d 4e 4f 50 51 52 ee ef f0 f1 f2 f3 |}JKLMNOPQR......|
H A Dref.ebcdic5 00000030 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 7a 5e 4c 7e 6e 6f |..........z^L~no|
H A Dref.ibm5 00000030 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 7a 5e 4c 7e 6e 6f |..........z^L~no|
H A Dref.lcase17 000000f0 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 fa fb fc fd fe ff |................|
H A Dref.oldascii15 000000d0 7d 4a 4b 4c 4d 4e 4f 50 51 52 ee ef f0 f1 f2 f3 |}JKLMNOPQR......|
H A Dref.oldebcdic5 00000030 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 7a 5e 4c 7e 6e 6f |..........z^L~no|
H A Dref.oldibm5 00000030 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 7a 5e 4c 7e 6e 6f |..........z^L~no|
H A Dref.parodd9 00000070 70 f1 f2 73 f4 75 76 f7 f8 79 7a fb 7c fd fe 7f |p..s.uv..yz.|...|
17 000000f0 70 f1 f2 73 f4 75 76 f7 f8 79 7a fb 7c fd fe 7f |p..s.uv..yz.|...|
H A Dref.parset9 00000070 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 fa fb fc fd fe ff |................|
17 000000f0 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 fa fb fc fd fe ff |................|
H A Dref.swab17 000000f0 f1 f0 f3 f2 f5 f4 f7 f6 f9 f8 fb fa fd fc ff fe |................|
H A Dref.ucase17 000000f0 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 fa fb fc fd fe ff |................|
/dragonfly/bin/test/
H A Dtest.c599 newerf (const char *f1, const char *f2) in newerf() argument
603 if (stat(f1, &b1) != 0 || stat(f2, &b2) != 0) in newerf()
615 olderf (const char *f1, const char *f2) in olderf() argument
617 return (newerf(f2, f1)); in olderf()
621 equalf (const char *f1, const char *f2) in equalf() argument
626 stat (f2, &b2) == 0 && in equalf()
/dragonfly/contrib/binutils-2.27/binutils/
H A Ddebug.c3255 struct debug_field_s *f1, *f2; in debug_class_type_samep() local
3258 f2 = *pf2; in debug_class_type_samep()
3259 if (f1->name[0] != f2->name[0] in debug_class_type_samep()
3260 || f1->visibility != f2->visibility in debug_class_type_samep()
3261 || f1->static_member != f2->static_member) in debug_class_type_samep()
3265 if (strcmp (f1->u.s.physname, f2->u.s.physname) != 0) in debug_class_type_samep()
3270 if (f1->u.f.bitpos != f2->u.f.bitpos in debug_class_type_samep()
3271 || f1->u.f.bitsize != f2->u.f.bitsize) in debug_class_type_samep()
3278 if (strcmp (f1->name, f2->name) != 0 in debug_class_type_samep()
3283 f2->type, NULL))) in debug_class_type_samep()
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-d30v.texi230 @item f2
H A Dc-sparc.texi261 On the other hand, @samp{%f2} can be denoted as @samp{%d2} but not as
/dragonfly/contrib/binutils-2.27/gold/
H A Dehframe.h133 const typename Fde_addresses<size>::Fde_address& f2) const in operator()
134 { return f1.first < f2.first; } in operator()
/dragonfly/contrib/binutils-2.34/binutils/
H A Ddebug.c3256 struct debug_field_s *f1, *f2; in debug_class_type_samep() local
3259 f2 = *pf2; in debug_class_type_samep()
3260 if (f1->name[0] != f2->name[0] in debug_class_type_samep()
3261 || f1->visibility != f2->visibility in debug_class_type_samep()
3262 || f1->static_member != f2->static_member) in debug_class_type_samep()
3266 if (strcmp (f1->u.s.physname, f2->u.s.physname) != 0) in debug_class_type_samep()
3271 if (f1->u.f.bitpos != f2->u.f.bitpos in debug_class_type_samep()
3272 || f1->u.f.bitsize != f2->u.f.bitsize) in debug_class_type_samep()
3279 if (strcmp (f1->name, f2->name) != 0 in debug_class_type_samep()
3284 f2->type, NULL))) in debug_class_type_samep()
/dragonfly/contrib/binutils-2.34/gold/
H A Dehframe.h133 const typename Fde_addresses<size>::Fde_address& f2) const in operator()
134 { return f1.first < f2.first; } in operator()
/dragonfly/contrib/diffutils/src/
H A Ddir.c184 char const *const *f2 = file2; in compare_names_for_qsort() local
186 char const *name2 = *f2; in compare_names_for_qsort()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-typeck.c1541 function_types_compatible_p (const_tree f1, const_tree f2, in function_types_compatible_p() argument
1551 ret2 = TREE_TYPE (f2); in function_types_compatible_p()
1568 args2 = TYPE_ARG_TYPES (f2); in function_types_compatible_p()
1594 if (TYPE_ACTUAL_ARG_TYPES (f2) in function_types_compatible_p()
1595 && 1 != type_lists_compatible_p (args1, TYPE_ACTUAL_ARG_TYPES (f2), in function_types_compatible_p()
H A Dcfgcleanup.c1264 flow_find_cross_jump (basic_block bb1, basic_block bb2, rtx *f1, rtx *f2, in flow_find_cross_jump() argument
1385 *f2 = last2; in flow_find_cross_jump()
1400 rtx *f2, int stop_after) in flow_find_head_matching_sequence() argument
1489 *f2 = last2; in flow_find_head_matching_sequence()
1537 edge b1, f1, b2, f2; in outgoing_edges_match() local
1550 f2 = FALLTHRU_EDGE (bb2); in outgoing_edges_match()
1557 if (FORWARDER_BLOCK_P (f2->dest)) in outgoing_edges_match()
1558 f2 = single_succ_edge (f2->dest); in outgoing_edges_match()
1564 || FORWARDER_BLOCK_P (f2->dest) in outgoing_edges_match()
1569 if (f1->dest == f2->dest && b1->dest == b2->dest) in outgoing_edges_match()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Ddecl.c960 tree f2 = TREE_TYPE (olddecl); in decls_match() local
962 tree p2 = TYPE_ARG_TYPES (f2); in decls_match()
988 if (TREE_CODE (f1) != TREE_CODE (f2)) in decls_match()
991 if (same_type_p (TREE_TYPE (f1), TREE_TYPE (f2))) in decls_match()
993 if (!prototype_p (f2) && DECL_EXTERN_C_P (olddecl) in decls_match()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dextend.texi1475 like @code{f2}.
1482 struct f2 @{
1484 @} f2 = @{ @{ 1 @}, @{ 2, 3, 4 @} @};
1489 type, eliminating the need to consistently refer to @code{f2.f1}.
6171 f2();
14568 void f2 (struct s2 *p) @{ f1 (p); @}
14571 In the call to @code{f1} inside @code{f2}, the pointer @code{p} is
H A Dinvoke.texi2305 struct B : public A @{ int f2 : 1; @};
2309 In this case, G++ will place @code{B::f2} into the same byte
H A Dlibgcc.texi416 if (__unord@var{X}f2 (a, b))
418 return __cmp@var{X}f2 (a, b);

1234