Searched refs:flag (Results 26 - 50 of 53) sorted by relevance

123

/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_sctp.h28 __u8 flag; member in struct:xt_sctp_flag_info
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Datmlec.h68 unsigned int flag; member in struct:atmlec_msg::__anon1400::__anon1401
H A Domap3isp.h223 __u16 flag; member in struct:omap3isp_ccdc_update_config
322 __u32 flag; member in struct:omap3isp_prev_update_config
H A Dvirtio_crypto.h41 __le32 flag; member in struct:virtio_crypto_ctrl_header
197 __le32 flag; member in struct:virtio_crypto_op_header
H A Dethtool.h372 __u32 flag; member in struct:ethtool_dump
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/netfilter/
H A Dxt_sctp.h28 __u8 flag; member in struct:xt_sctp_flag_info
/bionic/libm/i387/
H A Dfenv.c118 int flag, nflag; local
122 getfl(&flag);
123 nflag = flag ^ 0x200000;
126 if (flag != nflag) {
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Datmlec.h68 unsigned int flag; member in struct:atmlec_msg::__anon2670::__anon2671
H A Domap3isp.h223 __u16 flag; member in struct:omap3isp_ccdc_update_config
322 __u32 flag; member in struct:omap3isp_prev_update_config
H A Dvirtio_crypto.h41 __le32 flag; member in struct:virtio_crypto_ctrl_header
197 __le32 flag; member in struct:virtio_crypto_op_header
H A Dethtool.h372 __u32 flag; member in struct:ethtool_dump
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/netfilter/
H A Dxt_sctp.h28 __u8 flag; member in struct:xt_sctp_flag_info
/bionic/tools/versioner/src/
H A DDriver.cpp199 for (const std::string& flag : target_flag_it->second) {
200 if (flag == "-disable-free") {
202 } else if (flag == filename_placeholder) {
205 result.push_back(flag.c_str());
215 errx(1, "reinitializing target CC1 flag cache?");
242 errx(1, "failed to initialize target CC1 flag cache");
/bionic/libc/dns/nameser/
H A Dns_parse.c77 int ns_msg_getflag(ns_msg handle, int flag) { argument
78 return((u_int32_t)((handle)._flags & _ns_flagdata[flag].mask) >> _ns_flagdata[flag].shift);
/bionic/libc/kernel/uapi/linux/
H A Domap3isp.h223 __u16 flag; member in struct:omap3isp_ccdc_update_config
322 __u32 flag; member in struct:omap3isp_prev_update_config
H A Dvirtio_crypto.h41 __le32 flag; member in struct:virtio_crypto_ctrl_header
197 __le32 flag; member in struct:virtio_crypto_op_header
H A Dethtool.h372 __u32 flag; member in struct:ethtool_dump
/bionic/tests/
H A Dsystem_properties_test.cpp364 int flag = 0; local
365 std::thread thread([&system_properties, &flag]() {
369 flag = 1;
372 ASSERT_EQ(flag, 0);
374 ASSERT_EQ(flag, 1);
/bionic/libc/arch-mips/bionic/
H A Dsetjmp.S136 #define SC_FLAG_OFFSET (2*4) /* 8 bytes, cookie and savesigs flag, first actual field */
217 # get the cookie and store it along with the signal flag.
222 REG_S $v0, SC_FLAG_OFFSET($a0) # save cookie and savesigs flag
223 andi $t0, $v0, 1 # extract savesigs flag
343 # extract savesigs flag
/bionic/libc/arch-mips64/bionic/
H A Dsetjmp.S136 #define SC_FLAG_OFFSET (2*4) /* 8 bytes, cookie and savesigs flag, first actual field */
217 # get the cookie and store it along with the signal flag.
222 REG_S $v0, SC_FLAG_OFFSET($a0) # save cookie and savesigs flag
223 andi $t0, $v0, 1 # extract savesigs flag
343 # extract savesigs flag
/bionic/libc/bionic/
H A Dsignal.cpp154 int siginterrupt(int sig, int flag) { argument
157 if (flag) {
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dinst.h813 __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/versioner-dependencies/common/kernel_uapi/asm-mips/asm/
H A Dinst.h813 __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/versioner-dependencies/mips/kernel_uapi_asm-mips/asm/
H A Dinst.h813 __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/versioner-dependencies/mips64/kernel_uapi_asm-mips/asm/
H A Dinst.h813 __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,;

Completed in 2500 milliseconds

123