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

  /hardware/broadcom/wlan/bcmdhd/dhdutil/
ucode_download.c 136 uint32 fw_size, second_offset, ucode_trx_offset; local
158 second_offset = main_trx_hdr.offsets[2];
160 if (second_offset == maintrx_hdr_len) {
161 second_offset = 0;
164 ROUNDUP(fw_size, 4) + ROUNDUP(second_offset, 4);
  /system/core/fastboot/
bootimg_utils.cpp 42 void* second, int64_t second_size, off_t second_offset,
67 hdr->second_addr = base + second_offset;
bootimg_utils.h 39 void* second, int64_t second_size, off_t second_offset,
fastboot.cpp 86 static unsigned second_offset = 0x00f00000; variable
472 sdata, ssize, second_offset,
    [all...]
  /system/core/mkbootimg/
mkbootimg 57 args.base + args.second_offset, # physical load addr
140 parser.add_argument('--second_offset', help='2nd bootloader offset', type=parse_int,
  /external/libvpx/libvpx/vpx_dsp/arm/
idct32x32_add_neon.asm 58 ; q14 = transposed_buffer[second_offset]
62 LOAD_FROM_TRANSPOSED $prev_offset, $first_offset, $second_offset
66 add r0, #($second_offset - $first_offset)*8*2
73 ; reg2 = output[second_offset]
78 LOAD_FROM_OUTPUT $prev_offset, $first_offset, $second_offset, $reg1, $reg2
82 add r1, #($second_offset - $first_offset)*32*2
89 ; output[second_offset] = reg2
94 STORE_IN_OUTPUT $prev_offset, $first_offset, $second_offset, $reg1, $reg2
98 add r1, #($second_offset - $first_offset)*32*2
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 58 ; q14 = transposed_buffer[second_offset]
62 LOAD_FROM_TRANSPOSED $prev_offset, $first_offset, $second_offset
66 add r0, #($second_offset - $first_offset)*8*2
73 ; reg2 = output[second_offset]
78 LOAD_FROM_OUTPUT $prev_offset, $first_offset, $second_offset, $reg1, $reg2
82 add r1, #($second_offset - $first_offset)*32*2
89 ; output[second_offset] = reg2
94 STORE_IN_OUTPUT $prev_offset, $first_offset, $second_offset, $reg1, $reg2
98 add r1, #($second_offset - $first_offset)*32*2
    [all...]

Completed in 525 milliseconds