Searched defs:slen (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dec.c889 int slen; /* length in bytes of a half signature (r or s) */ local
923 slen = signature->len/2;
941 CHECK_MPI_OK( mp_read_unsigned_octets(&r_, signature->data, slen) );
942 CHECK_MPI_OK( mp_read_unsigned_octets(&s_, signature->data + slen, slen) );
/openjdk7/jdk/src/windows/native/sun/font/
H A Dfontpath.c317 size_t slen; local
338 slen = wcslen(lpelfe->elfLogFont.lfFaceName);
339 fmi->family = (*env)->NewString(env,lpelfe->elfLogFont.lfFaceName, (jsize)slen);
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.c297 int slen; local
300 slen = (int)strlen(format_suffix);
302 for ( i = 0; i < slen; i++ ) {
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c341 int i, pos, slen, nPaths, numDirs; local
386 slen = strlen(fontdirs[pos]);
387 if (slen > 0 && fontdirs[pos][slen-1] == '/') {
388 fontdirs[pos][slen-1] = '\0'; /* null out trailing "/" */

Completed in 43 milliseconds