OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MIN32
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
elf32-d30v.c
29
#define
MIN32
(- MAX32 - 1)
118
if (relocation > MAX32 || relocation <
MIN32
)
/external/libopus/celt/
arch.h
77
#define
MIN32
(a,b) ((a) < (b) ? (a) : (b)) /**< Minimum 32-bit value. */
/external/speex/libspeex/
arch.h
86
#define
MIN32
(a,b) ((a) < (b) ? (a) : (b)) /**< Maximum 32-bit value. */
Completed in 432 milliseconds