/reactos/sdk/lib/3rdparty/zlib/ |
H A D | infback.c | 406 if (here.val < 16) { 500 if (here.op && (here.op & 0xf0) == 0) { 501 last = here; 510 DROPBITS(here.bits); 514 if (here.op == 0) { 515 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? 526 if (here.op & 32) { 533 if (here.op & 64) { 555 last = here; 564 DROPBITS(here.bits); [all …]
|
H A D | inftrees.c | 119 here.bits = (unsigned char)1; 120 here.val = (unsigned short)0; 122 *(*table)++ = here; 216 here.bits = (unsigned char)(len - drop); 218 here.op = (unsigned char)0; 219 here.val = work[sym]; 223 here.val = base[work[sym] - match]; 227 here.val = 0; 236 next[(huff >> drop) + fill] = here; 296 here.val = (unsigned short)0; [all …]
|
H A D | inffast.c | 110 here = lcode + (hold & lmask); 112 op = (unsigned)(here->bits); 115 op = (unsigned)(here->op); 117 Tracevv((stderr, here->val >= 0x20 && here->val < 0x7f ? 123 len = (unsigned)(here->val); 141 here = dcode + (hold & dmask); 143 op = (unsigned)(here->bits); 146 op = (unsigned)(here->op); 148 dist = (unsigned)(here->val); 267 here = dcode + here->val + (hold & ((1U << op) - 1)); [all …]
|
H A D | inflate.c | 984 if (here.val < 16) { 1079 if (here.op && (here.op & 0xf0) == 0) { 1080 last = here; 1090 DROPBITS(here.bits); 1091 state->back += here.bits; 1094 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? 1100 if (here.op & 32) { 1106 if (here.op & 64) { 1132 last = here; 1142 DROPBITS(here.bits); [all …]
|
/reactos/dll/win32/dbghelp/ |
H A D | inflate.c | 337 op = (unsigned)(here.op); in inflate_fast() 339 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? in inflate_fast() 489 here = dcode[here.val + (hold & ((1U << op) - 1))]; in inflate_fast() 499 here = lcode[here.val + (hold & ((1U << op) - 1))]; in inflate_fast() 618 *(*table)++ = here; in inflate_table() 723 here.val = 0; in inflate_table() 793 next[huff] = here; in inflate_table() 1692 if (here.op && (here.op & 0xf0) == 0) { in inflate() 1693 last = here; in inflate() 1707 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? in inflate() [all …]
|
/reactos/dll/win32/wininet/ |
H A D | inflate.c | 332 op = (unsigned)(here.op); in inflate_fast() 334 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? in inflate_fast() 484 here = dcode[here.val + (hold & ((1U << op) - 1))]; in inflate_fast() 494 here = lcode[here.val + (hold & ((1U << op) - 1))]; in inflate_fast() 613 *(*table)++ = here; in inflate_table() 718 here.val = 0; in inflate_table() 788 next[huff] = here; in inflate_table() 1687 if (here.op && (here.op & 0xf0) == 0) { in inflate() 1688 last = here; in inflate() 1702 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? in inflate() [all …]
|
/reactos/sdk/lib/3rdparty/adns/ |
H A D | Makefile.in | 42 $(MAKE) $@-here 44 all-here install-here uninstall-here distprep-here: README 46 clean-here mostlyclean-here: 50 distclean-here maintainer-clean-here: clean-here
|
/reactos/sdk/lib/fslib/vfatlib/check/ |
H A D | file.c | 146 char *here; in file_add() local 153 if ((here = strchr(path, '/'))) in file_add() 154 *here = 0; in file_add() 158 if (!here && (!strncmp(name, walk->name, MSDOS_NAME) || (type == in file_add() 168 else if (here && !strncmp(name, walk->name, MSDOS_NAME)) in file_add() 173 walk->type = here ? fdt_none : type; in file_add() 179 if (!here) in file_add() 181 *here = '/'; in file_add() 182 path = here + 1; in file_add()
|
/reactos/sdk/lib/ucrt/lowio/ |
H A D | eof.cpp | 32 __int64 const here = _lseeki64_nolock(fh, 0ll, SEEK_CUR); in _eof() local 33 if (here == -1ll) in _eof() 42 if (here == end) in _eof() 47 _lseeki64_nolock(fh, here, SEEK_SET); in _eof()
|
H A D | filelength.cpp | 39 Integer const here = traits::lseek_nolock(fh, 0, SEEK_CUR); in common_filelength() 40 if (here == -1) in common_filelength() 44 if (here != end) in common_filelength() 45 traits::lseek_nolock(fh, here, SEEK_SET); in common_filelength()
|
/reactos/base/system/diskpart/ |
H A D | diskpart_msg.mc | 277 <Add ADD command help text here> 280 <Add ADD command help text here> 283 <Add ADD command help text here> 286 <Add ADD command help text here> 292 <Add ADD command help text here> 295 <Add ADD command help text here> 298 <Add ADD command help text here> 301 <Add ADD command help text here> 304 <Add ADD command help text here> 458 <Add BREAK command help text here> [all …]
|
/reactos/base/shell/cmd/ |
H A D | ren.txt | 38 srcPattern: here is stored Source Argument (C:\ie\hello.txt) 39 srcPath: here is stored Source Path(C:\ie) 40 srcFILE: here is stored FILE name(hello.txt) 42 dstPattern: here is stored Destiny Argument (C:\ie\hi.txt) 43 dstPath: here is stored Destiny Path(C:\i) 44 dstFILE: here is stored FILE re-name(hi.txt)
|
/reactos/modules/rosapps/applications/net/dhcpd/ |
H A D | Makefile.in | 186 here=`pwd` && cd $(srcdir) \ 187 && mkid -f$$here/ID $$unique $(LISP) 191 here=`pwd`; \ 194 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ 202 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS) 251 here=`cd $(top_builddir) && pwd`; \ 255 …&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_di…
|
/reactos/modules/rosapps/applications/net/dhcpd/src/ |
H A D | Makefile.in | 217 here=`pwd` && cd $(srcdir) \ 218 && mkid -f$$here/ID $$unique $(LISP) 222 here=`pwd`; \ 225 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ 233 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) 249 here=`cd $(top_builddir) && pwd`; \ 253 …&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_di…
|
/reactos/sdk/lib/3rdparty/adns/src/ |
H A D | general.c | 302 adns_status here, min, max; in sti_compar() local 304 here= *st; in sti_compar() 308 return here < min ? -1 : here > max ? 1 : 0; in sti_compar()
|
/reactos/modules/rosapps/applications/devutils/vgafontedit/ |
H A D | fileformats.txt | 4 We only deal with 8x8 fonts with 256 characters, so different formats aren't described here. 47 We only deal with fonts here, which don't have any special modes, so this value should be 0.
|
/reactos/sdk/lib/ucrt/string/arm64/ |
H A D | wcslen.s | 16 …; An alternative would be to modify the standard headers and define wcsnlen_s here. It would be ju… 196 … ; no need to check here for x3 == 0 because: 241 … ; and just move that to x0 here, but that would add an instruction to all paths in order 242 … ; to save one here that's only on the overrun path. So we reconstruct the value instead.
|
/reactos/drivers/network/tcpip/lwip/doc/ |
H A D | mqtt_client.txt | 35 /* Minimal amount of information required is client identifier, so set it here */ 82 /* Just print the result code here for simplicity, 92 Example here uses a global variable, better would be to use a member in arg
|
/reactos/modules/rostests/tests/ |
H A D | README.txt | 4 Please DO NOT add new tests here.
|
/reactos/sdk/tools/create_nls/unicode.org/ReactOS/ |
H A D | ReadMe | 4 to here and rename it to ibmcp861.txt
|
/reactos/dll/cpl/sysdm/resources/ |
H A D | License.txt | 1 The wizard hat icon was created by Yahir Vite and was downloaded from here: http://findicons.com/ic…
|
/reactos/win32ss/user/winsrv/consrv/frontends/gui/lang/ |
H A D | ru-RU.rc | 15 IDS_SCROLLHERE "Scroll here"
|
H A D | en-US.rc | 15 IDS_SCROLLHERE "Scroll here"
|
/reactos/modules/rostests/tests/spec2def/ |
H A D | test.spec | 1 ; Comments be here() function
|
/reactos/.github/ |
H A D | PULL_REQUEST_TEMPLATE.md | 3 _Do a quick recap of your work here._
|