Home
last modified time | relevance | path

Searched refs:typesz (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgcc/config/sh/
H A Dlinux-atomic.c47 #define typesz(x) x##_sz macro
51 #define genname(f,t) eval(f, typesz (t))
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/sh/
H A Dlinux-atomic.c47 #define typesz(x) x##_sz macro
51 #define genname(f,t) eval(f, typesz (t))
/netbsd-src/sys/kern/
H A Dsysv_msg.c706 int msgflg, size_t typesz, copyin_t fetch_type) in msgsnd1() argument
900 error = (*fetch_type)(user_msgp, &msghdr->msg_type, typesz); in msgsnd1()
909 user_msgp += typesz; in msgsnd1()
1015 int msgflg, size_t typesz, copyout_t put_type, register_t *retval) in msgrcv1() argument
1215 error = (*put_type)(&msghdr->msg_type, user_msgp, typesz); in msgrcv1()
1223 user_msgp += typesz; in msgrcv1()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dexpr.cc12072 HOST_WIDE_INT typesz = int_size_in_bytes (TREE_TYPE (init)); in constant_byte_string() local
12073 if (typesz <= 0 || (int) typesz != typesz) in constant_byte_string()
12076 HOST_WIDE_INT size = typesz; in constant_byte_string()
12082 gcc_checking_assert (size >= typesz); in constant_byte_string()
12090 if (r < typesz) in constant_byte_string()
/netbsd-src/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c16537 size_t typesz; local
16706 typesz = strlen(typestr) + 1;
16707 if (typesz > DTRACE_ARGTYPELEN) {
16712 typeidx += typesz;
16713 typestr += typesz;
16731 typesz = strlen(typestr) + 1;
16732 if (typesz > DTRACE_ARGTYPELEN) {
16738 typeidx += typesz;
16739 typestr += typesz;