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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Font.c269 char buffer[BUFSIZ], buffer2[BUFSIZ]; local
324 f = XLoadQueryFont(display, buffer2);\
326 strcpy(name, buffer2);\
343 jio_snprintf(buffer2, sizeof(buffer2),
349 jio_snprintf(buffer2, sizeof(buffer2),
359 jio_snprintf(buffer2, sizeof(buffer2),
365 jio_snprintf(buffer2, sizeo
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DesktopProperties.cpp174 LPTSTR buffer2 = (LPTSTR)SAFE_SIZE_ARRAY_ALLOC(safe_Malloc, valueChar, sizeof(TCHAR)); local
175 ExpandEnvironmentStrings(buffer, buffer2, valueChar);
177 return buffer2;
/openjdk7/hotspot/src/share/vm/runtime/
H A DstubRoutines.cpp176 address buffer2 = (address) round_to((intptr_t)&lbuffer2[4], BytesPerLong); local
178 ((arraycopy_fn)func)(buffer, buffer2, 0);
183 ((arraycopy_fn)func)(buffer, buffer2 + alignment, 0);
188 ((arraycopy_fn)func)(buffer + alignment, buffer2, 0);
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_DirectSound.cpp1150 void* buffer1, *buffer2; local
1172 (LPVOID *) &buffer2, &buffer2len,
1195 if (buffer2) {
1196 memcpy(buffer2, data, buffer2len);
1206 info->playBuffer->Unlock(buffer1, buffer1len, buffer2, buffer2len);
1242 void* buffer1, *buffer2; local
1258 (LPVOID *) &buffer2, &buffer2len,
1270 if (buffer2) {
1271 memcpy(data, buffer2, buffer2len);
1278 info->captureBuffer->Unlock(buffer1, buffer1len, buffer2, buffer2le
[all...]

Completed in 46 milliseconds