/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_pixel_read.c | 101 intptr_t dst_offset; local 143 dst_offset = 0; 148 dst_offset = (intptr_t)pixels; 168 dst_offset,
|
radeon_tex_copy.c | 85 intptr_t dst_offset = radeon_miptree_image_offset(timg->mt, face, level); local 90 fprintf(stderr, "to: x %d, y %d, offset %d\n", dstx, dsty, (uint32_t) dst_offset); 130 timg->mt->bo, dst_offset, dst_mesaformat,
|
radeon_blit.c | 330 * @param[in] dst_offset offset of the destination image in the @a dst_bo 351 intptr_t dst_offset, 388 if (src_offset % 32 || dst_offset % 32) { 400 dst_pitch, dst_offset, dst_x_offset, dst_y_offset, 418 emit_cb_setup(r100, dst_bo, dst_offset, dst_mesaformat, dst_pitch, dst_width, dst_height);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
pcm_rate.h | 85 snd_pcm_uframes_t dst_offset, unsigned int dst_frames,
|
pcm_extplug.h | 130 snd_pcm_uframes_t dst_offset,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
pcm_rate.h | 85 snd_pcm_uframes_t dst_offset, unsigned int dst_frames,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
pcm_rate.h | 85 snd_pcm_uframes_t dst_offset, unsigned int dst_frames,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_tile_image.c | 163 uint dst_offset = jj * dst_stride + ii; local 165 dst32 + dst_offset, 183 uint dst_offset = jj * dst_stride + ii; local 185 dst16 + dst_offset, 252 uint dst_offset = (jj / tile_h * tiles_per_row + ii / tile_w) local 255 dst32 + dst_offset, 272 uint dst_offset = (jj / tile_h * tiles_per_row + ii / tile_w) local 275 dst16 + dst_offset,
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_tile_image.c | 163 uint dst_offset = jj * dst_stride + ii; local 165 dst32 + dst_offset, 183 uint dst_offset = jj * dst_stride + ii; local 185 dst16 + dst_offset, 252 uint dst_offset = (jj / tile_h * tiles_per_row + ii / tile_w) local 255 dst32 + dst_offset, 272 uint dst_offset = (jj / tile_h * tiles_per_row + ii / tile_w) local 275 dst16 + dst_offset,
|
/external/chromium_org/third_party/ots/src/ |
woff2.cc | 110 uint32_t dst_offset; member in struct:__anon13833::Table 119 dst_offset(0), 688 if (static_cast<uint64_t>(glyf_table->dst_offset) + glyf_table->dst_length > 692 if (static_cast<uint64_t>(loca_table->dst_offset) + loca_table->dst_length > 697 dst + glyf_table->dst_offset, glyf_table->dst_length, 698 dst + loca_table->dst_offset, loca_table->dst_length); 727 size_t adjustment_offset = head_table->dst_offset + kCheckSumAdjustmentOffset; 728 if (adjustment_offset < head_table->dst_offset) { 737 uint8_t* table_data = dst + table->dst_offset; 903 uint64_t dst_offset = kSfntHeaderSize local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_tex_copy.c | 85 intptr_t dst_offset = radeon_miptree_image_offset(timg->mt, face, level); local 90 fprintf(stderr, "to: x %d, y %d, offset %d\n", dstx, dsty, (uint32_t) dst_offset); 130 timg->mt->bo, dst_offset, dst_mesaformat,
|
radeon_blit.c | 330 * @param[in] dst_offset offset of the destination image in the @a dst_bo 351 intptr_t dst_offset, 388 if (src_offset % 32 || dst_offset % 32) { 400 dst_pitch, dst_offset, dst_x_offset, dst_y_offset, 418 emit_cb_setup(r100, dst_bo, dst_offset, dst_mesaformat, dst_pitch, dst_width, dst_height);
|
/external/valgrind/main/none/tests/s390x/ |
mvcl.c | 175 uint32_t dst_offset, dst_len, src_offset, src_len; local 264 for (dst_offset = 0; dst_offset < sizeof buf; ++dst_offset) 265 for (dst_len = 0; dst_len <= sizeof buf - dst_offset; ++dst_len) 268 run_test(buf + dst_offset, dst_len, buf + src_offset, src_len, 'x');
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
system_settings_provider.cc | 251 int raw_offset, dst_offset; local 254 timezone.getOffset(now, false, raw_offset, dst_offset, status); 256 int offset = raw_offset + dst_offset; 276 timezone.getDisplayName(dst_offset != 0, icu::TimeZone::LONG, name);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pt_emit.c | 56 unsigned dst_offset; local 77 dst_offset = 0; 101 hw_key.element[i].output_offset = dst_offset; 103 dst_offset += emit_sz;
|
draw_pipe_vbuf.c | 206 unsigned dst_offset; local 222 dst_offset = 0; 247 hw_key.element[i].output_offset = dst_offset; 249 dst_offset += emit_sz;
|
draw_pt_fetch_emit.c | 98 unsigned i, dst_offset; local 113 dst_offset = 0; 143 key.element[i].output_offset = dst_offset; 145 dst_offset += emit_sz;
|
draw_pt_fetch_shade_emit.c | 125 unsigned dst_offset = 0; local 139 fse->key.element[i].out.offset = dst_offset; 141 dst_offset += emit_sz; 142 assert(fse->key.output_stride >= dst_offset);
|
/external/chromium_org/v8/test/cctest/ |
test-utils.cc | 139 for (int dst_offset = kMinOffset; dst_offset <= kMaxOffset; dst_offset++) { 141 TestMemMove(area1, area2, src_offset, dst_offset, length);
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pt_emit.c | 56 unsigned dst_offset; local 77 dst_offset = 0; 101 hw_key.element[i].output_offset = dst_offset; 103 dst_offset += emit_sz;
|
draw_pipe_vbuf.c | 206 unsigned dst_offset; local 222 dst_offset = 0; 247 hw_key.element[i].output_offset = dst_offset; 249 dst_offset += emit_sz;
|
draw_pt_fetch_emit.c | 98 unsigned i, dst_offset; local 113 dst_offset = 0; 143 key.element[i].output_offset = dst_offset; 145 dst_offset += emit_sz;
|
draw_pt_fetch_shade_emit.c | 125 unsigned dst_offset = 0; local 139 fse->key.element[i].out.offset = dst_offset; 141 dst_offset += emit_sz; 142 assert(fse->key.output_stride >= dst_offset);
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/ |
byte_array.h | 113 virtual int32_t CopyTo(int32_t dst_offset,
|
/external/sfntly/cpp/src/sfntly/data/ |
byte_array.h | 113 virtual int32_t CopyTo(int32_t dst_offset,
|