/bionic/libc/kernel/uapi/linux/ |
D | filter.h | 27 __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
|
D | v4l2-subdev.h | 50 __u32 code; member 57 __u32 code; member 76 __u32 code; member
|
D | igmp.h | 26 __u8 code; member 60 __u8 code; member
|
D | icmp.h | 71 __u8 code; member
|
D | v4l2-mediabus.h | 110 __u32 code; member
|
D | uhid.h | 76 __u16 code; member
|
D | if_pppox.h | 125 __u8 code; member
|
D | inet_diag.h | 66 unsigned char code; member
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | regerror.c | 133 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()
|
D | cname.h | 77 char code; member
|
/bionic/libc/bionic/ |
D | strerror_r.cpp | 14 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()
|
D | legacy_32_bit_support.cpp | 38 #error This code is only needed on 32-bit systems!
|
/bionic/libc/upstream-dlmalloc/ |
D | README.txt | 5 This code is imported from: ftp://g.oswego.edu/pub/misc/
|
/bionic/libm/ |
D | NOTICE | 122 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/ |
D | NOTICE | 6 * 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/ |
D | NOTICE | 23 * 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/ |
D | ip_tables.h | 112 __u8 code[2]; member
|
/bionic/libstdc++/include/ |
D | utility | 8 * * Redistributions of source code must retain the above copyright
|
D | cwchar | 9 * * Redistributions of source code must retain the above copyright
|
D | cwctype_is_not_supported | 9 * * Redistributions of source code must retain the above copyright
|
D | cstdint | 9 * * Redistributions of source code must retain the above copyright
|
D | climits | 9 * * Redistributions of source code must retain the above copyright
|
D | csignal | 9 * * Redistributions of source code must retain the above copyright
|
D | cfloat | 9 * * Redistributions of source code must retain the above copyright
|
/bionic/libc/kernel/uapi/linux/netfilter_ipv6/ |
D | ip6_tables.h | 130 __u8 code[2]; member
|