Home
last modified time | relevance | path

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

123

/bionic/libc/kernel/uapi/linux/
Dbpf_common.h21 #define BPF_CLASS(code) ((code) & 0x07) argument
32 #define BPF_SIZE(code) ((code) & 0x18) argument
37 #define BPF_MODE(code) ((code) & 0xe0) argument
46 #define BPF_OP(code) ((code) & 0xf0) argument
67 #define BPF_SRC(code) ((code) & 0x08) argument
Dfilter.h29 __u16 code; member
40 #define BPF_RVAL(code) ((code) & 0x18) argument
42 #define BPF_MISCOP(code) ((code) & 0xf8) argument
47 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument
51 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
Dv4l2-subdev.h50 __u32 code; member
59 __u32 code; member
79 __u32 code; member
Digmp.h26 __u8 code; member
60 __u8 code; member
Dvirtio_input.h67 __le16 code; member
Dicmp.h71 __u8 code; member
Dif_pppox.h125 __u8 code; member
Dinet_diag.h66 unsigned char code; member
Dv4l2-mediabus.h29 __u32 code; member
Dbpf.h62 __u8 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/tools/bionicbb/
Dgerrit.py21 def __init__(self, code, url): argument
22 self.code = code
24 super(GerritError, self).__init__('Error {}: {}'.format(code, url))
Dtasks.py67 logging.error('Gerrit error (%d): %s %s', ex.code, change_id, ex.url)
68 return ex.code == 404
/bionic/libc/bionic/
Dstrerror_r.cpp19 int code; member
23 static const char* __code_string_lookup(const Pair* strings, int code) { in __code_string_lookup() argument
25 if (strings[i].code == code) { in __code_string_lookup()
/bionic/libm/
DNOTICE122 1. Redistributions of source code must retain the above copyright
164 1. Redistributions of source code must retain the above copyright
206 1. Redistributions of source code must retain the above copyright
239 1. Redistributions of source code must retain the above copyright
269 This code is derived from software contributed to Berkeley by
275 1. Redistributions of source code must retain the above copyright
304 1. Redistributions of source code must retain the above copyright
337 1. Redistributions of source code must retain the above copyright
363 1. Redistributions of source code must retain the above copyright
391 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
92 * Redistributions of source code must retain the above copyright
134 1. Redistributions of source code must retain the above copyright
163 1. Redistributions of source code must retain the above copyright
242 * Redistributions of source code must retain the above copyright
286 * Redistributions of source code must retain the above copyright
315 * Redistributions of source code must retain the above copyright
343 * Redistributions of source code must retain the above copyright
[all …]
/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
Dcwctype_is_not_supported9 * * Redistributions of source code must retain the above copyright
Dclimits9 * * Redistributions of source code must retain the above copyright
Dcstdint9 * * Redistributions of source code must retain the above copyright
Dcwchar9 * * Redistributions of source code must retain the above copyright
Dcfloat9 * * Redistributions of source code must retain the above copyright
/bionic/tools/relocation_packer/
DLICENSE7 // * Redistributions of source code must retain the above copyright

123