Searched refs:flag (Results 101 - 125 of 1707) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/include/
H A Dbits.c79 print_bt(FILE *f, int flag) __attribute__ ((unused));
108 print_bt(FILE *f, int flag) argument
110 if(flag == 0){
122 int flag; local
177 flag = 0;
179 flag = print_bt(f, flag);
183 flag = print_bt(f, flag);
187 flag
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dvis.c132 #define MAKEEXTRALIST(flag, extra, orig_str) \
144 if (flag & VIS_SP) *e++ = ' '; \
145 if (flag & VIS_TAB) *e++ = '\t'; \
146 if (flag & VIS_NL) *e++ = '\n'; \
147 if ((flag & VIS_NOSLASH) == 0) *e++ = '\\'; \
155 do_hvis(char *dst, int c, int flag, int nextc, const char *extra) argument
162 dst = do_svis(dst, c, flag, nextc, extra);
171 * flag: Flag word
177 do_svis(char *dst, int c, int flag, int nextc, const char *extra) argument
182 ((flag
255 rk_svis(char *dst, int c, int flag, int nextc, const char *extra) argument
293 rk_strsvis(char *dst, const char *csrc, int flag, const char *extra) argument
322 rk_strsvisx(char *dst, const char *csrc, size_t len, int flag, const char *extra) argument
360 rk_vis(char *dst, int c, int flag, int nextc) argument
393 rk_strvis(char *dst, const char *src, int flag) argument
410 rk_strvisx(char *dst, const char *src, size_t len, int flag) argument
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/arch/m68k/softfloat/
H A Dsoftfloat.h171 flag float32_eq( float32, float32 );
172 flag float32_le( float32, float32 );
173 flag float32_lt( float32, float32 );
174 flag float32_eq_signaling( float32, float32 );
175 flag float32_le_quiet( float32, float32 );
176 flag float32_lt_quiet( float32, float32 );
178 flag float32_is_signaling_nan( float32 );
211 flag float64_eq( float64, float64 );
212 flag float64_le( float64, float64 );
213 flag float64_l
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc64/softfloat/
H A Dsoftfloat.h173 flag float32_eq( float32, float32 );
174 flag float32_le( float32, float32 );
175 flag float32_lt( float32, float32 );
176 flag float32_eq_signaling( float32, float32 );
177 flag float32_le_quiet( float32, float32 );
178 flag float32_lt_quiet( float32, float32 );
179 flag float32_is_signaling_nan( float32 );
211 flag float64_eq( float64, float64 );
212 flag float64_le( float64, float64 );
213 flag float64_l
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/arch/powerpc/softfloat/
H A Dsoftfloat.h171 flag float32_eq( float32, float32 );
172 flag float32_le( float32, float32 );
173 flag float32_lt( float32, float32 );
174 flag float32_eq_signaling( float32, float32 );
175 flag float32_le_quiet( float32, float32 );
176 flag float32_lt_quiet( float32, float32 );
178 flag float32_is_signaling_nan( float32 );
211 flag float64_eq( float64, float64 );
212 flag float64_le( float64, float64 );
213 flag float64_l
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/arch/sh3/softfloat/
H A Dsoftfloat.h177 flag float32_eq( float32, float32 );
178 flag float32_le( float32, float32 );
179 flag float32_lt( float32, float32 );
180 flag float32_eq_signaling( float32, float32 );
181 flag float32_le_quiet( float32, float32 );
182 flag float32_lt_quiet( float32, float32 );
184 flag float32_is_signaling_nan( float32 );
221 flag float64_eq( float64, float64 );
222 flag float64_le( float64, float64 );
223 flag float64_l
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/softfloat/templates/
H A Dsoftfloat.h160 !!!flag float32_eq( float32, float32 );
161 !!!flag float32_le( float32, float32 );
162 !!!flag float32_lt( float32, float32 );
163 !!!flag float32_eq_signaling( float32, float32 );
164 !!!flag float32_le_quiet( float32, float32 );
165 !!!flag float32_lt_quiet( float32, float32 );
166 !!!flag float32_is_signaling_nan( float32 );
197 !!!flag float64_eq( float64, float64 );
198 !!!flag float64_le( float64, float64 );
199 !!!flag float64_l
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dcrc.c45 static int flag = 0; local
49 if(flag) return;
62 flag = 1;
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dsend-ack.awk22 # detect and add a flag character for 'anomalies':
36 flag = "*"
39 flag = "-"
41 flag = "#"
43 flag = " "
47 flag, $5, strtSeq
57 flag, $5, id
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dopt-gather.awk39 /^[ \t]*(;|$)/ { flag = 0; next }
40 /^[^ \t]/ { if (flag == 0) {
42 flag = 1 }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vect/
H A Dvect-cond-2.c16 int curr_a, flag, next_a; local
22 flag = *x > c[i];
24 curr_a = flag ? curr_a : next_a;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/bfin/
H A Dbfin.exp39 foreach flag [target_info multilib_flags] {
40 regexp "^-mcpu=(.*)" $flag dummy multilib_cpu
45 foreach flag $flags {
46 regexp "^-mcpu=(.*)" $flag dummy cpu
65 foreach flag [target_info multilib_flags] {
66 regexp "^-mcpu=([^-]*)" $flag dummy multilib_cpu
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dopt-gather.awk39 /^[ \t]*(;|$)/ { flag = 0; next }
40 /^[^ \t]/ { if (flag == 0) {
42 flag = 1 }
/netbsd-6-1-5-RELEASE/sys/dev/
H A Dlockstat.h141 #define LOCKSTAT_EVENT(flag, lock, type, count, time) \
143 if (__predict_false(flag)) \
149 #define LOCKSTAT_EVENT_RA(flag, lock, type, count, time, ra) \
151 if (__predict_false(flag)) \
162 #define LOCKSTAT_START_TIMER(flag, name) \
164 if (__predict_false(flag)) \
168 #define LOCKSTAT_STOP_TIMER(flag, name) \
170 if (__predict_false(flag)) \
188 #define LOCKSTAT_EVENT(flag, lock, type, count, time) /* nothing */
189 #define LOCKSTAT_EVENT_RA(flag, loc
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dsiginterrupt.c54 siginterrupt(sig, flag)
55 int sig, flag;
62 if (flag) {
/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dparser2.c55 * want to parse the arguments anyway. flag == 0 in this case.
58 p_function(const char *name, struct value *v, int flag) argument
76 flag = 0;
91 if (p_expr0(&t, flag) < 0)
94 flag = 0;
101 flag = 0;
110 if (p_expr(&t, flag) < 0) {
117 flag = 0;
122 flag = 0;
134 flag
218 p_assign(const char *name, struct value *v, int flag) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/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...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deh990323-5.C51 int flag; local
53 flag = 0;
58 flag = 1;
60 if (!flag)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deh990323-5.C51 int flag; local
53 flag = 0;
58 flag = 1;
60 if (!flag)
/netbsd-6-1-5-RELEASE/include/
H A Dgetopt.h53 /* if not NULL, set *flag to val when option found */
54 int *flag; member in struct:option
55 /* if flag not NULL, value to set *flag to; else return value */
/netbsd-6-1-5-RELEASE/sys/fs/ntfs/
H A Dntfsmount.h42 u_long flag; /* additional flags */ member in struct:ntfs_args
/netbsd-6-1-5-RELEASE/crypto/external/bsd/libsaslc/dist/src/
H A Dmsg.c45 * XXX: global debug flag. This is unique as it is set as early as
59 * @param flag log the message or not
65 saslc__msg_syslog(bool flag, int priority, const char *fmt, ...) argument
70 if (!flag)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Daddsw-bad.d1 #name: Invalid Immediate field for flag-setting add,sub
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/opt/
H A Dpr30590.C9 int flag = 0; variable
28 if (flag)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20051110-2.c6 int flag; variable
25 if (flag)

Completed in 332 milliseconds

1234567891011>>