Home
last modified time | relevance | path

Searched refs:remainder (Results 1 – 10 of 10) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dcheckpatch.pl498 my $remainder;
524 $remainder = substr($blk, $off);
529 if ($remainder =~ /^#\s*(?:ifndef|ifdef|if)\s/) {
531 } elsif ($remainder =~ /^#\s*(?:else|elif)\b/) {
533 } elsif ($remainder =~ /^#\s*endif\b/) {
546 $remainder =~ /^(else)(?:\s|{)/ &&
547 $remainder !~ /^else\s+if\b/) {
/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A DapiHSL.c310 MS_U8 remainder; \
321 remainder = sizeMsg%2; \
324 …LENGTH_OF_VL_MSG(HSL_RAWLOB_NUMBER_OF_PACKETS_FOR_PACKET_COUNTS+wordSize+remainder), s_dataInfo); \
326 M_FrHslWritePacketCounts(wordSize+remainder, u8Buffer+HSL_RAWLOB_OFFSET_OF_PACKET(0)); \
333 if (remainder == 0) \
/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
H A Dmath.h262 extern double remainder _PARAMS((double, double));
/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/modules/msos/msos/ucos/
H A Ddlmalloc.c3828 mchunkptr remainder = chunk_plus_offset(newp, nb); in internal_realloc() local
3830 set_inuse(m, remainder, rsize); in internal_realloc()
3831 extra = chunk2mem(remainder); in internal_realloc()
3938 mchunkptr remainder = chunk_plus_offset(p, nb); in internal_memalign() local
3940 set_inuse(m, remainder, remainder_size); in internal_memalign()
3941 trailer = chunk2mem(remainder); in internal_memalign()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c4424 mchunkptr remainder = chunk_plus_offset(newp, nb); in internal_realloc() local
4426 set_inuse_and_pinuse(m, remainder, rsize); in internal_realloc()
4427 extra = chunk2mem(remainder); in internal_realloc()
4538 mchunkptr remainder = chunk_plus_offset(p, nb); in internal_memalign() local
4540 set_inuse(m, remainder, remainder_size); in internal_memalign()
4541 trailer = chunk2mem(remainder); in internal_memalign()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dmathcalls.h289 __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dmath.h201 extern double remainder _PARAMS((double, double));
/utopia/UTPA2-700.0.x/modules/mvop/drv/mvop/
H A DdrvMVOP.c900 MS_U32 remainder, quotient; in _MaxFactor() local
930 remainder = u32Num1- (u32Num2*quotient); in _MaxFactor()
933 u32Num2= remainder; in _MaxFactor()
950 remainder = u32Num2 - (u32Num1*quotient); in _MaxFactor()
953 u32Num1 = remainder; in _MaxFactor()