Home
last modified time | relevance | path

Searched refs:vbytes (Results 1 – 25 of 121) sorted by relevance

12345

/dports/science/conduit/conduit-0.8.0/src/tests/conduit/
H A Dt_conduit_endianness.cpp49 test.vbytes[0] = 0xff; in TEST()
50 test.vbytes[1] = 0xff; in TEST()
51 test.vbytes[2] = 0xff; in TEST()
52 test.vbytes[3] = 0xfe; in TEST()
58 test.vbytes[0] = 0xfe; in TEST()
59 test.vbytes[1] = 0xff; in TEST()
60 test.vbytes[2] = 0xff; in TEST()
61 test.vbytes[3] = 0xff; in TEST()
77 test16.vbytes[0] = 0x02; in TEST()
78 test16.vbytes[1] = 0x01; in TEST()
[all …]
H A Dt_conduit_generator.cpp333 data.vbytes[0] = 0xff; in TEST()
334 data.vbytes[1] = 0xff; in TEST()
335 data.vbytes[2] = 0xff; in TEST()
336 data.vbytes[3] = 0xfe; in TEST()
352 data.vbytes[0] = 0xfe; in TEST()
353 data.vbytes[1] = 0xff; in TEST()
354 data.vbytes[2] = 0xff; in TEST()
355 data.vbytes[3] = 0xff; in TEST()
369 data.vbytes[0] = 0xfe; in TEST()
370 data.vbytes[1] = 0xff; in TEST()
[all …]
/dports/science/conduit/conduit-0.8.0/src/libs/conduit/
H A Dconduit_endianness.cpp111 swp.vbytes[3] = ((uint8*)data)[0]; in swap32()
112 swp.vbytes[2] = ((uint8*)data)[1]; in swap32()
113 swp.vbytes[1] = ((uint8*)data)[2]; in swap32()
114 swp.vbytes[0] = ((uint8*)data)[3]; in swap32()
135 swp.vbytes[7] = ((uint8*)data)[0]; in swap64()
136 swp.vbytes[6] = ((uint8*)data)[1]; in swap64()
137 swp.vbytes[5] = ((uint8*)data)[2]; in swap64()
138 swp.vbytes[4] = ((uint8*)data)[3]; in swap64()
139 swp.vbytes[3] = ((uint8*)data)[4]; in swap64()
140 swp.vbytes[2] = ((uint8*)data)[5]; in swap64()
[all …]
/dports/security/zeronet/ZeroNet-0.7.1/src/lib/pybitcointools/
H A Ddeterministic.py76 if vbytes in PRIVATE:
83 if vbytes in PUBLIC:
89 if vbytes in PRIVATE:
92 if vbytes in PUBLIC:
100 vbytes, depth, fingerprint, i, chaincode, key = rawtuple
103 keydata = b'\x00'+key[:-1] if vbytes in PRIVATE else key
112 vbytes = dbin[0:4]
118 return (vbytes, depth, fingerprint, i, chaincode, key)
122 vbytes, depth, fingerprint, i, chaincode, key = rawtuple
135 def bip32_master_key(seed, vbytes=MAINNET_PRIVATE): argument
[all …]
/dports/finance/py-bitcoin/bitcoin-1.1.42/bitcoin/
H A Ddeterministic.py76 if vbytes in PRIVATE:
83 if vbytes in PUBLIC:
89 if vbytes in PRIVATE:
92 if vbytes in PUBLIC:
100 vbytes, depth, fingerprint, i, chaincode, key = rawtuple
103 keydata = b'\x00'+key[:-1] if vbytes in PRIVATE else key
112 vbytes = dbin[0:4]
118 return (vbytes, depth, fingerprint, i, chaincode, key)
122 vbytes, depth, fingerprint, i, chaincode, key = rawtuple
135 def bip32_master_key(seed, vbytes=MAINNET_PRIVATE): argument
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/common/ctf/
H A Dctf_open.c235 size_t vbytes; in init_types() local
243 vbytes = sizeof (uint_t); in init_types()
246 vbytes = sizeof (ctf_array_t); in init_types()
287 vbytes = 0; in init_types()
295 vbytes = 0; in init_types()
356 size_t vbytes; in init_types() local
385 vbytes = sizeof (uint_t); in init_types()
389 vbytes = sizeof (ctf_array_t); in init_types()
447 vbytes = 0; in init_types()
476 vbytes = 0; in init_types()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/
H A DSequenceFileAsBinaryInputFormat.java60 private SequenceFile.ValueBytes vbytes; field in SequenceFileAsBinaryInputFormat.SequenceFileAsBinaryRecordReader
71 vbytes = in.createValueBytes(); in SequenceFileAsBinaryRecordReader()
110 in.nextRawValue(vbytes); in next()
111 vbytes.writeUncompressedBytes(buffer); in next()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/widgets/3d/
H A DLSPMesh3D.cpp130 size_t vbytes = sizeof(point3d_t) * items; in add_triangles() local
134 … uint8_t *ptr = alloc_aligned<uint8_t>(layer.pdata, (vbytes+nbytes)*2, DEFAULT_ALIGN); in add_triangles()
139 ptr += vbytes; in add_triangles()
141 ptr += vbytes; in add_triangles()
195 size_t vbytes = sizeof(point3d_t) * items; in add_lines() local
198 uint8_t *ptr = alloc_aligned<uint8_t>(layer.pdata, vbytes*2, DEFAULT_ALIGN); in add_lines()
203 ptr += vbytes; in add_lines()
205 ptr += vbytes; in add_lines()
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapred/
H A DSequenceFileAsBinaryInputFormat.java61 private SequenceFile.ValueBytes vbytes; field in SequenceFileAsBinaryInputFormat.SequenceFileAsBinaryRecordReader
72 vbytes = in.createValueBytes(); in SequenceFileAsBinaryRecordReader()
111 in.nextRawValue(vbytes); in next()
112 vbytes.writeUncompressedBytes(buffer); in next()
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapreduce/lib/input/
H A DSequenceFileAsBinaryInputFormat.java63 private SequenceFile.ValueBytes vbytes; field in SequenceFileAsBinaryInputFormat.SequenceFileAsBinaryRecordReader
78 vbytes = in.createValueBytes(); in initialize()
129 in.nextRawValue(vbytes); in nextKeyValue()
130 vbytes.writeUncompressedBytes(buffer); in nextKeyValue()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/lib/input/
H A DSequenceFileAsBinaryInputFormat.java63 private SequenceFile.ValueBytes vbytes; field in SequenceFileAsBinaryInputFormat.SequenceFileAsBinaryRecordReader
78 vbytes = in.createValueBytes(); in initialize()
129 in.nextRawValue(vbytes); in nextKeyValue()
130 vbytes.writeUncompressedBytes(buffer); in nextKeyValue()
/dports/devel/ipython/ipython-7.29.0/IPython/core/magics/
H A Dnamespace.py453 vbytes = vsize*var.itemsize
456 if vbytes < 100000:
457 print(aformat % (vshape, vsize, vdtype, vbytes))
459 print(aformat % (vshape, vsize, vdtype, vbytes), end=' ')
460 if vbytes < Mb:
461 print('(%s kb)' % (vbytes/kb,))
463 print('(%s Mb)' % (vbytes/Mb,))
/dports/devel/ipython5/ipython-5.10.0/IPython/core/magics/
H A Dnamespace.py449 vbytes = vsize*var.itemsize
452 if vbytes < 100000:
453 print(aformat % (vshape, vsize, vdtype, vbytes))
455 print(aformat % (vshape, vsize, vdtype, vbytes), end=' ')
456 if vbytes < Mb:
457 print('(%s kb)' % (vbytes/kb,))
459 print('(%s Mb)' % (vbytes/Mb,))
/dports/sysutils/nut/nut-2.7.4/drivers/
H A Disbmex.c103 float interpol(float vbytes) in interpol() argument
112 if(vbytes < x[0]) return 0.0; in interpol()
113 if(vbytes > x[6]) return f[6]; in interpol()
116 if((int)vbytes == x[i]) return f[i]; in interpol()
128 for(i=0; i<=n; i++) t *= (vbytes - (float)x[i]); in interpol()
130 for(i=0; i<=n; i++) volts += (l[i] * t / (vbytes - (float)x[i])); in interpol()
/dports/sysutils/nut-devel/nut-9e6a5ab2/drivers/
H A Disbmex.c104 static float interpol(float vbytes) in interpol() argument
113 if(vbytes < x[0]) return 0.0; in interpol()
114 if(vbytes > x[6]) return f[6]; in interpol()
117 if((int)vbytes == x[i]) return f[i]; in interpol()
129 for(i=0; i<=n; i++) t *= (vbytes - (float)x[i]); in interpol()
131 for(i=0; i<=n; i++) volts += (l[i] * t / (vbytes - (float)x[i])); in interpol()
/dports/databases/py-sqlite3/Python-3.8.12/Objects/
H A Dbytearrayobject.c546 Py_buffer vbytes; in bytearray_setslice() local
549 vbytes.len = -1; in bytearray_setslice()
573 needed = vbytes.len; in bytearray_setslice()
574 bytes = vbytes.buf; in bytearray_setslice()
585 if (vbytes.len != -1) in bytearray_setslice()
1828 Py_buffer vbytes; in bytearray_strip_impl() local
1838 byteslen = vbytes.len; in bytearray_strip_impl()
1870 Py_buffer vbytes; in bytearray_lstrip_impl() local
1880 byteslen = vbytes.len; in bytearray_lstrip_impl()
1909 Py_buffer vbytes; in bytearray_rstrip_impl() local
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Objects/
H A Dbytearrayobject.c546 Py_buffer vbytes; in bytearray_setslice() local
549 vbytes.len = -1; in bytearray_setslice()
573 needed = vbytes.len; in bytearray_setslice()
574 bytes = vbytes.buf; in bytearray_setslice()
585 if (vbytes.len != -1) in bytearray_setslice()
1828 Py_buffer vbytes; in bytearray_strip_impl() local
1838 byteslen = vbytes.len; in bytearray_strip_impl()
1870 Py_buffer vbytes; in bytearray_lstrip_impl() local
1880 byteslen = vbytes.len; in bytearray_lstrip_impl()
1909 Py_buffer vbytes; in bytearray_rstrip_impl() local
[all …]
/dports/lang/python311/Python-3.11.0a3/Objects/
H A Dbytearrayobject.c533 Py_buffer vbytes; in bytearray_setslice() local
536 vbytes.len = -1; in bytearray_setslice()
560 needed = vbytes.len; in bytearray_setslice()
561 bytes = vbytes.buf; in bytearray_setslice()
572 if (vbytes.len != -1) in bytearray_setslice()
1876 Py_buffer vbytes; in bytearray_strip_impl() local
1886 byteslen = vbytes.len; in bytearray_strip_impl()
1918 Py_buffer vbytes; in bytearray_lstrip_impl() local
1928 byteslen = vbytes.len; in bytearray_lstrip_impl()
1957 Py_buffer vbytes; in bytearray_rstrip_impl() local
[all …]
/dports/lang/python37/Python-3.7.12/Objects/
H A Dbytearrayobject.c552 Py_buffer vbytes; in bytearray_setslice() local
555 vbytes.len = -1; in bytearray_setslice()
579 needed = vbytes.len; in bytearray_setslice()
580 bytes = vbytes.buf; in bytearray_setslice()
591 if (vbytes.len != -1) in bytearray_setslice()
1815 Py_buffer vbytes; in bytearray_strip_impl() local
1825 byteslen = vbytes.len; in bytearray_strip_impl()
1857 Py_buffer vbytes; in bytearray_lstrip_impl() local
1867 byteslen = vbytes.len; in bytearray_lstrip_impl()
1896 Py_buffer vbytes; in bytearray_rstrip_impl() local
[all …]
/dports/lang/python310/Python-3.10.1/Objects/
H A Dbytearrayobject.c533 Py_buffer vbytes; in bytearray_setslice() local
536 vbytes.len = -1; in bytearray_setslice()
560 needed = vbytes.len; in bytearray_setslice()
561 bytes = vbytes.buf; in bytearray_setslice()
572 if (vbytes.len != -1) in bytearray_setslice()
1876 Py_buffer vbytes; in bytearray_strip_impl() local
1886 byteslen = vbytes.len; in bytearray_strip_impl()
1918 Py_buffer vbytes; in bytearray_lstrip_impl() local
1928 byteslen = vbytes.len; in bytearray_lstrip_impl()
1957 Py_buffer vbytes; in bytearray_rstrip_impl() local
[all …]
/dports/lang/python-tools/Python-3.8.12/Objects/
H A Dbytearrayobject.c546 Py_buffer vbytes; in bytearray_setslice() local
549 vbytes.len = -1; in bytearray_setslice()
573 needed = vbytes.len; in bytearray_setslice()
574 bytes = vbytes.buf; in bytearray_setslice()
585 if (vbytes.len != -1) in bytearray_setslice()
1828 Py_buffer vbytes; in bytearray_strip_impl() local
1838 byteslen = vbytes.len; in bytearray_strip_impl()
1870 Py_buffer vbytes; in bytearray_lstrip_impl() local
1880 byteslen = vbytes.len; in bytearray_lstrip_impl()
1909 Py_buffer vbytes; in bytearray_rstrip_impl() local
[all …]
/dports/lang/python39/Python-3.9.9/Objects/
H A Dbytearrayobject.c541 Py_buffer vbytes; in bytearray_setslice() local
544 vbytes.len = -1; in bytearray_setslice()
568 needed = vbytes.len; in bytearray_setslice()
569 bytes = vbytes.buf; in bytearray_setslice()
580 if (vbytes.len != -1) in bytearray_setslice()
1886 Py_buffer vbytes; in bytearray_strip_impl() local
1896 byteslen = vbytes.len; in bytearray_strip_impl()
1928 Py_buffer vbytes; in bytearray_lstrip_impl() local
1938 byteslen = vbytes.len; in bytearray_lstrip_impl()
1967 Py_buffer vbytes; in bytearray_rstrip_impl() local
[all …]
/dports/lang/python38/Python-3.8.12/Objects/
H A Dbytearrayobject.c546 Py_buffer vbytes; in bytearray_setslice() local
549 vbytes.len = -1; in bytearray_setslice()
573 needed = vbytes.len; in bytearray_setslice()
574 bytes = vbytes.buf; in bytearray_setslice()
585 if (vbytes.len != -1) in bytearray_setslice()
1828 Py_buffer vbytes; in bytearray_strip_impl() local
1838 byteslen = vbytes.len; in bytearray_strip_impl()
1870 Py_buffer vbytes; in bytearray_lstrip_impl() local
1880 byteslen = vbytes.len; in bytearray_lstrip_impl()
1909 Py_buffer vbytes; in bytearray_rstrip_impl() local
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/
H A Dbytearrayobject.c546 Py_buffer vbytes; in bytearray_setslice() local
549 vbytes.len = -1; in bytearray_setslice()
573 needed = vbytes.len; in bytearray_setslice()
574 bytes = vbytes.buf; in bytearray_setslice()
585 if (vbytes.len != -1) in bytearray_setslice()
1828 Py_buffer vbytes; in bytearray_strip_impl() local
1838 byteslen = vbytes.len; in bytearray_strip_impl()
1870 Py_buffer vbytes; in bytearray_lstrip_impl() local
1880 byteslen = vbytes.len; in bytearray_lstrip_impl()
1909 Py_buffer vbytes; in bytearray_rstrip_impl() local
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dev/fbt/
H A Dfbt.c1434 size_t vbytes; in fbt_typoff_init() local
1442 vbytes = sizeof (uint_t); in fbt_typoff_init()
1445 vbytes = sizeof (ctf_array_t); in fbt_typoff_init()
1470 vbytes = sizeof (ctf_enum_t) * vlen; in fbt_typoff_init()
1485 vbytes = 0; in fbt_typoff_init()
1493 vbytes = 0; in fbt_typoff_init()
1521 size_t vbytes; in fbt_typoff_init() local
1529 vbytes = sizeof (uint_t); in fbt_typoff_init()
1532 vbytes = sizeof (ctf_array_t); in fbt_typoff_init()
1561 vbytes = 0; in fbt_typoff_init()
[all …]

12345