Home
last modified time | relevance | path

Searched refs:y (Results 2776 – 2800 of 2944) sorted by relevance

1...<<111112113114115116117118

/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c5259 int x, y; in csum_to_ctrl() local
5304 y = 0; /* IPv4 */ in csum_to_ctrl()
5308 y = 1; /* IPv6 */ in csum_to_ctrl()
5314 csum_type = csum_types[x][y]; in csum_to_ctrl()
/freebsd/contrib/bmake/mk/
H A DChangeLog402 * yacc.mk: when we have *.y in SRCS used explicit rules and .ORDER
1959 * yacc.mk: do .y.h and .y.c separately
/freebsd/tests/sys/netmap/
H A Dctrl-api-test.c65 eventfd(int x __unused, int y __unused) in eventfd()
/freebsd/sys/contrib/openzfs/
H A DAUTHORS647 yparitcher <y@paritcher.com>
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3344 for (int y = x, ye = 2*x+1; y != ye && !Overflow; ++y) { in getMulExpr() local
3345 uint64_t Coeff1 = Choose(x, 2*x - y, Overflow); in getMulExpr()
3346 for (int z = std::max(y-x, y-(int)AddRec->getNumOperands()+1), in getMulExpr()
3349 uint64_t Coeff2 = Choose(2*x - y, x-z, Overflow); in getMulExpr()
3356 const SCEV *Term1 = AddRec->getOperand(y-z); in getMulExpr()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc5145 INTERCEPTOR(double, remquo, double x, double y, int *quo) {
5147 COMMON_INTERCEPTOR_ENTER(ctx, remquo, x, y, quo);
5151 double res = REAL(remquo)(x, y, quo);
5155 INTERCEPTOR(float, remquof, float x, float y, int *quo) {
5157 COMMON_INTERCEPTOR_ENTER(ctx, remquof, x, y, quo);
5161 float res = REAL(remquof)(x, y, quo);
5173 INTERCEPTOR(long double, remquol, long double x, long double y, int *quo) {
5175 COMMON_INTERCEPTOR_ENTER(ctx, remquol, x, y, quo);
5179 long double res = REAL(remquol)(x, y, quo);
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi.h535 #define SVCMAP(x, y, len) \ argument
539 __set_bit(y, out); \
/freebsd/contrib/libpcap/
H A Dconfigure.ac1985 # If it's Bison, we do not want -y, as 1) we will be using -o to cause
1986 # the output for XXX.y to be written to XXX.c and 2) we don't want
3206 AC_OUTPUT(Makefile grammar.y pcap-filter.manmisc pcap-linktype.manmisc
H A Dconfigure3970 int y = 5678;
3974 report (x>y, "x is %d but y is %d", x, y);
14627 "grammar.y") CONFIG_FILES="$CONFIG_FILES grammar.y" ;;
/freebsd/contrib/tzdata/
H A Dsouthamerica193 # crecimiento en la producción y distribución energética."
265 # Provincia argentina retrasa reloj y marca diferencia con resto del país
1393 # Salas y Gómez Island is uninhabited.
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp583 bool locale::operator==(const locale& y) const { in operator ==()
584 …return (__locale_ == y.__locale_) || (__locale_->name() != "*" && __locale_->name() == y.__locale_… in operator ==()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h.in611 int ASN1_INTEGER_cmp(const ASN1_INTEGER *x, const ASN1_INTEGER *y);
/freebsd/contrib/tcsh/
H A Dcomplete.tcsh492 'c/-/(b d h k l n o p t v y V)/' \
1228 'c/-/(b c= d f h m o= q qq s t x y )/' \
/freebsd/contrib/file/magic/Magdir/
H A Driff691 # pattern with old version 4.y
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp14132 EmulateInstructionARM::AddWithCarry(uint32_t x, uint32_t y, uint8_t carry_in) { in AddWithCarry() argument
14137 uint64_t unsigned_sum = x + y + carry_in; in AddWithCarry()
14138 int64_t signed_sum = (int32_t)x + (int32_t)y + (int32_t)carry_in; in AddWithCarry()
14145 carry_out = ((int32_t)x >= (int32_t)(~y)) ? 1 : 0; in AddWithCarry()
14147 carry_out = ((int32_t)x > (int32_t)y) ? 1 : 0; in AddWithCarry()
/freebsd/crypto/openssh/
H A Dconfigure.ac4615 va_list x,y;
4616 ]], [[ va_copy(x,y); ]])],
4628 va_list x,y;
4629 ]], [[ __va_copy(x,y); ]])],
/freebsd/crypto/heimdal/
H A DChangeLog.19982778 * admin/ank.c (doit): Fix reading of `y/n'.
3120 * lib/krb5/config_file.y: Better return values on error.
3124 * lib/asn1/parse.y: ifdef HAVE_STRDUP
H A DChangeLog.1999914 * configure.in (SunOS): define to xy for SunOS x.y
1802 * lib/asn1/Makefile.am: use $(x:y=z) make syntax; move check-der
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dfil.c115 #define LBUMPD(x, y) do { softc->x.y++; DT(y); } while (0) argument
/freebsd/sys/kern/
H A Dvfs_cache.c957 #define cache_sort_vnodes(x, y) _cache_sort_vnodes((void **)(x), (void **)(y)) argument
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DOptions.td213 …def breakpoint_set_file_colon_line : Option<"joint-specifier", "y">, Group<12>, Arg<"FileLineColum…
879 def source_list_file_colon_line : Option<"joint-specifier", "y">, Group<5>,
/freebsd/contrib/jemalloc/src/
H A Darena.c39 #define STEP(step, h, x, y) \ argument
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td581 def: JoinedOrSeparate<["-"], "y">, Alias<trace_symbol>, HelpText<"Alias for --trace-symbol">;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dostream118 void swap(basic_ostream<charT, traits>& x, basic_ostream<charT, traits>& y);
/freebsd/contrib/libarchive/
H A DNEWS419 bsdcpio_test complains about missing options (-y and -z), format

1...<<111112113114115116117118