HomeSort by relevance Sort by last modified time
    Searched refs:offset0 (Results 1 - 12 of 12) sorted by null

  /external/ltrace/sysdeps/linux-gnu/arm/
plt.c 100 const GElf_Xword offset0 = offset; local
105 || !elf_can_read_next(data, offset0, sub_len))
115 while (offset < offset0 + sub_len) {
  /external/chromium_org/third_party/mesa/src/src/egl/wayland/wayland-drm/
wayland-drm.c 72 int32_t offset0, int32_t stride0,
89 buffer->offset[0] = offset0;
142 int32_t offset0, int32_t stride0,
163 offset0, stride0, offset1, stride1, offset2, stride2);
  /external/mesa3d/src/egl/wayland/wayland-drm/
wayland-drm.c 72 int32_t offset0, int32_t stride0,
89 buffer->offset[0] = offset0;
142 int32_t offset0, int32_t stride0,
163 offset0, stride0, offset1, stride1, offset2, stride2);
  /external/chromium_org/v8/src/arm64/
deoptimizer-arm64.cc 122 int offset0, offset1; local
129 offset0 = (copy_to_input.PopLowestIndex().code() * reg_size) + dst_offset;
132 if ((offset0 + reg_size) == offset1) {
134 __ Stp(scratch1, scratch2, MemOperand(frame, offset0));
137 __ Str(scratch1, MemOperand(frame, offset0));
143 offset0 = (copy_to_input.PopLowestIndex().code() * reg_size) + dst_offset;
144 __ Str(scratch1, MemOperand(frame, offset0));
  /hardware/intel/common/libva/va/wayland/
wayland-drm-client-protocol.h 194 wl_drm_create_planar_buffer(struct wl_drm *wl_drm, uint32_t name, int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1, int32_t offset2, int32_t stride2)
204 WL_DRM_CREATE_PLANAR_BUFFER, id, name, width, height, format, offset0, stride0, offset1, stride1, offset2, stride2);
  /external/smack/src/org/xbill/DNS/
Name.java 128 int offset0 = src.offset(0); local
129 int namelen = src.name.length - offset0;
132 System.arraycopy(src.name, offset0, dst.name, 0, namelen);
134 dst.setoffset(i, src.offset(i) - offset0);
  /external/aac/libSBRdec/src/
sbrdecoder.cpp 1222 INT strideIn, strideOut, offset0, offset1; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 186 * \param offset0 resulting relative offset for coord0
201 LLVMValueRef *offset0,
213 * way to calculate offset1 relative to offset0. Instead, compute them
214 * independently. Otherwise, try to compute offset0 and offset1 with
268 offset0, i0);
295 *offset0 = lp_build_mul(int_coord_bld, coord0, stride);
297 lp_build_add(int_coord_bld, *offset0, stride),
317 *offset0 = lp_build_mul(int_coord_bld, coord0, stride);
319 *offset0,
331 *offset0 = int_coord_bld->zero
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 186 * \param offset0 resulting relative offset for coord0
201 LLVMValueRef *offset0,
213 * way to calculate offset1 relative to offset0. Instead, compute them
214 * independently. Otherwise, try to compute offset0 and offset1 with
268 offset0, i0);
295 *offset0 = lp_build_mul(int_coord_bld, coord0, stride);
297 lp_build_add(int_coord_bld, *offset0, stride),
317 *offset0 = lp_build_mul(int_coord_bld, coord0, stride);
319 *offset0,
331 *offset0 = int_coord_bld->zero
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
riva_mmio.h 428 U032 offset0; member in struct:_riva_hw_state
  /external/pixman/pixman/
pixman-access.c 171 int offset0 = stride < 0 ? \
175 offset0 + ((-stride) >> 1) * ((__bits_image->height) >> 1) : \
176 offset0 + (offset0 >> 2)
192 ((uint8_t *) ((bits) + offset0 + \
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 687 milliseconds