/third_party/lzma/C/ |
H A D | Ppmd7Enc.c | 197 CPpmd_See *see;
in Ppmd7z_EncodeSymbol() local 220 // see = Ppmd7_MakeEscFreq(p, numMasked, &escFreq);
in Ppmd7z_EncodeSymbol() 225 see = p->See[(unsigned)p->NS2Indx[(size_t)nonMasked - 1]]
in Ppmd7z_EncodeSymbol() 231 // if (see->Summ) field is larger than 16-bit, we need only low 16 bits of Summ
in Ppmd7z_EncodeSymbol() 232 unsigned summ = (UInt16)see->Summ; // & 0xFFFF
in Ppmd7z_EncodeSymbol() 233 unsigned r = (summ >> see->Shift);
in Ppmd7z_EncodeSymbol() 234 see->Summ = (UInt16)(summ - r);
in Ppmd7z_EncodeSymbol() 240 see = &p->DummySee;
in Ppmd7z_EncodeSymbol() 258 Ppmd_See_UPDATE(see)
in Ppmd7z_EncodeSymbol() 293 see in Ppmd7z_EncodeSymbol() [all...] |
H A D | Ppmd7Dec.c | 189 CPpmd_See *see;
in Ppmd7z_DecodeSymbol() local 227 see = Ppmd7_MakeEscFreq(p, numMasked, &freqSum);
in Ppmd7z_DecodeSymbol() 253 // new (see->Summ) value can overflow over 16-bits in some rare cases
in Ppmd7z_DecodeSymbol() 254 Ppmd_See_UPDATE(see)
in Ppmd7z_DecodeSymbol() 266 // We increase (see->Summ) for sum of Freqs of all non_Masked symbols.
in Ppmd7z_DecodeSymbol() 267 // new (see->Summ) value can overflow over 16-bits in some rare cases
in Ppmd7z_DecodeSymbol() 268 see->Summ = (UInt16)(see->Summ + freqSum);
in Ppmd7z_DecodeSymbol()
|
H A D | Ppmd7.c | 923 CPpmd_See *see;
in Ppmd7_MakeEscFreq() local 929 see = p->See[(unsigned)p->NS2Indx[(size_t)nonMasked - 1]]
in Ppmd7_MakeEscFreq() 935 // if (see->Summ) field is larger than 16-bit, we need only low 16 bits of Summ
in Ppmd7_MakeEscFreq() 936 unsigned summ = (UInt16)see->Summ; // & 0xFFFF
in Ppmd7_MakeEscFreq() 937 unsigned r = (summ >> see->Shift);
in Ppmd7_MakeEscFreq() 938 see->Summ = (UInt16)(summ - r);
in Ppmd7_MakeEscFreq() 944 see = &p->DummySee;
in Ppmd7_MakeEscFreq() 947 return see;
in Ppmd7_MakeEscFreq()
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | Makefile | 15 .PHONY: clean distclean see test hard soft standalone 40 .PHONY: see 42 see: x.html
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | Makefile | 15 .PHONY: clean distclean see test hard soft standalone 40 .PHONY: see 42 see: x.html
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | html_printer.py | 223 for see in msg.see_also: 224 if isinstance(see, MessageContext): 226 '<li>{}</li>\n'.format(self.formatContext(see))) 227 self.recordUsage(see, 230 linkBackTooltip='see-also associated with {} at {}'.format(msg.message_type, self.formatContextBrief(see))) 232 self.f.write('<li>{}</li>\n'.format(self.formatBrief(see)))
|
H A D | console_printer.py | 227 lines.extend((' {}'.format(self.formatBrief(see)) 228 for see in msg.see_also))
|
/third_party/gn/src/gn/ |
H A D | function_get_target_outputs.cc | 43 template to the sources (see "gn help source_expansion"). This will be the 45 process_file_template will return for those inputs (see "gn help
|
/third_party/curl/docs/libcurl/ |
H A D | mksymbolsmanpage.pl | 305 my $see = $rem || $dep ? "" : nameref($symbol); 306 if($see) { 307 print " See $see.";
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Template.pm | 32 A few extra functions are offered to be used by the template perl code, see 92 not how we pass them, see the HASH option used in fill_in() above
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Template.pm | 32 A few extra functions are offered to be used by the template perl code, see 92 not how we pass them, see the HASH option used in fill_in() above
|
/third_party/skia/modules/pathkit/tests/ |
H A D | pathops.spec.js | 49 // Look through commands and see if they are within tolerance. 109 it('combines two paths with .op() and matches what we see from C++', function(done) { 168 it('simplifies a path with .simplify() and matches what we see from C++', function(done) {
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha1-ia64.pl | 14 # details see http://www.openssl.org/~appro/cryptogams/. 90 mux2 tmp6=$a,0x44 };; // see b in next iteration 115 mux2 tmp6=$a,0x44 };; // see b in next iteration 145 mux2 tmp6=$a,0x44 };; // see b in next iteration 174 mux2 tmp6=$a,0x44 };; // see b in next iteration 223 mux2 tmp6=$a,0x44 };; // see b in next iteration
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha1-ia64.pl | 14 # details see http://www.openssl.org/~appro/cryptogams/. 90 mux2 tmp6=$a,0x44 };; // see b in next iteration 115 mux2 tmp6=$a,0x44 };; // see b in next iteration 145 mux2 tmp6=$a,0x44 };; // see b in next iteration 174 mux2 tmp6=$a,0x44 };; // see b in next iteration 223 mux2 tmp6=$a,0x44 };; // see b in next iteration
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_get_proc_info.tex | 58 for use by the \Func{find\_proc\_info}() call-back (see 64 \Func{find\_proc\_info}() call-back (see 71 \Func{find\_proc\_info}() call-back (see 106 returned by the \Func{access\_mem}() call-back (see
|
H A D | unw_set_reg.tex | 29 stack-pointer). However, for signal frames (see 60 \Func{access\_fpreg}() call-backs (see
|
H A D | unw_get_fpreg.tex | 29 stack-pointer). However, for signal frames (see 57 \Func{access\_fpreg}() call-backs (see
|
H A D | unw_get_reg.tex | 29 stack-pointer). However, for signal frames (see 58 \Func{access\_fpreg}() call-backs (see
|
H A D | unw_set_fpreg.tex | 29 stack-pointer). However, for signal frames (see 59 \Func{access\_fpreg}() call-backs (see
|
/third_party/python/Lib/idlelib/ |
H A D | undo.py | 228 text.see('insert') 235 text.see('insert') 289 text.see('insert') 296 text.see('insert')
|
/third_party/musl/src/math/x32/ |
H A D | acosl.s | 0 # see ../i386/acos.s
|
/third_party/musl/src/math/x86_64/ |
H A D | acosl.s | 0 # see ../i386/acos.s
|
/third_party/skia/third_party/externals/angle2/src/ |
H A D | copy_compiler_dll.bat | 5 :: This is equivalent to `touch', see:
|
/third_party/icu/icu4c/source/io/ |
H A D | ucln_io.cpp | 26 #error U_IO_IMPLEMENTATION not set - must be set for all ICU source files in io/ - see https://unicode-org.github.io/icu/userguide/howtouseicu
|
/third_party/node/test/internet/ |
H A D | test-inspector-help-page.js | 14 const helpUrl = stderr.match(/For help, see: (.+)/)[1];
|