Pyrogenesis
13997
|
#include "lib/sysdep/compiler.h"
Go to the source code of this file.
Typedefs | |
typedef void * | pVoid |
typedef void *const | cpVoid |
typedef void *__restrict | rpVoid |
typedef void *const __restrict | crpVoid |
typedef const void * | pcVoid |
typedef const void *const | cpcVoid |
typedef const void *__restrict | rpcVoid |
typedef const void *const __restrict | crpcVoid |
typedef int8_t * | pI8 |
typedef int8_t *const | cpI8 |
typedef int8_t *__restrict | rpI8 |
typedef int8_t *const __restrict | crpI8 |
typedef const int8_t * | pcI8 |
typedef const int8_t *const | cpcI8 |
typedef const int8_t *__restrict | rpcI8 |
typedef const int8_t *const __restrict | crpcI8 |
typedef int16_t * | pI16 |
typedef int16_t *const | cpI16 |
typedef int16_t *__restrict | rpI16 |
typedef int16_t *const __restrict | crpI16 |
typedef const int16_t * | pcI16 |
typedef const int16_t *const | cpcI16 |
typedef const int16_t *__restrict | rpcI16 |
typedef const int16_t *const __restrict | crpcI16 |
typedef int32_t * | pI32 |
typedef int32_t *const | cpI32 |
typedef int32_t *__restrict | rpI32 |
typedef int32_t *const __restrict | crpI32 |
typedef const int32_t * | pcI32 |
typedef const int32_t *const | cpcI32 |
typedef const int32_t *__restrict | rpcI32 |
typedef const int32_t *const __restrict | crpcI32 |
typedef int64_t * | pI64 |
typedef int64_t *const | cpI64 |
typedef int64_t *__restrict | rpI64 |
typedef int64_t *const __restrict | crpI64 |
typedef const int64_t * | pcI64 |
typedef const int64_t *const | cpcI64 |
typedef const int64_t *__restrict | rpcI64 |
typedef const int64_t *const __restrict | crpcI64 |
typedef uint8_t * | pU8 |
typedef uint8_t *const | cpU8 |
typedef uint8_t *__restrict | rpU8 |
typedef uint8_t *const __restrict | crpU8 |
typedef const uint8_t * | pcU8 |
typedef const uint8_t *const | cpcU8 |
typedef const uint8_t *__restrict | rpcU8 |
typedef const uint8_t *const __restrict | crpcU8 |
typedef uint16_t * | pU16 |
typedef uint16_t *const | cpU16 |
typedef uint16_t *__restrict | rpU16 |
typedef uint16_t *const __restrict | crpU16 |
typedef const uint16_t * | pcU16 |
typedef const uint16_t *const | cpcU16 |
typedef const uint16_t *__restrict | rpcU16 |
typedef const uint16_t *const __restrict | crpcU16 |
typedef uint32_t * | pU32 |
typedef uint32_t *const | cpU32 |
typedef uint32_t *__restrict | rpU32 |
typedef uint32_t *const __restrict | crpU32 |
typedef const uint32_t * | pcU32 |
typedef const uint32_t *const | cpcU32 |
typedef const uint32_t *__restrict | rpcU32 |
typedef const uint32_t *const __restrict | crpcU32 |
typedef uint64_t * | pU64 |
typedef uint64_t *const | cpU64 |
typedef uint64_t *__restrict | rpU64 |
typedef uint64_t *const __restrict | crpU64 |
typedef const uint64_t * | pcU64 |
typedef const uint64_t *const | cpcU64 |
typedef const uint64_t *__restrict | rpcU64 |
typedef const uint64_t *const __restrict | crpcU64 |
typedef float * | pFloat |
typedef float *const | cpFloat |
typedef float *__restrict | rpFloat |
typedef float *const __restrict | crpFloat |
typedef const float * | pcFloat |
typedef const float *const | cpcFloat |
typedef const float *__restrict | rpcFloat |
typedef const float *const __restrict | crpcFloat |
typedef double * | pDouble |
typedef double *const | cpDouble |
typedef double *__restrict | rpDouble |
typedef double *const __restrict | crpDouble |
typedef const double * | pcDouble |
typedef const double *const | cpcDouble |
typedef const double *__restrict | rpcDouble |
typedef const double *const __restrict | crpcDouble |
typedef const double* const cpcDouble |
Definition at line 153 of file pointer_typedefs.h.
typedef const float* const cpcFloat |
Definition at line 144 of file pointer_typedefs.h.
Definition at line 81 of file pointer_typedefs.h.
typedef const int32_t* const cpcI32 |
Definition at line 90 of file pointer_typedefs.h.
Definition at line 99 of file pointer_typedefs.h.
Definition at line 72 of file pointer_typedefs.h.
Definition at line 117 of file pointer_typedefs.h.
Definition at line 126 of file pointer_typedefs.h.
Definition at line 135 of file pointer_typedefs.h.
Definition at line 108 of file pointer_typedefs.h.
typedef const void* const cpcVoid |
Definition at line 63 of file pointer_typedefs.h.
typedef double* const cpDouble |
Definition at line 149 of file pointer_typedefs.h.
typedef float* const cpFloat |
Definition at line 140 of file pointer_typedefs.h.
Definition at line 77 of file pointer_typedefs.h.
typedef int32_t* const cpI32 |
Definition at line 86 of file pointer_typedefs.h.
Definition at line 95 of file pointer_typedefs.h.
Definition at line 68 of file pointer_typedefs.h.
Definition at line 113 of file pointer_typedefs.h.
Definition at line 122 of file pointer_typedefs.h.
Definition at line 131 of file pointer_typedefs.h.
Definition at line 104 of file pointer_typedefs.h.
typedef void* const cpVoid |
Definition at line 59 of file pointer_typedefs.h.
typedef const double* const __restrict crpcDouble |
Definition at line 155 of file pointer_typedefs.h.
typedef const float* const __restrict crpcFloat |
Definition at line 146 of file pointer_typedefs.h.
Definition at line 83 of file pointer_typedefs.h.
typedef const int32_t* const __restrict crpcI32 |
Definition at line 92 of file pointer_typedefs.h.
Definition at line 101 of file pointer_typedefs.h.
Definition at line 74 of file pointer_typedefs.h.
Definition at line 119 of file pointer_typedefs.h.
Definition at line 128 of file pointer_typedefs.h.
Definition at line 137 of file pointer_typedefs.h.
Definition at line 110 of file pointer_typedefs.h.
typedef const void* const __restrict crpcVoid |
Definition at line 65 of file pointer_typedefs.h.
typedef double* const __restrict crpDouble |
Definition at line 151 of file pointer_typedefs.h.
typedef float* const __restrict crpFloat |
Definition at line 142 of file pointer_typedefs.h.
Definition at line 79 of file pointer_typedefs.h.
typedef int32_t* const __restrict crpI32 |
Definition at line 88 of file pointer_typedefs.h.
Definition at line 97 of file pointer_typedefs.h.
Definition at line 70 of file pointer_typedefs.h.
Definition at line 115 of file pointer_typedefs.h.
Definition at line 124 of file pointer_typedefs.h.
Definition at line 133 of file pointer_typedefs.h.
Definition at line 106 of file pointer_typedefs.h.
typedef void* const __restrict crpVoid |
Definition at line 61 of file pointer_typedefs.h.
typedef const double* pcDouble |
Definition at line 152 of file pointer_typedefs.h.
typedef const float* pcFloat |
Definition at line 143 of file pointer_typedefs.h.
Definition at line 80 of file pointer_typedefs.h.
typedef const int32_t* pcI32 |
Definition at line 89 of file pointer_typedefs.h.
Definition at line 98 of file pointer_typedefs.h.
Definition at line 71 of file pointer_typedefs.h.
Definition at line 116 of file pointer_typedefs.h.
Definition at line 125 of file pointer_typedefs.h.
Definition at line 134 of file pointer_typedefs.h.
Definition at line 107 of file pointer_typedefs.h.
typedef const void* pcVoid |
Definition at line 62 of file pointer_typedefs.h.
typedef double* pDouble |
Definition at line 148 of file pointer_typedefs.h.
typedef float* pFloat |
Definition at line 139 of file pointer_typedefs.h.
Definition at line 76 of file pointer_typedefs.h.
typedef int32_t* pI32 |
Definition at line 85 of file pointer_typedefs.h.
Definition at line 94 of file pointer_typedefs.h.
Definition at line 67 of file pointer_typedefs.h.
Definition at line 112 of file pointer_typedefs.h.
Definition at line 121 of file pointer_typedefs.h.
Definition at line 130 of file pointer_typedefs.h.
Definition at line 103 of file pointer_typedefs.h.
typedef void* pVoid |
Definition at line 58 of file pointer_typedefs.h.
typedef const double* __restrict rpcDouble |
Definition at line 154 of file pointer_typedefs.h.
typedef const float* __restrict rpcFloat |
Definition at line 145 of file pointer_typedefs.h.
Definition at line 82 of file pointer_typedefs.h.
typedef const int32_t* __restrict rpcI32 |
Definition at line 91 of file pointer_typedefs.h.
Definition at line 100 of file pointer_typedefs.h.
Definition at line 73 of file pointer_typedefs.h.
Definition at line 118 of file pointer_typedefs.h.
Definition at line 127 of file pointer_typedefs.h.
Definition at line 136 of file pointer_typedefs.h.
Definition at line 109 of file pointer_typedefs.h.
typedef const void* __restrict rpcVoid |
Definition at line 64 of file pointer_typedefs.h.
typedef double* __restrict rpDouble |
Definition at line 150 of file pointer_typedefs.h.
typedef float* __restrict rpFloat |
Definition at line 141 of file pointer_typedefs.h.
Definition at line 78 of file pointer_typedefs.h.
typedef int32_t* __restrict rpI32 |
Definition at line 87 of file pointer_typedefs.h.
Definition at line 96 of file pointer_typedefs.h.
Definition at line 69 of file pointer_typedefs.h.
Definition at line 114 of file pointer_typedefs.h.
Definition at line 123 of file pointer_typedefs.h.
Definition at line 132 of file pointer_typedefs.h.
Definition at line 105 of file pointer_typedefs.h.
typedef void* __restrict rpVoid |
Definition at line 60 of file pointer_typedefs.h.