Searched refs:set (Results 1 - 25 of 32) sorted by relevance

12

/bionic/libc/kernel/tools/
H A Ddefaults.py25 # this is the set of known macros we want to totally optimize out from the
39 # maps an architecture to a set of default macros that would be provided by
46 # this is the set of known static inline functions that we want to keep
49 kernel_known_arm_statics = set(
54 kernel_known_x86_statics = set(
60 kernel_known_sh_statics = set(
69 kernel_known_generic_statics = set(
77 # this maps an architecture to the set of static inline functions that
89 kernel_ignored_macros = set(
H A Dkernel.py24 used by a given set of input source files"""
32 # # get the set of Linux headers included by your files
35 # # get the set of of input files that do include Linux headers
38 # note that the result of getHeaders() is a set of strings, each one
41 # set("linux/types","asm/types.h")
70 self.files = set() # set of files being parsed for headers
71 self.headers = {} # maps headers to set of users
96 self.headers[header] = set()
145 """return the set o
[all...]
H A Dutils.py6 # call D_setlevel to set the verbosity level
296 self.old_files = set()
297 self.new_files = set()
334 adds = set()
335 edits = set()
336 deletes = set()
H A Dclean_header.py53 statics = statics.union( kernel_known_statics.get( arch, set() ) )
H A Dcpp.py78 def set(self,id,val=None): member in class:Token
145 def set(self,n): member in class:TokenCursor
146 """set the current position"""
223 """set the content of the (next) current line. should be called
331 return tok.set(c)
341 return tok.set(tokLN)
350 return tok.set(tokEOF,value)
358 return tok.set(tokSPACE,value)
368 return tok.set(tokSPACE,c)
379 return tok.set(tokSPAC
[all...]
/bionic/libc/include/sys/
H A Dcdefs_elf.h120 #define __link_set_make_entry(set, sym) \
121 static void const * const __link_set_##set##_sym_##sym \
122 __section("link_set_" #set) __used = &sym
123 #define __link_set_make_entry2(set, sym, n) \
124 static void const * const __link_set_##set##_sym_##sym##_##n \
125 __section("link_set_" #set) __used = &sym[n]
127 #define __link_set_make_entry(set, sym) \
128 extern void const * const __link_set_##set##_sym_##sym
129 #define __link_set_make_entry2(set, sym, n) \
130 extern void const * const __link_set_##set##_sym
[all...]
H A Dcdefs.h320 * __link_set_add_text(set, sym)
321 * Add a reference to the .text symbol `sym' to `set'.
323 * __link_set_add_rodata(set, sym)
324 * Add a reference to the .rodata symbol `sym' to `set'.
326 * __link_set_add_data(set, sym)
327 * Add a reference to the .data symbol `sym' to `set'.
329 * __link_set_add_bss(set, sym)
330 * Add a reference to the .bss symbol `sym' to `set'.
332 * __link_set_decl(set, ptype)
333 * Provide an extern declaration of the set `se
[all...]
/bionic/libc/include/
H A Dsignal.h56 static __inline__ int sigismember(sigset_t *set, int signum) argument
58 unsigned long *local_set = (unsigned long *)set;
64 static __inline__ int sigaddset(sigset_t *set, int signum) argument
66 unsigned long *local_set = (unsigned long *)set;
73 static __inline__ int sigdelset(sigset_t *set, int signum) argument
75 unsigned long *local_set = (unsigned long *)set;
82 static __inline__ int sigemptyset(sigset_t *set) argument
84 memset(set, 0, sizeof *set);
88 static __inline__ int sigfillset(sigset_t *set) argument
[all...]
/bionic/libc/wchar/
H A Dwcspbrk.c40 wcspbrk(const wchar_t *s, const wchar_t *set) argument
47 q = set;
H A Dwcscspn.c40 wcscspn(const wchar_t *s, const wchar_t *set) argument
47 q = set;
H A Dwcsspn.c40 wcsspn(const wchar_t *s, const wchar_t *set) argument
47 q = set;
/bionic/libc/stdio/
H A Dtmpfile.c47 sigset_t set, oset; local
56 sigfillset(&set);
57 (void)sigprocmask(SIG_BLOCK, &set, &oset);
/bionic/libc/unistd/
H A Dsigwait.c47 int sigwait(const sigset_t *set, int *sig) argument
56 u.kernel_sigset[0] = *set;
/bionic/libm/amd64/
H A Ds_scalbnf.S42 .set CNAME(ldexpf),CNAME(scalbnf)
H A Ds_scalbnl.S19 .set CNAME(ldexpl),CNAME(scalbnl)
/bionic/libm/i387/
H A Ds_scalbnf.S19 .set CNAME(ldexpf),CNAME(scalbnf)
H A Ds_scalbnl.S19 .set CNAME(ldexpl),CNAME(scalbnl)
/bionic/libthread_db/include/
H A Dthread_db.h110 #define td_event_emptyset(set) \
111 (set)->events = 0
113 #define td_event_fillset(set) \
114 (set)->events = 0xffffffff
116 #define td_event_addset(set, n) \
117 (set)->events |= (1 << n)
/bionic/libc/kernel/common/linux/
H A Dmoduleparam.h43 param_set_fn set; member in struct:kernel_param
57 param_set_fn set; member in struct:kparam_array
63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg }
65 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
H A Dxattr.h39 int (*set)(struct inode *inode, const char *name, const void *buffer, member in struct:xattr_handler
H A Dproc_fs.h53 void *set; member in struct:proc_dir_entry
/bionic/libc/arch-x86/bionic/
H A Dclone.S31 # an error occured, set errno and return -1
/bionic/libthread_db/
H A DAndroid.mk28 # this symbol that we can link against, set LOCAL_ALLOW_UNDEFINED_SYMBOLS so
/bionic/libc/netbsd/resolv/
H A Dres_init.c146 * there will have precedence. Otherwise, the server address is set to
291 * to still have a search list, and anyone to set the
415 /* set search list */
775 res_setservers(res_state statp, const union res_sockaddr_union *set, int cnt) { argument
787 switch (set->sin.sin_family) {
789 size = sizeof(set->sin);
792 &set->sin, size);
795 &set->sin, size);
805 size = sizeof(set->sin6);
808 &set
828 res_getservers(res_state statp, union res_sockaddr_union *set, int cnt) argument
[all...]
/bionic/libc/arch-x86/string/
H A Dswab.S22 cld # set direction forward

Completed in 288 milliseconds

12