Home
last modified time | relevance | path

Searched refs:create_string_buffer (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/tools/crypto/ccp/
H A Ddbc.py36 buf = ctypes.create_string_buffer(DBC_NONCE_SIZE)
60 sig = ctypes.create_string_buffer(signature, len(signature))
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dlibxed.py18 from ctypes import CDLL, Structure, create_string_buffer, addressof, sizeof, \
41 self.buffer = create_string_buffer(256)
19 c_void_p, c_bool, c_byte, c_char, c_int, c_uint, c_longlong, c_ulonglong global() namespace
H A Dintel-pt-events.py24 from ctypes import create_string_buffer, addressof namespace
262 buf = create_string_buffer(64)
H A Dexported-sql-viewer.py135 from ctypes import CDLL, Structure, create_string_buffer, addressof, sizeof, \
2961 buf = create_string_buffer(tot + 16)
136 c_void_p, c_bool, c_byte, c_char, c_int, c_uint, c_longlong, c_ulonglong global() namespace
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dexported-sql-viewer.py134 from ctypes import CDLL, Structure, create_string_buffer, addressof, sizeof, \
2960 buf = create_string_buffer(tot + 16)
4770 self.buffer = create_string_buffer(256)
135 c_void_p, c_bool, c_byte, c_char, c_int, c_uint, c_longlong, c_ulonglong global() namespace

Completed in 13 milliseconds