Searched refs:code (Results 1 - 22 of 22) sorted by relevance

/bionic/libc/kernel/arch-mips/asm/
H A Dhazards.h22 #define ASMMACRO(name, code...) .macro name; code; .endm
26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline void name(void) { __asm__ __volatile__ (#name); }
/bionic/libc/upstream-netbsd/libc/regex/
H A Dcname.h7 * This code is derived from software contributed to Berkeley by
13 * 1. Redistributions of source code must retain the above copyright
40 * This code is derived from software contributed to Berkeley by
46 * 1. Redistributions of source code must retain the above copyright
77 char code; member in struct:cname
H A Dregerror.c7 * This code is derived from software contributed to Berkeley by
13 * 1. Redistributions of source code must retain the above copyright
40 * This code is derived from software contributed to Berkeley by
46 * 1. Redistributions of source code must retain the above copyright
133 int code; member in struct:rerr
153 { 0, "", "*** unknown regexp error code ***" }
180 for (r = rerrs; r->code != 0; r++)
181 if (r->code == target)
185 if (r->code != 0) {
215 for (r = rerrs; r->code !
[all...]
H A Dregcomp.c7 * This code is derived from software contributed to Berkeley by
13 * 1. Redistributions of source code must retain the above copyright
40 * This code is derived from software contributed to Berkeley by
46 * 1. Redistributions of source code must retain the above copyright
755 * Note a significant property of this code: if the allocset() did SETERROR,
1012 return(cp->code); /* known name */
1127 - repeat - generate code for a bounded repetition, recursively if needed
1315 * of time (although the hash code minimizes the overhead), but can win
1819 * for common subsequences. Someday. This code is simple and finds most
/bionic/libc/kernel/common/linux/
H A Dfilter.h27 __u16 code; member in struct:sock_filter
39 #define BPF_CLASS(code) ((code) & 0x07)
50 #define BPF_SIZE(code) ((code) & 0x18)
55 #define BPF_MODE(code) ((code) & 0xe0)
64 #define BPF_OP(code) ((code) & 0xf0)
82 #define BPF_SRC(code) ((cod
[all...]
H A Dicmp.h71 __u8 code; member in struct:icmphdr
H A Dmodule.h109 #define module_put_and_exit(code) do_exit(code)
H A Duhid.h76 __u16 code; member in struct:uhid_output_ev_req
H A Dv4l2-mediabus.h91 __u32 code; member in struct:v4l2_mbus_framefmt
H A Dif_pppox.h115 __u8 code; member in struct:pppoe_hdr
H A Dbinder.h89 unsigned int code; member in struct:binder_transaction_data
H A Drtnetlink.h356 __u8 code; member in struct:rta_session::__anon488::__anon490
H A Dwireless.h326 __u32 code; member in struct:iw_discarded
H A Dinput.h30 __u16 code; member in struct:input_event
/bionic/libc/bionic/
H A Dstrerror_r.cpp13 int code; member in struct:Pair
17 static const char* __code_string_lookup(const Pair* strings, int code) { argument
19 if (strings[i].code == code) {
H A Dmalloc_debug_qemu.cpp8 * * Redistributions of source code must retain the above copyright
35 * code is to notify the emulator about memory being allocated/deallocated,
40 * allocated by this code is guarded with "prefix" and "suffix" areas, so
394 * code - Event code (one of the TRACE_DEV_XXX).
397 static inline void notify_qemu(uint32_t code, uint32_t val) { argument
399 *(volatile uint32_t*)((uint32_t)qtrace + ((code - 1024) << 2)) = val;
763 /* Fail on overflow - just to be safe even though this code runs only
/bionic/libc/kernel/common/linux/netfilter_ipv4/
H A Dip_conntrack_tuple.h71 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon419::__anon420::__anon423
H A Dip_tables.h106 u_int8_t code[2]; member in struct:ipt_icmp
/bionic/libdl/
H A DAndroid.mk13 # we use this property to make sure libc.so has its own copy of the code from
/bionic/libc/kernel/common/linux/netfilter_ipv6/
H A Dip6_tables.h109 u_int8_t code[2]; member in struct:ip6t_icmp
/bionic/libc/include/netinet/
H A Dicmp6.h12 * 1. Redistributions of source code must retain the above copyright
41 * 1. Redistributions of source code must retain the above copyright
75 u_int8_t icmp6_code; /* code field */
95 #define ICMP6_TIME_EXCEEDED 3 /* time exceeded, code: */
584 * number of responses; this member is inherited from the netinet code,
585 * but for netinet6 code, it is already available in outhist[].
702 #define icmp6_ifoutstat_inc(ifp, type, code) \
708 if (code == ICMP6_DST_UNREACH_ADMIN) \
/bionic/libc/
H A DAndroid.mk390 # up any thumb code.
688 # libbionic_ssp.a - stack protector code
691 # The stack protector code needs to be compiled
708 # libc_tzcode.a - upstream 'tzcode' code
730 # libc_freebsd.a - upstream FreeBSD C library code
753 # libc_netbsd.a - upstream NetBSD C library code
776 # libc_bionic.a - home-grown C library code
880 # Since this code is experimental it is disabled by default.

Completed in 347 milliseconds