Searched refs:sizew (Results 1 – 2 of 2) sorted by relevance
938 size_weight_t *sizew; in init_filesys() local948 sizew = (size_weight_t *) tmp_list->value; in init_filesys()949 fs->size_weights[count].size = sizew->size; in init_filesys()950 fs->size_weights[count].weight = sizew->weight; in init_filesys()951 fs->sum_weights += sizew->weight; in init_filesys()
509 const size_t sizew = size / sizeof(deUint64); in compareAndLog() local514 for (deUint32 ndx = 0u; ndx < static_cast<deUint32>(sizew); ndx++) in compareAndLog()