Home
last modified time | relevance | path

Searched defs:remainder (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dtgmath.h396 #define remainder(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, remainder) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-sde-elf_include/
H A Dtgmath.h157 #define remainder(x,y) __TGMATH_REAL_2(x, y, remainder) macro
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c3828 mchunkptr remainder = chunk_plus_offset(newp, nb); in internal_realloc() local
3938 mchunkptr remainder = chunk_plus_offset(p, nb); in internal_memalign() local
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c4424 mchunkptr remainder = chunk_plus_offset(newp, nb); in internal_realloc() local
4538 mchunkptr remainder = chunk_plus_offset(p, nb); in internal_memalign() local
/utopia/UTPA2-700.0.x/modules/mvop/drv/mvop/
H A DdrvMVOP.c900 MS_U32 remainder, quotient; in _MaxFactor() local