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

  /external/mesa3d/src/gallium/drivers/r300/
r300_render_translate.c 34 unsigned out_offset; local
41 &out_offset, out_buffer, &ptr);
48 *start = out_offset / 2;
55 &out_offset, out_buffer, &ptr);
61 *start = out_offset / 2;
69 &out_offset, out_buffer, &ptr);
75 *start = out_offset / 4;
  /external/mesa3d/src/gallium/drivers/r600/
r600_translate.c 36 unsigned out_offset; local
42 &out_offset, &out_buffer, &ptr);
49 ib->offset = out_offset;
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_translate.c 36 unsigned out_offset; local
42 &out_offset, &out_buffer, &ptr);
49 ib->offset = out_offset;
  /external/jetty/src/java/org/eclipse/jetty/websocket/
DeflateFrameExtension.java 131 int out_offset=0; local
136 out[out_offset++]=0x7f;
137 out[out_offset++]=(byte)0;
138 out[out_offset++]=(byte)0;
139 out[out_offset++]=(byte)0;
140 out[out_offset++]=(byte)0;
141 out[out_offset++]=(byte)((length>>24)&0xff);
142 out[out_offset++]=(byte)((length>>16)&0xff);
143 out[out_offset++]=(byte)((length>>8)&0xff);
144 out[out_offset++]=(byte)(length&0xff)
160 super.addFrame(setFlag(flags,1),opcode,out,0,l+out_offset); local
    [all...]
  /frameworks/av/media/libstagefright/
SimpleDecodingSource.cpp 196 size_t out_ix, in_ix, out_offset, out_size; local
302 &out_ix, &out_offset, &out_size, &out_pts,
  /bionic/libc/kernel/uapi/linux/
scif_ioctl.h 54 __s64 out_offset; member in struct:scifioctl_reg
  /external/kernel-headers/original/uapi/linux/
scif_ioctl.h 116 * @out_offset: offset returned
124 __s64 out_offset; member in struct:scifioctl_reg
  /external/webp/src/demux/
anim_decode.c 340 const size_t out_offset = local
346 buf->rgba = dec->curr_frame_ + out_offset;
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 956 size_t out_offset = local
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 413 uint8_t* out_offset = pRegion.begin(); local
424 memset(out_offset, fill_frag.getValue(), fill_frag.size());
431 memcpy(out_offset, start, size);
439 std::memset(out_offset, align_frag.getValue(), count);
456 out_offset += size;
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 181 uint8_t* out_offset = pRegion.begin(); local
191 memset(out_offset, fill_frag.getValue(), fill_frag.size());
198 memcpy(out_offset, start, size);
206 std::memset(out_offset, align_frag.getValue(), count);
223 out_offset += size;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_vbuf.c 270 unsigned out_offset, i; local
318 &out_offset, &out_buffer,
351 &out_offset, &out_buffer,
356 out_offset -= key->output_stride * start_vertex;
369 mgr->real_vertex_buffer[out_vb].buffer_offset = out_offset;
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 194 int offset, out_offset; local
198 out_offset = 24 - blkwidth;
223 out += out_offset;
243 out += out_offset;
262 out += out_offset;
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 284 uint8_t* out_offset = pRegion.begin(); local
294 memset(out_offset, fill_frag.getValue(), fill_frag.size());
301 memcpy(out_offset, start, size);
310 std::memset(out_offset, align_frag.getValue(), count);
327 out_offset += size;
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
incremental.cc 1595 off_t out_offset = 0; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/
jetty-websocket-8.1.14.v20131031.jar 

Completed in 1430 milliseconds