Home
last modified time | relevance | path

Searched refs:_nbytes (Results 1 – 25 of 66) sorted by relevance

123

/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dextattr.h78 void *_data, size_t _nbytes);
80 const char *_attrname, void *_data, size_t _nbytes);
82 const char *_attrname, void *_data, size_t _nbytes);
84 size_t _nbytes);
86 size_t _nbytes);
88 size_t _nbytes);
90 const void *_data, size_t _nbytes);
92 const char *_attrname, const void *_data, size_t _nbytes);
94 const char *_attrname, const void *_data, size_t _nbytes);
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/cygnal/libamf/
H A Dbuffer.cpp133 _nbytes = size; in init()
157 _nbytes = nbytes; in Buffer()
158 init(_nbytes); in Buffer()
184 _nbytes = 0; in ~Buffer()
202 if (_nbytes >= nbytes) { in copy()
679 _nbytes= size; in resize()
683 if (_nbytes == 0) { in resize()
687 if (size == _nbytes) { in resize()
701 used = _nbytes; in resize()
722 _nbytes = size; in resize()
[all …]
H A Dbuffer.h328 size_t size() { return _nbytes; } in size()
339 void setSize(size_t nbytes) { _nbytes = nbytes; }; in setSize()
375 size_t spaceLeft() { return (_nbytes - (_seekptr - _data.get())); }; in spaceLeft()
411 size_t _nbytes; variable
/dports/www/py-gunicorn/gunicorn-19.9.0/gunicorn/http/
H A D_sendfile.py36 _nbytes = ctypes.c_uint64(nbytes)
37 result = _sendfile(fdin, fdout, offset, _nbytes, None, 0)
41 if e == errno.EAGAIN and _nbytes.value is not None:
42 return _nbytes.value
44 return _nbytes.value
/dports/net/ipsumdump/ipsumdump-1.86/src/
H A Dtruncateippayload.cc49 _nbytes = (nbytes << 2) + transport + (extra_length << 1); in configure()
57 unsigned nbytes = _nbytes >> 2; in simple_action()
69 if ((_nbytes & 1) && p->network_length() >= 10) in simple_action()
93 if (_nbytes & 2) in simple_action()
H A Dtruncateippayload.hh44 unsigned _nbytes; member in TruncateIPPayload
/dports/devel/dev86/dev86-0.16.20/bcc/
H A Dsysproto.h12 void *memset P((void *_s, int _c, unsigned _nbytes));
25 int read P((int _fd, char *_buf, unsigned _nbytes));
26 int write P((int _fd, char *_buf, unsigned _nbytes));
/dports/audio/opusfile/opusfile-0.12/examples/
H A Dopusfile_example.c65 static void print_size(FILE *_fp,opus_int64 _nbytes,int _metric,
77 if(_nbytes<den*base-round)break;
81 val=(_nbytes+round)/den;
83 if(den>=1000000000)val=(_nbytes+(round/100))/(den/100);
84 else val=(_nbytes*100+round)/den;
89 if(den>=1000000000)val=(_nbytes+(round/10))/(den/10);
90 else val=(_nbytes*10+round)/den;
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/opusfile-0.10/examples/
H A Dopusfile_example.c64 static void print_size(FILE *_fp,opus_int64 _nbytes,int _metric, in print_size() argument
76 if(_nbytes<den*base-round)break; in print_size()
80 val=(_nbytes+round)/den; in print_size()
82 if(den>=1000000000)val=(_nbytes+(round/100))/(den/100); in print_size()
83 else val=(_nbytes*100+round)/den; in print_size()
88 if(den>=1000000000)val=(_nbytes+(round/10))/(den/10); in print_size()
89 else val=(_nbytes*10+round)/den; in print_size()
/dports/games/taisei/taisei-1.3.2/src/util/
H A Dopuscruft.c16 static int opusutil_rwops_read(void *_stream, unsigned char *_ptr, int _nbytes) { in opusutil_rwops_read() argument
18 return SDL_RWread(rw, _ptr, 1, _nbytes); in opusutil_rwops_read()
/dports/games/crrcsim/crrcsim-0.9.13/src/mod_chardevice/
H A Dchardevicewrapper.cpp273 size_t nbytes, _nbytes; in run_script() local
297 _nbytes = nbytes - 1; in run_script()
305 if( nbytes > _nbytes && ( sleepTime = atoi( &buf[ _nbytes ] ) ) > 0 ) in run_script()
/dports/audio/lmms/lmms-1.2.2/buildtools/
H A Dbin2res.cpp186 void embedData( const char * _input, int _nbytes, std::ostream & _output ) in embedData() argument
190 for( int i = 0; i < _nbytes; i++ ) in embedData()
202 if( i < _nbytes-1 ) in embedData()
/dports/devel/py-dask/dask-2021.11.2/dask/
H A Dcache.py38 self._nbytes = cachey.nbytes
61 nb = self._nbytes(value) + overhead + sys.getsizeof(key) * 4
/dports/net/xrdp-devel/xrdp-0.9.16/librfxcodec/src/
H A Drfx_bitstream.h34 #define rfx_bitstream_attach(bs, _buffer, _nbytes) do { \ argument
36 bs.nbytes = (_nbytes); \
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/codec/
H A Drfx_bitstream.h34 #define rfx_bitstream_attach(bs, _buffer, _nbytes) \ argument
38 bs->nbytes = (_nbytes); \
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/cmpintmd/
H A Dmips.h496 unsigned long _nbytes = ((sizeof (long)) * (nwords)); \
497 cacheflush (((void *) _addr), _nbytes, DCACHE); \
499 cacheflush (((void *) (_addr + (_nbytes - 1))), 1, ICACHE); \
/dports/science/hypre/hypre-2.23.0/src/utilities/
H A Dmemory.c1078 entry->_nbytes = nbytes; in hypre_MemoryTrackerInsert()
1121 totl_bytes[tracker->data[i]._memory_location] += tracker->data[i]._nbytes; in hypre_PrintMemoryTracker()
1122 curr_bytes[tracker->data[i]._memory_location] += tracker->data[i]._nbytes; in hypre_PrintMemoryTracker()
1149 tracker->data[j]._nbytes = tracker->data[i]._nbytes; in hypre_PrintMemoryTracker()
1169 curr_bytes[tracker->data[i]._memory_location] -= tracker->data[pair]._nbytes; in hypre_PrintMemoryTracker()
1202 if (tracker->data[i]._nbytes != (size_t) -1) in hypre_PrintMemoryTracker()
1204 sprintf(nbytes, "%zu", tracker->data[i]._nbytes); in hypre_PrintMemoryTracker()
/dports/devel/py-ipyparallel/ipyparallel-6.3.0/ipyparallel/serialize/
H A Dserialize.py47 def _nbytes(buf): function
68 nbytes = _nbytes(buf)
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/opus/
H A Daudio_stream_opus.cpp36 int AudioStreamPlaybackOpus::_op_read_func(void *_stream, unsigned char *_ptr, int _nbytes) { in _op_read_func() argument
44 int read = fa->get_buffer(dst, _nbytes); in _op_read_func()
H A Daudio_stream_opus.h54 static int _op_read_func(void *_stream, unsigned char *_ptr, int _nbytes);
/dports/devel/godot2/godot-2.1.6-stable/modules/opus/
H A Daudio_stream_opus.cpp36 int AudioStreamPlaybackOpus::_op_read_func(void *_stream, unsigned char *_ptr, int _nbytes) { in _op_read_func() argument
44 int read = fa->get_buffer(dst, _nbytes); in _op_read_func()
H A Daudio_stream_opus.h54 static int _op_read_func(void *_stream, unsigned char *_ptr, int _nbytes);
/dports/devel/py-distributed/distributed-2021.11.2/distributed/
H A Dscheduler.py504 _nbytes: Py_ssize_t
572 self._nbytes = 0
669 return self._nbytes
673 self._nbytes = v
1409 _nbytes: Py_ssize_t
1493 self._nbytes = -1
1595 return self._nbytes
1599 self._nbytes = v
1684 return self._nbytes if self._nbytes >= 0 else DEFAULT_DATA_SIZE
1695 ws._nbytes += diff
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/make/gensrc/
H A DGensrcBuffer.gmk162 $1_nbytes := $5
174 -Dnbytes=$$($1_nbytes) \
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/make/gensrc/
H A DGensrcBuffer.gmk162 $1_nbytes := $5
174 -Dnbytes=$$($1_nbytes) \

123