• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeedu API Reference
  • KDE Home
  • Contact Us
 

kstars

  • sources
  • kde-4.12
  • kdeedu
  • kstars
  • kstars
Macros
byteorder.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define bswap_16(x)   ((( (x) & 0x00FF ) << 8) | (( (x) & 0xFF00 ) >> 8))
 
#define bswap_32(x)
 

Macro Definition Documentation

#define bswap_16 (   x)    ((( (x) & 0x00FF ) << 8) | (( (x) & 0xFF00 ) >> 8))

Definition at line 47 of file byteorder.h.

#define bswap_32 (   x)
Value:
((( (x) & 0x000000FF ) << 24) | (( (x) & 0x0000FF00 ) << 8) \
| (( (x) & 0x00FF0000 ) >> 8) | (( (x) & 0xFF000000 ) >> 24))

Definition at line 52 of file byteorder.h.

This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kstars

Skip menu "kstars"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdeedu API Reference

Skip menu "kdeedu API Reference"
  • Analitza
  •     lib
  • kalgebra
  • kalzium
  •   libscience
  • kanagram
  • kig
  •   lib
  • klettres
  • kstars
  • libkdeedu
  •   keduvocdocument
  • marble
  • parley
  • rocs
  •   App
  •   RocsCore
  •   VisualEditor
  •   stepcore

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal