HomeSort by relevance Sort by last modified time
    Searched refs:cbuf (Results 26 - 50 of 157) sorted by null

12 3 4 5 6 7

  /external/icu4c/tools/toolutil/
ucbuf.c 166 char* cbuf = carr; local
185 inputRead=T_FileStream_read(buf->in,cbuf,cbufSize-offset);
190 cbuf = (char*)uprv_malloc(cbufSize);
191 if (cbuf == NULL) {
195 inputRead= T_FileStream_read(buf->in,cbuf,cbufSize);
218 source = cbuf;
246 pos = (int32_t)(source - cbuf - len);
252 memcpy(preContext,cbuf+start,stop-start);
258 stop = (int32_t)(((pos+CONTEXT_LEN)<= (sourceLimit-cbuf) )? (pos+(CONTEXT_LEN-1)) : (sourceLimit-cbuf));
    [all...]
  /external/mksh/src/
edit.c 3331 char *cbuf; member in struct:edstate
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_rast_priv.h 194 struct pipe_surface *cbuf = scene->fb.cbufs[buf]; local
196 assert(cbuf);
197 lpt = llvmpipe_resource(cbuf->texture);
202 cbuf->u.tex.first_layer,
203 cbuf->u.tex.level,
lp_state_fs.c 248 unsigned cbuf; local
296 for(cbuf = 0; cbuf < key->nr_cbufs; cbuf++) {
298 color[cbuf][chan] = lp_build_alloca(gallivm, vec_type, "color");
416 unsigned cbuf = shader->info.base.output_semantic_index[attrib]; local
424 LLVMBuildStore(builder, out, color[cbuf][chan]);
476 unsigned cbuf; local
539 for(cbuf = 0; cbuf < key->nr_cbufs; cbuf++)
655 unsigned cbuf = shader->info.base.output_semantic_index[attrib]; local
801 unsigned cbuf; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_priv.h 194 struct pipe_surface *cbuf = scene->fb.cbufs[buf]; local
196 assert(cbuf);
197 lpt = llvmpipe_resource(cbuf->texture);
202 cbuf->u.tex.first_layer,
203 cbuf->u.tex.level,
lp_state_fs.c 248 unsigned cbuf; local
296 for(cbuf = 0; cbuf < key->nr_cbufs; cbuf++) {
298 color[cbuf][chan] = lp_build_alloca(gallivm, vec_type, "color");
416 unsigned cbuf = shader->info.base.output_semantic_index[attrib]; local
424 LLVMBuildStore(builder, out, color[cbuf][chan]);
476 unsigned cbuf; local
539 for(cbuf = 0; cbuf < key->nr_cbufs; cbuf++)
655 unsigned cbuf = shader->info.base.output_semantic_index[attrib]; local
801 unsigned cbuf; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_fragprog.c 82 uint32_t *cbuf = (uint32_t *)nv04_resource(constbuf)->data; local
88 if (!memcmp(&fp->insn[off], &cbuf[idx], 4 * 4))
90 memcpy(&fp->insn[off], &cbuf[idx], 4 * 4);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_fs_exec.c 144 uint cbuf = sem_index[i]; local
146 assert(sizeof(quad->output.color[cbuf]) ==
150 memcpy(quad->output.color[cbuf],
sp_quad_blend.c 925 unsigned cbuf; local
930 for (cbuf = 0; cbuf < softpipe->framebuffer.nr_cbufs; cbuf++)
933 const uint blend_buf = blend->independent_blend_enable ? cbuf : 0;
936 = sp_get_cached_tile(softpipe->cbuf_cache[cbuf],
939 const boolean clamp = bqs->clamp[cbuf];
941 const boolean dual_source_blend = util_blend_state_is_dual(blend, cbuf);
965 quadColor = quad->output.color[cbuf];
967 quadColor2 = quad->output.color[cbuf + 1]
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_fragprog.c 82 uint32_t *cbuf = (uint32_t *)nv04_resource(constbuf)->data; local
88 if (!memcmp(&fp->insn[off], &cbuf[idx], 4 * 4))
90 memcpy(&fp->insn[off], &cbuf[idx], 4 * 4);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_fs_exec.c 144 uint cbuf = sem_index[i]; local
146 assert(sizeof(quad->output.color[cbuf]) ==
150 memcpy(quad->output.color[cbuf],
sp_quad_blend.c 925 unsigned cbuf; local
930 for (cbuf = 0; cbuf < softpipe->framebuffer.nr_cbufs; cbuf++)
933 const uint blend_buf = blend->independent_blend_enable ? cbuf : 0;
936 = sp_get_cached_tile(softpipe->cbuf_cache[cbuf],
939 const boolean clamp = bqs->clamp[cbuf];
941 const boolean dual_source_blend = util_blend_state_is_dual(blend, cbuf);
965 quadColor = quad->output.color[cbuf];
967 quadColor2 = quad->output.color[cbuf + 1]
    [all...]
  /external/oprofile/daemon/
oprofiled.c 165 char * cbuf; local
167 cbuf = xmalloc(strlen(op_session_dir) + 5);
168 strcpy(cbuf, op_session_dir);
169 strcat(cbuf, "/abi");
170 op_write_abi_to_file(cbuf);
171 free(cbuf);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
FixASCIIControlsReader.java 57 public int read(char[] cbuf, int off, int len) throws IOException
78 cbuf[pos++] = c;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_clear.c 62 struct pipe_surface *cbuf = i915->framebuffer.cbufs[0]; local
65 cbuf_tex = i915_texture(cbuf->texture);
67 util_pack_color(color->f, cbuf->format, &u_color);
78 util_pack_color(color->f, cbuf->format, &u_color);
  /external/mesa3d/src/gallium/drivers/i915/
i915_clear.c 62 struct pipe_surface *cbuf = i915->framebuffer.cbufs[0]; local
65 cbuf_tex = i915_texture(cbuf->texture);
67 util_pack_color(color->f, cbuf->format, &u_color);
78 util_pack_color(color->f, cbuf->format, &u_color);
  /external/opencv/cv/src/
cvstereobm.cpp 197 uchar *cbuf0, *cbuf; local
223 hsad = hsad0 - dy0*ndisp; cbuf = cbuf0 + (x + wsz2 + 1)*cstep - dy0*ndisp;
227 for( y = -dy0; y < height + dy1; y++, hsad += ndisp, cbuf += ndisp, lptr += sstep, rptr += sstep )
233 cbuf[d] = (uchar)diff;
254 uchar* cbuf = cbuf0 + ((x1 + wsz2 + 1) % (wsz + 1))*cstep - dy0*ndisp; local
260 for( y = -dy0; y < height + dy1; y++, cbuf += ndisp, cbuf_sub += ndisp,
273 _mm_store_si128((__m128i*)(cbuf + d), diff);
404 uchar *cbuf0, *cbuf; local
429 hsad = hsad0 - dy0*ndisp; cbuf = cbuf0 + (x + wsz2 + 1)*cstep - dy0*ndisp;
433 for( y = -dy0; y < height + dy1; y++, hsad += ndisp, cbuf += ndisp, lptr += sstep, rptr += sstep
460 uchar* cbuf = cbuf0 + ((x1 + wsz2 + 1) % (wsz + 1))*cstep - dy0*ndisp; local
    [all...]
  /external/e2fsprogs/debugfs/
htree.c 163 char *cbuf; local
167 cbuf = malloc(fs->blocksize);
168 if (!cbuf) {
189 cbuf, level);
191 free(cbuf);
  /external/svox/pico/lib/
picoacph.c 72 - cbuf : buffer for item contents (referenced by index in
75 0. bottom up filling of items in headx and cbuf
136 picoos_uint8 inspaceok; /* flag: headx/cbuf has space for an item */
145 picoos_uint8 cbuf[PICOACPH_MAXSIZE_CBUF]; member in struct:acph_subobj
182 /* init headx, cbuf */
193 acph->cbuf[i] = 0;
337 ch = acph->cbuf[acph->headx[ind].cind + i];
656 if (picoktab_isPrimstress(acph->tabphones, acph->cbuf[pind])) {
658 } else if (picoktab_isSyllbound(acph->tabphones, acph->cbuf[pind])) {
775 if (picoktab_isPrimstress(acph->tabphones, acph->cbuf[pos + i]) |
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cdattst.c 771 char cbuf[256]; local
1081 char cbuf[256]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
renderer.c 152 struct pipe_resource *cbuf; local
172 cbuf = renderer->vs_cbuf;
173 pipe_resource_reference(&cbuf, NULL);
174 cbuf = pipe_buffer_create(renderer->pipe->screen,
178 if (cbuf) {
179 pipe_buffer_write(renderer->pipe, cbuf,
183 PIPE_SHADER_VERTEX, 0, cbuf);
186 renderer->vs_cbuf = cbuf;
364 struct pipe_surface *cbuf,
371 fb.width = cbuf->width
470 struct pipe_resource *cbuf = renderer->fs_cbuf; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
renderer.c 152 struct pipe_resource *cbuf; local
172 cbuf = renderer->vs_cbuf;
173 pipe_resource_reference(&cbuf, NULL);
174 cbuf = pipe_buffer_create(renderer->pipe->screen,
178 if (cbuf) {
179 pipe_buffer_write(renderer->pipe, cbuf,
183 PIPE_SHADER_VERTEX, 0, cbuf);
186 renderer->vs_cbuf = cbuf;
364 struct pipe_surface *cbuf,
371 fb.width = cbuf->width
470 struct pipe_resource *cbuf = renderer->fs_cbuf; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
s_client.c 567 char *cbuf=NULL,*sbuf=NULL,*mbuf=NULL; local
647 if ( ((cbuf=OPENSSL_malloc(BUFSIZZ)) == NULL) ||
    [all...]
  /external/openssl/apps/
s_client.c 568 char *cbuf=NULL,*sbuf=NULL,*mbuf=NULL; local
649 if ( ((cbuf=OPENSSL_malloc(BUFSIZZ)) == NULL) ||
    [all...]
  /external/dropbear/
common-channel.c 43 static void writechannel(struct Channel* channel, int fd, circbuffer *cbuf);
393 static void writechannel(struct Channel* channel, int fd, circbuffer *cbuf) {
399 maxlen = cbuf_readlen(cbuf);
402 len = write(fd, cbuf_readptr(cbuf, maxlen), maxlen);
413 cbuf_incrread(cbuf, len);
664 circbuffer * cbuf) {
687 maxdata = cbuf_getavail(cbuf);
701 buflen = cbuf_writelen(cbuf);
704 memcpy(cbuf_writeptr(cbuf, buflen),
706 cbuf_incrwrite(cbuf, buflen)
    [all...]

Completed in 1628 milliseconds

12 3 4 5 6 7