Searched refs:bzero (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djinclude.h55 * BSD doesn't have the mem() functions, but it does have bcopy()/bzero().
65 #define MEMZERO(target,size) bzero((void *)(target), (size_t)(size))
/openjdk7/hotspot/src/share/vm/libadt/
H A Dport.hpp53 inline void bzero(void *p, int l) { memset(p,0,l); } function
/openjdk7/jdk/src/solaris/native/java/net/
H A DInet6AddressImpl.c92 bzero(&hints, sizeof(hints));
191 bzero(&hints, sizeof(hints));
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DNet.c280 bzero(sin, sizeof(*sin));
315 bzero(sin, sizeof(*sin));
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.h57 #define memset(s, c, n) bzero(s, n)
H A Dec.c59 #define PORT_ZFree(p, l) bzero((p), (l)); kmem_free((p), (l))
62 #define PORT_ZFree(p, l) bzero((p), (l)); free((p))
/openjdk7/jdk/src/macosx/native/apple/security/
H A DKeystoreImpl.m318 bzero(&currCertData, sizeof(CSSM_DATA));
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c352 #ifndef bzero
353 #define bzero(a,b) memset(a, 0, b) macro
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_MToolkit.c149 #ifndef bzero
150 #define bzero(a,b) memset(a, 0, b) macro
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DImageSurfaceData.m1353 bzero(data, row);
1359 bzero(data, 4*w*h);

Completed in 82 milliseconds