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

/external/qemu/block/
H A Dqcow2-cluster.c904 uint64_t coffset; local
906 coffset = cluster_offset & s->cluster_offset_mask;
907 if (s->cluster_cache_offset != coffset) {
909 sector_offset = coffset & 511;
912 ret = bdrv_read(bs->file, coffset >> 9, s->cluster_data, nb_csectors);
920 s->cluster_cache_offset = coffset;
H A Dqcow.c426 uint64_t coffset; local
428 coffset = cluster_offset & s->cluster_offset_mask;
429 if (s->cluster_cache_offset != coffset) {
432 ret = bdrv_pread(bs->file, coffset, s->cluster_data, csize);
439 s->cluster_cache_offset = coffset;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dvarray.c856 GLint coffset = 0, noffset = 0, voffset;/* color, normal, vertex offsets */ local
888 coffset = 0;
896 coffset = 0;
904 coffset = 0;
919 coffset = 0;
940 coffset = 2*f;
948 coffset = 2*f;
963 coffset = 2*f;
972 coffset = 4*f;
1004 (GLubyte *) pointer + coffset );
[all...]
/external/mesa3d/src/mesa/main/
H A Dvarray.c856 GLint coffset = 0, noffset = 0, voffset;/* color, normal, vertex offsets */ local
888 coffset = 0;
896 coffset = 0;
904 coffset = 0;
919 coffset = 0;
940 coffset = 2*f;
948 coffset = 2*f;
963 coffset = 2*f;
972 coffset = 4*f;
1004 (GLubyte *) pointer + coffset );
[all...]

Completed in 241 milliseconds