HomeSort by relevance Sort by last modified time
    Searched defs:table_address (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
full-codegen.h 876 Address table_address = instruction_start_ + code->back_edge_table_offset(); local
877 length_ = Memory::uint32_at(table_address);
878 start_ = table_address + kTableLengthSize;
    [all...]
  /hardware/intel/img/psb_video/src/
tng_jpegdec.c 677 uint32_t table_address = 0; local
678 REGIO_WRITE_FIELD_LITE( reg_value, MSVDX_VEC, CR_VEC_VLC_TABLE_ADDR0, VLC_TABLE_ADDR0, table_address );
679 table_address += ctx->table_stats[0][0].size;
680 REGIO_WRITE_FIELD_LITE( reg_value, MSVDX_VEC, CR_VEC_VLC_TABLE_ADDR0, VLC_TABLE_ADDR1, table_address );
684 table_address += ctx->table_stats[0][1].size;
685 REGIO_WRITE_FIELD_LITE( reg_value, MSVDX_VEC, CR_VEC_VLC_TABLE_ADDR2, VLC_TABLE_ADDR4, table_address );
686 table_address += ctx->table_stats[1][0].size;
687 REGIO_WRITE_FIELD_LITE( reg_value, MSVDX_VEC, CR_VEC_VLC_TABLE_ADDR2, VLC_TABLE_ADDR5, table_address );
    [all...]

Completed in 66 milliseconds