Searched refs:struct (Results 26 - 43 of 43) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc35 struct sanitizer_malloc_introspection_t : public malloc_introspection_t {
37 // maintain binary compatibility. You should only add fields to this struct.
H A Dsanitizer_common_interceptors_ioctl.inc16 struct ioctl_desc {
474 struct ioctl_desc_compare {
588 struct __sanitizer_ifconf *ifc = (__sanitizer_ifconf *)arg;
604 struct __sanitizer_ifconf *ifc = (__sanitizer_ifconf *)arg;
H A Dsanitizer_interceptors_ioctl_netbsd.inc16 struct ioctl_desc {
1413 struct ioctl_desc_compare {
1514 struct __sanitizer_ifconf *ifc = (__sanitizer_ifconf *)arg;
1530 struct __sanitizer_ifconf *ifc = (__sanitizer_ifconf *)arg;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc70 struct THREADNAME_INFO {
128 struct ProcessorGroup {
/freebsd-13-stable/tests/sys/opencrypto/
H A Dcryptotest.py40 import struct namespace
219 iv = struct.pack('QQ', int(data['DataUnitSeqNumber']), 0)
H A Dcryptodev.py42 from struct import pack as _pack
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcond-func.mk86 # .if directive, this function is defined(); see "struct If ifs" in cond.c.
/freebsd-13-stable/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py35 import struct namespace
1756 _PIPE_RECORD_SIZE = struct.calcsize(_PIPE_RECORD_FORMAT)
1800 (size, _, err, _, _) = struct.unpack(
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dcstyle.pl127 '|\w+_t|struct\s+\w+|union\s+\w+|FILE)';
390 # (not if "struct foo\n{\n")
736 # cannot check this everywhere due to "struct {\n...\n} foo;"
835 (/(?:(?:\b(?:enum|struct|union)\s*[^\{]*)|(?:\s+=\s*))\{/ ||
/freebsd-13-stable/contrib/lib9p/pytest/
H A Dclient.py18 import struct namespace
336 pkt = struct.pack('<I', 256);
H A Dp9conn.py18 import struct namespace
114 self.size_coder = struct.Struct('<I')
/freebsd-13-stable/contrib/openpam/misc/
H A Dgendoc.pl299 s/\s*=((?:enum|struct|union) \w+(?: \*)?)\b\s*/\n.Vt $1\n/gs;
/freebsd-13-stable/contrib/libevent/
H A Devent_rpcgen.py29 structref = re.compile(r'^struct\[([a-zA-Z_][a-zA-Z0-9_]*)\]$')
30 structdef = re.compile(r'^struct +[a-zA-Z_][a-zA-Z0-9_]* *{$')
51 # Holds everything that makes a struct
57 declare(' Created struct: %s' % name)
84 """ Knows how to generate C code for a struct """
100 print >>file, 'struct %s;' % self._name
104 print >>file, 'struct %s_access_ {' % self._name
115 print >>file, 'struct %s {' % self._name
116 print >>file, ' struct %s_access_ *base;\n' % self._name
126 """struct
[all...]
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py29 structref = re.compile(r'^struct\[([a-zA-Z_][a-zA-Z0-9_]*)\]$')
30 structdef = re.compile(r'^struct +[a-zA-Z_][a-zA-Z0-9_]* *{$')
51 # Holds everything that makes a struct
57 declare(' Created struct: %s' % name)
84 """ Knows how to generate C code for a struct """
100 print >>file, 'struct %s;' % self._name
104 print >>file, 'struct %s_access_ {' % self._name
115 print >>file, 'struct %s {' % self._name
116 print >>file, ' struct %s_access_ *base;\n' % self._name
126 """struct
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc71 struct match {
72 struct re_guts *g;
87 static int matcher(struct re_guts *, const char *, size_t,
89 static const char *dissect(struct match *, const char *, const char *, sopno,
91 static const char *backref(struct match *, const char *, const char *, sopno,
93 static const char *fast(struct match *, const char *, const char *, sopno, sopno);
94 static const char *slow(struct match *, const char *, const char *, sopno, sopno);
95 static states step(struct re_guts *, sopno, sopno, states, int, states);
107 static void print(struct match *, char *, states, int, FILE *);
110 static void at(struct matc
[all...]
/freebsd-13-stable/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dast.py410 """Type used for any variable (eg class, primitive, struct, etc)."""
1242 # Handle methods declared to return a struct.
1244 struct = tokenize.Token(tokenize.NAME, 'struct',
1246 type_and_name = [struct]
1252 modifiers = ['struct']
1356 # Token must be struct/enum/union/class.
1435 elif token.name == 'struct':
/freebsd-13-stable/sys/conf/
H A Dkern.post.mk242 # _lite struct(s) match those in the original(s).
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm66 ; __kmp_x86_cpuid( int mode, int mode2, struct kmp_cpuid *p );
627 ; __kmp_x86_cpuid( int mode, int mode2, struct kmp_cpuid *p );

Completed in 167 milliseconds

12