Motr
M0
|
#include "lib/misc.h"
#include "lib/assert.h"
#include "xcode/xcode.h"
#include "lib/bitstring.h"
#include "lib/bitstring_xc.h"
Go to the source code of this file.
Data Structures | |
struct | _m0_bitstring_s |
Functions | |
M0_BASSERT (offsetof(struct _m0_bitstring_s, _child[0])==offsetof(struct m0_xcode_type, xct_child[0])) | |
M0_BASSERT (sizeof(struct m0_bitstring)==4U) | |
M0_BASSERT (sizeof((struct m0_bitstring *) 0) ->b_len==4U) | |
M0_BASSERT (offsetof(struct m0_bitstring, b_len)==0U) | |
M0_BASSERT (offsetof(struct m0_bitstring, b_data)==4U) | |
M0_INTERNAL void | m0_xc_m0_bitstring_struct_init (void) |
M0_INTERNAL void | m0_xc_lib_bitstring_init (void) |
M0_INTERNAL void | m0_xc_lib_bitstring_fini (void) |
Variables | |
struct m0_xcode_type * | m0_bitstring_xc = &_m0_bitstring._type |
static struct _m0_bitstring_s | _m0_bitstring |
M0_BASSERT | ( | offsetof(struct _m0_bitstring_s, _child[0]) | = =offsetof(struct m0_xcode_type, xct_child[0]) | ) |
M0_BASSERT | ( | sizeof(struct m0_bitstring) | = =4U | ) |
M0_BASSERT | ( | sizeof((struct m0_bitstring *) 0) -> | b_len = =4U | ) |
M0_BASSERT | ( | offsetof(struct m0_bitstring, b_len) | = =0U | ) |
M0_BASSERT | ( | offsetof(struct m0_bitstring, b_data) | = =4U | ) |
M0_INTERNAL void m0_xc_lib_bitstring_fini | ( | void | ) |
Definition at line 93 of file bitstring_xc.c.
M0_INTERNAL void m0_xc_lib_bitstring_init | ( | void | ) |
M0_INTERNAL void m0_xc_m0_bitstring_struct_init | ( | void | ) |
Definition at line 50 of file bitstring_xc.c.
|
static |
struct m0_xcode_type * m0_bitstring_xc = &_m0_bitstring._type |
Definition at line 11 of file bitstring_xc.c.