HomeSort by relevance Sort by last modified time
    Searched full:block_entry (Results 1 - 3 of 3) sorted by null

  /external/clang/test/CodeGen/
debug-info-block-decl.c 8 // CHECK: dbg ![[BLOCK_ENTRY:[0-9]+]]
13 // CHECK: [[BLOCK_ENTRY]] = !MDLocation(line: [[@LINE+1]],
  /external/libvpx/libvpx/
webmdec.cc 39 webm_ctx->block_entry = NULL;
129 const mkvparser::BlockEntry *block_entry = local
130 reinterpret_cast<const mkvparser::BlockEntry*>(webm_ctx->block_entry);
135 if (block_entry == NULL && !block_entry_eos) {
136 status = cluster->GetFirst(block_entry);
138 } else if (block_entry_eos || block_entry->EOS()) {
144 status = cluster->GetFirst(block_entry);
150 status = cluster->GetNext(block_entry, block_entry);
151 if (block_entry == NULL || block_entry->EOS())
    [all...]
webmdec.h 26 const void *block_entry; member in struct:WebmInputContext

Completed in 1003 milliseconds