Searched refs:eq (Results 326 - 350 of 574) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/
H A DMakefile45 HG_HOOK=if [ \$$HG_ERROR -eq 0 ]; then cd sys && make -m ../share/mk cscope; fi
/freebsd-11-stable/usr.bin/calendar/
H A Dsunpos.c445 int eq[2], sol[2]; local
446 equinoxsolstice(strtol(argv[1], NULL, 10), 0.0, eq, sol); local
447 printf("%d - %d - %d - %d\n", eq[0], sol[0], eq[1], sol[1]);
/freebsd-11-stable/contrib/openpam/
H A Dtest-driver84 if test $# -eq 0; then
110 if test $enable_hard_errors = no && test $estatus -eq 99; then
/freebsd-11-stable/contrib/tcsh/
H A Dtc.who.c409 if (eq(*vp, STRany) && eq(*(vp + 1), STRany))
414 (!eq(STRany, vp[0]) &&
418 !eq(STRany, vp[1])))
/freebsd-11-stable/contrib/expat/tests/
H A Dxmltest.sh77 if [ "$1" -eq 0 ] ; then
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dylwrap180 if test $ret -eq 0; then
H A Dtest-driver84 if test $# -eq 0; then
110 if test $enable_hard_errors = no && test $estatus -eq 99; then
/freebsd-11-stable/usr.sbin/config/
H A Dconfig.h218 #define eq(a,b) (!strcmp(a,b)) macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.cpp31 bool eq(u32 hash, const args_type &args) const { function in struct:__msan::ChainedOriginDepotNode
/freebsd-11-stable/contrib/less/
H A Dmkutable42 last if $arg eq '--';
/freebsd-11-stable/secure/lib/libcrypto/aarch64/
H A Daesv8-armx.S22 b.eq .Lenc_key_abort
24 b.eq .Lenc_key_abort
42 b.eq .L192
155 b.eq .Ldone
286 csel x8,xzr,x8,eq
305 b.eq .Lcbc_dec
310 b.eq .Lcbc_enc128
337 b.eq .Lcbc_enc192
353 csel x8,xzr,x8,eq
390 csel x8,xzr,x8,eq
[all...]
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dchk.c238 int warn, eq; local
252 eq = eqtype(tp1, tp2, 1, 0, 0, (warn = 0, &warn));
255 if ((t1 == STRUCT || t1 == UNION) && !eq) {
278 if (!eq || (sflag && warn)) {
298 int eq, warn; local
313 eq = eqtype(tp1->t_subt, tp2->t_subt, 1, 0, 0, &warn);
315 eq = eqtype(tp1, tp2, 0, 0, 0, &warn);
317 if (!eq || (sflag && warn)) {
1097 int osdef, eq, warn, n; local
1128 eq
[all...]
/freebsd-11-stable/contrib/netbsd-tests/bin/df/
H A Dt_df.sh82 atf_check -s eq:0 -o file:expout -e empty \
140 atf_check -s eq:0 -o file:expout -e empty \
/freebsd-11-stable/contrib/gcc/
H A Dloop-invariant.c425 find_or_insert_inv (htab_t eq, rtx expr, enum machine_mode mode, argument
436 slot = htab_find_slot_with_hash (eq, &pentry, hash, INSERT);
456 find_identical_invariants (htab_t eq, struct invariant *inv) argument
470 find_identical_invariants (eq, dep);
478 inv->eqto = find_or_insert_inv (eq, expr, mode, inv)->invno;
493 htab_t eq = htab_create (VEC_length (invariant_p, invariants), local
497 find_identical_invariants (eq, inv);
499 htab_delete (eq);
/freebsd-11-stable/contrib/libucl/
H A DMakefile.am26 @if test `find $(top_builddir) -name "*.gcno" | wc -l` -eq 0; then \
/freebsd-11-stable/contrib/binutils/
H A Dylwrap115 if test $ret -eq 0; then
/freebsd-11-stable/contrib/openbsm/config/
H A Dylwrap131 if test $ret -eq 0; then
/freebsd-11-stable/contrib/openresolv/
H A Dpdnsd.in75 if [ $? -eq 0 ]; then
/freebsd-11-stable/usr.sbin/bsdconfig/startup/
H A Dmisc305 [ $retval -eq $DIALOG_OK ] || return $retval
399 [ $? -eq $DIALOG_OK ] || f_dialog_msgbox "$err\n"
/freebsd-11-stable/usr.sbin/etcupdate/tests/
H A Dconflicts_test.sh161 elif [ $# -eq 2 ]; then
167 elif [ $# -eq 3 ]; then
266 if [ $? -eq 0 ]; then
272 if [ $? -eq 0 ]; then
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions.sh284 if [ $chk1 -eq 1 -a $chk2 -eq 1 ] ; then break ; fi
/freebsd-11-stable/sys/arm64/arm64/
H A Dcopyinout.S125 csel w0, wzr, w1, eq /* If so return success, else failure */
157 b.eq aligned
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_ddump.c472 ocs_ddump_sli4_queue(textbuf, "eq", hw, hw->eq, hw->eq_count,
560 hw_eq_t *eq; local
568 ocs_list_foreach(&hw->eq_list, eq) {
569 ocs_ddump_section(textbuf, "eq", eq->instance);
570 ocs_ddump_value(textbuf, "queue-id", "%d", eq->queue->id);
571 OCS_STAT(ocs_ddump_value(textbuf, "use_count", "%d", eq->use_count));
572 ocs_list_foreach(&eq->cq_list, cq) {
621 ocs_ddump_endsection(textbuf, "eq", e
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dudivsi3.S50 IT(eq)
51 JMPc(lr, eq)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_ldlib_asm.S296 p1 = cmp.eq(mantx, mantb)
301 p2 = cmp.eq(mantb, min)

Completed in 150 milliseconds

<<11121314151617181920>>