Searched defs:code (Results 1 - 19 of 19) 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.cpp14 int code; member in struct:Pair
18 static const char* __code_string_lookup(const Pair* strings, int code) { argument
20 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
398 * code - Event code (one of the TRACE_DEV_XXX).
401 static inline void notify_qemu(uint32_t code, uintptr_t val) { argument
403 *(volatile uintptr_t*)((uintptr_t)qtrace + ((code - 1024) << 2)) = val;
780 // Fail on overflow - just to be safe even though this code runs only
/bionic/libc/kernel/uapi/linux/
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 Duhid.h76 __u16 code; member in struct:uhid_output_ev_req
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 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)
85 #define BPF_SRC(code) ((cod
[all...]
H A Dinet_diag.h66 unsigned char code; member in struct:inet_diag_bc_op
H A Dv4l2-mediabus.h110 __u32 code; member in struct:v4l2_mbus_framefmt
H A Dbinder.h102 __u32 code; member in struct:binder_transaction_data
H A Drtnetlink.h374 __u8 code; member in struct:rta_session::__anon658::__anon660
H A Dwireless.h356 __u32 code; member in struct:iw_discarded
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.h130 __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 4397 milliseconds