Searched refs:sof (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfEnvmap.cpp143 int sof = sizeOfFace (dataWindow); local
147 dwf.min.y = int (face) * sof;
149 dwf.max.x = dwf.min.x + sof - 1;
150 dwf.max.y = dwf.min.y + sof - 1;
211 int sof = sizeOfFace (dataWindow); local
229 pif.x = (direction.y / absx + 1) / 2 * (sof - 1);
230 pif.y = (direction.z / absx + 1) / 2 * (sof - 1);
239 pif.x = (direction.x / absy + 1) / 2 * (sof - 1);
240 pif.y = (direction.z / absy + 1) / 2 * (sof - 1);
249 pif.x = (direction.x / absz + 1) / 2 * (sof
263 int sof = sizeOfFace (dataWindow); local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dia64-tdep.c239 int sof; /* Size of frame (decoded from cfm value) */ member in struct:ia64_frame_cache
738 It can be calculated as the bsp - sof (sizeof frame). */
1005 cache->sof = 0;
1041 CORE_ADDR bof, sor, sol, sof, cfm, rrb_gr; local
1062 int sof = (int) ((instr & 0x000000fe000LL) >> 13); local
1071 (sof == (cache->cfm & 0x7f) &&
1400 sof = cache->sof;
1405 bof = rse_address_add (cache->bsp, -sof);
1408 i < sof;
1499 CORE_ADDR cfm, sof, sol, bsp, psr; local
2180 unw_word_t bsp, sof, sol, cfm, psr, ip; local
[all...]

Completed in 47 milliseconds