summaryrefslogtreecommitdiff
path: root/storage/innobase/include/ut0byte.ic
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/ut0byte.ic')
-rw-r--r--storage/innobase/include/ut0byte.ic18
1 files changed, 9 insertions, 9 deletions
diff --git a/storage/innobase/include/ut0byte.ic b/storage/innobase/include/ut0byte.ic
index 1a7af5ae33d..9c0cd6ee3c3 100644
--- a/storage/innobase/include/ut0byte.ic
+++ b/storage/innobase/include/ut0byte.ic
@@ -1,6 +1,6 @@
/*****************************************************************************
-Copyright (c) 1994, 2009, Oracle and/or its affiliates. All Rights Reserved.
+Copyright (c) 1994, 2013, Oracle and/or its affiliates. All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
@@ -25,7 +25,7 @@ Created 5/30/1994 Heikki Tuuri
/*******************************************************//**
Creates a 64-bit integer out of two 32-bit integers.
-@return created integer */
+@return created integer */
UNIV_INLINE
ib_uint64_t
ut_ull_create(
@@ -40,7 +40,7 @@ ut_ull_create(
/********************************************************//**
Rounds a 64-bit integer downward to a multiple of a power of 2.
-@return rounded value */
+@return rounded value */
UNIV_INLINE
ib_uint64_t
ut_uint64_align_down(
@@ -57,7 +57,7 @@ ut_uint64_align_down(
/********************************************************//**
Rounds ib_uint64_t upward to a multiple of a power of 2.
-@return rounded value */
+@return rounded value */
UNIV_INLINE
ib_uint64_t
ut_uint64_align_up(
@@ -76,7 +76,7 @@ ut_uint64_align_up(
/*********************************************************//**
The following function rounds up a pointer to the nearest aligned address.
-@return aligned pointer */
+@return aligned pointer */
UNIV_INLINE
void*
ut_align(
@@ -96,7 +96,7 @@ ut_align(
/*********************************************************//**
The following function rounds down a pointer to the nearest
aligned address.
-@return aligned pointer */
+@return aligned pointer */
UNIV_INLINE
void*
ut_align_down(
@@ -116,7 +116,7 @@ ut_align_down(
/*********************************************************//**
The following function computes the offset of a pointer from the nearest
aligned address.
-@return distance from aligned pointer */
+@return distance from aligned pointer */
UNIV_INLINE
ulint
ut_align_offset(
@@ -135,7 +135,7 @@ ut_align_offset(
/*****************************************************************//**
Gets the nth bit of a ulint.
-@return TRUE if nth bit is 1; 0th bit is defined to be the least significant */
+@return TRUE if nth bit is 1; 0th bit is defined to be the least significant */
UNIV_INLINE
ibool
ut_bit_get_nth(
@@ -152,7 +152,7 @@ ut_bit_get_nth(
/*****************************************************************//**
Sets the nth bit of a ulint.
-@return the ulint with the bit set as requested */
+@return the ulint with the bit set as requested */
UNIV_INLINE
ulint
ut_bit_set_nth(