Home
last modified time | relevance | path

Searched refs:tot (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/
A Dgzjoin.c265 local void gzinit(unsigned long *crc, unsigned long *tot, FILE *out) in gzinit() argument
269 *tot = 0; in gzinit()
279 local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, in gzcopy() argument
412 *tot += (unsigned long)len; in gzcopy()
422 put4(*tot, out); in gzcopy()
429 unsigned long crc, tot; /* running crc and total uncompressed length */ in main() local
443 gzinit(&crc, &tot, stdout); in main()
445 gzcopy(*argv++, argc, &crc, &tot, stdout); in main()
A Dgzappend.c263 unsigned long crc, tot; in gzscan() local
345 tot = strm->total_out; in gzscan()
346 if ((tot & 0xffffffffUL) != read4(&gz)) in gzscan()
372 strm->total_in = tot; in gzscan()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/FilteringFunctions/
A Darm_correlate_f32.c647 uint32_t tot = 0u; /* Length */ in arm_correlate_f32()
666 tot = ((srcALen + srcBLen) - 2u); in arm_correlate_f32()
686 pDst = pDst + tot; in arm_correlate_f32()
699 for (i = 0u; i <= tot; i++) in arm_correlate_f32()
A Darm_correlate_q31.c573 uint32_t tot = 0u; /* Length */ in arm_correlate_q31()
592 tot = ((srcALen + srcBLen) - 2u); in arm_correlate_q31()
612 pDst = pDst + tot; in arm_correlate_q31()
625 for (i = 0u; i <= tot; i++) in arm_correlate_q31()
A Darm_correlate_q15.c627 uint32_t tot = 0u; /* Length */ in arm_correlate_q15()
646 tot = ((srcALen + srcBLen) - 2u); in arm_correlate_q15()
666 pDst = pDst + tot; in arm_correlate_q15()
679 for (i = 0u; i <= tot; i++) in arm_correlate_q15()
A Darm_correlate_q7.c698 uint32_t tot = 0u; /* Length */ in arm_correlate_q7()
717 tot = ((srcALen + srcBLen) - 2u); in arm_correlate_q7()
737 pDst = pDst + tot; in arm_correlate_q7()
750 for (i = 0u; i <= tot; i++) in arm_correlate_q7()
/AliOS-Things-master/components/py_engine/tests/perf_bench/
A Dbm_hexiom.py437 tot = 0
440 tot += tiles[i]
444 if tot != hex.count:
445 raise Exception("Invalid input. Expected %d tiles, got %d." % (hex.count, tot))
/AliOS-Things-master/components/freetype/src/sfnt/
A Dttcmap.c3150 FT_UInt tot = 0; in tt_cmap14_def_char_count() local
3156 tot += 1 + p[0]; in tt_cmap14_def_char_count()
3160 return tot; in tt_cmap14_def_char_count()

Completed in 24 milliseconds