HomeSort by: relevance | last modified time | path
    Searched refs:tot_size (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/liblber/
decode.c 390 ber_len_t tot_size = 0, siz = b->siz; local
407 for ( ; ber->ber_ptr < last; i++, tot_size += siz ) {
426 b->result = ber_memalloc_x( tot_size + siz, ber->ber_memctx );
445 ((struct berval *) (res.bo + tot_size))->bv_val = NULL;
446 tot_size = 0;
476 *(struct berval *)(res.bo + tot_size) = bv;
477 tot_size += siz;
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_mob.c 398 unsigned long tot_size = 0; local
403 tot_size += (data_size + PAGE_SIZE - 1) & PAGE_MASK;
406 return tot_size >> PAGE_SHIFT;
  /src/external/gpl2/mkhybrid/dist/
write.c 1670 int tot_size = hce->hfs_map_size + hce->hfs_hdr_size; local
1673 n = tot_size/BLK_CONV;
1674 r = tot_size%BLK_CONV;
1677 xfwrite(hce->hfs_map, tot_size, HFS_BLOCKSZ, outfile);

Completed in 18 milliseconds