Home
last modified time | relevance | path

Searched refs:sizeW (Results 1 – 25 of 130) sorted by relevance

123456

/dports/graphics/delaboratory/delaboratory-0.8/core/
H A Dhistogram.cc105 bool deHistogram::render(unsigned char* data, int sizeW, int sizeH, unsigned char g1, unsigned char… in render() argument
117 for (x = 0; x < sizeW; x++) in render()
131 data[3*(y*sizeW+x)] = g1; in render()
132 data[3*(y*sizeW+x)+1] = g1; in render()
133 data[3*(y*sizeW+x)+2] = g1; in render()
137 data[3*(y*sizeW+x)] = g2; in render()
138 data[3*(y*sizeW+x)+1] = g2; in render()
139 data[3*(y*sizeW+x)+2] = g2; in render()
146 data[3*(y*sizeW+x)] = g3; in render()
147 data[3*(y*sizeW+x)+1] = g3; in render()
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/
H A Dimage.php23 $sizeW = $imSize[0]; variable
25 if (($sizeH > $max) || ($sizeW > $max)) {
26 if ($sizeH > $sizeW) {
29 $sizefactor = (float) ($max / $sizeW);
31 $newwidth = (int) ($sizeW * $sizefactor);
39 … if (imagecopyresized($resized, $original, 0, 0, 0, 0, $newwidth, $newheight, $sizeW, $sizeH)) {
/dports/math/singular/Singular-Release-4-2-1/omalloc/
H A DomBin.c31 long sizeW; in _omGetSpecBin() local
63 sizeW = ((size + sizeW) & ~ (SIZEOF_STRICT_ALIGNMENT - 1)); in _omGetSpecBin()
66 sizeW = ((size + sizeW) & ~ (SIZEOF_OM_ALIGNMENT - 1)); in _omGetSpecBin()
68 omAssume(sizeW >= size); in _omGetSpecBin()
73 sizeW = sizeW >> LOG_SIZEOF_LONG; in _omGetSpecBin()
112 s_bin->bin->sizeW == sizeW); in _omGetSpecBin()
123 s_bin->bin->sizeW = sizeW; in _omGetSpecBin()
203 s_bin->sizeW = bin->sizeW; in omCreateStickyBin()
275 omAssume(to_bin->sizeW == from_bin->sizeW); in omMergeStickyPages()
381 new_bin->sizeW = bin->sizeW; in omGetStickyBinOfBin()
[all …]
H A DomAllocPrivate.h41 size_t sizeW; /* size in words */ member
100 #define omSizeWOfBin(bin_ptr) ((bin_ptr)->sizeW)
103 #define omSizeWOfBinAddr(addr) ((omGetTopBinOfAddr(addr))->sizeW)
158 omMemsetW(addr, 0, (bin)->sizeW); \
177 …size_t old_sizeW = (omIsNormalBinPageAddr(old_addr) ? old_bin->sizeW : omSizeWOfAddr(old_addr)); …
179 …omMemcpyW(new_addr, old_addr, (new_bin->sizeW > old_sizeW ? old_sizeW : new_bin->sizeW)); …
195 …size_t old_sizeW = (omIsNormalBinPageAddr(old_addr) ? old_bin->sizeW : omSizeWOfAddr(old_addr)); …
197 …omMemcpyW(new_addr, old_addr, (new_bin->sizeW > old_sizeW ? old_sizeW : new_bin->sizeW)); …
198 …if (new_bin->sizeW > old_sizeW) …
199 … omMemsetW((void**)new_addr + old_sizeW, 0, new_bin->sizeW - old_sizeW); \
H A DomtTest.c97 size_t sizeW = OM_ALIGN_SIZE(size) >> LOG_SIZEOF_LONG; in TestAddrContentEqual() local
99 for (i=0; i<sizeW; i++) in TestAddrContentEqual()
112 size_t sizeW = OM_ALIGN_SIZE(size) >> LOG_SIZEOF_LONG; in TestAddrContent() local
122 for (i=0; i<sizeW; i++) in TestAddrContent()
136 size_t sizeW = omSizeWOfAddr(cell->addr); in InitCellAddrContent() local
137 omMemsetW(cell->addr, (IS_ZERO(cell->spec) ? 0 : cell->spec), sizeW); in InitCellAddrContent()
H A DomInline.h143 size_t sizeW = omSizeWOfAddr(addr); in _omMemDupAligned() local
144 __omTypeAllocAligned(void*, r, sizeW << LOG_SIZEOF_LONG); in _omMemDupAligned()
145 omMemcpyW(r, addr, sizeW); in _omMemDupAligned()
170 omMemcpyW(r, addr, bin->sizeW); in _omMemDup()
H A DomDebugCheck.c211 omAddrCheckReturnError(bin->sizeW*SIZEOF_LONG != (size_t) bin_size, omError_WrongSize); in omDoCheckBinAddr()
236 % (bin->sizeW * SIZEOF_VOIDP) in omDoCheckBinAddr()
247 … omAddrCheckReturnError((bin->sizeW << LOG_SIZEOF_LONG) < OM_ALIGN_SIZE(size), omError_WrongSize); in omDoCheckBinAddr()
279 omCheckReturnCorrupted(bin->sizeW != top_bin->sizeW || in omDoCheckBin()
386 % (bin->sizeW * SIZEOF_LONG) in omDoCheckBinPage()
437 (long)((omBin) bin_size)->sizeW << LOG_SIZEOF_LONG); in _omPrintAddrInfo()
490 addr = (char *)((char**) addr) + bin->sizeW; in omIterateTroughBinAddrs()
H A DomDebugTrack.c127 (((omBin)((omTrackAddr) (d_addr))->bin_size)->sizeW) << LOG_SIZEOF_LONG : \
229 size_t size = omGetTopBinOfPage((omBinPage) page)->sizeW << LOG_SIZEOF_LONG; in omOutAddr_2_TrackAddr()
287 size_t o_size = (flags & OM_FBIN ? ((omBin)bin_size)->sizeW << LOG_SIZEOF_LONG : in omAllocTrackAddr()
332 d_addr->bin_size = (void*)(((omBin) bin_size)->sizeW<<LOG_SIZEOF_LONG); in omAllocTrackAddr()
509 …omAddrCheckReturnError(((omBin) d_addr->bin_size)->sizeW != ((omBin) bin_size)->sizeW, omError_Wro… in omDoCheckTrackAddr()
511 …omAddrCheckReturnError((((omBin) bin_size)->sizeW << LOG_SIZEOF_LONG) != OM_ALIGN_SIZE((size_t) d_… in omDoCheckTrackAddr()
517 …omAddrCheckReturnError((((omBin) d_addr->bin_size)->sizeW << LOG_SIZEOF_LONG) < ((size_t) bin_size… in omDoCheckTrackAddr()
557 omAddrCheckReturnError(size < (((omBin)bin_size)->sizeW<<LOG_SIZEOF_LONG), omError_WrongBin); in omDoCheckTrackAddr()
H A DomDebug.c204 size_t sizeW; in _omDebugMemDup() local
218 sizeW = omSizeWOfAddr(addr); in _omDebugMemDup()
221 ret = __omDebugAlloc((void*) (sizeW << LOG_SIZEOF_LONG), OM_FSIZE | flags, track, OM_FLR_VAL); in _omDebugMemDup()
222 omMemcpyW(ret, addr, sizeW); in _omDebugMemDup()
225 (void) _omCheckAddr(ret, (void*) (sizeW << LOG_SIZEOF_LONG),OM_FUSED|OM_FSIZE, in _omDebugMemDup()
327 …size_t o_size = (flags & OM_FBIN ? ((omBin)size_bin)->sizeW << LOG_SIZEOF_LONG : (size_bin != NULL… in __omDebugAlloc()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/statistics/
H A Dstatistics_base.h170 unsigned int sizeW=length(W); in _computeVariance() local
174 resize(pStar, sizeW, 0); in _computeVariance()
179 for(unsigned int j=0; j<sizeW; j++){ in _computeVariance()
201 for(unsigned int j=0; j<sizeW; j++){ in _computeVariance()
262 unsigned int sizeW = length(W); in _overlapExpectation() local
263 for(unsigned int i=0; i<sizeW; i++) in _overlapExpectation()
267 for(unsigned int j=0; j<sizeW; j++) in _overlapExpectation()
369 unsigned int sizeW= length(W); in zscore() local
375 for(unsigned int i=0; i<sizeW; i++) in zscore()
434 unsigned int sizeW= length(W); in variance() local
[all …]
/dports/biology/seqan1/seqan-1.3.1/seqan/statistics/
H A Dstatistics_base.h180 unsigned int sizeW=length(W); in _computeVariance() local
184 resize(pStar, sizeW, 0); in _computeVariance()
189 for(unsigned int j=0; j<sizeW; j++){ in _computeVariance()
211 for(unsigned int j=0; j<sizeW; j++){ in _computeVariance()
276 unsigned int sizeW = length(W); in _overlapExpectation() local
277 for(unsigned int i=0; i<sizeW; i++) in _overlapExpectation()
281 for(unsigned int j=0; j<sizeW; j++) in _overlapExpectation()
381 unsigned int sizeW= length(W); in zscore() local
387 for(unsigned int i=0; i<sizeW; i++) in zscore()
448 unsigned int sizeW= length(W); in variance() local
[all …]
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/statistics/
H A Dstatistics_base.h170 unsigned int sizeW=length(W); in _computeVariance() local
174 resize(pStar, sizeW, 0); in _computeVariance()
179 for(unsigned int j=0; j<sizeW; j++){ in _computeVariance()
201 for(unsigned int j=0; j<sizeW; j++){ in _computeVariance()
262 unsigned int sizeW = length(W); in _overlapExpectation() local
263 for(unsigned int i=0; i<sizeW; i++) in _overlapExpectation()
267 for(unsigned int j=0; j<sizeW; j++) in _overlapExpectation()
369 unsigned int sizeW= length(W); in zscore() local
375 for(unsigned int i=0; i<sizeW; i++) in zscore()
434 unsigned int sizeW= length(W); in variance() local
[all …]
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/statistics/
H A Dstatistics_base.h171 unsigned int sizeW=length(W); in _computeVariance() local
175 resize(pStar, sizeW, 0); in _computeVariance()
180 for(unsigned int j=0; j<sizeW; j++){ in _computeVariance()
202 for(unsigned int j=0; j<sizeW; j++){ in _computeVariance()
263 unsigned int sizeW = length(W); in _overlapExpectation() local
264 for(unsigned int i=0; i<sizeW; i++) in _overlapExpectation()
268 for(unsigned int j=0; j<sizeW; j++) in _overlapExpectation()
370 unsigned int sizeW= length(W); in zscore() local
376 for(unsigned int i=0; i<sizeW; i++) in zscore()
435 unsigned int sizeW= length(W); in variance() local
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/
H A Dmultitext_dialog.cpp59 int posX, posY, sizeW, sizeH; in BEGIN_EVENT_TABLE() local
62 !RegistryGetInteger(REG_CONFIG_SECTION, REG_MT_DIALOG_SIZE_W, &sizeW) || in BEGIN_EVENT_TABLE()
68 SetSize(posX, posY, sizeW, sizeH); in BEGIN_EVENT_TABLE()
107 int posX, posY, sizeW, sizeH; in ~MultiTextDialog() local
109 GetSize(&sizeW, &sizeH); in ~MultiTextDialog()
112 !RegistrySetInteger(REG_CONFIG_SECTION, REG_MT_DIALOG_SIZE_W, sizeW) || in ~MultiTextDialog()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ComponentEditor/Properties/
H A Djucer_PositionPropertyBase.h185 PositionedRectangle::SizeMode sizeW = p.getWidthMode(); in showMenu() local
236 … const PositionedRectangle::SizeMode sizeMode = (dimension == componentWidth) ? sizeW : sizeH; in showMenu()
318 sizeW = PositionedRectangle::absoluteSize; in showMenu()
325 sizeW = PositionedRectangle::proportionalSize; in showMenu()
332 sizeW = PositionedRectangle::parentSizeMinusAbsolute; in showMenu()
358 xyRect.setModes (xAnchor, xMode, yAnchor, yMode, sizeW, sizeH, in showMenu()
361 whRect.setModes (xAnchor, xMode, yAnchor, yMode, sizeW, sizeH, in showMenu()
364 p.setModes (xAnchor, xMode, yAnchor, yMode, sizeW, sizeH, in showMenu()
/dports/devel/arduino-core/Arduino-b439a77/app/src/processing/app/
H A DEditorHeader.java85 int sizeW, sizeH; field in EditorHeader
202 if ((size.width != sizeW) || (size.height != sizeH)) { in paintComponent()
211 sizeW = size.width; in paintComponent()
217 sizeW = size.width; in paintComponent()
219 imageW = sizeW; in paintComponent()
282 menuLeft = sizeW - (16 + menuButtons[0].getWidth(this)); in paintComponent()
283 menuRight = sizeW - 16; in paintComponent()
H A DEditorStatus.java83 private int sizeW; field in EditorStatus
204 if ((size.width != sizeW) || (size.height != sizeH)) { in paintComponent()
213 sizeW = size.width; in paintComponent()
220 sizeW = size.width; in paintComponent()
223 imageW = sizeW; in paintComponent()
378 int cancelLeft = sizeW - eachButton; in setButtonBounds()
399 copyErrorButton.setLocation(sizeW - copyErrorButtonSize.width - 5, top); in setButtonBounds()
/dports/graphics/blender/blender-2.91.0/intern/itasc/
H A DCache.cpp412 unsigned int positionW, sizeW, block; in addCacheItem() local
431 sizeW = CACHE_ITEM_SIZEW(item,length); in addCacheItem()
432 item = (CacheItem*)calloc(sizeW, 4); in addCacheItem()
433 item->m_sizeW = sizeW; in addCacheItem()
469 sizeW = CACHE_ITEM_SIZEW(item,length); in addCacheItem()
474 if ((positionW+sizeW > channel->m_bufferSizeW) || in addCacheItem()
516 sizeW = CACHE_ITEM_SIZEW(item,length); in addCacheItem()
519 item->m_sizeW = sizeW; in addCacheItem()
527 buffer->m_firstFreePositionW = positionW+sizeW; in addCacheItem()
604 unsigned int sizeW = CACHE_ITEM_SIZEW(item,length*sizeof(double)); in addCacheVectorIfDifferent() local
[all …]
/dports/lang/ghc/ghc-8.10.7/rts/sm/
H A DCNF.c444 has_room_for (bdescr *bd, StgWord sizeW) in has_room_for() argument
447 && bd->free + sizeW <= bd->start + BLOCK_SIZE_W * bd->blocks); in has_room_for()
470 StgWord sizeW) in allocateForCompact() argument
483 if (str->hp + sizeW < str->hpLim) { in allocateForCompact()
485 str->hp += sizeW; in allocateForCompact()
494 if (sizeW > LARGE_OBJECT_THRESHOLD/sizeof(W_)) { in allocateForCompact()
499 bd->free += sizeW; in allocateForCompact()
522 if (has_room_for(bd,sizeW)) { in allocateForCompact()
524 bd->free += sizeW; in allocateForCompact()
531 BLOCK_ROUND_UP(sizeW * sizeof(StgWord) in allocateForCompact()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/android/source/src/java/org/libreoffice/
H A DTileIdentifier.java56 float sizeW = size.width / zoom; in getCSSRect() local
60 (int) (cssX + sizeW), in getCSSRect()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/android/source/src/java/org/libreoffice/
H A DTileIdentifier.java56 float sizeW = size.width / zoom; in getCSSRect() local
60 (int) (cssX + sizeW), in getCSSRect()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/wx/api_gen/wx_extra/
H A DwxListCtrl.c_src72 int * sizeW = (int *) bp; bp += 4;
74 size = wxSize(*sizeW,*sizeH);
127 int * sizeW = (int *) bp; bp += 4;
129 size = wxSize(*sizeW,*sizeH);
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/wx/api_gen/wx_extra/
H A DwxListCtrl.c_src72 int * sizeW = (int *) bp; bp += 4;
74 size = wxSize(*sizeW,*sizeH);
127 int * sizeW = (int *) bp; bp += 4;
129 size = wxSize(*sizeW,*sizeH);
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/wx/api_gen/wx_extra/
H A DwxListCtrl.c_src72 int * sizeW = (int *) bp; bp += 4;
74 size = wxSize(*sizeW,*sizeH);
127 int * sizeW = (int *) bp; bp += 4;
129 size = wxSize(*sizeW,*sizeH);
/dports/mail/cone/cone-1.1/curses/
H A Dcursesfilereq.C125 std::pair<std::u32string, size_t> sizeW; in drawItem() local
127 sizeW.second=0; in drawItem()
134 sizeW=wc.get_unicode_truncated(w-nameW.second, 0); in drawItem()
137 nameW.first.insert(nameW.first.end(), w - nameW.second - sizeW.second, in drawItem()
140 nameW.first.insert(nameW.first.end(), sizeW.first.begin(), in drawItem()
141 sizeW.first.end()); in drawItem()

123456