aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/byteorder
AgeCommit message (Expand)AuthorFilesLines
2009-01-06byteorder: only use linux/swab.hHarvey Harrison5-363/+2
2008-10-20byteorder: provide swabb.h generically in asm/byteorder.hHarvey Harrison3-0/+3
2008-07-25endian: Always evaluate arguments.David Miller2-12/+12
2008-04-30Drop the exporting of empty <linux/byteorder/generic.h>Robert P. J. Day4-12/+6
2008-02-08byteorder: move le32_add_cpu & friends from OCFS2 to coreMarcin Slusarz1-0/+30
2007-05-08Fix compilation of drivers with -O0Michal Schmidt1-25/+0
2007-05-08Fix constant folding and poor optimization in byte swapping codeTrent Piepho1-39/+69
2007-02-11[PATCH] cleanup linux/byteorder/swabb.hAdrian Bunk2-10/+4
2007-02-11[PATCH] remove include/linux/byteorder/pdp_endian.hAdrian Bunk2-89/+0
2006-09-19[HEADERS] One line per header in Kbuild files to reduce conflictsDavid Woodhouse1-2/+7
2006-06-18Add generic Kbuild files for 'make headers_install'David Woodhouse1-0/+2
2006-01-08[PATCH] remove gcc-2 checksAndrew Morton3-3/+3
2005-09-19[BYTEORDER]: Document alignment and byteorder macrosEd L. Cashin1-0/+4
2005-06-28[PATCH] swabb.h warning fixesAndrew Morton1-7/+10
2005-04-16Linux-2.6.12-rc2Linus Torvalds6-0/+801
.Oct */ .highlight .sa { color: #D20; background-color: #FFF0F0 } /* Literal.String.Affix */ .highlight .sb { color: #D20; background-color: #FFF0F0 } /* Literal.String.Backtick */ .highlight .sc { color: #D20; background-color: #FFF0F0 } /* Literal.String.Char */ .highlight .dl { color: #D20; background-color: #FFF0F0 } /* Literal.String.Delimiter */ .highlight .sd { color: #D20; background-color: #FFF0F0 } /* Literal.String.Doc */ .highlight .s2 { color: #D20; background-color: #FFF0F0 } /* Literal.String.Double */ .highlight .se { color: #04D; background-color: #FFF0F0 } /* Literal.String.Escape */ .highlight .sh { color: #D20; background-color: #FFF0F0 } /* Literal.String.Heredoc */ .highlight .si { color: #33B; background-color: #FFF0F0 } /* Literal.String.Interpol */ .highlight .sx { color: #2B2; background-color: #F0FFF0 } /* Literal.String.Other */ .highlight .sr { color: #080; background-color: #FFF0FF } /* Literal.String.Regex */ .highlight .s1 { color: #D20; background-color: #FFF0F0 } /* Literal.String.Single */ .highlight .ss { color: #A60; background-color: #FFF0F0 } /* Literal.String.Symbol */ .highlight .bp { color: #038 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #06B; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #369 } /* Name.Variable.Class */ .highlight .vg { color: #D70 } /* Name.Variable.Global */ .highlight .vi { color: #33B } /* Name.Variable.Instance */ .highlight .vm { color: #369 } /* Name.Variable.Magic */ .highlight .il { color: #00D; font-weight: bold } /* Literal.Number.Integer.Long */ }
/* Copyright (C) 2011-2012 Free Software Foundation, Inc.

   This file is part of the GNU C Library.

   The GNU C Library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public License as
   published by the Free Software Foundation; either version 2.1 of the
   License, or (at your option) any later version.

   The GNU C Library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Lesser General Public License for more details.

   You should have received a copy of the GNU Lesser General Public
   License along with the GNU C Library; if not, see
   <http://www.gnu.org/licenses/>.  */

#define FUNC fmax
#define INSN "fmaxnm"
#include <s_fmin.c>