#include <stdbool.h>
#include <stddef.h>
#include <stdio.h>
Go to the source code of this file.
|
| 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) |
| |
◆ bsearch0()
| bool bsearch0 |
( |
int | x, |
|
|
const int * | p, |
|
|
const int * | e ) |
◆ bsearch1()
| bool bsearch1 |
( |
int | x, |
|
|
const int * | p, |
|
|
const int * | e ) |
◆ bsearch2()
| bool bsearch2 |
( |
int | x, |
|
|
const int * | p, |
|
|
const int * | e ) |
◆ bsearch3()
| bool bsearch3 |
( |
int | x, |
|
|
const int * | p, |
|
|
const int * | e ) |
◆ bsearch_middle()
| static const int * bsearch_middle |
( |
const int * | p, |
|
|
const int * | e ) |
|
inlinestatic |
◆ lower_bound()
| const int * lower_bound |
( |
int | x, |
|
|
const int * | p, |
|
|
const int * | ie ) |
◆ lsearch()
| bool lsearch |
( |
int | x, |
|
|
const int * | p, |
|
|
const int * | e ) |