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::__anon420
H A Datmlec.h80 unsigned int flag; member in struct:atmlec_msg::__anon180::__anon181
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.h412 __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; }
41 void* android_dlopen_ext(const char* filename __unused, int flag __unused, const android_dlextinfo* extinfo __unused) { return 0; }
/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.
103 extern void* android_dlopen_ext(const char* filename, int flag, const android_dlextinfo* extinfo);
/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/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.cpp107 int *flag = (int *)arg; local
112 *flag = 1;
369 int flag = 0; local
378 ASSERT_EQ(0, pthread_create(&t, NULL, PropertyWaitHelperFn, &flag));
379 ASSERT_EQ(flag, 0);
381 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.S136 #define SC_FLAG_OFFSET (2*4) /* 4 bytes, savesigs flag */
193 sw a1, SC_FLAG_OFFSET(a0) # save savesigs flag
295 lw t0, SC_FLAG_OFFSET(a0) # get savesigs flag
/bionic/libc/arch-mips64/bionic/
H A Dsetjmp.S136 #define SC_FLAG_OFFSET (2*4) /* 4 bytes, savesigs flag */
193 sw a1, SC_FLAG_OFFSET(a0) # save savesigs flag
295 lw t0, SC_FLAG_OFFSET(a0) # get savesigs flag
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dinst.h857 __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/upstream-dlmalloc/
H A Dmalloc.c2196 typedef unsigned int flag_t; /* The type of various bit flag sets */
2473 flag_t sflags; /* mmap and extern flag */
2612 also serves as an initialization flag.
5514 flag_t flag = sp->sflags; local
5517 if ((flag & USE_MMAP_BIT) && !(flag & EXTERN_BIT) &&

Completed in 845 milliseconds