Apache2
testlfsabi.h File Reference
#include "abts.h"
Include dependency graph for testlfsabi.h:

Go to the source code of this file.

Macros

#define IDX_apr_dev_t   0
 
#define IDX_apr_ino_t   1
 
#define IDX_apr_off_t   2
 
#define IDX_apr_socklen_t   3
 
#define IDX_apr_size_t   4
 
#define IDX_MAX   5
 
#define GETSIZE(res, type)   res[(IDX_##type)] = sizeof(type)
 
#define CHECKSIZE(tc, res1, res2, type)    ABTS_INT_EQUAL(tc, res1[(IDX_##type)], res2[(IDX_##type)]);
 

Functions

void get_type_sizes32 (int *res)
 
void get_type_sizes64 (int *res)
 

Macro Definition Documentation

◆ CHECKSIZE

#define CHECKSIZE (   tc,
  res1,
  res2,
  type 
)     ABTS_INT_EQUAL(tc, res1[(IDX_##type)], res2[(IDX_##type)]);

◆ GETSIZE

#define GETSIZE (   res,
  type 
)    res[(IDX_##type)] = sizeof(type)

◆ IDX_apr_dev_t

#define IDX_apr_dev_t   0

◆ IDX_apr_ino_t

#define IDX_apr_ino_t   1

◆ IDX_apr_off_t

#define IDX_apr_off_t   2

◆ IDX_apr_size_t

#define IDX_apr_size_t   4

◆ IDX_apr_socklen_t

#define IDX_apr_socklen_t   3

◆ IDX_MAX

#define IDX_MAX   5

Function Documentation

◆ get_type_sizes32()

void get_type_sizes32 ( int res)

◆ get_type_sizes64()

void get_type_sizes64 ( int res)