/bionic/libc/bionic/ |
D | siginterrupt.c | 32 int siginterrupt(int sig, int flag) in siginterrupt() argument 38 if (flag) in siginterrupt()
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_HMARK.h | 44 #define XT_HMARK_FLAG(flag) (1 << flag) argument
|
D | xt_sctp.h | 30 __u8 flag; member
|
/bionic/libdl/ |
D | libdl.c | 26 void* dlopen(const char* filename __unused, int flag __unused) { return 0; } in dlopen() 41 void* android_dlopen_ext(const char* filename __unused, int flag __unused, const android_dlextinfo*… in android_dlopen_ext()
|
/bionic/libc/kernel/uapi/linux/ |
D | kernelcapi.h | 27 int flag; member
|
D | if_vlan.h | 64 unsigned int flag; member
|
D | atmlec.h | 80 unsigned int flag; member
|
D | omap3isp.h | 274 __u16 flag; member 397 __u32 flag; member
|
D | ethtool.h | 412 __u32 flag; member
|
/bionic/libc/include/ |
D | getopt.h | 55 int *flag; member
|
D | dlfcn.h | 46 extern void* dlopen(const char* filename, int flag);
|
/bionic/tools/relocation_packer/src/ |
D | elf_file.h | 46 inline void SetPadding(bool flag) { is_padding_relocations_ = flag; } in SetPadding() argument
|
/bionic/libc/include/android/ |
D | dlext.h | 103 extern void* android_dlopen_ext(const char* filename, int flag, const android_dlextinfo* extinfo);
|
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
D | getopt_long.c | 256 long_options[i].flag != long_options[match].flag || in parse_long_options() 285 if (long_options[match].flag == NULL) in parse_long_options() 322 if (long_options[match].flag == NULL) in parse_long_options() 345 if (long_options[match].flag) { in parse_long_options() 346 *long_options[match].flag = long_options[match].val; in parse_long_options()
|
/bionic/libm/i387/ |
D | fenv.c | 99 int flag, nflag; in __test_sse() local 103 getfl(&flag); in __test_sse() 104 nflag = flag ^ 0x200000; in __test_sse() 107 if (flag != nflag) { in __test_sse()
|
/bionic/tests/ |
D | system_properties_test.cpp | 107 int *flag = (int *)arg; in PropertyWaitHelperFn() local 112 *flag = 1; in PropertyWaitHelperFn() 369 int flag = 0; in TEST() local 378 ASSERT_EQ(0, pthread_create(&t, NULL, PropertyWaitHelperFn, &flag)); in TEST() 379 ASSERT_EQ(flag, 0); in TEST() 381 ASSERT_EQ(flag, 1); in TEST()
|
/bionic/libc/dns/nameser/ |
D | ns_parse.c | 75 int ns_msg_getflag(ns_msg handle, int flag) { in ns_msg_getflag() argument 76 return((u_int32_t)((handle)._flags & _ns_flagdata[flag].mask) >> _ns_flagdata[flag].shift); in ns_msg_getflag()
|
/bionic/libc/arch-mips64/bionic/ |
D | setjmp.S | 193 sw a1, SC_FLAG_OFFSET(a0) # save savesigs flag
|
/bionic/libc/arch-mips/bionic/ |
D | setjmp.S | 193 sw a1, SC_FLAG_OFFSET(a0) # save savesigs flag
|
/bionic/ |
D | README.md | 231 * Note that the build system is ignorant to this flag being toggled, i.e. if 232 you change this flag, you will have to manually rebuild bionic.
|
/bionic/libc/kernel/uapi/asm-mips/asm/ |
D | inst.h | 857 … : 5, __BITFIELD_FIELD(unsigned int cc : 3, __BITFIELD_FIELD(unsigned int flag : 2, __BITFIELD_FIE…
|
/bionic/libc/upstream-dlmalloc/ |
D | malloc.c | 5514 flag_t flag = sp->sflags; in destroy_mspace() local 5517 if ((flag & USE_MMAP_BIT) && !(flag & EXTERN_BIT) && in destroy_mspace()
|