Home
last modified time | relevance | path

Searched +defs:sz +defs:r (Results 1 – 25 of 13311) sorted by relevance

12345678910>>...533

/dports/devel/php-ice37/ice-3.7.2/matlab/lib/+Ice/
H A DOutputStream.m18 r = obj.communicator; variable
22 r = obj.encoding; variable
24 r = obj.encapsStack.encoding; variable
31 sz = obj.buf.size; variable
452 r = obj.writeOptionalImpl(tag, format); variable
470 r = true; variable
473 r = obj.buf.size + 1; variable
482 r = obj.buf.size; variable
498 r = obj.buf.buf(1:obj.buf.size); variable
526 r = false; variable
[all …]
H A DInputStream.m38 sz = obj.readAndCheckSeqSize(1); variable
71 sz = obj.readAndCheckSeqSize(1); variable
104 sz = obj.readAndCheckSeqSize(2); variable
138 sz = obj.readAndCheckSeqSize(4); variable
267 sz = obj.readSize(); variable
338 sz = obj.readInt(); variable
410 sz = obj.readInt(); variable
451 sz = obj.readInt(); variable
463 sz = obj.readInt(); variable
557 sz = obj.readInt(); variable
[all …]
/dports/devel/ice37/ice-3.7.2/matlab/lib/+Ice/
H A DOutputStream.m18 r = obj.communicator; variable
22 r = obj.encoding; variable
24 r = obj.encapsStack.encoding; variable
31 sz = obj.buf.size; variable
452 r = obj.writeOptionalImpl(tag, format); variable
470 r = true; variable
473 r = obj.buf.size + 1; variable
482 r = obj.buf.size; variable
498 r = obj.buf.buf(1:obj.buf.size); variable
526 r = false; variable
[all …]
H A DInputStream.m38 sz = obj.readAndCheckSeqSize(1); variable
71 sz = obj.readAndCheckSeqSize(1); variable
104 sz = obj.readAndCheckSeqSize(2); variable
138 sz = obj.readAndCheckSeqSize(4); variable
267 sz = obj.readSize(); variable
338 sz = obj.readInt(); variable
410 sz = obj.readInt(); variable
451 sz = obj.readInt(); variable
463 sz = obj.readInt(); variable
557 sz = obj.readInt(); variable
[all …]
/dports/devel/py-ice37/ice-3.7.2/matlab/lib/+Ice/
H A DOutputStream.m18 r = obj.communicator; variable
22 r = obj.encoding; variable
24 r = obj.encapsStack.encoding; variable
31 sz = obj.buf.size; variable
452 r = obj.writeOptionalImpl(tag, format); variable
470 r = true; variable
473 r = obj.buf.size + 1; variable
482 r = obj.buf.size; variable
498 r = obj.buf.buf(1:obj.buf.size); variable
526 r = false; variable
[all …]
H A DInputStream.m38 sz = obj.readAndCheckSeqSize(1); variable
71 sz = obj.readAndCheckSeqSize(1); variable
104 sz = obj.readAndCheckSeqSize(2); variable
138 sz = obj.readAndCheckSeqSize(4); variable
267 sz = obj.readSize(); variable
338 sz = obj.readInt(); variable
410 sz = obj.readInt(); variable
451 sz = obj.readInt(); variable
463 sz = obj.readInt(); variable
557 sz = obj.readInt(); variable
[all …]
/dports/devel/upp/upp/uppsrc/CtrlCore/
H A DFrame.cpp12 void NullFrameClass::FrameAddSize(Size& sz) {} in FrameAddSize()
16 void BorderFrame::FrameLayout(Rect& r) in FrameLayout()
18 Size sz = r.GetSize(); in FrameLayout() local
24 void BorderFrame::FrameAddSize(Size& sz) in FrameAddSize()
31 Size sz = r.GetSize(); in FramePaint() local
53 virtual void FrameAddSize(Size& sz) { sz += 4; } in FrameAddSize()
61 virtual void FrameAddSize(Size& sz) { sz += 2; } in FrameAddSize()
80 virtual void FrameAddSize(Size& sz) { sz.cy += 2; } in FrameAddSize()
89 virtual void FrameAddSize(Size& sz) { sz.cy += 2; } in FrameAddSize()
98 virtual void FrameAddSize(Size& sz) { sz.cx += 2; } in FrameAddSize()
[all …]
/dports/math/octave-forge-statistics/statistics-1.4.3/install-conditionally/distributions/
H A Dbetarnd.m57 sz = size (a); variable
60 sz = [varargin{1}, varargin{1}]; variable
62 sz = varargin{1}; variable
70 sz = [varargin{:}]; variable
85 r = randg (a, sz, cls); variable
94 r = randg (a(k), cls); variable
/dports/devel/upp/upp/bazaar/LogPosCtrl/
H A DLogPosCtrl.cpp3 static void sLay1(int& pos, int& r, int align, int a, int b, int sz) in sLay1()
24 Rect LogPosPopUp::CtrlRect(Ctrl::LogPos pos, Size sz) in CtrlRect()
26 Rect r; in CtrlRect() local
33 Rect LogPosPopUp::CtrlRectZ(Ctrl::LogPos pos, Size sz) in CtrlRectZ()
35 Rect r = CtrlRect(pos, sz); in CtrlRectZ() local
43 Ctrl::Logc MakeLogc(int align, int a, int b, int sz) in MakeLogc()
59 Ctrl::LogPos LogPosPopUp::MakeLogPos(int ax, int ay, const Rect& r, Size sz) in MakeLogPos()
66 Ctrl::LogPos LogPosPopUp::MakeLogPos(Ctrl::LogPos p, const Rect& r, Size sz) in MakeLogPos()
75 Ctrl::LogPos LogPosPopUp::MakeLogPos(Ctrl::LogPos p, const Ctrl::LogPos& pos, Size sz) in MakeLogPos()
77 Rect r = CtrlRect(pos, sz); //generate the source rect in MakeLogPos() local
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/citrus/
H A Dcitrus_region.h44 _citrus_region_init(struct _citrus_region *r, void *h, size_t sz) in _citrus_region_init()
52 _citrus_region_head(const struct _citrus_region *r) in _citrus_region_head()
58 _citrus_region_size(const struct _citrus_region *r) in _citrus_region_size()
64 _citrus_region_check(const struct _citrus_region *r, size_t ofs, size_t sz) in _citrus_region_check()
70 _citrus_region_offset(const struct _citrus_region *r, size_t pos) in _citrus_region_offset()
76 _citrus_region_peek8(const struct _citrus_region *r, size_t pos) in _citrus_region_peek8()
82 _citrus_region_peek16(const struct _citrus_region *r, size_t pos) in _citrus_region_peek16()
90 _citrus_region_peek32(const struct _citrus_region *r, size_t pos) in _citrus_region_peek32()
99 const struct _citrus_region *r, in _citrus_region_get_subregion()
100 size_t ofs, size_t sz) in _citrus_region_get_subregion()
H A Dcitrus_memstream.h57 const struct _citrus_region * __restrict r) in _citrus_memory_stream_bind()
65 void *ptr, size_t sz) in _citrus_memory_stream_bind_ptr()
67 struct _citrus_region r; in _citrus_memory_stream_bind_ptr() local
88 size_t sz; in _citrus_memory_stream_remainder() local
98 size_t sz = _citrus_region_size(&ms->ms_region); in _citrus_memory_stream_seek() local
145 struct _citrus_region *r, size_t sz) in _citrus_memory_stream_getregion()
201 struct _citrus_region *r) in _citrus_memory_stream_getln_region()
204 size_t sz; in _citrus_memory_stream_getln_region() local
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/machine/xstormy16/
H A Dmallocr.c5 _malloc_r (struct _reent *r, size_t sz) in _malloc_r()
13 _calloc_r (struct _reent *r, size_t a, size_t b) in _calloc_r()
21 _free_r (struct _reent *r, void *x) in _free_r()
29 _realloc_r (struct _reent *r, void *x, size_t sz) in _realloc_r()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/machine/xstormy16/
H A Dmallocr.c5 _malloc_r (struct _reent *r, size_t sz) in _malloc_r()
13 _calloc_r (struct _reent *r, size_t a, size_t b) in _calloc_r()
21 _free_r (struct _reent *r, _PTR x) in _free_r()
29 _realloc_r (struct _reent *r, _PTR x, size_t sz) in _realloc_r()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/machine/xstormy16/
H A Dmallocr.c5 _malloc_r (struct _reent *r, size_t sz) in _malloc_r()
13 _calloc_r (struct _reent *r, size_t a, size_t b) in _calloc_r()
21 _free_r (struct _reent *r, _PTR x) in _free_r()
29 _realloc_r (struct _reent *r, _PTR x, size_t sz) in _realloc_r()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/machine/xstormy16/
H A Dmallocr.c5 _malloc_r (struct _reent *r, size_t sz) in _malloc_r()
13 _calloc_r (struct _reent *r, size_t a, size_t b) in _calloc_r()
21 _free_r (struct _reent *r, _PTR x) in _free_r()
29 _realloc_r (struct _reent *r, _PTR x, size_t sz) in _realloc_r()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/test/
H A Dbit_blaster.cpp24 void mk_bits(ast_manager & m, char const * prefix, unsigned sz, expr_ref_vector & r) { in mk_bits()
38 void display(std::ostream & out, expr_ref_vector & r, bool ll=true) { in display()
49 void tst_adder(ast_manager & m, unsigned sz) { in tst_adder()
61 void tst_multiplier(ast_manager & m, unsigned sz) { in tst_multiplier()
73 void tst_le(ast_manager & m, unsigned sz) { in tst_le()
87 void tst_eqs(ast_manager & m, unsigned sz) { in tst_eqs()
98 void tst_sh(ast_manager & m, unsigned sz) { in tst_sh()
/dports/databases/webdis/webdis-0.1.18/src/formats/
H A Draw.c15 raw_reply(redisAsyncContext *c, void *r, void *privdata) { in raw_reply()
20 size_t sz; in raw_reply() local
39 raw_ws_extract(struct http_client *c, const char *p, size_t sz) { in raw_ws_extract()
103 raw_array(const redisReply *r, size_t *sz) { in raw_array()
154 raw_wrap(const redisReply *r, size_t *sz) { in raw_wrap()
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DStatusBar.cpp11 void RightInfoFrame::FrameLayout(Rect& r) in FrameLayout()
25 void RightInfoFrame::FrameAddSize(Size& sz) in FrameAddSize()
51 void LeftInfoFrame::FrameAddSize(Size& sz) in FrameAddSize()
68 Size sz = GetSize(); in Paint() local
69 Rect r = sz; in Paint() local
90 Size sz = GetSize(); in GetTabOffset() local
91 Rect r = sz; in GetTabOffset() local
130 Size sz = img.GetSize(); in Paint() local
226 void StatusBar::TopFrame::FrameAddSize(Size& sz) in FrameAddSize()
254 void StatusBar::FrameAddSize(Size& sz) { in FrameAddSize()
[all …]
/dports/math/z3/z3-z3-4.8.13/src/util/
H A Dbit_util.cpp31 unsigned r = 0; in slow_msb_pos() local
49 unsigned r, shift; in msb_pos() local
82 unsigned r = 0; in nlz() local
115 unsigned r = 0; in ntz() local
161 void reset(unsigned sz, unsigned * data) { in reset()
192 for (unsigned r = i; r < dst_sz; r++) in shl() local
298 unsigned sz = new_sz; in shr() local
322 unsigned sz = new_sz; in shr() local
360 bool inc(unsigned sz, unsigned * data) { in inc()
369 bool dec(unsigned sz, unsigned * data) { in dec()
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/util/
H A Dbit_util.cpp31 unsigned r = 0; in slow_msb_pos() local
49 unsigned r, shift; in msb_pos() local
82 unsigned r = 0; in nlz() local
115 unsigned r = 0; in ntz() local
161 void reset(unsigned sz, unsigned * data) { in reset()
192 for (unsigned r = i; r < dst_sz; r++) in shl() local
298 unsigned sz = new_sz; in shr() local
322 unsigned sz = new_sz; in shr() local
360 bool inc(unsigned sz, unsigned * data) { in inc()
369 bool dec(unsigned sz, unsigned * data) { in dec()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libitm/
H A Dalloc_c.cc34 _ITM_malloc (size_t sz) in _ITM_malloc()
36 void *r = malloc (sz); in _ITM_malloc() local
44 _ITM_calloc (size_t nm, size_t sz) in _ITM_calloc()
46 void *r = calloc (nm, sz); in _ITM_calloc() local
/dports/lang/gcc12-devel/gcc-12-20211205/libitm/
H A Dalloc_c.cc34 _ITM_malloc (size_t sz) in _ITM_malloc()
36 void *r = malloc (sz); in _ITM_malloc() local
44 _ITM_calloc (size_t nm, size_t sz) in _ITM_calloc()
46 void *r = calloc (nm, sz); in _ITM_calloc() local
/dports/lang/gcc8/gcc-8.5.0/libitm/
H A Dalloc_c.cc34 _ITM_malloc (size_t sz) in _ITM_malloc()
36 void *r = malloc (sz); in _ITM_malloc() local
44 _ITM_calloc (size_t nm, size_t sz) in _ITM_calloc()
46 void *r = calloc (nm, sz); in _ITM_calloc() local
/dports/lang/gcc48/gcc-4.8.5/libitm/
H A Dalloc_c.cc34 _ITM_malloc (size_t sz) in _ITM_malloc()
36 void *r = malloc (sz); in _ITM_malloc() local
44 _ITM_calloc (size_t nm, size_t sz) in _ITM_calloc()
46 void *r = calloc (nm, sz); in _ITM_calloc() local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libitm/
H A Dalloc_c.cc34 _ITM_malloc (size_t sz) in _ITM_malloc()
36 void *r = malloc (sz); in _ITM_malloc() local
44 _ITM_calloc (size_t nm, size_t sz) in _ITM_calloc()
46 void *r = calloc (nm, sz); in _ITM_calloc() local

12345678910>>...533