Searched refs:EMPTY_BLOCK (Results 1 - 2 of 2) sorted by relevance

/external/libppp/src/
H A Ddeflate.c51 static u_char EMPTY_BLOCK[4] = { 0x00, 0x00, 0xff, 0xff }; variable
145 olen -= 4; /* exclude the trailing EMPTY_BLOCK */
148 * If the output packet (including seqno and excluding the EMPTY_BLOCK)
166 * contents of EMPTY_BLOCK.
324 * Simulate an EMPTY_BLOCK so that our dictionary stays in sync.
329 state->cx.next_in = EMPTY_BLOCK;
330 state->cx.avail_in = sizeof EMPTY_BLOCK;
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 168 milliseconds