Home
last modified time | relevance | path

Searched defs:nbytes (Results 1 – 25 of 7418) sorted by relevance

12345678910>>...297

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/
H A Dsel_util-inl.h20 static INLINE size_t NaClRoundPage(size_t nbytes) { in NaClRoundPage()
24 static INLINE uint32_t NaClRoundPage32(uint32_t nbytes) { in NaClRoundPage32()
28 static INLINE size_t NaClRoundAllocPage(size_t nbytes) { in NaClRoundAllocPage()
32 static INLINE uint32_t NaClRoundAllocPage32(uint32_t nbytes) { in NaClRoundAllocPage32()
36 static INLINE size_t NaClTruncPage(size_t nbytes) { in NaClTruncPage()
40 static INLINE size_t NaClTruncAllocPage(size_t nbytes) { in NaClTruncAllocPage()
44 static INLINE size_t NaClBytesToPages(size_t nbytes) { in NaClBytesToPages()
59 static INLINE size_t NaClRoundHostAllocPage(size_t nbytes) { in NaClRoundHostAllocPage()
/dports/biology/gmap/gmap-2020-09-12/src/
H A Dmem.h95 #define MALLOC(nbytes) Mem_alloc((nbytes), __FILE__, __LINE__) argument
107 #define ALLOCA(nbytes) alloca((nbytes)) argument
108 #define MALLOCA(nbytes) alloca((nbytes)) argument
114 #define MALLOCA(nbytes) Mem_alloc((nbytes), __FILE__, __LINE__) argument
167 #define MALLOC_IN(nbytes) Mem_alloc_in((nbytes), __FILE__, __LINE__) argument
180 #define MALLOC_KEEP(nbytes) Mem_alloc((nbytes), __FILE__, __LINE__) argument
181 #define MALLOC_IN(nbytes) Mem_alloc((nbytes), __FILE__, __LINE__) argument
182 #define MALLOC_OUT(nbytes) Mem_alloc((nbytes), __FILE__, __LINE__) argument
195 #define MALLOC_NO_EXCEPTION(nbytes) \ argument
197 #define CALLOC_NO_EXCEPTION(count, nbytes) \ argument
[all …]
/dports/math/sprng/sprng5/SRC/
H A Dstore.cpp9 int store_long(unsigned long l, int nbytes, unsigned char *c) in store_long()
20 int store_longarray(unsigned long *l, int n, int nbytes, unsigned char *c) in store_longarray()
31 int load_long(unsigned char *c, int nbytes, unsigned long *l) in load_long()
44 int load_longarray(unsigned char *c, int n, int nbytes, unsigned long *l) in load_longarray()
56 int store_longlong(unsigned long long l, int nbytes, unsigned char *c) in store_longlong()
67 int store_longlongarray(unsigned long long *l, int n, int nbytes, unsigned char *c) in store_longlongarray()
78 int load_longlong(unsigned char *c, int nbytes, unsigned long long *l) in load_longlong()
102 int store_int(unsigned int l, int nbytes, unsigned char *c) in store_int()
113 int store_intarray(unsigned int *l, int n, int nbytes, unsigned char *c) in store_intarray()
124 int load_int(unsigned char *c, int nbytes, unsigned int *l) in load_int()
[all …]
/dports/biology/treepuzzle/tree-puzzle-5.2/src/sprng/
H A Dstore.c6 int store_long(unsigned long l, int nbytes, unsigned char *c) in store_long()
17 int store_longarray(unsigned long *l, int n, int nbytes, unsigned char *c) in store_longarray()
28 int load_long(unsigned char *c, int nbytes, unsigned long *l) in load_long()
41 int load_longarray(unsigned char *c, int n, int nbytes, unsigned long *l) in load_longarray()
53 int store_longlong(unsigned long long l, int nbytes, unsigned char *c) in store_longlong()
64 int store_longlongarray(unsigned long long *l, int n, int nbytes, unsigned char *c) in store_longlongarray()
75 int load_longlong(unsigned char *c, int nbytes, unsigned long long *l) in load_longlong()
99 int store_int(unsigned int l, int nbytes, unsigned char *c) in store_int()
110 int store_intarray(unsigned int *l, int n, int nbytes, unsigned char *c) in store_intarray()
121 int load_int(unsigned char *c, int nbytes, unsigned int *l) in load_int()
[all …]
/dports/biology/iqtree/IQ-TREE-2.0.6/sprng/
H A Dstore.c6 int store_long(unsigned long l, int nbytes, unsigned char *c) in store_long()
17 int store_longarray(unsigned long *l, int n, int nbytes, unsigned char *c) in store_longarray()
28 int load_long(unsigned char *c, int nbytes, unsigned long *l) in load_long()
41 int load_longarray(unsigned char *c, int n, int nbytes, unsigned long *l) in load_longarray()
53 int store_longlong(unsigned long long l, int nbytes, unsigned char *c) in store_longlong()
64 int store_longlongarray(unsigned long long *l, int n, int nbytes, unsigned char *c) in store_longlongarray()
75 int load_longlong(unsigned char *c, int nbytes, unsigned long long *l) in load_longlong()
99 int store_int(unsigned int l, int nbytes, unsigned char *c) in store_int()
110 int store_intarray(unsigned int *l, int n, int nbytes, unsigned char *c) in store_intarray()
121 int load_int(unsigned char *c, int nbytes, unsigned int *l) in load_int()
[all …]
/dports/editors/rehex/rehex-0.4.0/wxLua/bindings/wxwidgets/
H A Dwxnet_override.hpp17 unsigned long nbytes = (unsigned long)wxlua_getintegertype(L, 2); variable
40 unsigned long nbytes = (unsigned long)wxlua_getintegertype(L, 2); variable
63 unsigned long nbytes = (unsigned long)wxlua_getintegertype(L, 2); variable
90 …unsigned long nbytes = (argCount >= 3 ? (unsigned long)wxlua_getintegertype(L, 3) : lua_strlen(L, … variable
109 …unsigned long nbytes = (argCount >= 3 ? (unsigned long)wxlua_getintegertype(L, 3) : lua_strlen(L, … variable
128 …unsigned long nbytes = (argCount >= 3 ? (unsigned long)wxlua_getintegertype(L, 3) : lua_strlen(L, … variable
/dports/biology/emboss/EMBOSS-6.6.0/ajax/core/
H A Dajmem.h101 #define AJALLOC(nbytes) \ argument
103 #define AJALLOC0(nbytes) \ argument
105 #define AJCALLOC(count, nbytes) \ argument
107 #define AJCALLOC0(count, nbytes) \ argument
118 #define AJRESIZE(ptr, nbytes) \ argument
120 #define AJRESIZE0(ptr, oldbytes, nbytes) \ argument
123 #define AJCRESIZE(ptr, nbytes) \ argument
126 #define AJCRESIZE0(ptr, oldbytes, nbytes) \ argument
130 #define AJCRESIZETRY(ptr, nbytes) \ argument
133 #define AJCRESIZETRY0(ptr, oldbytes, nbytes) \ argument
/dports/audio/gogglesmm/gogglesmm-1.2.2/gap/
H A Dap_buffer.cpp102 void MemoryBuffer::readBytes(FXival nbytes) { in readBytes()
107 void MemoryBuffer::wroteBytes(FXival nbytes) { in wroteBytes()
112 void MemoryBuffer::append(const void * b,FXival nbytes) { in append()
120 void MemoryBuffer::append(const FXchar c,FXival nbytes/*=1*/) { in append()
127 FXival MemoryBuffer::read(void * b, FXival nbytes) { in read()
134 FXival MemoryBuffer::peek(void * b, FXival nbytes) { in peek()
140 void MemoryBuffer::trimBegin(FXival nbytes) { in trimBegin()
144 void MemoryBuffer::trimEnd(FXival nbytes) { in trimEnd()
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/gc/
H A Dos.d78 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
91 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
98 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
106 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
113 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
119 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
139 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
148 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/gc/
H A Dos.d78 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
91 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
98 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
106 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
113 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
119 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
139 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
148 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/gc/
H A Dos.d78 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
91 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
98 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
106 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
113 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
119 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
139 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
148 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/gc/
H A Dos.d77 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
90 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
97 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
105 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
112 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
118 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
138 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
147 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/gc/
H A Dos.d77 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
90 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
97 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
105 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
112 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
118 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
138 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
147 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/gc/
H A Dos.d78 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
91 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
98 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
106 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
113 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
119 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
139 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
148 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/gc/
H A Dos.d77 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
90 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
97 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
105 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
112 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
118 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
138 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
147 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/gc/
H A Dos.d78 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
91 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
98 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
106 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
113 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
119 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
139 void *os_mem_map(size_t nbytes) nothrow in os_mem_map()
148 int os_mem_unmap(void *base, size_t nbytes) nothrow in os_mem_unmap()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/io/
H A Dconcurrency.h109 Result<int64_t> Read(int64_t nbytes, void* out) final { in Read()
114 Result<std::shared_ptr<Buffer>> Read(int64_t nbytes) final { in Read()
119 Result<util::string_view> Peek(int64_t nbytes) final { in Peek()
148 virtual Result<util::string_view> DoPeek(int64_t ARROW_ARG_UNUSED(nbytes)) { in DoPeek()
179 Result<int64_t> Read(int64_t nbytes, void* out) final { in Read()
184 Result<std::shared_ptr<Buffer>> Read(int64_t nbytes) final { in Read()
189 Result<util::string_view> Peek(int64_t nbytes) final { in Peek()
210 Result<int64_t> ReadAt(int64_t position, int64_t nbytes, void* out) final { in ReadAt()
215 Result<std::shared_ptr<Buffer>> ReadAt(int64_t position, int64_t nbytes) final { in ReadAt()
248 virtual Result<util::string_view> DoPeek(int64_t ARROW_ARG_UNUSED(nbytes)) { in DoPeek()
H A Dslow.cc90 Result<int64_t> SlowInputStream::Read(int64_t nbytes, void* out) { in Read()
95 Result<std::shared_ptr<Buffer>> SlowInputStream::Read(int64_t nbytes) { in Read()
100 Result<util::string_view> SlowInputStream::Peek(int64_t nbytes) { in Peek()
121 Result<int64_t> SlowRandomAccessFile::Read(int64_t nbytes, void* out) { in Read()
126 Result<std::shared_ptr<Buffer>> SlowRandomAccessFile::Read(int64_t nbytes) { in Read()
131 Result<int64_t> SlowRandomAccessFile::ReadAt(int64_t position, int64_t nbytes, in ReadAt()
138 int64_t nbytes) { in ReadAt()
143 Result<util::string_view> SlowRandomAccessFile::Peek(int64_t nbytes) { in Peek()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/io/
H A Dconcurrency.h109 Result<int64_t> Read(int64_t nbytes, void* out) final { in Read()
114 Result<std::shared_ptr<Buffer>> Read(int64_t nbytes) final { in Read()
119 Result<util::string_view> Peek(int64_t nbytes) final { in Peek()
148 virtual Result<util::string_view> DoPeek(int64_t ARROW_ARG_UNUSED(nbytes)) { in DoPeek()
179 Result<int64_t> Read(int64_t nbytes, void* out) final { in Read()
184 Result<std::shared_ptr<Buffer>> Read(int64_t nbytes) final { in Read()
189 Result<util::string_view> Peek(int64_t nbytes) final { in Peek()
210 Result<int64_t> ReadAt(int64_t position, int64_t nbytes, void* out) final { in ReadAt()
215 Result<std::shared_ptr<Buffer>> ReadAt(int64_t position, int64_t nbytes) final { in ReadAt()
248 virtual Result<util::string_view> DoPeek(int64_t ARROW_ARG_UNUSED(nbytes)) { in DoPeek()
H A Dslow.cc90 Result<int64_t> SlowInputStream::Read(int64_t nbytes, void* out) { in Read()
95 Result<std::shared_ptr<Buffer>> SlowInputStream::Read(int64_t nbytes) { in Read()
100 Result<util::string_view> SlowInputStream::Peek(int64_t nbytes) { in Peek()
121 Result<int64_t> SlowRandomAccessFile::Read(int64_t nbytes, void* out) { in Read()
126 Result<std::shared_ptr<Buffer>> SlowRandomAccessFile::Read(int64_t nbytes) { in Read()
131 Result<int64_t> SlowRandomAccessFile::ReadAt(int64_t position, int64_t nbytes, in ReadAt()
138 int64_t nbytes) { in ReadAt()
143 Result<util::string_view> SlowRandomAccessFile::Peek(int64_t nbytes) { in Peek()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/io/
H A Dconcurrency.h109 Result<int64_t> Read(int64_t nbytes, void* out) final { in Read()
114 Result<std::shared_ptr<Buffer>> Read(int64_t nbytes) final { in Read()
119 Result<util::string_view> Peek(int64_t nbytes) final { in Peek()
148 virtual Result<util::string_view> DoPeek(int64_t ARROW_ARG_UNUSED(nbytes)) { in DoPeek()
179 Result<int64_t> Read(int64_t nbytes, void* out) final { in Read()
184 Result<std::shared_ptr<Buffer>> Read(int64_t nbytes) final { in Read()
189 Result<util::string_view> Peek(int64_t nbytes) final { in Peek()
210 Result<int64_t> ReadAt(int64_t position, int64_t nbytes, void* out) final { in ReadAt()
215 Result<std::shared_ptr<Buffer>> ReadAt(int64_t position, int64_t nbytes) final { in ReadAt()
248 virtual Result<util::string_view> DoPeek(int64_t ARROW_ARG_UNUSED(nbytes)) { in DoPeek()
H A Dslow.cc89 Result<int64_t> SlowInputStream::Read(int64_t nbytes, void* out) { in Read()
94 Result<std::shared_ptr<Buffer>> SlowInputStream::Read(int64_t nbytes) { in Read()
99 Result<util::string_view> SlowInputStream::Peek(int64_t nbytes) { in Peek()
120 Result<int64_t> SlowRandomAccessFile::Read(int64_t nbytes, void* out) { in Read()
125 Result<std::shared_ptr<Buffer>> SlowRandomAccessFile::Read(int64_t nbytes) { in Read()
130 Result<int64_t> SlowRandomAccessFile::ReadAt(int64_t position, int64_t nbytes, in ReadAt()
137 int64_t nbytes) { in ReadAt()
142 Result<util::string_view> SlowRandomAccessFile::Peek(int64_t nbytes) { in Peek()
/dports/x11-toolkits/libXmu/libXmu-1.1.3/src/
H A DLookup.c125 XmuLookupString(register XKeyEvent *event, unsigned char *buffer, int nbytes, in XmuLookupString()
191 XmuLookupLatin1(register XKeyEvent *event, unsigned char *buffer, int nbytes, in XmuLookupLatin1()
199 XmuLookupLatin2(register XKeyEvent *event, unsigned char *buffer, int nbytes, in XmuLookupLatin2()
207 XmuLookupLatin3(register XKeyEvent *event, unsigned char *buffer, int nbytes, in XmuLookupLatin3()
215 XmuLookupLatin4(register XKeyEvent *event, unsigned char *buffer, int nbytes, in XmuLookupLatin4()
223 XmuLookupKana(register XKeyEvent *event, unsigned char *buffer, int nbytes, in XmuLookupKana()
231 XmuLookupJISX0201(register XKeyEvent *event, unsigned char *buffer, int nbytes, in XmuLookupJISX0201()
239 XmuLookupArabic(register XKeyEvent *event, unsigned char *buffer, int nbytes, in XmuLookupArabic()
255 XmuLookupGreek(register XKeyEvent *event, unsigned char *buffer, int nbytes, in XmuLookupGreek()
264 XmuLookupAPL(register XKeyEvent *event, unsigned char *buffer, int nbytes, in XmuLookupAPL()
[all …]
/dports/cad/magic/magic-8.3.245/calma/
H A DCalmaRdio.c76 int nbytes, rtype, flags, angle; local
208 int nbytes, rtype, n; local
253 int nbytes, rtype, n; local
299 int nbytes, rtype; local
417 int nbytes, rtype; local
460 int nbytes, rtype; local
506 int nbytes, rtype; local
539 calmaSkipBytes(nbytes) in calmaSkipBytes() argument
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/python/
H A Drandbytes.py53 def _osUrandom(self, nbytes): argument
63 def secureRandom(self, nbytes, fallback=False): argument
92 def _randBits(self, nbytes): argument
105 def _randModule(self, nbytes): argument
113 def _randModule(self, nbytes): argument
123 def insecureRandom(self, nbytes): argument

12345678910>>...297