HomeSort by relevance Sort by last modified time
    Searched refs:BUFFERSIZE (Results 1 - 5 of 5) sorted by null

  /external/openssh/regress/
sftp.sh 16 BUFFERSIZE="5 1000 32000 64000"
19 for B in ${BUFFERSIZE}; do
ssh-com-sftp.sh 16 BUFFERSIZE="5 1000 32000 64000"
50 for B in ${BUFFERSIZE}; do
  /external/icu4c/samples/ucnv/
convsamp.cpp 24 * Each test can define it's own BUFFERSIZE
257 #define BUFFERSIZE 17 /* make it interesting :) */
263 The 'buffersize' is in bytes of input.
292 char inBuf[BUFFERSIZE];
315 uBufSize = (BUFFERSIZE/ucnv_getMinCharSize(conv));
317 BUFFERSIZE, ucnv_getMinCharSize(conv), uBufSize);
323 ((count=fread(inBuf, 1, BUFFERSIZE , f)) > 0) )
376 #undef BUFFERSIZE
378 #define BUFFERSIZE 1024
392 char inBuf[BUFFERSIZE];
    [all...]
  /external/skia/legacy/src/ports/
SkFontHost_win.cpp 75 static const uint16_t BUFFERSIZE = (16384 - 32);
76 static uint8_t glyphbuf[BUFFERSIZE];
963 uint32_t total_size = GetGlyphOutlineW(fDDC, glyph.fID, GGO_NATIVE | GGO_GLYPH_INDEX, &gm, BUFFERSIZE, glyphbuf, &fMat22);
966 total_size = GetGlyphOutlineW(fDDC, glyph.fID, GGO_NATIVE | GGO_GLYPH_INDEX, &gm, BUFFERSIZE, glyphbuf, &fMat22);
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 139 static const uint16_t BUFFERSIZE = (16384 - 32);
140 static uint8_t glyphbuf[BUFFERSIZE];
    [all...]

Completed in 102 milliseconds