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

/bionic/libc/bionic/
H A Dsiginterrupt.c32 int siginterrupt(int sig, int flag) argument
38 if (flag)
/bionic/libc/include/
H A Dgetopt.h54 /* if not NULL, set *flag to val when option found */
55 int *flag; member in struct:option
56 /* if flag not NULL, value to set *flag to; else return value */
H A Ddlfcn.h46 extern void* dlopen(const char* filename, int flag);
/bionic/libc/kernel/uapi/linux/
H A Dkernelcapi.h27 int flag; member in struct:kcapi_flagdef
H A Dif_vlan.h64 unsigned int flag; member in union:vlan_ioctl_args::__anon451
H A Datmlec.h80 unsigned int flag; member in struct:atmlec_msg::__anon203::__anon204
H A Domap3isp.h274 __u16 flag; member in struct:omap3isp_ccdc_update_config
397 __u32 flag; member in struct:omap3isp_prev_update_config
H A Dethtool.h414 __u32 flag; member in struct:ethtool_dump
/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_HMARK.h44 #define XT_HMARK_FLAG(flag) (1 << flag)
H A Dxt_sctp.h30 __u8 flag; member in struct:xt_sctp_flag_info
/bionic/libdl/
H A Dlibdl.c26 void* dlopen(const char* filename __unused, int flag __unused) { return 0; }
52 void* android_dlopen_ext(const char* filename __unused, int flag __unused,
/bionic/tools/relocation_packer/src/
H A Delf_file.h45 // |flag| is true to pad .rel.dyn or .rela.dyn, false to shrink it.
46 inline void SetPadding(bool flag) { is_padding_relocations_ = flag; } argument
/bionic/libc/include/android/
H A Ddlext.h60 * This flag is only valid when ANDROID_DLEXT_USE_LIBRARY_FD is set.
66 * This flag allows forced loading of the library in the case when for some
79 * This flag is for ART internal use only.
89 * This flag can be used with ANDROID_DLEXT_FORCE_FIXED_VADDR; when ANDROID_DLEXT_FORCE_FIXED_VADDR
90 * is set and load_bias is not 0 (load_bias is min(p_vaddr) of PT_LOAD segments) this flag is ignored.
97 * This flag is for ART internal use only.
101 /* This flag used to load library in a different namespace. The namespace is
131 extern void* android_dlopen_ext(const char* filename, int flag, const android_dlextinfo* extinfo);
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dgetopt_long.c256 long_options[i].flag != long_options[match].flag ||
283 * XXX: GNU sets optopt to val regardless of flag
285 if (long_options[match].flag == NULL)
320 * XXX: GNU sets optopt to val regardless of flag
322 if (long_options[match].flag == NULL)
345 if (long_options[match].flag) {
346 *long_options[match].flag = long_options[match].val;
/bionic/libm/i387/
H A Dfenv.c99 int flag, nflag; local
103 getfl(&flag);
104 nflag = flag ^ 0x200000;
107 if (flag != nflag) {
/bionic/tests/
H A Dsystem_properties_test.cpp102 int *flag = (int *)arg; local
107 *flag = 1;
364 int flag = 0; local
373 ASSERT_EQ(0, pthread_create(&t, NULL, PropertyWaitHelperFn, &flag));
374 ASSERT_EQ(flag, 0);
376 ASSERT_EQ(flag, 1);
/bionic/libc/dns/nameser/
H A Dns_parse.c75 int ns_msg_getflag(ns_msg handle, int flag) { argument
76 return((u_int32_t)((handle)._flags & _ns_flagdata[flag].mask) >> _ns_flagdata[flag].shift);
/bionic/libc/arch-mips/bionic/
H A Dsetjmp.S137 #define SC_FLAG_OFFSET (2*4) /* 8 bytes, cookie and savesigs flag, first actual field */
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
314 # extract savesigs flag
/bionic/libc/arch-mips64/bionic/
H A Dsetjmp.S137 #define SC_FLAG_OFFSET (2*4) /* 8 bytes, cookie and savesigs flag, first actual field */
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
314 # extract savesigs flag
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dinst.h909 __BITFIELD_FIELD(unsigned int opcode : 6, __BITFIELD_FIELD(unsigned int bc : 5, __BITFIELD_FIELD(unsigned int cc : 3, __BITFIELD_FIELD(unsigned int flag : 2, __BITFIELD_FIELD(signed int simmediate : 16,;
/bionic/libc/
H A DAndroid.mk1435 # prevent the build system from using this flag.

Completed in 478 milliseconds