zero 11 core/memmgmt.c extern void *suba_alloc(void *heap, unsigned size, unsigned zero); zero 33 core/ptp_chdk.h int (*send_resp)(int handle, PTPContainer *resp, int zero); // (0xFF9F5688), ixus30/40 needs a third argument, which is always 0 zero 304 core/suba.c suba_alloc(allocator *suba, size_t size, int zero) zero 365 core/suba.c if (zero) memset(p, 0, ALLOCSIZE(cellsize)); zero 30 lib/math/ef_log.c static const float zero = 0.0; zero 43 lib/math/ef_log.c return -two25/zero; /* log(+-0)=-inf */ zero 44 lib/math/ef_log.c if (ix<0) return (x-x)/zero; /* log(-#) = NaN */ zero 57 lib/math/ef_log.c if(f==zero) { if(k==0) return zero; else {dk=(float)k; zero 23 lib/math/ef_pow.c zero = 0.0, zero 91 lib/math/ef_pow.c return (hy>=0)? y: zero; zero 93 lib/math/ef_pow.c return (hy<0)?-y: zero; zero 129 modules/sha1.c u8 zero = 0, counter = 0; zero 138 modules/sha1.c addr[1] = &zero;