Home
last modified time | relevance | path

Searched defs:max (Results 1 – 19 of 19) sorted by relevance

/nrf52832-nimble/rt-thread/components/utilities/utest/
H A Dutest_assert.h61 #define uassert_in_range(value, min, max) __utest_assert(((value >= min) && (value <= max)), "(… argument
62 #define uassert_not_in_range(value, min, max) __utest_assert(!((value >= min) && (value <= max)), "… argument
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/
H A Dparse.c100 parse_long_bounds(char *sval, long min, long max, int *out_status) in parse_long_bounds()
118 parse_arg_long_bounds_peek(char *name, long min, long max, int *out_status) in parse_arg_long_bounds_peek()
131 parse_arg_long_bounds(char *name, long min, long max, int *out_status) in parse_arg_long_bounds()
144 parse_arg_long_bounds_dflt(char *name, long min, long max, in parse_arg_long_bounds_dflt()
162 parse_arg_uint64_bounds(char *name, uint64_t min, uint64_t max, int *out_status) in parse_arg_uint64_bounds()
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/
H A Dos.h32 #define max(a, b) ((a)>(b)?(a):(b)) macro
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/emu/
H A Dcmdline.h77 #define CHK_ARGC(min, max) \ argument
H A Dhelper_cmds.c618 int i, max; in cmd_wl() local
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/kernel/linux/
H A Dkernel.h29 #define max(x,y) (x<y?y:x) macro
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dinftrees.c42 unsigned min, max; /* minimum and maximum code lengths */ local
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/nconf/
H A Dnconf.h29 #define max(a, b) ({\ macro
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dcfg_cli.h153 u8_t max; member
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_monitor.c69 inc_and_wrap(int i, int max) in inc_and_wrap()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dstats.h96 mem_size_t max; member
103 STAT_COUNTER max; member
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Dgc.c1080 uint32_t min, max; in jffs2_garbage_collect_dnode() local
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/
H A Dpbuf.c1143 u16_t max = p->tot_len - mem_len; in pbuf_memfind() local
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/
H A Dpbuf.c1407 u16_t max = p->tot_len - mem_len; in pbuf_memfind() local
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dstats.h105 mem_size_t max; member
112 STAT_COUNTER max; member
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dstats.h105 mem_size_t max; member
112 STAT_COUNTER max; member
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/src/
H A Ddevice_composition.c1104 u16_t min, max; in light_lightness_range_setunack() local
1459 u16_t min, max; in light_ctl_temp_range_setunack() local
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dsnmp_core.h260 u32_t max; member
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dsnmp_core.h265 u32_t max; member