Searched refs:headersize (Results 1 – 5 of 5) sorted by relevance
/external/jpeg/ |
D | wrbmp.c | 170 INT32 headersize, bfSize; in write_bmp_header() local 190 headersize = 14 + 40 + cmap_entries * 4; /* Header and colormap */ in write_bmp_header() 191 bfSize = headersize + (INT32) dest->row_width * (INT32) cinfo->output_height; in write_bmp_header() 202 PUT_4B(bmpfileheader, 10, headersize); /* bfOffBits */ in write_bmp_header() 235 INT32 headersize, bfSize; in write_os2_header() local 255 headersize = 14 + 12 + cmap_entries * 3; /* Header and colormap */ in write_os2_header() 256 bfSize = headersize + (INT32) dest->row_width * (INT32) cinfo->output_height; in write_os2_header() 267 PUT_4B(bmpfileheader, 10, headersize); /* bfOffBits */ in write_os2_header()
|
/external/icu4c/i18n/ |
D | ucol_elm.cpp | 1178 | ((uprv_uca_addExpansion(expansions, element->CEs[0], status)+(headersize>>2))<<4) in uprv_uca_addAnElement() 1227 … expansion |= ((uprv_uca_addExpansion(expansions, element->mapCE, status)+(headersize>>2))<<4); in uprv_uca_addAnElement() 1229 … expansion |= ((uprv_uca_addExpansion(expansions, element->CEs[0], status)+(headersize>>2))<<4); in uprv_uca_addAnElement() 1435 …uint32_t beforeContractions = (uint32_t)((headersize+paddedsize(expansions->position*sizeof(uint32… in uprv_uca_assembleTable() 1459 uint32_t toAllocate =(uint32_t)(headersize+ in uprv_uca_assembleTable() 1700 | ((uprv_uca_addExpansion(expansions, element->CEs[0], status)+(headersize>>2))<<4) in uprv_uca_setMapCE()
|
D | ucol_imp.h | 312 #define headersize (paddedsize(sizeof(UCATableHeader))+paddedsize(sizeof(UColOptionSet))) macro
|
/external/chromium/third_party/icu/source/i18n/ |
D | ucol_elm.cpp | 1177 | ((uprv_uca_addExpansion(expansions, element->CEs[0], status)+(headersize>>2))<<4) in uprv_uca_addAnElement() 1226 … expansion |= ((uprv_uca_addExpansion(expansions, element->mapCE, status)+(headersize>>2))<<4); in uprv_uca_addAnElement() 1228 … expansion |= ((uprv_uca_addExpansion(expansions, element->CEs[0], status)+(headersize>>2))<<4); in uprv_uca_addAnElement() 1434 …uint32_t beforeContractions = (uint32_t)((headersize+paddedsize(expansions->position*sizeof(uint32… in uprv_uca_assembleTable() 1458 uint32_t toAllocate =(uint32_t)(headersize+ in uprv_uca_assembleTable() 1696 | ((uprv_uca_addExpansion(expansions, element->CEs[0], status)+(headersize>>2))<<4) in uprv_uca_setMapCE()
|
D | ucol_imp.h | 301 #define headersize (paddedsize(sizeof(UCATableHeader))+paddedsize(sizeof(UColOptionSet))) macro
|