Searched defs:code (Results 1 - 21 of 21) sorted by relevance

/bionic/libc/upstream-netbsd/lib/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...]
/bionic/libc/bionic/
H A Dstrerror_r.cpp19 int code; member in struct:Pair
23 static const char* __code_string_lookup(const Pair* strings, int code) { argument
25 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
399 * code - Event code (one of the TRACE_DEV_XXX).
402 static inline void notify_qemu(uint32_t code, uintptr_t val) { argument
404 *(volatile uintptr_t*)((uintptr_t)qtrace + ((code - 1024) << 2)) = val;
781 // Fail on overflow - just to be safe even though this code runs only
/bionic/libc/kernel/uapi/linux/
H A Dfilter.h29 __u16 code; member in struct:sock_filter
40 #define BPF_RVAL(code) ((code) & 0x18)
42 #define BPF_MISCOP(code) ((code) & 0xf8)
47 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k }
51 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k }
H A Dicmp.h71 __u8 code; member in struct:icmphdr
H A Dif_pppox.h125 __u8 code; member in struct:pppoe_hdr
H A Digmp.h26 __u8 code; member in struct:igmphdr
60 __u8 code; member in struct:igmpv3_query
H A Dv4l2-subdev.h50 __u32 code; member in struct:v4l2_subdev_mbus_code_enum
57 __u32 code; member in struct:v4l2_subdev_frame_size_enum
76 __u32 code; member in struct:v4l2_subdev_frame_interval_enum
H A Dbpf.h62 __u8 code; member in struct:bpf_insn
H A Dinet_diag.h66 unsigned char code; member in struct:inet_diag_bc_op
H A Duhid.h149 __u16 code; member in struct:uhid_output_ev_req
H A Dbinder.h102 __u32 code; member in struct:binder_transaction_data
H A Dv4l2-mediabus.h125 __u32 code; member in struct:v4l2_mbus_framefmt
H A Drtnetlink.h374 __u8 code; member in struct:rta_session::__anon682::__anon684
H A Dwireless.h350 __u32 code; member in struct:iw_discarded
H A Dkvm.h445 __u16 code; member in struct:kvm_s390_pgm_info
461 __u16 code; member in struct:kvm_s390_extcall_info
465 __u16 code; member in struct:kvm_s390_emerg_info
H A Dinput.h30 __u16 code; member in struct:input_event
/bionic/libc/kernel/uapi/linux/netfilter_ipv4/
H A Dip_tables.h112 __u8 code[2]; member in struct:ipt_icmp
/bionic/libc/kernel/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h136 __u8 code[2]; member in struct:ip6t_icmp
/bionic/libc/kernel/uapi/sound/
H A Demu10k1.h332 __u32 __user * code; member in struct:snd_emu10k1_fx8010_code

Completed in 229 milliseconds