#include "ut/ut.h"
#include "lib/vec.h"
#include "lib/memory.h"
#include "lib/misc.h"
#include "lib/assert.h"
#include "lib/bitmap.h"
#include "lib/time.h"
#include "lib/arith.h"
#include "lib/errno.h"
Go to the source code of this file.
|
| enum | { NR = 255,
IT = 6,
NR2 = 127
} |
| |
|
| static m0_bcount_t | segs [NR *IT] |
| |
| static struct m0_vec | t |
| |
| static const char | abc [] = "vextcwmflyjabszingqurdkoph" |
| |
| static const char | aBc [] = "vextcwmflyjabszingQurdkoph" |
| |
◆ anonymous enum
Definition at line 39 of file vec.c.
◆ split()
| static struct m0_bufvec* split |
( |
const char * |
src, |
|
|
int |
n |
|
) |
| |
|
static |
◆ test_bufvec_cursor()
| static void test_bufvec_cursor |
( |
void |
| ) |
|
|
static |
◆ test_bufvec_cursor_copyto_copyfrom()
| static void test_bufvec_cursor_copyto_copyfrom |
( |
void |
| ) |
|
|
static |
◆ test_cmp()
| static void test_cmp |
( |
void |
| ) |
|
|
static |
◆ test_indexvec_varr_cursor()
| static void test_indexvec_varr_cursor |
( |
void |
| ) |
|
|
static |
◆ test_ivec_cursor()
| static void test_ivec_cursor |
( |
void |
| ) |
|
|
static |
◆ test_vec()
Definition at line 52 of file vec.c.
◆ abc
| const char abc[] = "vextcwmflyjabszingqurdkoph" |
|
static |
◆ aBc
| const char aBc[] = "vextcwmflyjabszingQurdkoph" |
|
static |
◆ segs
Definition at line 45 of file vec.c.
Initial value:= {
}
static m0_bcount_t segs[NR *IT]
Definition at line 47 of file vec.c.