Home
last modified time | relevance | path

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

12

/bionic/libc/kernel/common/linux/
Dfilter.h23 __u16 code; member
35 #define BPF_CLASS(code) ((code) & 0x07) argument
45 #define BPF_SIZE(code) ((code) & 0x18) argument
49 #define BPF_MODE(code) ((code) & 0xe0) argument
57 #define BPF_OP(code) ((code) & 0xf0) argument
72 #define BPF_SRC(code) ((code) & 0x08) argument
76 #define BPF_RVAL(code) ((code) & 0x18) argument
79 #define BPF_MISCOP(code) ((code) & 0xf8) argument
88 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } argument
91 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
Dmodule.h108 #define module_put_and_exit(code) do_exit(code) argument
Dicmp.h60 __u8 code; member
Dbinder.h84 unsigned int code; member
/bionic/libc/string/
Dstrerror_r.c12 int code; member
18 int code ) in __code_string_lookup() argument
24 if (strings[nn].code == 0) in __code_string_lookup()
27 if (strings[nn].code == code) in __code_string_lookup()
/bionic/libc/arch-arm/bionic/
Dcrtbegin_static.S33 # this is the small startup code that is first run when
47 # can't hard-code it in the adr pseudo instruction
49 # by the dynamic linker before this code runs
Dcrtbegin_dynamic.S33 # this is the small startup code that is first run when
47 # can't hard-code it in the adr pseudo instruction
49 # by the dynamic linker before this code runs
/bionic/libc/arch-x86/bionic/
Dcrtbegin_static.S7 # * Redistributions of source code must retain the above copyright
32 # this is the small startup code that is first run when
46 # can't hard-code it in the adr pseudo instruction
48 # by the dynamic linker before this code runs
Dcrtbegin_dynamic.S7 # * Redistributions of source code must retain the above copyright
32 # this is the small startup code that is first run when
46 # can't hard-code it in the adr pseudo instruction
48 # by the dynamic linker before this code runs
/bionic/libc/kernel/common/linux/netfilter_ipv4/
Dip_conntrack_tuple.h63 u_int8_t type, code; member
Dip_tables.h110 u_int8_t code[2]; member
/bionic/libc/
DCAVEATS8 slower code for no good reason (even when so-called zero-cost exception schemes are
14 multi-threaded code instead of relying on this stuff.
/bionic/libc/docs/
DOVERVIEW.TXT14 its source code consists in a mix of BSD C library pieces with custom
29 The ARM-specific code is under arch-arm/ and the x86-specific one is under
82 porting of current Linux-specific code.
88 user-space code to use kernel-specific declarations (e.g. IOCTLs, structure
114 code paths for common operations. Notable features are the following:
118 - Normal, recursive and error-check mutexes are supported, and the code
128 by specifying more sophisticated code paths (which may make the common
158 All of this is contrary to the Bionic design goals. If your code depends on
273 - read the list of servers from system properties. the code looks for
290 - get rid of *many* unfortunate thread-safety issues in the original code
[all …]
/bionic/libm/
DNOTICE8 * 1. Redistributions of source code must retain the above copyright
40 * 1. Redistributions of source code must retain the above copyright
66 * 1. Redistributions of source code must retain the above copyright
93 * 1. Redistributions of source code must retain the above copyright
119 * This code is derived from software contributed to The NetBSD Foundation
125 * 1. Redistributions of source code must retain the above copyright
160 * 1. Redistributions of source code must retain the above copyright
194 * 1. Redistributions of source code must retain the above copyright
263 * Based on code written by J.T. Conklin <jtc@netbsd.org>.
282 .\" 1. Redistributions of source code must retain the above copyright
[all …]
/bionic/libstdc++/include/
Dcstdint9 * * Redistributions of source code must retain the above copyright
Dcwctype_is_not_supported9 * * Redistributions of source code must retain the above copyright
Dcwchar9 * * Redistributions of source code must retain the above copyright
Dutility8 * * Redistributions of source code must retain the above copyright
Dclimits9 * * Redistributions of source code must retain the above copyright
Dcfloat9 * * Redistributions of source code must retain the above copyright
Dcsetjmp9 * * Redistributions of source code must retain the above copyright
Dcerrno9 * * Redistributions of source code must retain the above copyright
/bionic/libc/kernel/common/linux/netfilter_ipv6/
Dip6_tables.h116 u_int8_t code[2]; member
/bionic/libdl/
DNOTICE7 1. Redistributions of source code must retain the above copyright
/bionic/libthread_db/
DNOTICE7 1. Redistributions of source code must retain the above copyright

12