/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86EncodingOptimizationForImmediate.def | 13 #define ENTRY(LONG, SHORT) 30 #define ENTRYS(LONG, SHORT) \ 31 ENTRY(LONG, SHORT) \ 32 ENTRY(LONG##_EVEX, SHORT##_EVEX) \ 33 ENTRY(LONG##_NF, SHORT##_NF) \ 34 ENTRY(LONG##_ND, SHORT##_ND) \ 35 ENTRY(LONG##_NF_ND, SHORT##_NF_ND) 67 #define ENTRYS(LONG, SHORT) \ 68 ENTRY(LONG, SHORT) \ 69 ENTRY(LONG##_EVEX, SHORT##_EVEX) \ [all …]
|
H A D | X86EncodingOptimization.cpp | 452 #define ENTRY(LONG, SHORT) \ in getOpcodeForShortImmediateForm() argument 454 return X86::SHORT; in getOpcodeForShortImmediateForm() 463 #define ENTRY(LONG, SHORT) \ in getOpcodeForLongImmediateForm() argument 464 case X86::SHORT: \ in getOpcodeForLongImmediateForm() 475 #define ENTRY(LONG, SHORT) \ in optimizeToShortImmediateForm() argument 477 NewOpc = X86::SHORT; \ in optimizeToShortImmediateForm()
|
/freebsd/sys/libkern/x86/ |
H A D | crc32_sse42.c | 77 #define SHORT 64 macro 207 crc32c_zeros(crc32c_short, SHORT); in crc32c_init_hw() 208 crc32c_zeros(crc32c_2short, 2 * SHORT); in crc32c_init_hw() 240 #if LONG > SHORT in sse42_crc32c() 327 while (len >= SHORT * 3) { in sse42_crc32c() 330 end = next + SHORT; in sse42_crc32c() 335 *(const uint64_t *)(next + SHORT)); in sse42_crc32c() 337 *(const uint64_t *)(next + (SHORT * 2))); in sse42_crc32c() 341 *(const uint32_t *)(next + SHORT)); in sse42_crc32c() 343 *(const uint32_t *)(next + (SHORT * 2))); in sse42_crc32c() [all …]
|
/freebsd/sys/kern/ |
H A D | subr_scanf.c | 55 #define SHORT 0x04 /* h: short */ macro 185 if (flags & SHORT){ in vsscanf() 186 flags &= ~SHORT; in vsscanf() 189 flags |= SHORT; in vsscanf() 261 else if (flags & SHORT) in vsscanf() 542 else if (flags & SHORT) in vsscanf()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_win32con.c | 384 WINCONSOLE.save_region.Bottom = (SHORT) (WINCONSOLE.SBI.dwSize.Y - 1); in save_original_screen() 385 WINCONSOLE.save_region.Right = (SHORT) (WINCONSOLE.SBI.dwSize.X - 1); in save_original_screen() 418 bufferCoord.X = (SHORT) (WINCONSOLE.window_only ? 420 bufferCoord.Y = (SHORT) (WINCONSOLE.window_only ? 451 WINCONSOLE.save_size.X = (SHORT) (WINCONSOLE.save_region.Right in read_screen_data() 453 WINCONSOLE.save_size.Y = (SHORT) (WINCONSOLE.save_region.Bottom in read_screen_data() 459 bufferCoord.X = (SHORT) (WINCONSOLE.window_only ? in read_screen_data() 461 bufferCoord.Y = (SHORT) (WINCONSOLE.window_only ? in read_screen_data() 574 rect.Right = (SHORT) (wide - 1); in _nc_console_set_scrollback() 575 rect.Bottom = (SHORT) (high - 1); in _nc_console_set_scrollback() [all …]
|
/freebsd/contrib/ncurses/ncurses/win32con/ |
H A D | win_driver.c | 219 save_size.X = (SHORT) (save_region.Right - save_region.Left + 1); 220 save_size.Y = (SHORT) (save_region.Bottom - save_region.Top + 1); 297 loc.X = (SHORT) 0; in con_write16() 298 loc.Y = (SHORT) 0; in con_write16() 299 siz.X = (SHORT) actual; in con_write16() 302 rec.Left = (SHORT) x; in con_write16() 303 rec.Top = (SHORT) (y + AdjustY()); in con_write16() 304 rec.Right = (SHORT) (x + limit - 1); in con_write16() 448 bufferCoord.X = (SHORT) (CON.window_only ? CON.SBI.srWindow.Left : 0); in restore_original_screen() 449 bufferCoord.Y = (SHORT) (CON.window_only ? CON.SBI.srWindow.Top : 0); in restore_original_screen() [all …]
|
H A D | win32_driver.c | 127 save_size.X = (SHORT) (save_region.Right - save_region.Left + 1); 128 save_size.Y = (SHORT) (save_region.Bottom - save_region.Top + 1); 206 loc.X = (SHORT) 0; in con_write16() 207 loc.Y = (SHORT) 0; in con_write16() 208 siz.X = (SHORT) actual; in con_write16() 211 rec.Left = (SHORT) x; in con_write16() 212 rec.Top = (SHORT) (y + AdjustY()); in con_write16() 213 rec.Right = (SHORT) (x + limit - 1); in con_write16() 351 bufferCoord.X = (SHORT) (WINCONSOLE.window_only ? in restore_original_screen() 353 bufferCoord.Y = (SHORT) (WINCONSOLE.window_only ? in restore_original_screen() [all …]
|
/freebsd/lib/libc/stdio/ |
H A D | vfscanf.c | 70 #define SHORT 0x04 /* h: short */ macro 565 flags &= ~(SHORTSHORT|SHORT|LONG|LONGLONG|SIZET|INTMAXT|PTRDIFFT); in __svfscanf() 580 flags |= SHORT; in __svfscanf() 601 if (flags & SHORT) { in __svfscanf() 602 flags &= ~SHORT; in __svfscanf() 605 flags |= SHORT; in __svfscanf() 692 else if (flags & SHORT) in __svfscanf() 822 else if (flags & SHORT) in __svfscanf()
|
H A D | vfwscanf.c | 66 #define SHORT 0x04 /* h: short */ macro 547 flags &= ~(SHORTSHORT|SHORT|LONG|LONGLONG|SIZET|INTMAXT|PTRDIFFT); in __vfwscanf() 562 flags |= SHORT; in __vfwscanf() 583 if (flags & SHORT) { in __vfwscanf() 584 flags &= ~SHORT; in __vfwscanf() 587 flags |= SHORT; in __vfwscanf() 685 else if (flags & SHORT) in __vfwscanf() 800 else if (flags & SHORT) in __vfwscanf()
|
/freebsd/contrib/netbsd-tests/lib/libc/regex/ |
H A D | main.c | 166 # define SHORT 10 in regress() macro 201 ne = regerror(REG_BADPAT, NULL, erbuf, (size_t)SHORT); in regress() 202 if (strncmp(erbuf, badpat, SHORT-1) != 0 || erbuf[SHORT-1] != '\0' || in regress() 205 erbuf, SHORT-1, badpat); in regress()
|
/freebsd/lib/libc/regex/grot/ |
H A D | main.c | 136 # define SHORT 10 in regress() macro 171 ne = regerror(REG_BADPAT, (regex_t *)NULL, erbuf, (size_t)SHORT); in regress() 172 if (strncmp(erbuf, badpat, SHORT-1) != 0 || erbuf[SHORT-1] != '\0' || in regress() 175 erbuf, SHORT-1, badpat); in regress()
|
/freebsd/contrib/sendmail/libsm/ |
H A D | vfscanf.c | 35 #define SHORT 0x04 /* h: short */ macro 208 flags |= SHORT; 309 if (flags & SHORT) 639 else if (flags & SHORT)
|
/freebsd/share/i18n/csmapper/KOI/ |
H A D | KOI8-E%UCS.src | 35 0xAE = 0x045E # CYRILLIC SMALL LETTER SHORT U 51 0xBE = 0x040E # CYRILLIC CAPITAL LETTER SHORT U
|
H A D | UCS%KOI8-E.src | 36 0x040E = 0xBE # CYRILLIC CAPITAL LETTER SHORT U 51 0x045E = 0xAE # CYRILLIC SMALL LETTER SHORT U
|
H A D | KOI8-C%UCS.src | 71 0xAE = 0x045E # CYRILLIC SMALL LETTER SHORT U 87 0xBE = 0x040E # CYRILLIC CAPITAL LETTER SHORT U
|
H A D | UCS%KOI8-C.src | 38 0x040E = 0xBE # CYRILLIC CAPITAL LETTER SHORT U 53 0x045E = 0xAE # CYRILLIC SMALL LETTER SHORT U
|
/freebsd/bin/ps/ |
H A D | ps.h | 35 enum type { CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, KPTR, PGTOK }; enumerator
|
/freebsd/tools/tools/locale/etc/charmaps/ |
H A D | CP1251.TXT | 181 0xA1 0x040E #CYRILLIC CAPITAL LETTER SHORT U 182 0xA2 0x045E #CYRILLIC SMALL LETTER SHORT U 221 0xC9 0x0419 #CYRILLIC CAPITAL LETTER SHORT I 253 0xE9 0x0439 #CYRILLIC SMALL LETTER SHORT I
|
H A D | CP866.TXT | 156 0x89 0x0419 #CYRILLIC CAPITAL LETTER SHORT I 188 0xa9 0x0439 #CYRILLIC SMALL LETTER SHORT I 265 0xf6 0x040e #CYRILLIC CAPITAL LETTER SHORT U 266 0xf7 0x045e #CYRILLIC SMALL LETTER SHORT U
|
H A D | PT154.TXT | 184 0xa1 0x040E # CYRILLIC CAPITAL LETTER SHORT U (Byelorussian) 185 0xa2 0x045E # CYRILLIC SMALL LETTER SHORT U (Byelorussian) 224 0xc9 0x0419 # CYRILLIC CAPITAL LETTER SHORT I 256 0xe9 0x0439 # CYRILLIC SMALL LETTER SHORT I
|
H A D | ISO8859-5.TXT | 223 0xAE 0x040E # CYRILLIC CAPITAL LETTER SHORT U 234 0xB9 0x0419 # CYRILLIC CAPITAL LETTER SHORT I 266 0xD9 0x0439 # CYRILLIC SMALL LETTER SHORT I 303 0xFE 0x045E # CYRILLIC SMALL LETTER SHORT U
|
H A D | ISCII-DEV.TXT | 375 0xAB 0x090E # DEVANAGARI LETTER SHORT E 379 0xAF 0x0912 # DEVANAGARI LETTER SHORT O 428 0xE0 0x0946 # DEVANAGARI VOWEL SIGN SHORT E 432 0xE4 0x094A # DEVANAGARI VOWEL SIGN SHORT O
|
H A D | KOI8-R.TXT | 250 0xCA 0x0439 # CYRILLIC SMALL LETTER SHORT I 282 0xEA 0x0419 # CYRILLIC CAPITAL LETTER SHORT I
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | z_Windows_NT-586_asm.asm | 567 jmp SHORT $L22237 574 jle SHORT $L22239 585 jmp SHORT $L22238 1053 jz SHORT $__kmp_success 1058 jmp SHORT $__kmp_loop 1240 jge SHORT $_kmp_invoke_stack_align
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | ProcessMinidump.cpp | 562 #define INIT_BOOL(VAR, LONG, SHORT, DESC) \ argument 563 VAR(LLDB_OPT_SET_1, false, LONG, SHORT, DESC, false, true)
|