Home
last modified time | relevance | path

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

123

/bionic/libc/kernel/common/linux/
Dfilter.h29 __u16 code; member
41 #define BPF_CLASS(code) ((code) & 0x07) argument
52 #define BPF_SIZE(code) ((code) & 0x18) argument
57 #define BPF_MODE(code) ((code) & 0xe0) argument
66 #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
Dmodule.h109 #define module_put_and_exit(code) do_exit(code) argument
Dicmp.h71 __u8 code; member
Dif_pppox.h115 __u8 code; member
Dbinder.h89 unsigned int code; member
/bionic/libc/kernel/arch-mips/asm/
Dhazards.h22 #define ASMMACRO(name, code...) .macro name; code; .endm
26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline vo… argument
/bionic/libc/regex/
Dregerror.c50 int code; member
90 for (r = rerrs; r->code != 0; r++) in regerror()
91 if (r->code == target) in regerror()
95 if (r->code != 0) { in regerror()
122 for (r = rerrs; r->code != 0; r++) in regatoi()
125 if (r->code == 0) in regatoi()
128 (void)snprintf(localbuf, localbufsize, "%d", r->code); in regatoi()
Dcname.h41 char code; member
/bionic/libc/string/
Dstrerror_r.c12 int code; member
18 int code ) in __code_string_lookup() argument
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
Dcrtbegin_dynamic.S33 # this is the small startup code that is first run when
Datexit.S41 .code 16
/bionic/libc/kernel/common/linux/netfilter_ipv4/
Dip_conntrack_tuple.h71 u_int8_t type, code; member
Dip_tables.h106 u_int8_t code[2]; member
/bionic/libc/arch-x86/bionic/
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
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
/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
76 This function is used by the low-level framework code in Android.
94 porting of current Linux-specific code.
100 user-space code to use kernel-specific declarations (e.g. IOCTLs, structure
126 code paths for common operations. Notable features are the following:
130 - Normal, recursive and error-check mutexes are supported, and the code
140 by specifying more sophisticated code paths (which may make the common
170 All of this is contrary to the Bionic design goals. If your code depends on
285 - read the list of servers from system properties. the code looks for
[all …]
DCHANGES.TXT75 point. We need better multi-byte support code, and wprintf/wscanf
99 machine code is going to run, and the optimization for __get_tls() might
136 breakage, but code that used this function probably never worked or
166 In the process, removed code that was previously used for "sortlist"
170 - fix pthread_sigmask() to properly return an error code without touching
248 in original code.
/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/
Dcwctype_is_not_supported9 * * Redistributions of source code must retain the above copyright
Dclimits9 * * Redistributions of source code must retain the above copyright
Dutility8 * * Redistributions of source code must retain the above copyright
Dcwchar9 * * Redistributions of source code must retain the above copyright
Dcstdint9 * * Redistributions of source code must retain the above copyright

123