Home
last modified time | relevance | path

Searched refs:buftype (Results 1 – 25 of 1141) sorted by relevance

12345678910>>...46

/dports/net-mgmt/net-snmp/net-snmp-5.9/snmplib/transports/
H A DsnmpSocketBaseDomain.c78 buftype, curbuf)); in _sock_buffer_maximize()
122 buftype)); in _sock_buffer_maximize()
162 if (NULL != buftype) in _sock_buffer_size_get()
163 *buftype = _sock_buf_type_get(optname, local); in _sock_buffer_size_get()
202 (buftype) ? *buftype : "unknown buffer", size)); in _sock_buffer_size_get()
225 const char *buftype; in netsnmp_sock_buffer_set()
252 buftype, size)); in netsnmp_sock_buffer_set()
260 buftype, curbuf)); in netsnmp_sock_buffer_set()
274 buftype,curbuf)); in netsnmp_sock_buffer_set()
289 buftype, size)); in netsnmp_sock_buffer_set()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/util/support/
H A Dk5buf.c58 buf->buftype = K5BUF_ERROR; in set_error()
74 if (buf->buftype == K5BUF_ERROR) in ensure_space()
80 assert(buf->buftype == K5BUF_DYNAMIC || buf->buftype == K5BUF_DYNAMIC_ZAP); in ensure_space()
108 if (buf->buftype == K5BUF_DYNAMIC_ZAP || buf->buftype == K5BUF_DYNAMIC) in ensure_space()
118 buf->buftype = K5BUF_FIXED; in k5_buf_init_fixed()
128 buf->buftype = K5BUF_DYNAMIC; in k5_buf_init_dynamic()
172 if (buf->buftype == K5BUF_ERROR) in k5_buf_add_vfmt()
187 assert(buf->buftype == K5BUF_DYNAMIC || buf->buftype == K5BUF_DYNAMIC_ZAP); in k5_buf_add_vfmt()
249 if (buf->buftype == K5BUF_ERROR) in k5_buf_truncate()
265 if (buf->buftype == K5BUF_ERROR) in k5_buf_free()
[all …]
H A Dt_k5buf.c45 fail_if(buf->buftype != K5BUF_FIXED && buf->buftype != K5BUF_DYNAMIC && in check_buf()
46 buf->buftype != K5BUF_ERROR, name); in check_buf()
47 if (buf->buftype == K5BUF_ERROR) { in check_buf()
131 fail_if(buf.buftype != K5BUF_ERROR, "realloc 5"); in test_realloc()
146 fail_if(buf.buftype != K5BUF_ERROR, "overflow 1"); in test_overflow()
153 fail_if(buf.buftype != K5BUF_ERROR, "overflow 2"); in test_overflow()
165 fail_if(buf.buftype != K5BUF_ERROR, "error"); in test_error()
173 fail_if(buf.buftype != K5BUF_ERROR, "error"); in test_error()
230 fail_if(buf.buftype != K5BUF_ERROR, "fmt 2"); in test_fmt()
/dports/security/krb5/krb5-1.19.2/src/util/support/
H A Dk5buf.c58 buf->buftype = K5BUF_ERROR; in set_error()
74 if (buf->buftype == K5BUF_ERROR) in ensure_space()
80 assert(buf->buftype == K5BUF_DYNAMIC || buf->buftype == K5BUF_DYNAMIC_ZAP); in ensure_space()
108 if (buf->buftype == K5BUF_DYNAMIC_ZAP || buf->buftype == K5BUF_DYNAMIC) in ensure_space()
118 buf->buftype = K5BUF_FIXED; in k5_buf_init_fixed()
128 buf->buftype = K5BUF_DYNAMIC; in k5_buf_init_dynamic()
172 if (buf->buftype == K5BUF_ERROR) in k5_buf_add_vfmt()
187 assert(buf->buftype == K5BUF_DYNAMIC || buf->buftype == K5BUF_DYNAMIC_ZAP); in k5_buf_add_vfmt()
249 if (buf->buftype == K5BUF_ERROR) in k5_buf_truncate()
265 if (buf->buftype == K5BUF_ERROR) in k5_buf_free()
[all …]
H A Dt_k5buf.c45 fail_if(buf->buftype != K5BUF_FIXED && buf->buftype != K5BUF_DYNAMIC && in check_buf()
46 buf->buftype != K5BUF_ERROR, name); in check_buf()
47 if (buf->buftype == K5BUF_ERROR) { in check_buf()
131 fail_if(buf.buftype != K5BUF_ERROR, "realloc 5"); in test_realloc()
146 fail_if(buf.buftype != K5BUF_ERROR, "overflow 1"); in test_overflow()
153 fail_if(buf.buftype != K5BUF_ERROR, "overflow 2"); in test_overflow()
165 fail_if(buf.buftype != K5BUF_ERROR, "error"); in test_error()
173 fail_if(buf.buftype != K5BUF_ERROR, "error"); in test_error()
230 fail_if(buf.buftype != K5BUF_ERROR, "fmt 2"); in test_fmt()
/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/lib/
H A Dvard.c54 MPI_Datatype ptype, orig_buftype=buftype;
64 if (bufcount == 0 && buftype != MPI_DATATYPE_NULL) {
126 if (buftype == MPI_DATATYPE_NULL) {
132 buftype = ncmpii_nc2mpitype(varp->type);
133 MPI_Type_size(buftype, &buftype_size);
142 err = ncmpii_dtype_decode(buftype, &ptype, &el_size, &btnelems,
173 buftype = ptype;
336 MPI_Datatype buftype) /* data type of the buffer */ argument
392 MPI_Datatype buftype) /* data type of the buffer */ argument
404 buftype, WRITE_REQ, INDEP_IO);
[all …]
H A Di_varn.m482 MPI_Datatype buftype,
95 buftype, API_VARN, 1, 0, ReadWrite($1),
100 bufcount, buftype, reqid, ReadWrite($1),
194 if (buftype == MPI_DATATYPE_NULL) {
197 * contiguous. buftype will no longer be used.
202 else if (bufcount == -1) { /* if (IsPrimityMPIType(buftype)) */
205 * Assign ptype to buftype, and buftype will no longer be used.
207 ptype = buftype;
215 /* ptype (primitive MPI data type) from buftype
217 * bnelems is the total number of ptype elements in buftype
[all …]
H A Dvarn.m466 dnl VARN_FLEXIBLE(ncid, varid, num starts, counts, buf, bufcount, buftype)
79 MPI_Datatype buftype)
86 buftype, API_VARN, 1, 1, ReadWrite($1),
205 if (buftype == MPI_DATATYPE_NULL) {
230 /* assign buftype match with the variable's data type */
231 buftype = ncmpii_nc2mpitype(varp->type);
240 /* ptype (primitive MPI data type) from buftype
242 * bnelems is the total number of ptype elements in buftype
271 status = NCMPII_ECHAR(varp->type, buftype);
274 ptype = buftype;
[all …]
/dports/math/libxsmm/libxsmm-1.16.3/samples/deeplearning/gxm/src/
H A DEngine.cpp198 int buftype = HISTORY; in clear_history() local
250 if(buftype == HISTORY) in checkpoint()
252 else if(buftype == DIFF) in checkpoint()
419 if(buftype == HISTORY) in load_checkpoint()
989 if(buftype == DIFF) in allocate_memory()
1005 if(buftype == DIFF) in allocate_memory()
1064 if(buftype == DATA) in allocate_memory()
1149 if(buftype == DATA) in allocate_memory()
1377 if(buftype == DATA || buftype == DIFF) in allocate_memory()
1386 if(buftype == DATA) in allocate_memory()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_memoryio.py19 buf = self.buftype("1234567890")
23 buf = self.buftype("1234567890")
32 buf = self.buftype("1234567890")
39 buf = self.buftype("1234567890")
51 buf = self.buftype("1234567890")
94 buf = self.buftype("1234567890")
111 yield self.buftype('spam')
117 buf = self.buftype("1234567890")
402 def buftype(s): member in PyBytesIOTest
586 buftype = unicode variable in PyStringIOTest
[all …]
/dports/science/pnetcdf/parallel-netcdf-1.8.1/test/testcases/
H A Dtest_vard.c88 MPI_Datatype buftype, in get_var_and_verify() argument
110 err = ncmpi_get_vara_all(ncid, varid, start, count, buf[1], 1, buftype); ERR in get_var_and_verify()
119 err = ncmpi_get_vard_all(ncid, varid, filetype, buf[1], 1, buftype); ERR in get_var_and_verify()
161 MPI_Datatype buftype, ghost_buftype, rec_filetype, fix_filetype; in main() local
196 err = MPI_Type_create_hindexed(2, blocklengths, disps, MPI_INT, &buftype); in main()
198 MPI_Type_commit(&buftype); in main()
263 err = ncmpi_put_vard_all(ncid, varid0, rec_filetype, bufptr, 1, buftype); ERR in main()
267 MPI_Type_size(buftype, &buftype_size); in main()
308 err = ncmpi_put_vard(ncid, varid0, rec_filetype, bufptr, 1, buftype); ERR in main()
311 err = ncmpi_put_vard(ncid, varid1, fix_filetype, bufptr, 1, buftype); ERR in main()
[all …]
H A Dflexible.c58 MPI_Datatype buftype; in main() local
99 err = MPI_Type_create_hindexed(2, blocklengths, disps, MPI_INT, &buftype); in main()
101 MPI_Type_commit(&buftype); in main()
108 err = ncmpi_put_vara_all(ncid, varid, start, count, bufptr, 1, buftype); ERR in main()
109 MPI_Type_free(&buftype); in main()
158 MPI_INT, &buftype); in main()
159 MPI_Type_commit(&buftype); in main()
160 err = ncmpi_get_vara_all(ncid, varid, start, count, ncbuf, 1, buftype); ERR in main()
172 err = ncmpi_iget_vara(ncid, varid, start, count, ncbuf, 1, buftype, &req); ERR in main()
184 MPI_Type_free(&buftype); in main()
/dports/net/openslp/openslp-2.0.0/libslp/
H A Dlibslp_network.c216 if (buftype == SLP_FUNCT_SRVRQST in CalcBufferSize()
633 if (buftype == SLP_FUNCT_DASRVRQST) in NetworkRqstRply()
640 buftype = SLP_FUNCT_SRVRQST; in NetworkRqstRply()
652 if (buftype == SLP_FUNCT_SRVRQST in NetworkRqstRply()
721 *sendbuf->curpos++ = buftype; in NetworkRqstRply()
759 *sendbuf->curpos++ = buftype; in NetworkRqstRply()
961 if (buftype != SLP_FUNCT_SRVRQST && buftype != SLP_FUNCT_ATTRRQST in NetworkMcastRqstRply()
962 && buftype != SLP_FUNCT_SRVTYPERQST && buftype != SLP_FUNCT_DASRVRQST) in NetworkMcastRqstRply()
1080 if (buftype == SLP_FUNCT_DASRVRQST) in NetworkMcastRqstRply()
1087 buftype = SLP_FUNCT_SRVRQST; in NetworkMcastRqstRply()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_memoryio.py20 buf = self.buftype("1234567890")
24 buf = self.buftype("1234567890")
33 buf = self.buftype("1234567890")
40 buf = self.buftype("1234567890")
52 buf = self.buftype("1234567890")
95 buf = self.buftype("1234567890")
112 yield self.buftype('spam')
118 buf = self.buftype("1234567890")
405 def buftype(s): member in PyBytesIOTest
633 buftype = unicode variable in PyStringIOTest
[all …]
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_memoryio.py20 buf = self.buftype("1234567890")
24 buf = self.buftype("1234567890")
33 buf = self.buftype("1234567890")
40 buf = self.buftype("1234567890")
52 buf = self.buftype("1234567890")
95 buf = self.buftype("1234567890")
112 yield self.buftype('spam')
118 buf = self.buftype("1234567890")
405 def buftype(s): member in PyBytesIOTest
633 buftype = unicode variable in PyStringIOTest
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/gl/wgl/
H A DD3DTextureSurfaceWGL.cpp27 egl::Error GetD3D11TextureInfo(EGLenum buftype, in GetD3D11TextureInfo() argument
38 if (buftype == EGL_D3D_TEXTURE_ANGLE) in GetD3D11TextureInfo()
101 egl::Error GetD3D9TextureInfo(EGLenum buftype, in GetD3D9TextureInfo() argument
116 if (buftype == EGL_D3D_TEXTURE_ANGLE) in GetD3D9TextureInfo()
179 egl::Error GetD3DTextureInfo(EGLenum buftype, in GetD3DTextureInfo() argument
188 if (buftype == EGL_D3D_TEXTURE_ANGLE) in GetD3DTextureInfo()
200 return GetD3D9TextureInfo(buftype, texture9, width, height, angleFormat, object, in GetD3DTextureInfo()
209 else if (buftype == EGL_D3D_TEXTURE_2D_SHARE_HANDLE_ANGLE) in GetD3DTextureInfo()
234 EGLenum buftype, in D3DTextureSurfaceWGL() argument
242 mBuftype(buftype), in D3DTextureSurfaceWGL()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/gl/wgl/
H A DD3DTextureSurfaceWGL.cpp27 egl::Error GetD3D11TextureInfo(EGLenum buftype, in GetD3D11TextureInfo() argument
38 if (buftype == EGL_D3D_TEXTURE_ANGLE) in GetD3D11TextureInfo()
101 egl::Error GetD3D9TextureInfo(EGLenum buftype, in GetD3D9TextureInfo() argument
116 if (buftype == EGL_D3D_TEXTURE_ANGLE) in GetD3D9TextureInfo()
179 egl::Error GetD3DTextureInfo(EGLenum buftype, in GetD3DTextureInfo() argument
188 if (buftype == EGL_D3D_TEXTURE_ANGLE) in GetD3DTextureInfo()
200 return GetD3D9TextureInfo(buftype, texture9, width, height, angleFormat, object, in GetD3DTextureInfo()
209 else if (buftype == EGL_D3D_TEXTURE_2D_SHARE_HANDLE_ANGLE) in GetD3DTextureInfo()
234 EGLenum buftype, in D3DTextureSurfaceWGL() argument
242 mBuftype(buftype), in D3DTextureSurfaceWGL()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/io/romio314/romio/adio/common/
H A Dad_read_str_naive.c12 MPI_Datatype buftype, int file_ptr_type, in ADIOI_GEN_ReadStrided_naive() argument
34 ADIOI_Datatype_iscontig(buftype, &buftype_is_contig); in ADIOI_GEN_ReadStrided_naive()
40 MPIR_Status_set_bytes(status, buftype, 0); in ADIOI_GEN_ReadStrided_naive()
47 MPI_Type_size_x(buftype, &buftype_size); in ADIOI_GEN_ReadStrided_naive()
48 MPI_Type_extent(buftype, &buftype_extent); in ADIOI_GEN_ReadStrided_naive()
60 ADIOI_Flatten_datatype(buftype); in ADIOI_GEN_ReadStrided_naive()
62 while (flat_buf->type != buftype) flat_buf = flat_buf->next; in ADIOI_GEN_ReadStrided_naive()
292 ADIOI_Flatten_datatype(buftype); in ADIOI_GEN_ReadStrided_naive()
294 while (flat_buf->type != buftype) flat_buf = flat_buf->next; in ADIOI_GEN_ReadStrided_naive()
377 MPIR_Status_set_bytes(status, buftype, bufsize); in ADIOI_GEN_ReadStrided_naive()
[all …]
H A Dad_write_str_naive.c12 MPI_Datatype buftype, int file_ptr_type, in ADIOI_GEN_WriteStrided_naive() argument
35 ADIOI_Datatype_iscontig(buftype, &buftype_is_contig); in ADIOI_GEN_WriteStrided_naive()
41 MPIR_Status_set_bytes(status, buftype, 0); in ADIOI_GEN_WriteStrided_naive()
48 MPI_Type_size_x(buftype, &buftype_size); in ADIOI_GEN_WriteStrided_naive()
49 MPI_Type_extent(buftype, &buftype_extent); in ADIOI_GEN_WriteStrided_naive()
61 ADIOI_Flatten_datatype(buftype); in ADIOI_GEN_WriteStrided_naive()
63 while (flat_buf->type != buftype) flat_buf = flat_buf->next; in ADIOI_GEN_WriteStrided_naive()
292 ADIOI_Flatten_datatype(buftype); in ADIOI_GEN_WriteStrided_naive()
294 while (flat_buf->type != buftype) flat_buf = flat_buf->next; in ADIOI_GEN_WriteStrided_naive()
376 MPIR_Status_set_bytes(status, buftype, bufsize); in ADIOI_GEN_WriteStrided_naive()
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_memoryio.py24 buf = self.buftype("1234567890")
28 buf = self.buftype("1234567890")
37 buf = self.buftype("1234567890")
44 buf = self.buftype("1234567890")
56 buf = self.buftype("1234567890")
99 buf = self.buftype("1234567890")
116 yield self.buftype('spam')
122 buf = self.buftype("1234567890")
436 def buftype(s): member in PyBytesIOTest
694 buftype = str variable in PyStringIOTest
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_memoryio.py24 buf = self.buftype("1234567890")
28 buf = self.buftype("1234567890")
37 buf = self.buftype("1234567890")
44 buf = self.buftype("1234567890")
56 buf = self.buftype("1234567890")
99 buf = self.buftype("1234567890")
116 yield self.buftype('spam')
122 buf = self.buftype("1234567890")
436 def buftype(s): member in PyBytesIOTest
694 buftype = str variable in PyStringIOTest
[all …]
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_memoryio.py24 buf = self.buftype("1234567890")
28 buf = self.buftype("1234567890")
37 buf = self.buftype("1234567890")
44 buf = self.buftype("1234567890")
56 buf = self.buftype("1234567890")
99 buf = self.buftype("1234567890")
116 yield self.buftype('spam')
122 buf = self.buftype("1234567890")
436 def buftype(s): member in PyBytesIOTest
694 buftype = str variable in PyStringIOTest
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_memoryio.py24 buf = self.buftype("1234567890")
28 buf = self.buftype("1234567890")
37 buf = self.buftype("1234567890")
44 buf = self.buftype("1234567890")
56 buf = self.buftype("1234567890")
99 buf = self.buftype("1234567890")
116 yield self.buftype('spam')
122 buf = self.buftype("1234567890")
436 def buftype(s): member in PyBytesIOTest
694 buftype = str variable in PyStringIOTest
[all …]
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_memoryio.py24 buf = self.buftype("1234567890")
28 buf = self.buftype("1234567890")
37 buf = self.buftype("1234567890")
44 buf = self.buftype("1234567890")
56 buf = self.buftype("1234567890")
99 buf = self.buftype("1234567890")
116 yield self.buftype('spam')
122 buf = self.buftype("1234567890")
436 def buftype(s): member in PyBytesIOTest
694 buftype = str variable in PyStringIOTest
[all …]
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_memoryio.py24 buf = self.buftype("1234567890")
28 buf = self.buftype("1234567890")
37 buf = self.buftype("1234567890")
44 buf = self.buftype("1234567890")
56 buf = self.buftype("1234567890")
99 buf = self.buftype("1234567890")
116 yield self.buftype('spam')
122 buf = self.buftype("1234567890")
436 def buftype(s): member in PyBytesIOTest
694 buftype = str variable in PyStringIOTest
[all …]

12345678910>>...46