Home
last modified time | relevance | path

Searched refs:flag (Results 1 – 21 of 21) sorted by relevance

/bionic/libc/bionic/
Dsiginterrupt.c32 int siginterrupt(int sig, int flag) in siginterrupt() argument
38 if (flag) in siginterrupt()
/bionic/libc/kernel/uapi/linux/netfilter/
Dxt_HMARK.h44 #define XT_HMARK_FLAG(flag) (1 << flag) argument
Dxt_sctp.h30 __u8 flag; member
/bionic/libdl/
Dlibdl.c26 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/
Dkernelcapi.h27 int flag; member
Dif_vlan.h64 unsigned int flag; member
Datmlec.h80 unsigned int flag; member
Domap3isp.h274 __u16 flag; member
397 __u32 flag; member
Dethtool.h414 __u32 flag; member
/bionic/libc/include/
Dgetopt.h55 int *flag; member
Ddlfcn.h46 extern void* dlopen(const char* filename, int flag);
/bionic/tools/relocation_packer/src/
Delf_file.h46 inline void SetPadding(bool flag) { is_padding_relocations_ = flag; } in SetPadding() argument
/bionic/libc/include/android/
Ddlext.h131 extern void* android_dlopen_ext(const char* filename, int flag, const android_dlextinfo* extinfo);
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dgetopt_long.c256 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/
Dfenv.c99 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/
Dsystem_properties_test.cpp102 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/
Dns_parse.c75 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/
Dsetjmp.S205 # 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/
Dsetjmp.S205 # 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/
DREADME.md236 * 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/
Dinst.h909 … : 5, __BITFIELD_FIELD(unsigned int cc : 3, __BITFIELD_FIELD(unsigned int flag : 2, __BITFIELD_FIE…