Searched refs:normal (Results 1 - 25 of 120) sorted by relevance

12345

/freebsd-11-stable/usr.bin/xargs/tests/
H A Dregress.sh7 REGRESSION_TEST(`normal', `xargs echo The <${SRCDIR}/regress.in')
H A DMakefile23 ${PACKAGE}FILES+= regress.normal.out
/freebsd-11-stable/sys/arm64/arm64/
H A Dbzero.S51 * "normal" is used for buffers <= 16 bytes and to align buffer
53 * after "normal" has completed indicates that it has been used
61 b.le normal
69 cbz x7, normal
76 b.lt normal
88 b.eq normal
98 * by cache lines, so go normal way.
100 cbz x5, normal
105 * We are here because x5 is non-0 so normal will be used to
112 normal label
[all...]
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/llquantize/
H A DMakefile37 tst.normal.d \
38 tst.normal.d.out \
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/
H A DPassInfo.h47 PassInfo(StringRef name, StringRef arg, const void *pi, NormalCtor_t normal, argument
50 IsAnalysis(is_analysis), IsAnalysisGroup(false), NormalCtor(normal) {}
76 /// isAnalysisGroup - Return true if this is an analysis group, not a normal
/freebsd-11-stable/lib/libc/tests/stdio/
H A Dgets_s_test.c57 /* normal */
58 ATF_TC_WITHOUT_HEAD(normal); variable
59 ATF_TC_BODY(normal, tc)
76 ATF_CHECK_MSG(gets_s(b, sizeof(b)) == 0, "gets_s() normal failed");
139 ATF_TP_ADD_TC(tp, normal);
/freebsd-11-stable/contrib/ncurses/man/
H A DMakefile.in65 sh ../edit_man.sh normal installing $(EDITARGS)
68 -sh ../edit_man.sh normal removing $(EDITARGS)
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dexport-env.mk3 # our normal .export, subsequent changes affect the environment
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c242 int64_t normal = (int64_t)unormal; local
243 int32_t n = (int32_t)normal;
257 *((int64_t *)addr) / normal));
266 const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal)
268 uint32_t n = (uint32_t)normal;
282 *((uint64_t *)addr) / normal));
290 const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal)
293 return (pfprint_sint(dtp, fp, format, pfd, addr, size, normal));
295 return (pfprint_uint(dtp, fp, format, pfd, addr, size, normal));
301 const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal)
265 pfprint_uint(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
289 pfprint_dint(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
300 pfprint_fp(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
326 pfprint_addr(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
354 pfprint_mod(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
362 pfprint_umod(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
370 pfprint_uaddr(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
407 pfprint_stack(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *vaddr, size_t size, uint64_t normal) argument
458 pfprint_time(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
500 pfprint_time822(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
515 pfprint_port(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
535 pfprint_inetaddr(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
567 pfprint_cstr(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
579 pfprint_wstr(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
591 pfprint_estr(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
606 pfprint_echr(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
630 pfprint_pct(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
1291 pfprint_average(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
1305 pfprint_stddev(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
1319 pfprint_quantize(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
1327 pfprint_lquantize(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
1335 pfprint_llquantize(dtrace_hdl_t *dtp, FILE *fp, const char *format, const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) argument
1354 uint64_t normal; local
[all...]
H A Ddt_consume.c378 dt_stddev(uint64_t *data, uint64_t normal) argument
392 * When normalizing, we should divide the sum of x**2 by normal**2.
394 dt_divide_128(data + 2, normal, avg_of_squares);
395 dt_divide_128(avg_of_squares, normal, avg_of_squares);
398 norm_avg = (int64_t)data[1] / (int64_t)normal / (int64_t)data[0];
595 uint64_t normal, long double total)
629 (long long)val / normal));
634 uint64_t normal, long double total, char positives, char negatives)
652 normal, total));
662 spaces + depth, (long long)val / normal));
594 dt_print_quantline_utf8(dtrace_hdl_t *dtp, FILE *fp, int64_t val, uint64_t normal, long double total) argument
633 dt_print_quantline(dtrace_hdl_t *dtp, FILE *fp, int64_t val, uint64_t normal, long double total, char positives, char negatives) argument
765 dt_print_quantize(dtrace_hdl_t *dtp, FILE *fp, const void *addr, size_t size, uint64_t normal) argument
863 dt_print_lquantize(dtrace_hdl_t *dtp, FILE *fp, const void *addr, size_t size, uint64_t normal) argument
994 dt_print_llquantize(dtrace_hdl_t *dtp, FILE *fp, const void *addr, size_t size, uint64_t normal) argument
1110 dt_print_average(dtrace_hdl_t *dtp, FILE *fp, caddr_t addr, size_t size, uint64_t normal) argument
1122 dt_print_stddev(dtrace_hdl_t *dtp, FILE *fp, caddr_t addr, size_t size, uint64_t normal) argument
1917 dt_normal_t *normal = arg; local
1934 dt_normal_t normal; local
2104 dt_print_datum(dtrace_hdl_t *dtp, FILE *fp, dtrace_recdesc_t *rec, caddr_t addr, size_t size, const dtrace_aggdata_t *aggdata, uint64_t normal, dt_print_aggdata_t *pd) argument
2302 uint64_t normal; local
[all...]
/freebsd-11-stable/lib/libc/tests/string/
H A Dmemset_s_test.c71 /* normal */
72 ATF_TC_WITHOUT_HEAD(normal); variable
73 ATF_TC_BODY(normal, tc)
190 ATF_TP_ADD_TC(tp, normal);
/freebsd-11-stable/gnu/usr.bin/diff/
H A DMakefile13 normal.c side.c util.c \
/freebsd-11-stable/share/examples/ppp/
H A Dchap-auth66 .$n.value configure -state normal -takefocus 0;
95 button .b.cancel -default normal -text "Cancel" -command {exit 1};
H A Dlogin-auth72 button .b.cancel -default normal -text "Cancel" -takefocus 0 -command {exit 1};
/freebsd-11-stable/usr.sbin/bsdconfig/console/
H A Drepeat73 normal) defaultitem="$msg_normal" ;;
127 "$msg_normal") repeat_rate_to_set="normal" ;; # "Normal" keyboard repeat rate
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_subr.c82 * back to the normal path.
85 goto normal;
89 goto normal;
92 goto normal;
116 normal:
/freebsd-11-stable/contrib/expat/lib/
H A Dxmltok.c1310 struct normal_encoding normal; member in struct:unknown_encoding
1413 e->normal.type[i] = BT_MALFORM;
1424 e->normal.type[i] = (unsigned char)(BT_LEAD2 - (c + 2));
1431 e->normal.type[i] = latin1_encoding.type[c];
1436 e->normal.type[i] = BT_NONXML;
1445 e->normal.type[i] = BT_NMSTRT;
1447 e->normal.type[i] = BT_NAME;
1449 e->normal.type[i] = BT_OTHER;
1457 e->normal.isName2 = unknown_isName;
1458 e->normal
[all...]
/freebsd-11-stable/tools/tools/net80211/wesside/wesside/
H A Daircrack-ptw-lib.c241 static void getdrv(PTW_tableentry orgtable[][n], int keylen, double * normal, double * ausreiser) { argument
257 normal[i] = 0;
277 normal[i] += help;
365 double normal[KEYHSBYTES]; local
410 getdrv(state->table, keylen, normal, ausreisser);
413 helper[i].difference = normal[i+1] - ausreisser[i+1];
/freebsd-11-stable/crypto/openssl/crypto/md5/asm/
H A Dmd5-586.pl5 # version, non-normal is the
8 $normal=0;
159 &add($K,64) if $pos >=1 && !$normal;
197 &set_label("start") unless $normal;
291 &mov($tmp1,&swtmp(0)) unless $normal;
296 &cmp($tmp1,$X) unless $normal; # check count
297 &jae(&label("start")) unless $normal;
/freebsd-11-stable/contrib/dialog/
H A Dutil.c92 #define UseShadow(dw) ((dw) != 0 && (dw)->normal != 0 && (dw)->shadow != 0)
152 p->normal = parent;
167 if (p->normal == parent) {
320 * pipe would get in the way of curses' normal reading stdin for getch.
407 * Prevent ncurses from switching "back" to the normal screen when
1471 if (p->normal == win) {
1512 if (dw->normal != p->normal
1513 && dw->shadow != p->normal
1514 && (result = in_window(p->normal, y_wan
1525 in_shadow(WINDOW *normal, WINDOW *shadow, int y, int x) argument
[all...]
/freebsd-11-stable/share/mk/
H A Dlocal.init.mk7 .MAKE.MODE = normal
H A Dsrc.sys.env.mk24 META_MODE= normal
/freebsd-11-stable/targets/
H A DMakefile.xtras8 .MAKE.MODE = normal
/freebsd-11-stable/contrib/opie/
H A Dconfigure2664 something starting with __ and the normal name is an alias. */
2884 something starting with __ and the normal name is an alias. */
2990 something starting with __ and the normal name is an alias. */
3047 something starting with __ and the normal name is an alias. */
3098 something starting with __ and the normal name is an alias. */
3153 something starting with __ and the normal name is an alias. */
3205 something starting with __ and the normal name is an alias. */
3257 something starting with __ and the normal name is an alias. */
3309 something starting with __ and the normal name is an alias. */
3360 something starting with __ and the normal nam
[all...]
/freebsd-11-stable/contrib/netbsd-tests/bin/df/
H A Dt_df.sh28 atf_test_case normal
146 atf_add_test_case normal

Completed in 184 milliseconds

12345