Yet Another eXchange Tool  DO_NOT_EDIT_HERE
Data Fields
Xt_offset_ext Struct Reference

#include <xt_core.h>

Collaboration diagram for Xt_offset_ext:

Data Fields

int start
 
int size
 
int stride
 

Detailed Description

represents size number of positions beginning with start, where the positions are (start + i * stride) for i in [0,size)

Examples:
test_redist_p2p.c.

Definition at line 100 of file xt_core.h.

Field Documentation

◆ size

int Xt_offset_ext::size
Examples:
test_redist_p2p_parallel.c, and test_redist_repeat_parallel.c.

Definition at line 102 of file xt_core.h.

◆ start

int Xt_offset_ext::start
Examples:
test_redist_p2p.c, and test_redist_repeat_parallel.c.

Definition at line 102 of file xt_core.h.

◆ stride

int Xt_offset_ext::stride

Definition at line 102 of file xt_core.h.


The documentation for this struct was generated from the following file: