Home
last modified time | relevance | path

Searched refs:SHORT (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/sys/libkern/x86/
H A Dcrc32_sse42.c77 #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()
351 next += SHORT * 2; in sse42_crc32c()
[all …]
/freebsd/sys/kern/
H A Dsubr_scanf.c55 #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/win32con/
H A Dwin_driver.c295 loc.X = (SHORT) 0; in con_write16()
296 loc.Y = (SHORT) 0; in con_write16()
297 siz.X = (SHORT) actual; in con_write16()
300 rec.Left = (SHORT) x; in con_write16()
301 rec.Top = (SHORT) (y + AdjustY()); in con_write16()
689 this_size.X = (SHORT) wide; in wcon_dobeepflash()
690 this_size.Y = (SHORT) high; in wcon_dobeepflash()
974 rect.Right = (SHORT) (wide - 1); in set_scrollback()
975 rect.Bottom = (SHORT) (high - 1); in set_scrollback()
977 coord.X = (SHORT) wide; in set_scrollback()
[all …]
H A Dwin32_driver.c127 save_size.X = (SHORT) (save_region.Right - save_region.Left + 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()
605 this_size.X = (SHORT) wide; in wcon_dobeepflash()
[all …]
/freebsd/lib/libc/stdio/
H A Dvfscanf.c70 #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 Dvfwscanf.c66 #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/ncurses/ncurses/tinfo/
H A Dlib_win32con.c398 WINCONSOLE.save_region.Right = (SHORT) (WINCONSOLE.SBI.dwSize.X - 1); in save_original_screen()
430 bufferCoord.X = (SHORT) (WINCONSOLE.window_only ? in restore_original_screen()
432 bufferCoord.Y = (SHORT) (WINCONSOLE.window_only ? in restore_original_screen()
462 WINCONSOLE.save_size.X = (SHORT) (WINCONSOLE.save_region.Right in read_screen_data()
464 WINCONSOLE.save_size.Y = (SHORT) (WINCONSOLE.save_region.Bottom in read_screen_data()
470 bufferCoord.X = (SHORT) (WINCONSOLE.window_only ? in read_screen_data()
472 bufferCoord.Y = (SHORT) (WINCONSOLE.window_only ? in read_screen_data()
585 rect.Right = (SHORT) (wide - 1); in _nc_console_set_scrollback()
586 rect.Bottom = (SHORT) (high - 1); in _nc_console_set_scrollback()
588 coord.X = (SHORT) wide; in _nc_console_set_scrollback()
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c166 # 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 Dmain.c136 # 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/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86EncodingOptimization.cpp429 #define ENTRY(LONG, SHORT) \ in getOpcodeForShortImmediateForm() argument
431 return X86::SHORT; in getOpcodeForShortImmediateForm()
440 #define ENTRY(LONG, SHORT) \ in getOpcodeForLongImmediateForm() argument
441 case X86::SHORT: \ in getOpcodeForLongImmediateForm()
452 #define ENTRY(LONG, SHORT) \ in optimizeToShortImmediateForm() argument
454 NewOpc = X86::SHORT; \ in optimizeToShortImmediateForm()
H A DX86EncodingOptimizationForImmediate.def13 #define ENTRY(LONG, SHORT)
/freebsd/contrib/sendmail/libsm/
H A Dvfscanf.c35 #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 DKOI8-E%UCS.src35 0xAE = 0x045E # CYRILLIC SMALL LETTER SHORT U
51 0xBE = 0x040E # CYRILLIC CAPITAL LETTER SHORT U
H A DUCS%KOI8-E.src36 0x040E = 0xBE # CYRILLIC CAPITAL LETTER SHORT U
51 0x045E = 0xAE # CYRILLIC SMALL LETTER SHORT U
H A DKOI8-C%UCS.src71 0xAE = 0x045E # CYRILLIC SMALL LETTER SHORT U
87 0xBE = 0x040E # CYRILLIC CAPITAL LETTER SHORT U
H A DUCS%KOI8-C.src38 0x040E = 0xBE # CYRILLIC CAPITAL LETTER SHORT U
53 0x045E = 0xAE # CYRILLIC SMALL LETTER SHORT U
/freebsd/bin/ps/
H A Dps.h35 enum type { CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, KPTR, PGTOK }; enumerator
/freebsd/tools/tools/locale/etc/charmaps/
H A DCP1251.TXT181 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 DCP866.TXT156 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 DPT154.TXT184 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 DISO8859-5.TXT223 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 DISCII-DEV.TXT375 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 DKOI8-R.TXT250 0xCA 0x0439 # CYRILLIC SMALL LETTER SHORT I
282 0xEA 0x0419 # CYRILLIC CAPITAL LETTER SHORT I
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm567 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 DProcessMinidump.cpp562 #define INIT_BOOL(VAR, LONG, SHORT, DESC) \ argument
563 VAR(LLDB_OPT_SET_1, false, LONG, SHORT, DESC, false, true)

12