/external/llvm-project/openmp/libomptarget/deviceRTLs/common/ |
D | support.h | 87 #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/ |
D | utils.h | 147 const size_t _bytes = (bytes); \ 154 if (_bytes <= (alloca_maxlen)) { \ 155 _ptr = alloca (_bytes); \ 157 _ptr = malloc (_bytes); \
|
/external/pigweed/pw_bytes/ |
D | README.md | 1 # pw\_bytes: Embedded-friendly C++ bytes manipulation primitives
|
/external/python/asn1crypto/asn1crypto/ |
D | core.py | 2352 _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 …]
|
D | x509.py | 372 self._bytes = self.contents
|
/external/python/asn1crypto/tests/ |
D | test_core.py | 992 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/ |
D | MachONormalizedFileBinaryUtils.h | 30 ByteBuffer() : _ostream(_bytes) { } in ByteBuffer() 63 SmallVector<char, 128> _bytes;
|
/external/rust/crates/bytes/tests/ |
D | test_buf.rs | 119 let _bytes = buf.copy_to_bytes(12); in copy_to_bytes_overflow() localVariable
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_node.h | 297 return exec->second.type##_bytes(); \ 302 bytes += exec.second.type##_bytes(); \
|
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_adapter_adv_monitor_tests.py | 40 def _bytes(self, str_data): member in TestMonitor 78 pattern[self.PATTERN_DATA_IDX] = self._bytes(
|
/external/protobuf/python/google/protobuf/internal/ |
D | reflection_test.py | 82 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/ |
D | fields.py | 865 _bytes = struct.unpack('!%dB' % nb_bytes , w) 869 b |= int(_bytes[c]) << (nb_bytes-c-1)*8
|
/external/rust/crates/hashlink/src/ |
D | linked_hash_map.rs | 1840 fn write(&mut self, _bytes: &[u8]) { in write()
|
/external/python/cpython3/Doc/library/ |
D | stdtypes.rst | 2582 .. _bytes-methods: 3396 .. _bytes-formatting:
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test11-pr18828.so.abi | 13998 …<var-decl name='_bytes' type-id='type-id-3182' visibility='default' filepath='src/mongo/base/data_…
|
D | test12-pr18844.so.abi | 18626 …<var-decl name='_bytes' type-id='type-id-3456' visibility='default' filepath='src/mongo/base/data_…
|