codex
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages Concepts
bsearch.h File Reference
#include <stdbool.h>
#include <stddef.h>
#include <stdio.h>
Include dependency graph for bsearch.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool lsearch (int x, const int *p, const int *e)
 
static const int * bsearch_middle (const int *p, const int *e)
 
bool bsearch0 (int x, const int *p, const int *e)
 
bool bsearch1 (int x, const int *p, const int *e)
 
bool bsearch2 (int x, const int *p, const int *e)
 
const int * lower_bound (int x, const int *p, const int *ie)
 
bool bsearch3 (int x, const int *p, const int *e)
 

Function Documentation

◆ bsearch0()

bool bsearch0 ( int x,
const int * p,
const int * e )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ bsearch1()

bool bsearch1 ( int x,
const int * p,
const int * e )
Here is the call graph for this function:

◆ bsearch2()

bool bsearch2 ( int x,
const int * p,
const int * e )
Here is the call graph for this function:

◆ bsearch3()

bool bsearch3 ( int x,
const int * p,
const int * e )
Here is the call graph for this function:

◆ bsearch_middle()

static const int * bsearch_middle ( const int * p,
const int * e )
inlinestatic
Here is the caller graph for this function:

◆ lower_bound()

const int * lower_bound ( int x,
const int * p,
const int * ie )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ lsearch()

bool lsearch ( int x,
const int * p,
const int * e )
Here is the caller graph for this function: