main_ubi_sdk v 0.1.3
This is UBI4 documentation
array_function.h File Reference
#include "stdint.h"
#include "stdbool.h"
Include dependency graph for array_function.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

uint32_t differentNumberInArray (uint8_t *array, uint32_t size)
 
void Histogram (uint8_t *array, uint32_t size, uint32_t *dif_num, uint8_t **num_arr, uint8_t **sum_arr, bool sorted)
 
uint8_t * sort (uint8_t *array, uint32_t size)
 

Function Documentation

◆ differentNumberInArray()

uint32_t differentNumberInArray ( uint8_t * array,
uint32_t size )

◆ Histogram()

void Histogram ( uint8_t * array,
uint32_t size,
uint32_t * dif_num,
uint8_t ** num_arr,
uint8_t ** sum_arr,
bool sorted )
Here is the call graph for this function:

◆ sort()

uint8_t * sort ( uint8_t * array,
uint32_t size )
Here is the caller graph for this function: