HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 1376 - 1400 of 3043) sorted by null

<<51525354555657585960>>

  /external/icu/icu4c/source/layout/
LEGlyphStorage.cpp 97 le_int32 i, count = fGlyphCount, dir = 1, out = 0; local
100 out = fGlyphCount - 1;
104 for (i = 0; i < count; i += 1, out += dir) {
105 fCharIndices[out] = i;
  /external/icu/icu4c/source/test/cintltst/
spreptst.c 109 const char *out; member in struct:ConformanceTestCases
328 const char* expectedDest = conformanceTestCases[i].out;
  /external/icu/icu4c/source/test/intltest/
normconf.cpp 102 // look in icu/source/test/testdata/out/build
196 // Parse out the comment.
205 // Parse out the fields
303 UnicodeString out, fcd; local
309 Normalizer::normalize(field[i], UNORM_NFC, options, out, status);
313 pass &= assertEqual("C", field[i], out, field[1], "c2!=C(c", fieldNum);
314 iterativeNorm(field[i], UNORM_NFC, options, out, +1);
315 pass &= assertEqual("C(+1)", field[i], out, field[1], "c2!=C(c", fieldNum);
316 iterativeNorm(field[i], UNORM_NFC, options, out, -1);
317 pass &= assertEqual("C(-1)", field[i], out, field[1], "c2!=C(c", fieldNum)
    [all...]
  /external/icu/icu4c/source/test/thaitest/
thaitest.cpp 368 int32_t i, out, spaceCount; local
385 for (out = 0, i = 0; i < count; i += 1) {
387 noSpaces[out++] = spaces[i];
  /external/icu/icu4c/source/tools/icupkg/
icupkg.cpp 485 FileStream *out; local
486 out = T_FileStream_open(options[OPT_LIST_FILE].value, "w");
487 if (out != NULL) {
489 T_FileStream_writeLine(out, pkg->getItem(i)->name);
490 T_FileStream_writeLine(out, "\n");
492 T_FileStream_close(out);
  /external/icu/icu4c/source/tools/icuswap/
icuswap.cpp 105 FILE *in, *out; local
162 in=out=NULL;
254 out=fopen(argv[2], "wb");
255 if(out==NULL) {
261 if(length!=(int32_t)fwrite(data, 1, length, out)) {
267 fclose(out);
268 out=NULL;
277 if(out!=NULL) {
278 fclose(out);
382 * Extract the package names from the in/out filenames
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
pkg_gencmn.c 221 UNewDataMemory *out; local
234 out=udata_create(destDir, type, name,
246 udata_write32(out, fileCount);
248 udata_write32(out, files[i].basenameOffset);
249 udata_write32(out, files[i].fileOffset);
254 udata_writeString(out, files[i].basename, files[i].basenameLength);
263 udata_writePadding(out, 16-length);
282 udata_writeBlock(out, buffer, length);
296 udata_writePadding(out, 16-length);
300 udata_finish(out, &errorCode)
308 FileStream *out; local
    [all...]
  /external/javassist/src/main/javassist/tools/rmi/
ObjectImporter.java 156 OutputStream out = sock.getOutputStream(); local
157 out.write(lookupCommand);
158 out.write(endofline);
159 out.write(endofline);
161 ObjectOutputStream dout = new ObjectOutputStream(out);
225 OutputStream out = new BufferedOutputStream( local
227 out.write(rmiCommand);
228 out.write(endofline);
229 out.write(endofline);
231 ObjectOutputStream dout = new ObjectOutputStream(out);
    [all...]
  /external/jdiff/src/jdiff/
API.java 17 * The advantage of writing out an XML representation of each API is that
87 for (int i = 0; i < indent; i++) System.out.print(" ");
88 System.out.println("Package Name: " + pkg.name_);
95 System.out.print("Package doc block:");
96 System.out.println("\"" + pkg.doc_ + "\"");
107 for (int i = 0; i < indent; i++) System.out.print(" ");
109 System.out.println("Interface name: " + c.name_);
111 System.out.println("Class Name: " + c.name_);
113 for (int i = 0; i < indent; i++) System.out.print(" ");
114 System.out.println("Extends: " + c.extends_)
    [all...]
  /external/jmdns/src/javax/jmdns/impl/tasks/state/
DNSStateTask.java 102 DNSOutgoing out = this.createOugoing(); local
114 out = this.buildOutgoingForDNS(out);
125 out = this.buildOutgoingForInfo(info, out);
129 if (!out.isEmpty()) {
131 this.getDns().send(out);
153 protected abstract DNSOutgoing buildOutgoingForDNS(DNSOutgoing out) throws IOException;
155 protected abstract DNSOutgoing buildOutgoingForInfo(ServiceInfoImpl info, DNSOutgoing out) throws IOException;
  /external/libvorbis/lib/
psytune.c 242 float *pcm[2],*out[2],*window,*flr[2],*mask[2],*work[2]; local
278 out[0]=_ogg_calloc(framesize/2,sizeof(float));
279 out[1]=_ogg_calloc(framesize/2,sizeof(float));
476 out[i][j]+=pcm[i][j]*window[j];
478 analysis("out",frameno+i,out[i],framesize/2,0,0);
483 /* write data. Use the part of buffer we're about to shift out */
486 float *mono=out[i];
513 out[i][j]=pcm[i][k]*window[k];
  /external/libvorbis/vq/
metrics.c 149 FILE *out; local
159 out=fopen(buffer,"w");
160 if(!out){
167 fprintf(out,"%d, %g, %g\n",
172 fclose(out);
175 out=fopen(buffer,"w");
176 if(!out){
183 fprintf(out,"%d, %g, %g\n",
188 fclose(out);
191 out=fopen(buffer,"w")
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans4_dspr2.c 231 DECLARE_ALIGNED(32, int16_t, out[4 * 4]);
232 int16_t *outptr = out;
246 vp9_idct4_columns_add_blk_dspr2(&out[0], dest, dest_stride);
253 int32_t out; local
266 out = DCT_CONST_ROUND_SHIFT_TWICE_COSPI_16_64(input_dc);
268 "addi %[out], %[out], 8 \n\t"
269 "sra %[a1], %[out], 4 \n\t"
271 : [out] "+r" (out), [a1] "=r" (a1
    [all...]
vp9_itrans8_dspr2.c 453 DECLARE_ALIGNED(32, int16_t, out[8 * 8]);
454 int16_t *outptr = out;
468 idct8_columns_add_blk_dspr2(&out[0], dest, dest_stride);
552 DECLARE_ALIGNED(32, int16_t, out[8 * 8]);
553 int16_t *outptr = out;
567 idct8_columns_add_blk_dspr2(&out[0], dest, dest_stride);
573 iadst8_dspr2(&out[i * 8], temp_out);
590 temp_in[i * 8 + j] = out[j * 8 + i];
604 temp_in[j] = out[j * 8 + i];
622 DECLARE_ALIGNED(32, int16_t, out[8 * 8])
668 int32_t out; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_resize.c 454 uint8_t *out = NULL; local
467 const uint8_t *const in = (s == 0 ? input : out);
469 out = output;
471 out = (s & 1 ? otmp2 : otmp);
473 down2_symodd(in, filteredlength, out);
475 down2_symeven(in, filteredlength, out);
479 interpolate(out, filteredlength, output, olength);
  /external/libxml2/
entities.c 71 * Handle an out of memory condition
84 * Handle an out of memory condition
559 xmlChar *out = NULL; local
576 out = buffer;
579 size_t indx = out - buffer;
583 out = &buffer[indx];
599 *out++ = *cur++;
600 indx = out - buffer;
603 out = &buffer[indx];
606 *out++ = *cur++
789 xmlChar *out = NULL; local
    [all...]
  /external/ltrace/
proc.h 77 struct output_state out; member in struct:callstack_element
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs.h 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
59 struct draw_variant_output out; member in struct:draw_variant_element
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_arit.c 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
56 typedef void (*unary_func_t)(float *out, const float *in);
301 float *in, *out; local
304 out = align_malloc(length * 4, length * 4);
327 test_func_jit(out, in);
333 error = fabs(out[i] - ref);
343 printf("%s(%.9g): ref = %.9g, out = %.9g, precision = %f bits, %s\n",
344 test->name, in[i], ref, out[i], precision,
359 align_free(out);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_bb.cpp 18 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
363 Graph::Node *out[2]; local
372 out[n++] = ei.getNode();
373 eR = out[1]->outgoing().getType();
375 // IF block is out edge to the right
379 if (out[1]->outgoingCount() != 1) // 0 is IF { RET; }, >1 is more divergence
382 if (out[1]->outgoing().getNode() == out[0])
384 if (out[0]->outgoingCount() == 1)
385 if (out[0]->outgoing().getNode() == out[1]->outgoing().getNode()
504 FILE *out = fopen(filePath, "a"); local
    [all...]
nv50_ir_graph.h 18 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
135 Edge *out; member in class:nv50_ir::Graph::Node
209 return EdgeIterator(out, 0, reverse);
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_program.h 18 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
72 struct nv50_varying out[16]; member in struct:nv50_program
  /external/mesa3d/src/gallium/drivers/r300/
r300_fs.c 22 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
232 struct ureg_dst out; local
237 out = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, 0);
240 ureg_MOV(ureg, out, imm);
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_framebuffer.c 20 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
261 float out = fy + fh - fb_height; /* number of vp pixels out of view */ local
262 prescale.translate[1] += fy * out / in;
274 goto out;
408 out:
  /external/mesa3d/src/gallium/state_trackers/vega/
asm_fill.h 22 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
33 struct ureg_dst *out,
41 struct ureg_dst *out,
47 ureg_MOV(ureg, *out, constant[2]);
74 struct ureg_dst *out,
93 ureg_TEX(ureg, *out, TGSI_TEXTURE_1D, ureg_src(temp[2]), sampler[0]);
98 struct ureg_dst *out,
129 ureg_TEX(ureg, *out, TGSI_TEXTURE_1D, ureg_src(temp[0]), sampler[0]);
135 struct ureg_dst *out,
160 ureg_TEX(ureg, *out, TGSI_TEXTURE_2D, ureg_src(temp[1]), sampler[0])
334 struct ureg_dst out; local
    [all...]

Completed in 929 milliseconds

<<51525354555657585960>>