Home
last modified time | relevance | path

Searched refs:Y (Results 226 – 250 of 1263) sorted by relevance

12345678910>>...51

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp550 Value *Y; in foldCttzCtlz() local
638 Value *X, *Y; in foldCtpop() local
648 X == Y) in foldCtpop()
1059 Value *X, *Y; in getKnownSign() local
1074 Value *X, *Y; in getKnownSignOrZero() local
1263 Value *X, *Y; in reassociateMinMaxWithConstantInOperand() local
1403 Value *X, *Y; in foldBitOrderCrossLogicOp() local
1631 Value *X, *Y; in visitCallInst() local
1652 Value *X, *Y; in visitCallInst() local
1846 Value *X, *Y; in visitCallInst() local
[all …]
/freebsd/share/timedef/
H A Dbe_BY.CP1131.src59 %a %e %b %X %Y
66 %a %e %b %Y %X %Z
H A Dbe_BY.CP1251.src59 %a %e %b %X %Y
66 %a %e %b %Y %X %Z
H A Dbe_BY.ISO8859-5.src59 %a %e %b %X %Y
66 %a %e %b %Y %X %Z
H A Dbe_BY.UTF-8.src59 %a %e %b %X %Y
66 %a %e %b %Y %X %Z
H A Dbg_BG.CP1251.src59 %a %e %b %X %Y
66 %a %e %b %Y %X %Z
H A Dbg_BG.UTF-8.src59 %a %e %b %X %Y
66 %a %e %b %Y %X %Z
/freebsd/usr.sbin/bhyve/kbdlayout/
H A Dch-fr23 'Y',0x1a; Y (0x59)
H A Dhu_10226 'Y',0x1a; Y (0x59)
H A Dch_macbook_acc24 'Y',0x1a; Y (0x59)
H A Dde24 'Y',0x1a; Y (0x59)
H A Dde_acc24 'Y',0x1a; Y (0x59)
H A Dde_noacc24 'Y',0x1a; Y (0x59)
/freebsd/sys/contrib/zstd/lib/common/
H A Dfse_decompress.c54 #define FSE_CAT(X,Y) X##Y argument
55 #define FSE_FUNCTION_NAME(X,Y) FSE_CAT(X,Y) argument
56 #define FSE_TYPE_NAME(X,Y) FSE_CAT(X,Y) argument
/freebsd/crypto/openssh/
H A Dbuildpkg.sh.in521 [n,N]|[n,N][o,O]|[y,Y]|[y,Y][e,E][s,S]) echo "\${key}\\c"
547 [y,Y]*) PRE_INS_STOP=yes
558 [y,Y]*) POST_INS_START=yes ;;
579 [y,Y]*) USE_SYM_LINKS=yes ;;
588 [y,Y]*) PRE_INS_STOP=yes
599 [y,Y]*) POST_INS_START=yes ;;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp444 B = Y; in setPoint()
508 if (Y->isAny()) in intersectConstraints()
510 *X = *Y; in intersectConstraints()
515 if (Y->isEmpty()) { in intersectConstraints()
532 *X = *Y; in intersectConstraints()
1065 Y = Yop; in isKnownPredicate()
1511 Y = BM.slt(0) ? B1 : -B1; in findGCD()
1591 APInt G, X, Y; in exactSIVtest() local
1620 APInt TY = Y * TC; in exactSIVtest()
1974 APInt G, X, Y; in exactRDIVtest() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp260 #define ELF_RELOC(X, Y) .Case(#X, Y) in getFixupKind() argument
270 #define ELF_RELOC(X, Y) .Case(#X, Y) in getFixupKind() argument
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
H A Dkeypair.c63 fe25519_sub(one_minus_y, one_minus_y, A.Y); in crypto_sign_ed25519_pk_to_curve25519()
65 fe25519_add(x, x, A.Y); in crypto_sign_ed25519_pk_to_curve25519()
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c112 int max_cells = (WINCONSOLE.SBI.dwSize.Y *
130 bufferCoord.X = bufferCoord.Y = 0;
207 loc.Y = (SHORT) 0; in con_write16()
209 siz.Y = 1; in con_write16()
246 loc.Y = (short) 0; in con_write8()
248 siz.Y = 1; in con_write8()
353 bufferCoord.Y = (SHORT) (WINCONSOLE.window_only ? in restore_original_screen()
364 WINCONSOLE.save_size.Y, in restore_original_screen()
606 this_size.Y = (SHORT) high; in wcon_dobeepflash()
609 bufferCoord.Y = this_region.Top; in wcon_dobeepflash()
[all …]
/freebsd/share/misc/
H A Dascii12 |130 X |131 Y |132 Z |133 [ |134 \ |135 ] |136 ^ |137 _ |
29 | 58 X | 59 Y | 5a Z | 5b [ | 5c \ | 5d ] | 5e ^ | 5f _ |
46 | 88 X | 89 Y | 90 Z | 91 [ | 92 \ | 93 ] | 94 ^ | 95 _ |
/freebsd/sys/contrib/dev/athk/ath10k/
H A DKconfig60 If unsure, say Y to make it easier to debug problems.
68 If unsure, say Y to make it easier to debug problems.
76 Say Y to enable access to the FFT/spectral data via debugfs.
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Dulcb-kf-simple-audio-card-mix+split.dtsi14 * (C) CPU3 (2ch) ----> (8ch) (Y) PCM3168A-p (TDM-0 : 0,1ch)
81 * (Y) PCM3168A-p
114 * (Y) PCM3168A-p
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp152 CVPLatticeVal MergeValues(CVPLatticeVal X, CVPLatticeVal Y) override { in MergeValues() argument
153 if (X == getOverdefinedVal() || Y == getOverdefinedVal()) in MergeValues()
155 if (X == getUndefVal() && Y == getUndefVal()) in MergeValues()
159 Y.getFunctions().begin(), Y.getFunctions().end(), in MergeValues()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZScheduleZ13.td329 (instregex "IC32(Y)?$")>;
345 (instregex "A(Y)?$")>;
347 (instregex "AH(Y)?$")>;
358 (instregex "AL(Y)?$")>;
387 (instregex "S(G|Y)?$")>;
389 (instregex "SH(Y)?$")>;
416 (instregex "N(G|Y)?$")>;
434 (instregex "O(G|Y)?$")>;
452 (instregex "X(G|Y)?$")>;
610 (instregex "CDS(Y)?$")>;
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DOptEmitter.cpp23 const char *X = A, *Y = B; in StrCmpOptionName() local
30 b = tolower(*++Y); in StrCmpOptionName()

12345678910>>...51