Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

gw_uuid_types.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define _UUID_TYPES_H

Typedefs

typedef unsigned char __u8
typedef signed char __s8
typedef signed long long __s64
typedef unsigned long long __u64
typedef short __s16
typedef unsigned short __u16
typedef int __s32
typedef unsigned int __u32


Define Documentation

#define _UUID_TYPES_H
 

Definition at line 8 of file gw_uuid_types.h.


Typedef Documentation

typedef short __s16
 

Definition at line 32 of file gw_uuid_types.h.

typedef int __s32
 

Definition at line 39 of file gw_uuid_types.h.

typedef signed long long __s64
 

Definition at line 23 of file gw_uuid_types.h.

typedef signed char __s8
 

Definition at line 11 of file gw_uuid_types.h.

typedef unsigned short __u16
 

Definition at line 33 of file gw_uuid_types.h.

Referenced by get_clock().

typedef unsigned int __u32
 

Definition at line 40 of file gw_uuid_types.h.

Referenced by uuid_generate_time(), uuid_pack(), uuid_time(), and uuid_unpack().

typedef unsigned long long __u64
 

Definition at line 25 of file gw_uuid_types.h.

typedef unsigned char __u8
 

Definition at line 10 of file gw_uuid_types.h.

Referenced by uuid_unpack().

See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.