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

  /external/chromium_org/third_party/zlib/contrib/minizip/
minizip.c 172 int getFileCrc(const char* filenameinzip,void*buf,unsigned long size_buf,unsigned long* result_crc)
188 size_read = (int)fread(buf,1,size_buf,fin);
189 if (size_read < size_buf)
245 int size_buf=0; local
293 size_buf = WRITEBUFFERSIZE;
294 buf = (void*)malloc(size_buf);
407 err = getFileCrc(filenameinzip,buf,size_buf,&crcFile);
462 size_read = (int)fread(buf,1,size_buf,fin);
463 if (size_read < size_buf)
miniunz.c 311 uInt size_buf; local
323 size_buf = WRITEBUFFERSIZE;
324 buf = (void*)malloc(size_buf);
423 err = unzReadCurrentFile(uf,buf,size_buf);
  /external/zlib/src/contrib/minizip/
minizip.c 185 int getFileCrc(const char* filenameinzip,void*buf,unsigned long size_buf,unsigned long* result_crc)
202 size_read = (int)fread(buf,1,size_buf,fin);
203 if (size_read < size_buf)
258 int size_buf=0; local
306 size_buf = WRITEBUFFERSIZE;
307 buf = (void*)malloc(size_buf);
420 err = getFileCrc(filenameinzip,buf,size_buf,&crcFile);
475 size_read = (int)fread(buf,1,size_buf,fin);
476 if (size_read < size_buf)
miniunz.c 324 uInt size_buf; local
336 size_buf = WRITEBUFFERSIZE;
337 buf = (void*)malloc(size_buf);
435 err = unzReadCurrentFile(uf,buf,size_buf);
  /external/qemu/android/
snapshot.c 224 char size_buf[8]; local
228 snapshot_format_size(size_buf, sizeof(size_buf), info->vm_state_size);
234 info->id_str, info->name, size_buf, date_buf, clock_buf);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetActiveAttrib.cpp 124 (JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jbyte name) {
139 size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset);
271 (JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) {
297 size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset);
glGetActiveUniform.cpp 124 (JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jbyte name) {
139 size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset);
274 (JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) {
297 size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset);
glGetTransformFeedbackVarying.cpp 124 (JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jbyte name) {
139 size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset);
271 (JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) {
297 size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset);
  /frameworks/base/core/jni/
android_opengl_GLES20.cpp     [all...]
android_opengl_GLES30.cpp     [all...]

Completed in 128 milliseconds