OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:empty_block
(Results
1 - 5
of
5
) sorted by null
/external/libppp/src/
deflate.c
51
static u_char
EMPTY_BLOCK
[4] = { 0x00, 0x00, 0xff, 0xff };
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/clang/test/Rewriter/
rewrite-block-pointer.mm
75
typedef void (^
EMPTY_BLOCK
)();
/external/chromium_org/v8/src/
hydrogen.cc
7935
HBasicBlock*
empty_block
= graph()->CreateBasicBlock();
local
7957
HBasicBlock*
empty_block
= graph()->CreateBasicBlock();
local
[
all
...]
/external/v8/src/
hydrogen.cc
6623
HBasicBlock*
empty_block
= graph()->CreateBasicBlock();
local
6646
HBasicBlock*
empty_block
= graph()->CreateBasicBlock();
local
[
all
...]
/external/bison/tests/
existing.at
875
HEADING
EMPTY_BLOCK
892
EMPTY_BLOCK
: /*EMPT*/
[
all
...]
Completed in 134 milliseconds