Searched refs:flag (Results 76 - 100 of 3418) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/testsuite/sim/h8300/
H A Dbiand.s23 biand #6, r0l ; this should NOT set the carry flag.
25 biand #7, r0l ; this should NOT set the carry flag.
28 orc #1, ccr ; set the carry flag
29 biand #6, r0l ; this should NOT clear the carry flag
34 biand #7, r0l ; this should clear the carry flag
45 biand #6, @r1 ; this should NOT set the carry flag.
47 biand #7, @r1 ; this should NOT set the carry flag.
50 orc #1, ccr ; set the carry flag
51 biand #6, @r1 ; this should NOT clear the carry flag
56 biand #7, @r1 ; this should clear the carry flag
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dcoda_cache.h20 void coda_flag_inode_children(struct inode *inode, int flag);
H A Dtty_flip.h6 extern int tty_insert_flip_string_fixed_flag(struct tty_struct *tty, const unsigned char *chars, char flag, size_t size);
12 unsigned char ch, char flag)
16 tb->flag_buf_ptr[tb->used] = flag;
20 return tty_insert_flip_string_flags(tty, &ch, &flag, 1);
11 tty_insert_flip_char(struct tty_struct *tty, unsigned char ch, char flag) argument
H A Dkdb.h57 #define KDB_FLAG(flag) (kdb_flags & KDB_FLAG_##flag)
58 #define KDB_FLAG_SET(flag) ((void)(kdb_flags |= KDB_FLAG_##flag))
59 #define KDB_FLAG_CLEAR(flag) ((void)(kdb_flags &= ~KDB_FLAG_##flag))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dcoda_cache.h20 void coda_flag_inode_children(struct inode *inode, int flag);
H A Dtty_flip.h6 extern int tty_insert_flip_string_fixed_flag(struct tty_struct *tty, const unsigned char *chars, char flag, size_t size);
12 unsigned char ch, char flag)
16 tb->flag_buf_ptr[tb->used] = flag;
20 return tty_insert_flip_string_flags(tty, &ch, &flag, 1);
11 tty_insert_flip_char(struct tty_struct *tty, unsigned char ch, char flag) argument
H A Dkdb.h57 #define KDB_FLAG(flag) (kdb_flags & KDB_FLAG_##flag)
58 #define KDB_FLAG_SET(flag) ((void)(kdb_flags |= KDB_FLAG_##flag))
59 #define KDB_FLAG_CLEAR(flag) ((void)(kdb_flags &= ~KDB_FLAG_##flag))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sdparm-1.02/src/
H A Dport_getopt.h86 /* if not NULL, set *flag to val when option found */
87 int *flag; member in struct:option
88 /* if flag not NULL, value to set *flag to; else return value */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sdparm-1.02/src/
H A Dport_getopt.h86 /* if not NULL, set *flag to val when option found */
87 int *flag; member in struct:option
88 /* if flag not NULL, value to set *flag to; else return value */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sdparm-1.02/src/
H A Dport_getopt.h86 /* if not NULL, set *flag to val when option found */
87 int *flag; member in struct:option
88 /* if flag not NULL, value to set *flag to; else return value */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/ppc/
H A Dfilter.c38 char *flag; member in struct:_filter
63 new_filter->flag = (char*)zalloc(len + 1);
64 strncpy(new_filter->flag, filt, len);
96 if (strncmp(flags, filt->flag, len) == 0
97 && strlen(filt->flag) == len) {
112 it_is(const char *flag, argument
115 int flag_len = strlen(flag);
117 if (!strncmp(flags, flag, flag_len)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/ppc/
H A Dfilter.c38 char *flag; member in struct:_filter
63 new_filter->flag = (char*)zalloc(len + 1);
64 strncpy(new_filter->flag, filt, len);
96 if (strncmp(flags, filt->flag, len) == 0
97 && strlen(filt->flag) == len) {
112 it_is(const char *flag, argument
115 int flag_len = strlen(flag);
117 if (!strncmp(flags, flag, flag_len)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/ppc/
H A Dfilter.c38 char *flag; member in struct:_filter
63 new_filter->flag = (char*)zalloc(len + 1);
64 strncpy(new_filter->flag, filt, len);
96 if (strncmp(flags, filt->flag, len) == 0
97 && strlen(filt->flag) == len) {
112 it_is(const char *flag, argument
115 int flag_len = strlen(flag);
117 if (!strncmp(flags, flag, flag_len)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/test/
H A Dxmlreq.c44 int *flag = userdata; local
47 *flag = !*flag;
58 int flag = 0; local
70 ne_xml_push_handler(parser, startelm, NULL, NULL, &flag);
74 ONN("XML parser not invoked", !flag);
137 int flag = 0; local
152 ne_xml_push_handler(parser, startelm, NULL, NULL, &flag);
156 ONV(flag && !ts[n].is_xml,
158 ONV(!flag
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/neon/test/
H A Dxmlreq.c44 int *flag = userdata; local
47 *flag = !*flag;
58 int flag = 0; local
70 ne_xml_push_handler(parser, startelm, NULL, NULL, &flag);
74 ONN("XML parser not invoked", !flag);
137 int flag = 0; local
152 ne_xml_push_handler(parser, startelm, NULL, NULL, &flag);
156 ONV(flag && !ts[n].is_xml,
158 ONV(!flag
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/neon/test/
H A Dxmlreq.c44 int *flag = userdata; local
47 *flag = !*flag;
58 int flag = 0; local
70 ne_xml_push_handler(parser, startelm, NULL, NULL, &flag);
74 ONN("XML parser not invoked", !flag);
137 int flag = 0; local
152 ne_xml_push_handler(parser, startelm, NULL, NULL, &flag);
156 ONV(flag && !ts[n].is_xml,
158 ONV(!flag
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables/include/linux/netfilter_ipv4/
H A Dipt_sctp.h15 u_int8_t flag; member in struct:ipt_sctp_flag_info
83 int flag = 1; \
86 flag = 0; \
90 flag; \
96 int flag = 1; \
99 flag = 0; \
103 flag; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables/include/linux/netfilter_ipv4/
H A Dipt_sctp.h15 u_int8_t flag; member in struct:ipt_sctp_flag_info
83 int flag = 1; \
86 flag = 0; \
90 flag; \
96 int flag = 1; \
99 flag = 0; \
103 flag; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables/include/linux/netfilter_ipv4/
H A Dipt_sctp.h15 u_int8_t flag; member in struct:ipt_sctp_flag_info
83 int flag = 1; \
86 flag = 0; \
90 flag; \
96 int flag = 1; \
99 flag = 0; \
103 flag; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/pam_smbpass/
H A Dgeneral.h32 unsigned int flag; member in struct:__anon6709
43 /* macro to determine if a given flag is on */
44 #define on(x,ctrl) (smb_args[x].flag & ctrl)
46 /* macro to determine that a given flag is NOT on */
49 /* macro to turn on/off a ctrl flag manually */
50 #define set(x,ctrl) (ctrl = ((ctrl)&smb_args[x].mask)|smb_args[x].flag)
51 #define unset(x,ctrl) (ctrl &= ~(smb_args[x].flag))
104 #define SMB_DEFAULTS (smb_args[SMB__NONULL].flag)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/db/
H A DReplicationConfig.java105 private int flag; field in class:ReplicationConfig
107 private ReplicationConfig(final String configName, final int flag) { argument
109 this.flag = flag;
114 return flag;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/db/
H A DReplicationConfig.java105 private int flag; field in class:ReplicationConfig
107 private ReplicationConfig(final String configName, final int flag) { argument
109 this.flag = flag;
114 return flag;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/pam_smbpass/
H A Dgeneral.h32 unsigned int flag; member in struct:__anon7614
43 /* macro to determine if a given flag is on */
44 #define on(x,ctrl) (smb_args[x].flag & ctrl)
46 /* macro to determine that a given flag is NOT on */
49 /* macro to turn on/off a ctrl flag manually */
50 #define set(x,ctrl) (ctrl = ((ctrl)&smb_args[x].mask)|smb_args[x].flag)
51 #define unset(x,ctrl) (ctrl &= ~(smb_args[x].flag))
104 #define SMB_DEFAULTS (smb_args[SMB__NONULL].flag)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/db/
H A DReplicationConfig.java105 private int flag; field in class:ReplicationConfig
107 private ReplicationConfig(final String configName, final int flag) { argument
109 this.flag = flag;
114 return flag;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/pam_smbpass/
H A Dgeneral.h32 unsigned int flag; member in struct:__anon41639
43 /* macro to determine if a given flag is on */
44 #define on(x,ctrl) (smb_args[x].flag & ctrl)
46 /* macro to determine that a given flag is NOT on */
49 /* macro to turn on/off a ctrl flag manually */
50 #define set(x,ctrl) (ctrl = ((ctrl)&smb_args[x].mask)|smb_args[x].flag)
51 #define unset(x,ctrl) (ctrl &= ~(smb_args[x].flag))
104 #define SMB_DEFAULTS (smb_args[SMB__NONULL].flag)

Completed in 203 milliseconds

1234567891011>>