search for: pading

Displaying 11 results from an estimated 11 matches for "pading".

Did you mean: padding
2006 Sep 06
2
Getting subframe type=verbatim on 16 bit files
...t_do_mid_side_stereo(true); setValue = flacCompressor.set_loose_mid_side_stereo(true); } if (!flacCompressor.SetupInboundBuffer(pcmData)) return false; FLAC__StreamMetadata padding; FLAC__StreamMetadata *metadata [1]; // stuff some pading for metadata padding.type = FLAC__METADATA_TYPE_PADDING; padding.is_last = 0; padding.length = 40; metadata[0] = &padding; setValue = flacCompressor.set_metadata(metadata, 1); FlacEncoder::Stream::State flacState = flacCompressor.init...
2011 Oct 17
2
puppet dashboard and complex data
So I am messing around with puppet dashboard and for the most part for what I am working on it fits the bill for an ENC. The only question I have is I need to pass information about a customer to set up resources and the system can have multiple customers on it. What is the best way to handle complex data? Would I be able to pass json data for example? -- You received this message because you
2004 Aug 18
6
Report of collision-generation with MD5
Just got a pointer to this via ACM "TechNews Alert" for today: http://www.acm.org/technews/articles/2004-6/0818w.html#item2 Seems that "... French computer scientist Antoine Joux reported on Aug. 12 his discovery of a flaw in the MD5 algorithm, which is often used with digital signatures...." There's more in the article cited above. Peace, david -- David H. Wolfskill
2006 Sep 06
0
Getting subframe type=verbatim on 16 bit files
...= flacCompressor.set_loose_mid_side_stereo(true); > } > > if (!flacCompressor.SetupInboundBuffer(pcmData)) return false; > > > FLAC__StreamMetadata padding; > FLAC__StreamMetadata *metadata [1]; > > // stuff some pading for metadata > padding.type = FLAC__METADATA_TYPE_PADDING; > padding.is_last = 0; > padding.length = 40; > metadata[0] = &padding; > setValue = flacCompressor.set_metadata(metadata, 1); > > FlacEncoder::Stream::St...
2003 Aug 06
1
Reg. openssh-3.51p1/packet.c (function packet_send2())
...53 5353 5353 5353 5353 5353 5353 5353 5353 5353 5353 5353 5353 53c6 8c7e 2. To calculate padding bytes, the code uses the length of the above packet (i.e. 136 + 14 = 150) and calculates (8 - (150 % 8) = 2). Since this is less than 4 bytes, it adds another 8 bytes of padding to allow 10 bytes of pading. 2. The packet length is correctly calculated as 0x9c (=156), and the padding length is correctly calculated as 0x0a (=10) in the below output. send: len 160 (includes padlen 10) 0000 009c 0a5e 0000 0000 0000 0088 7eff 0300 2145 0000 8000 0040 0040 11bb 89c0 a8fe c8c0 a8fe c994 7194 7000 6cf5 4...
2016 Mar 03
1
RFC: [PATCH] x86/kmmio: fix mmiotrace for hugepages
Because Linux might use bigger pages than the 4K pages to handle those mmio ioremaps, the kmmio code shouldn't rely on the pade id as it currently does. Using the memory address instead of the page id let's us lookup how big the page is and what it's base address is, so that we won't get a page fault within the same page twice anymore. I don't know if I got this right though,
2006 Sep 07
2
Getting subframe type=verbatim on 16 bit files
...stereo(true); >> } >> >> if (!flacCompressor.SetupInboundBuffer(pcmData)) return false; >> >> >> FLAC__StreamMetadata padding; >> FLAC__StreamMetadata *metadata [1]; >> >> // stuff some pading for metadata >> padding.type = FLAC__METADATA_TYPE_PADDING; >> padding.is_last = 0; >> padding.length = 40; >> metadata[0] = &padding; >> setValue = flacCompressor.set_metadata(metadata, 1); >> >>...
2016 May 03
0
[PATCH 4.5 160/200] x86/mm/kmmio: Fix mmiotrace for hugepages
4.5-stable review patch. If anyone has any objections, please let me know. ------------------ From: Karol Herbst <nouveau at karolherbst.de> commit cfa52c0cfa4d727aa3e457bf29aeff296c528a08 upstream. Because Linux might use bigger pages than the 4K pages to handle those mmio ioremaps, the kmmio code shouldn't rely on the pade id as it currently does. Using the memory address instead
2016 May 03
0
[PATCH 4.4 137/163] x86/mm/kmmio: Fix mmiotrace for hugepages
4.4-stable review patch. If anyone has any objections, please let me know. ------------------ From: Karol Herbst <nouveau at karolherbst.de> commit cfa52c0cfa4d727aa3e457bf29aeff296c528a08 upstream. Because Linux might use bigger pages than the 4K pages to handle those mmio ioremaps, the kmmio code shouldn't rely on the pade id as it currently does. Using the memory address instead
2016 Jul 12
0
[added to the 4.1 stable tree] x86/mm/kmmio: Fix mmiotrace for hugepages
From: Karol Herbst <nouveau at karolherbst.de> This patch has been added to the 4.1 stable tree. If you have any objections, please let us know. =============== [ Upstream commit cfa52c0cfa4d727aa3e457bf29aeff296c528a08 ] Because Linux might use bigger pages than the 4K pages to handle those mmio ioremaps, the kmmio code shouldn't rely on the pade id as it currently does. Using the
2016 Jul 12
0
[added to the 3.18 stable tree] x86/mm/kmmio: Fix mmiotrace for hugepages
From: Karol Herbst <nouveau at karolherbst.de> This patch has been added to the 3.18 stable tree. If you have any objections, please let us know. =============== [ Upstream commit cfa52c0cfa4d727aa3e457bf29aeff296c528a08 ] Because Linux might use bigger pages than the 4K pages to handle those mmio ioremaps, the kmmio code shouldn't rely on the pade id as it currently does. Using the