Linux Perf
xyarray.h File Reference
#include <sys/types.h>
Include dependency graph for xyarray.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  xyarray
 

Functions

struct xyarrayxyarray__new (int xlen, int ylen, size_t entry_size)
 
void xyarray__delete (struct xyarray *xy)
 
void xyarray__reset (struct xyarray *xy)
 
static void * xyarray__entry (struct xyarray *xy, int x, int y)
 
static int xyarray__max_y (struct xyarray *xy)
 
static int xyarray__max_x (struct xyarray *xy)
 

Function Documentation

◆ xyarray__delete()

void xyarray__delete ( struct xyarray xy)

Definition at line 30 of file xyarray.c.

Here is the call graph for this function:

◆ xyarray__entry()

static void* xyarray__entry ( struct xyarray xy,
int  x,
int  y 
)
inlinestatic

Definition at line 20 of file xyarray.h.

◆ xyarray__max_x()

static int xyarray__max_x ( struct xyarray xy)
inlinestatic

Definition at line 30 of file xyarray.h.

◆ xyarray__max_y()

static int xyarray__max_y ( struct xyarray xy)
inlinestatic

Definition at line 25 of file xyarray.h.

◆ xyarray__new()

struct xyarray* xyarray__new ( int  xlen,
int  ylen,
size_t  entry_size 
)

Definition at line 7 of file xyarray.c.

Here is the call graph for this function:

◆ xyarray__reset()

void xyarray__reset ( struct xyarray xy)

Definition at line 23 of file xyarray.c.

Here is the call graph for this function: