Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 47) sorted by relevance

12

/bionic/libc/kernel/uapi/linux/
Dfilter.h27 __u16 code; member
39 #define BPF_CLASS(code) ((code) & 0x07) argument
50 #define BPF_SIZE(code) ((code) & 0x18) argument
55 #define BPF_MODE(code) ((code) & 0xe0) argument
64 #define BPF_OP(code) ((code) & 0xf0) argument
85 #define BPF_SRC(code) ((code) & 0x08) argument
89 #define BPF_RVAL(code) ((code) & 0x18) argument
91 #define BPF_MISCOP(code) ((code) & 0xf8) argument
100 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } argument
104 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
Dv4l2-subdev.h50 __u32 code; member
57 __u32 code; member
76 __u32 code; member
Digmp.h26 __u8 code; member
60 __u8 code; member
Dicmp.h71 __u8 code; member
Dv4l2-mediabus.h110 __u32 code; member
Duhid.h76 __u16 code; member
Dif_pppox.h125 __u8 code; member
Dinet_diag.h66 unsigned char code; member
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregerror.c133 int code; member
180 for (r = rerrs; r->code != 0; r++) in regerror()
181 if (r->code == target) in regerror()
185 if (r->code != 0) { in regerror()
215 for (r = rerrs; r->code != 0; r++) in regatoi()
218 if (r->code == 0) in regatoi()
221 (void)snprintf(localbuf, buflen, "%d", r->code); in regatoi()
Dcname.h77 char code; member
/bionic/libc/bionic/
Dstrerror_r.cpp14 int code; member
18 static const char* __code_string_lookup(const Pair* strings, int code) { in __code_string_lookup() argument
20 if (strings[i].code == code) { in __code_string_lookup()
Dlegacy_32_bit_support.cpp38 #error This code is only needed on 32-bit systems!
/bionic/libc/upstream-dlmalloc/
DREADME.txt5 This code is imported from: ftp://g.oswego.edu/pub/misc/
/bionic/libm/
DNOTICE122 1. Redistributions of source code must retain the above copyright
164 1. Redistributions of source code must retain the above copyright
190 1. Redistributions of source code must retain the above copyright
223 1. Redistributions of source code must retain the above copyright
253 This code is derived from software contributed to Berkeley by
259 1. Redistributions of source code must retain the above copyright
288 1. Redistributions of source code must retain the above copyright
321 1. Redistributions of source code must retain the above copyright
347 1. Redistributions of source code must retain the above copyright
375 1. Redistributions of source code must retain the above copyright
[all …]
/bionic/libc/
DNOTICE6 * Redistributions of source code must retain the above copyright
37 * Redistributions of source code must retain the above copyright
66 1. Redistributions of source code must retain the above copyright
107 1. Redistributions of source code must retain the above copyright
136 1. Redistributions of source code must retain the above copyright
215 * Redistributions of source code must retain the above copyright
259 * Redistributions of source code must retain the above copyright
288 * Redistributions of source code must retain the above copyright
316 * Redistributions of source code must retain the above copyright
360 * Redistributions of source code must retain the above copyright
[all …]
/bionic/linker/
DNOTICE23 * Redistributions of source code must retain the above copyright
51 * Redistributions of source code must retain the above copyright
79 * Redistributions of source code must retain the above copyright
107 * Redistributions of source code must retain the above copyright
135 * Redistributions of source code must retain the above copyright
179 * Redistributions of source code must retain the above copyright
/bionic/libc/kernel/uapi/linux/netfilter_ipv4/
Dip_tables.h112 __u8 code[2]; member
/bionic/libstdc++/include/
Dutility8 * * Redistributions of source code must retain the above copyright
Dcwchar9 * * Redistributions of source code must retain the above copyright
Dcwctype_is_not_supported9 * * Redistributions of source code must retain the above copyright
Dcstdint9 * * Redistributions of source code must retain the above copyright
Dclimits9 * * Redistributions of source code must retain the above copyright
Dcsignal9 * * Redistributions of source code must retain the above copyright
Dcfloat9 * * Redistributions of source code must retain the above copyright
/bionic/libc/kernel/uapi/linux/netfilter_ipv6/
Dip6_tables.h130 __u8 code[2]; member

12