/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() 52 void* android_dlopen_ext(const char* filename __unused, int flag __unused, 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 | 414 __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 | 131 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 | 102 int *flag = (int *)arg; in PropertyWaitHelperFn() local 107 *flag = 1; in PropertyWaitHelperFn() 364 int flag = 0; in TEST() local 373 ASSERT_EQ(0, pthread_create(&t, NULL, PropertyWaitHelperFn, &flag)); in TEST() 374 ASSERT_EQ(flag, 0); in TEST() 376 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 | 205 # get the cookie and store it along with the signal flag. 210 REG_S v0, SC_FLAG_OFFSET(a0) # save cookie and savesigs flag 211 andi t0, v0, 1 # extract savesigs flag
|
/bionic/libc/arch-mips/bionic/ |
D | setjmp.S | 205 # get the cookie and store it along with the signal flag. 210 REG_S v0, SC_FLAG_OFFSET(a0) # save cookie and savesigs flag 211 andi t0, v0, 1 # extract savesigs flag
|
/bionic/ |
D | README.md | 236 * Note that the build system is ignorant to this flag being toggled, i.e. if 237 you change this flag, you will have to manually rebuild bionic. 272 each test from being forked, run the tests with the flag `--no-isolate`.
|
/bionic/libc/kernel/uapi/asm-mips/asm/ |
D | inst.h | 909 … : 5, __BITFIELD_FIELD(unsigned int cc : 3, __BITFIELD_FIELD(unsigned int flag : 2, __BITFIELD_FIE…
|