Home
last modified time | relevance | path

Searched refs:smaller (Results 1 – 25 of 54) sorted by relevance

123

/haiku/src/system/libroot/posix/malloc/hoard2/
H A Darch-specific.cpp127 free_chunk *chunk = (free_chunk *)sFreeChunks, *smaller = NULL; in insert_chunk() local
130 smaller = chunk; in insert_chunk()
135 if (smaller) { in insert_chunk()
136 newChunk->next = smaller->next; in insert_chunk()
137 smaller->next = newChunk; in insert_chunk()
304 free_chunk *chunk = (free_chunk *)sFreeChunks, *last = NULL, *smaller = NULL; in hoardUnsbrk() local
333 smaller = chunk; in hoardUnsbrk()
340 if (smaller) { in hoardUnsbrk()
341 newChunk->next = smaller->next; in hoardUnsbrk()
342 smaller->next = newChunk; in hoardUnsbrk()
/haiku/src/add-ons/translators/jpeg/
H A DREADME24 … image will be. It sometimes helps to make it 3-5% smoothed when You use smaller quality. Depends …
26 …mage it will get better and better up to full image. This option usually makes output file smaller.
30 Make file smaller (slightly worse quality) is available only with previous option set on. It will m…
/haiku/data/catalogs/add-ons/translators/jpeg/
H A Dhr.catkeys10 Make file smaller (sligthtly worse quality) JPEGTranslator Napravite datoteku manjom ( neznatno lo…
H A Dbe.catkeys13 Make file smaller (sligthtly worse quality) JPEGTranslator Зрабіць файл меншым (магчыма страта яка…
H A Del.catkeys14 Make file smaller (sligthtly worse quality) JPEGTranslator Σμίκρυνση αρχείου (ελαφρώς χειρότερη πο…
H A Dko.catkeys14 Make file smaller (sligthtly worse quality) JPEGTranslator 파일을 더 작게 만들기 (품질이 조금 낮아짐)
H A Dth.catkeys14 Make file smaller (sligthtly worse quality) JPEGTranslator ทำให้ไฟล์เล็กลง (คุณภาพแย่ลงเล็กน้อย)
H A Dja.catkeys14 Make file smaller (sligthtly worse quality) JPEGTranslator ファイルサイズを縮小 (品質は少し悪くなります)
H A Duk.catkeys14 Make file smaller (sligthtly worse quality) JPEGTranslator Зробити файл меньше (трохи гірша якість)
H A Dzh_Hans.catkeys14 Make file smaller (sligthtly worse quality) JPEGTranslator 生成更小文件(较差品质)
H A Dru.catkeys14 Make file smaller (sligthtly worse quality) JPEGTranslator Сделать файл меньше (качество немного х…
H A Dnl.catkeys14 Make file smaller (sligthtly worse quality) JPEGTranslator Maak bestand kleiner (licht verminderde…
H A Did.catkeys14 Make file smaller (sligthtly worse quality) JPEGTranslator Buat file lebih kecil (kualitas sedikit…
H A Dda.catkeys14 Make file smaller (sligthtly worse quality) JPEGTranslator Gør filen mindre (lidt ringere kvalitet)
H A Dde.catkeys14 Make file smaller (sligthtly worse quality) JPEGTranslator Kleine Dateien (mit etwas schlechterer …
H A Dfi.catkeys14 Make file smaller (sligthtly worse quality) JPEGTranslator Tee tiedostosta pienempi (lievästi huon…
H A Deo.catkeys14 Make file smaller (sligthtly worse quality) JPEGTranslator Malgrandigi dosieron (iomete malpli bon…
H A Dpl.catkeys14 Make file smaller (sligthtly worse quality) JPEGTranslator Utwórz mniejszy plik (lekko gorsza jako…
H A Dnb.catkeys14 Make file smaller (sligthtly worse quality) JPEGTranslator Gjør filen mindre (litt dårligere kvali…
H A Dpt_BR.catkeys14 Make file smaller (sligthtly worse quality) JPEGTranslator Compactar arquivo (diminui a qualidade)
H A Dsv.catkeys14 Make file smaller (sligthtly worse quality) JPEGTranslator Gör filen mindre (något sämre kvalitet)
H A Dpt.catkeys14 Make file smaller (sligthtly worse quality) JPEGTranslator Reduzir tamanho do ficheiro (qualidade …
/haiku/docs/user/interface/
H A DSpaceLayoutItem.dox44 and a maximum size. This means that the item might be smaller than the
203 smaller than the maximum \a width, the strut will use the available space.
219 smaller than the maximum \a width, the strut will use the available space.
/haiku/src/system/boot/libs/
H A DJamfile68 # tune build for smaller size
/haiku/docs/develop/kernel/vm/
H A Dvm_daemon23 …Adjust the size of the processes' working set (i.e. memory allocation) to be larger or smaller, to…

123