Searched refs:saveBuf (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dustr_wcs.cpp75 char* saveBuf = tempBuf; local
101 count =(tempBuf - saveBuf);
105 tempBuf = saveBuf;
117 saveBuf = tempBuf;
132 tempBuf = saveBuf;
138 saveBuf = tempBuf;
141 saveBuf[count]=0;
156 tempBuf = saveBuf;
218 if(stackBuffer != saveBuf){
219 uprv_free(saveBuf);
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/genrb/
H A Drle.c195 const uint16_t* saveBuf = buffer; local
231 return (int32_t) (buffer - saveBuf);
/macosx-10.9.5/xnu-2422.115.4/osfmk/console/
H A Dvideo_console.c2360 void *saveBuf = NULL; local
2375 saveBuf = kalloc( saveLen );
2391 memset( saveBuf, 0x01, saveLen );
2395 buf16 = (unsigned short *) saveBuf;
2404 buf32 = (unsigned int *) saveBuf;
2421 vc_saveunder = saveBuf;
2423 saveBuf = NULL;
2435 saveBuf = vc_saveunder;
2448 if( saveBuf)
2449 kfree( saveBuf, saveLe
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c79371 char saveBuf[SAVE_SZ]; local
[all...]

Completed in 437 milliseconds