Home
last modified time | relevance | path

Searched refs:opcode (Results 1 – 7 of 7) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/c6x/
A Ddl-startup.h165 unsigned int opcode = *(REL); \
167 opcode &= ~0x7fff80; \
168 opcode |= ((v & 0xffff) << 7); \
169 *(REL) = opcode; \
174 unsigned int opcode = *(REL); \
176 opcode &= ~0x7fff80; \
177 opcode |= ((v >> 9) & 0x7fff80); \
178 *(REL) = opcode; \
/l4re-core-master/uclibc/lib/contrib/uclibc/include/arpa/
A Dnameser_compat.h53 unsigned opcode: 4; /* purpose of message */ member
69 unsigned opcode :4; /* purpose of message */ member
/l4re-core-master/l4sys/include/cxx/
A Dipc_iface179 * L4_RPC_OP(opcode, Ret_type, func_name, (args...), flags)
189 * L4_RPC_NF_OP(opcode, Ret_type, func_name, (args...), flags)
450 * \param op The opcode number for this function
477 * Define an inline RPC call with specific opcode (type and callable).
478 * \param op The opcode number for this function
506 * \param op The opcode number for this function
536 * Define an RPC call with specific opcode (type and callable).
537 * \param op The opcode number for this function
652 // write arguments, skipping the dummy opcode
665 // Message part with additional opcode
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dresolv.h423 const char * p_section (int section, int opcode) __THROW;
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/
A Dresolv.c365 int qr, opcode, aa, tc, rd, ra, rcode; member
576 ((h->opcode & 0x0f) << 3) | in __encode_header()
602 h->opcode = (data[2] >> 3) & 0x0f; in __decode_header()
1458 h.opcode, h.aa, h.tc, h.rd, h.ra, h.rcode); in __dns_lookup()
4226 hp->opcode = op; in res_mkquery()
/l4re-core-master/l4re/include/
A Dnamespace185 L4_RPC_NF_OP(3, // backward compatibility opcode
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A DChangeLog6898 the cleanup functions to make the names unique. Fix dwarf opcode
8616 (__pthread_rwlock_timedwrlock): Add missing opcode suffix.
10086 NEED_DL_SYSINFO since no processor < i686 had the sysenter opcode.

Completed in 32 milliseconds