Home
last modified time | relevance | path

Searched refs:_bytes (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/openmp/libomptarget/deviceRTLs/common/
Dsupport.h87 #define ADD_BYTES(_addr, _bytes) \ argument
88 ((void *)((char *)((void *)(_addr)) + (_bytes)))
89 #define SUB_BYTES(_addr, _bytes) \ argument
90 ((void *)((char *)((void *)(_addr)) - (_bytes)))
/external/libnl/include/netlink-private/
Dutils.h147 const size_t _bytes = (bytes); \
154 if (_bytes <= (alloca_maxlen)) { \
155 _ptr = alloca (_bytes); \
157 _ptr = malloc (_bytes); \
/external/pigweed/pw_bytes/
DREADME.md1 # pw\_bytes: Embedded-friendly C++ bytes manipulation primitives
/external/python/asn1crypto/asn1crypto/
Dcore.py2352 _bytes = None variable in OctetBitString
2377 self._bytes = value
2396 if self._bytes is None:
2398 self._bytes, self._unused_bits = self._as_chunk()[0]
2407 self._bytes = b''.join(chunk[0] for chunk in chunks)
2409 return self._bytes
2424 self._bytes = other._bytes
2563 _bytes = None variable in OctetString
2582 self._bytes = value
2599 if self._bytes is None:
[all …]
Dx509.py372 self._bytes = self.contents
/external/python/asn1crypto/tests/
Dtest_core.py992 self.assertEqual(a._bytes, a.copy()._bytes)
1011 self.assertEqual(a._bytes, a.copy()._bytes)
1030 self.assertEqual(a._bytes, a.copy()._bytes)
1129 self.assertEqual(a._bytes, a.copy()._bytes)
1154 self.assertEqual(a._bytes, a.copy()._bytes)
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryUtils.h30 ByteBuffer() : _ostream(_bytes) { } in ByteBuffer()
63 SmallVector<char, 128> _bytes;
/external/rust/crates/bytes/tests/
Dtest_buf.rs119 let _bytes = buf.copy_to_bytes(12); in copy_to_bytes_overflow() localVariable
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.h297 return exec->second.type##_bytes(); \
302 bytes += exec.second.type##_bytes(); \
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_adv_monitor_tests.py40 def _bytes(self, str_data): member in TestMonitor
78 pattern[self.PATTERN_DATA_IDX] = self._bytes(
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py82 self._bytes = bytes
86 result, self._pos = decoder._DecodeVarint(self._bytes, self._pos)
103 result = struct.unpack('<f', self._bytes[self._pos:self._pos+4])[0]
108 result = struct.unpack('<d', self._bytes[self._pos:self._pos+8])[0]
113 return self._pos == len(self._bytes)
/external/scapy/scapy/
Dfields.py865 _bytes = struct.unpack('!%dB' % nb_bytes , w)
869 b |= int(_bytes[c]) << (nb_bytes-c-1)*8
/external/rust/crates/hashlink/src/
Dlinked_hash_map.rs1840 fn write(&mut self, _bytes: &[u8]) { in write()
/external/python/cpython3/Doc/library/
Dstdtypes.rst2582 .. _bytes-methods:
3396 .. _bytes-formatting:
/external/libabigail/tests/data/test-read-dwarf/
Dtest11-pr18828.so.abi13998 …<var-decl name='_bytes' type-id='type-id-3182' visibility='default' filepath='src/mongo/base/data_…
Dtest12-pr18844.so.abi18626 …<var-decl name='_bytes' type-id='type-id-3456' visibility='default' filepath='src/mongo/base/data_…