Searched defs:is (Results 1 - 2 of 2) sorted by relevance

/system/extras/fatblock/
H A Dfs.c11 * distributed under the License is distributed on an "AS IS" BASIS,
130 WARN("allocating extent: filesystem is full!\n");
166 struct fat_info_sector *is; local
208 is = &fs->info;
210 memcpy(is->info_sig1, FAT_INFO_SIG1, sizeof(is->info_sig1));
211 memcpy(is->info_sig2, FAT_INFO_SIG2, sizeof(is->info_sig2));
212 is->free_clusters = htole32(-1);
213 is
[all...]
/system/core/libpixelflinger/codeflinger/tinyutils/
H A DVectorImpl.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
67 // We can't call _do_destroy() here because the vtable is already gone.
502 const size_t is = itemSize(); local
505 ssize_t err = add( reinterpret_cast<const char*>(buffer) + i*is );

Completed in 111 milliseconds