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

<<71727374757677787980>>

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_idct.c 120 int16_t out[4 * 4]; local
121 int16_t *outptr = out;
135 temp_in[j] = out[j * 4 + i];
146 int16_t out = dct_const_round_shift(input[0] * cospi_16_64); local
147 out = dct_const_round_shift(out * cospi_16_64);
148 a1 = ROUND_POWER_OF_TWO(out, 4);
205 int16_t out[8 * 8]; local
206 int16_t *outptr = out;
220 temp_in[j] = out[j * 8 + i]
231 int16_t out = dct_const_round_shift(input[0] * cospi_16_64); local
293 int16_t out[4 * 4]; local
401 int16_t out[8 * 8]; local
425 int16_t out[8 * 8] = { 0 }; local
615 int16_t out[16 * 16]; local
819 int16_t out[16 * 16]; local
843 int16_t out[16 * 16] = { 0 }; local
870 int16_t out = dct_const_round_shift(input[0] * cospi_16_64); local
1248 int16_t out[32 * 32]; local
1285 int16_t out[32 * 32] = {0}; local
1313 int16_t out = dct_const_round_shift(input[0] * cospi_16_64); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_dct.c 57 int16_t *out = intermediate; local
87 out[0] = fdct_round_shift(temp1);
88 out[2] = fdct_round_shift(temp2);
91 out[1] = fdct_round_shift(temp1);
92 out[3] = fdct_round_shift(temp2);
95 out += 4;
97 // Setup in/out for next pass.
99 out = output;
163 int16_t out[4 * 4]; local
164 int16_t *outptr = &out[0]
325 int16_t *out = intermediate; local
575 int16_t out[64]; local
972 int16_t out[256]; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
uri.c 984 "xmlCreateURI: out of memory\n");
1014 "xmlSaveUri: out of memory\n");
1027 "xmlSaveUri: out of memory\n");
1040 "xmlSaveUri: out of memory\n");
1056 "xmlSaveUri: out of memory\n");
1079 "xmlSaveUri: out of memory\n");
1096 "xmlSaveUri: out of memory\n");
1122 "xmlSaveUri: out of memory\n");
1138 "xmlSaveUri: out of memory\n");
1153 "xmlSaveUri: out of memory\n")
1405 xmlChar *out; local
1485 char *cur, *out; local
1684 char *ret, *out; local
1747 unsigned int len, out; local
1961 int ret, len, indx, cur, out; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup_tri.c 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
701 int out = 0; local
707 out |= (planeout >> 31);
711 if (out) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_driver.h 18 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
120 struct nv50_ir_varying out[PIPE_MAX_SHADER_OUTPUTS]; member in struct:nv50_ir_prog_info
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_fp.c 23 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
165 printf("%s: out of temporaries\n", __FILE__);
249 * and brw_wm_pass*.c wants to optimize them out by shuffling references around
293 /* Emit the out calculations, and hold onto the results. Use
604 /* This will get optimized out in general, but it ensures that we
683 struct prog_instruction *out; local
695 out = emit_op(c, OPCODE_MOV,
701 out->SrcReg[0].Negate = NEGATE_NONE;
702 out->SrcReg[0].Abs = 1;
1090 struct prog_instruction *out; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vertex_generic.c 22 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
53 GLfloat *out = (GLfloat *)v; local
56 out[0] = vp[0] * in[0] + vp[12];
57 out[1] = vp[5] * in[1] + vp[13];
58 out[2] = vp[10] * in[2] + vp[14];
59 out[3] = in[3];
65 GLfloat *out = (GLfloat *)v; local
68 out[0] = vp[0] * in[0] + vp[12];
69 out[1] = vp[5] * in[1] + vp[13];
70 out[2] = vp[10] * in[2] + vp[14]
77 GLfloat *out = (GLfloat *)v; local
89 GLfloat *out = (GLfloat *)v; local
101 GLfloat *out = (GLfloat *)v; local
112 GLfloat *out = (GLfloat *)v; local
123 GLfloat *out = (GLfloat *)v; local
134 GLfloat *out = (GLfloat *)v; local
144 GLfloat *out = (GLfloat *)v; local
158 GLfloat *out = (GLfloat *)(v); local
169 GLfloat *out = (GLfloat *)(v); local
180 GLfloat *out = (GLfloat *)(v); local
191 GLfloat *out = (GLfloat *)(v); local
202 GLfloat *out = (GLfloat *)(v); local
219 GLfloat *out = (GLfloat *)(v); local
229 GLfloat *out = (GLfloat *)(v); local
239 GLfloat *out = (GLfloat *)(v); local
250 GLfloat *out = (GLfloat *)(v); local
259 GLfloat *out = (GLfloat *)(v); local
268 GLfloat *out = (GLfloat *)(v); local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
cms.c 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
73 static void receipt_request_print(BIO *out, CMS_ContentInfo *cms);
120 BIO *in = NULL, *out = NULL, *indata = NULL, *rctin = NULL; local
505 else if (!strcmp (*args, "-out"))
636 BIO_printf (bio_err, "-out file output file\n");
871 if (!(out = BIO_new_file(outfile, outmode)))
880 out = BIO_new_fp(stdout, BIO_NOCLOSE);
884 out = BIO_push(tmpbio, out);
1079 if (!CMS_decrypt(cms, NULL, NULL, indata, out, flags)
    [all...]
ocsp.c 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
102 static int print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req,
145 BIO *out = NULL; local
180 if (!strcmp(*args, "-out"))
576 BIO_printf (bio_err, "-out file output filename\n");
624 if(outfile) out = BIO_new_file(outfile, "w");
625 else out = BIO_new_fp(stdout, BIO_NOCLOSE);
627 if(!out)
735 if (req_text && req) OCSP_REQUEST_print(out, req, 0);
821 BIO_printf(out, "Responder Error: %s (%d)\n"
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
des.c 35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
97 int uufread(unsigned char *out,int size,unsigned int num,FILE *fp);
98 int uuencode(unsigned char *in,int num,unsigned char *out);
99 int uudecode(unsigned char *in,int num,unsigned char *out);
133 char *in=NULL,*out=NULL; local
229 else if (out == NULL)
230 out=argv[i];
264 (out != NULL) &&
267 (stat(out,&outs) != -1) &
    [all...]
  /external/chromium_org/third_party/opus/src/src/
opus_demo.c 25 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
243 short *in, *out; local
596 out = (short*)malloc(max_frame_size*channels*sizeof(short));
671 fprintf(stderr, "Ran out of input, "
781 output_samples = opus_decode(dec, lost ? NULL : data[toggle], len[toggle], out, output_samples, 1);
785 output_samples = opus_decode(dec, data[1-toggle], len[1-toggle], out, output_samples, 0);
788 output_samples = opus_decode(dec, lost ? NULL : data[toggle], len[toggle], out, output_samples, 0);
802 s=out[i+(skip*channels)];
    [all...]
  /external/chromium_org/third_party/ots/src/
ots.cc 87 bool (*serialise)(ots::OTSStream *out, ots::OpenTypeFile *file);
611 OutputTable out; local
613 out.tag = tag;
614 out.offset = output->Tell();
618 head_table_offset = out.offset;
625 if (end_offset <= out.offset) {
630 out.length = end_offset - out.offset;
636 out.chksum = output->chksum();
637 out_tables.push_back(out);
    [all...]
  /external/chromium_org/third_party/re2/re2/
prog.h 89 void InitAlt(uint32 out, uint32 out1);
90 void InitByteRange(int lo, int hi, int foldcase, uint32 out);
91 void InitCapture(int cap, uint32 out);
92 void InitEmptyWidth(EmptyOp empty, uint32 out);
94 void InitNop(uint32 out);
100 int out() { return out_opcode_>>3; } function in class:re2::Prog::Inst
110 return p->inst(out())->opcode() == kInstByteRange;
130 out_opcode_ = (out()<<3) | opcode;
133 void set_out(int out) {
134 out_opcode_ = (out<<3) | opcode()
    [all...]
re2.cc 398 string out; local
404 out.append(p, vec[0].begin() - p);
408 out.append(p, 1);
412 re.Rewrite(&out, rewrite, vec, nvec);
422 out.append(p, ep - p);
423 swap(out, *str);
430 string *out) {
439 out->clear();
440 return re.Rewrite(out, rewrite, vec, nvec);
565 // Use DFAs to find exact location of match, filter out non-matches
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c 25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
274 /* Default to yasm.out if no obj filename specified */
275 obj_filename = yasm__xstrdup("yasm.out");
280 obj_filename = yasm__xstrdup("yasm.out");
284 "yasm.out");
870 * If output filename would be identical to input (same extension out as in),
879 char *out, *outext; local
889 out = yasm_xmalloc(outlen);
891 strcpy(out, orig);
892 outext = strrchr(out, '.')
    [all...]
  /external/chromium_org/ui/gfx/codec/
png_codec.cc 173 // Bounds check. When the image is unreasonably big, we'll error out and
484 explicit PngEncoderState(std::vector<unsigned char>* o) : out(o) {}
485 std::vector<unsigned char>* out; member in struct:gfx::__anon20677::PngEncoderState
491 DCHECK(state->out);
493 size_t old_size = state->out->size();
494 state->out->resize(old_size + size);
495 memcpy(&(*state->out)[old_size], data, size);
568 unsigned char* out, bool* is_opaque);
  /external/chromium_org/ui/gfx/
color_analysis.cc 137 uint32_t* out = buffer; local
140 *out++ = SkUnPreMultiply::PMColorToColor(*in++);
300 // Figure out which cluster this color is closest to in RGB space.
329 // Loop through the clusters to figure out which cluster has an appropriate
506 // We will figure out min/max in a preprocessing step and adjust
  /external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java 257 // renormalize the out dir and file combination:
328 final int [] out = new int [1]; local
333 if (! COLUMNS.get (columnName, out))
342 _columns.add (out [0]);
356 final int [] out = new int [1]; local
392 COLUMNS.get (columnName, out);
394 _sort.add (out [0]); // sort attribute ID
405 final int [] out = new int [1]; local
425 nfe.printStackTrace (System.out);
434 COLUMNS.get (columnName, out);
    [all...]
  /external/emma/lib/internal/
stamptool.jar 
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlMessageBuilder.java 417 StringBuffer out = new StringBuffer(); local
420 out.append("<" + OUTER_FIELD_PAYLOAD + ">\n");
423 out.append("<" + OUTER_FIELD_STATUS + ">");
424 out.append(status);
425 out.append("</" + OUTER_FIELD_STATUS + ">\n");
429 out.append("<" + OUTER_FIELD_MSG_ID + ">");
430 out.append(mLastMessageId);
431 out.append("</" + OUTER_FIELD_MSG_ID + ">\n");
437 out.append("<" + OUTER_FIELD_TYPE + ">");
438 out.append(msgType)
    [all...]
  /external/icu/icu4c/source/common/
rbbi.cpp 850 // to carry out this operation
933 // out-of-range indexes are never boundary positions
1716 int32_t out = 0; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cnmdptst.c 639 UChar *out = NULL; local
650 out=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
652 unum_formatDouble(nf, x, out, lneed+1, &pos, &status);
658 /*printf("%f format with %d fraction digits to %s\n", x, maxFractionDigits, austrdup(out) );*/
661 if (u_strcmp(out, res) != 0)
664 if(out != NULL) {
665 free(out);
1037 UChar *out = NULL; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
convtest.cpp 637 // Unfortunately, there are no good, direct set methods for finding out whether there are strings
646 UnicodeString out; local
651 diffSet.toPattern(out, TRUE);
652 if(out.length()>100) {
653 out.replace(100, 0x7fffffff, ellipsis, LENGTHOF(ellipsis));
657 errln(out);
663 diffSet.toPattern(out, TRUE);
664 if(out.length()>100) {
665 out.replace(100, 0x7fffffff, ellipsis, LENGTHOF(ellipsis));
669 errln(out);
    [all...]
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
howExpensiveIs.cpp 36 FILE *out = NULL; variable
107 out=fopen(outName,"w");
108 if(out==NULL) {
114 fprintf(out, "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n");
115 fprintf(out, "<tests icu=\"%s\">\n", U_ICU_VERSION);
116 fprintf(out, "<!-- %s -->\n", U_COPYRIGHT_STRING);
131 if(out!=NULL) {
133 udbg_writeIcuInfo(out);
135 fprintf(out, "</tests>\n");
136 fclose(out);
    [all...]
  /external/kernel-headers/original/uapi/rdma/
ib_user_cm.h 29 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
71 __u16 out; member in struct:ib_ucm_cmd_hdr

Completed in 1379 milliseconds

<<71727374757677787980>>