Searched defs:pass (Results 201 - 225 of 295) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/i18n/
H A Dtransreg.cpp1068 int32_t pass; local
1070 for (pass=0; pass<2; ++pass) {
1076 if (pass == 0) {
1115 if (pass==2) {
1130 int32_t dir = (pass == 0) ? UTRANS_FORWARD : direction;
/external/icu/icu4c/source/test/intltest/
H A Ddtfmrgts.cpp194 UBool pass = TRUE; local
212 pass = FALSE;
216 if( ! pass)
670 UBool pass = TRUE;
690 pass = FALSE;
698 if (!pass) errln("Fail: DateFormat serialization/equality bug");
1149 UBool pass = TRUE; local
1178 pass = FALSE;
1181 if (pass) {
1331 int32_t pass local
[all...]
H A Dtzregts.cpp266 UBool pass = TRUE;
290 pass = false;
293 if (!pass) errln("Fail: TimeZone serialization/equality bug");
329 UBool pass = TRUE; local
338 pass = FALSE;
342 if ( ! pass)
358 // the MILLSECOND field; you need to pass in the millis in the day in STANDARD
/external/libpng/contrib/libtests/
H A Dmakepng.c686 int pass; local
694 for (pass = 0; pass < passes; ++pass)
/external/libpng/
H A Dpngwrite.c340 * time information, you can pass NULL for info. If you already wrote these
583 int pass, num_pass; /* pass variables */ local
593 * this will set pass to 1
600 for (pass = 0; pass < num_pass; pass++)
685 png_debug2(1, "in png_write_row (row %u, pass %d)",
686 png_ptr->row_number, png_ptr->pass);
689 if (png_ptr->row_number == 0 && png_ptr->pass
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c185 void vp9_rc_init(const VP9_CONFIG *oxcf, int pass, RATE_CONTROL *rc) { argument
186 if (pass == 0 && oxcf->end_usage == USAGE_STREAM_FROM_SERVER) {
506 // not first frame of one pass and kf_boost is set
618 // not first frame of one pass and kf_boost is set
964 if (cpi->pass == 0) {
1120 // regulate min and Max Q in two pass.
1166 // Use this macro to turn on/off use of alt-refs in one-pass mode.
1288 if (cpi->pass == 0 && cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) {
1293 if (cpi->pass == 0 && cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) {
/external/llvm/lib/CodeGen/
H A DInlineSpiller.cpp142 InlineSpiller(MachineFunctionPass &pass, argument
146 LIS(pass.getAnalysis<LiveIntervals>()),
147 LSS(pass.getAnalysis<LiveStacks>()),
148 AA(&pass.getAnalysis<AliasAnalysis>()),
149 MDT(pass.getAnalysis<MachineDominatorTree>()),
150 Loops(pass.getAnalysis<MachineLoopInfo>()),
156 MBFI(pass.getAnalysis<MachineBlockFrequencyInfo>()) {}
193 Spiller *createInlineSpiller(MachineFunctionPass &pass, argument
196 return new InlineSpiller(pass, mf, vrm);
H A DLiveDebugVariables.cpp51 cl::desc("Enable the live debug variables pass"), cl::Hidden);
281 /// LDVImpl - Implementation of the LiveDebugVariables pass.
284 LiveDebugVariables &pass; member in class:__anon25756::LDVImpl
294 /// Whether the machine function is modified during the pass.
333 : pass(*ps), MF(nullptr), EmitDone(false), ModifiedMF(false) {}
699 LIS = &pass.getAnalysis<LiveIntervals>();
700 MDT = &pass.getAnalysis<MachineDominatorTree>();
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_lowering_nv50.cpp288 // TODO: move exports (if beneficial) in common opt pass
482 // skipping PHIs (don't pass them to handleAddrDef) !
1090 NV50LoweringPreSSA pass(prog);
1091 ret = pass.run(prog, false, true);
1096 NV50LegalizeSSA pass(prog);
1097 ret = pass.run(prog, false, true);
1100 NV50LegalizePostRA pass; local
1101 ret = pass.run(prog, false, true);
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_lowering_nvc0.cpp267 // This pass is a bit long and ugly and can probably be optimized.
624 // TODO: when we generate actual functions pass this value along somehow
1039 // delay turning PSET(FSET(x,y),0) into PSET(x,y) to a later pass
1107 NVC0LoweringPass pass(prog);
1108 return pass.run(prog, false, true);
1111 NVC0LegalizePostRA pass(prog);
1112 return pass.run(prog, false, true);
1115 NVC0LegalizeSSA pass; local
1116 return pass.run(prog, false, true);
/external/openssl/crypto/cms/
H A Dcms_lcl.h279 unsigned char *pass; member in struct:CMS_PasswordRecipientInfo_st
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dt1.c56 Encode significant pass
69 Decode significant pass
104 Encode significant pass
114 Decode significant pass
133 Encode refinement pass
146 Encode refinement pass
155 Decode refinement pass
170 Decode refinement pass
206 Encode clean-up pass
219 Decode clean-up pass
1598 opj_tcd_pass_t *pass = &cblk->passes[passno]; local
1680 opj_tcd_pass_t *pass = &cblk->passes[passno]; local
[all...]
H A Dt2.c556 opj_tcd_pass_t *pass = 00; local
653 pass = cblk->passes + cblk->numpasses;
658 len += pass->len;
660 if (pass->term || passno == (cblk->numpasses + layer->numpasses) - 1) {
667 ++pass;
674 pass = cblk->passes + cblk->numpasses;
678 len += pass->len;
680 if (pass->term || passno == (cblk->numpasses + layer->numpasses) - 1) {
685 ++pass;
H A Dtcd.c246 opj_tcd_pass_t *pass = &cblk->passes[passno]; local
249 dr = pass->rate;
250 dd = pass->distortiondec;
252 dr = pass->rate - cblk->passes[n - 1].rate;
253 dd = pass->distortiondec - cblk->passes[n - 1].distortiondec;
425 opj_tcd_pass_t *pass = &cblk->passes[passno]; local
430 dr = (OPJ_INT32)pass->rate;
431 dd = pass->distortiondec;
433 dr = (OPJ_INT32)(pass->rate - cblk->passes[passno - 1].rate);
434 dd = pass
[all...]
/external/qemu/android/
H A Dhelp.c212 int pass, maxw = 0; local
219 for (pass = 0; pass < 2; pass++) {
237 if (pass == 0) {
1353 " a bootcharting facility (see http://www.bootchart.org/). You can pass a\n"
1645 PRINTF( " %-*s %s\n", maxwidth, "-qemu args...", "pass arguments to qemu");
/external/stressapptest/src/
H A Dworker.h483 volatile uint8 pass; member in struct:FileThread::SectorTag
/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c949 dlog(1, "not connected => pass\n");
956 dlog(1, "pass_signals => pass\n");
1312 Int pass; local
1313 /* pass 0 = search, optional pass 1 = output message multiple matches */
1327 for (pass = 0; pass < 2; pass++) {
1329 if (pass == 1)
1343 if (pass
[all...]
/external/webp/include/webp/
H A Dencode.h116 int pass; // number of entropy-analysis passes (in [1..10]). member in struct:WebPConfig
/external/checkpolicy/
H A Dpolicy_define.c57 unsigned int pass; variable
81 pass = pass_number;
150 if (pass == 2) {
214 if (pass == 1)
248 if (pass == 2) {
286 if (pass == 2) {
361 if (pass == 1) {
393 if (pass == 1) {
425 if (pass == 1) {
457 if (pass
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura_unittest.cc1162 scoped_ptr<cc::RenderPass> pass = cc::RenderPass::Create(); local
1163 pass->SetNew(
1165 frame->delegated_frame_data->render_pass_list.push_back(pass.Pass());
/external/chromium_org/third_party/icu/source/common/
H A Duloc.cpp1151 int32_t pass = 0; local
1154 while (pass++ < 2) {
1614 * depending on the options. To specify level 1, pass in options=0.
1615 * To specify level 2, pass in options=_ULOC_CANONICALIZE.
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwbnf.cpp1506 UBool pass; local
1507 pass = strcmp(var1.next(), value->next()) == 0;
1508 pass = pass && strcmp(var2.next(), value2->next()) == 0;
1509 pass = pass && strcmp(var3.next(), value3->next()) == 0;
1510 return pass;
1522 UBool pass; local
1523 pass = t.find(NULL) == SymbolTable::EMPTY;
1524 pass
1548 UBool pass = TRUE; local
1607 UBool pass = TRUE; local
1717 UBool pass; local
[all...]
/external/chromium_org/third_party/libpng/
H A Dpngrutil.c2511 you want all pixels to be combined, pass 0xff (255) in mask. */
2716 void png_do_read_interlace(png_row_infop row_info, png_bytep row, int pass,
2724 int pass = png_ptr->pass; local
2726 /* Arrays to facilitate easy interlacing - use pass (0 - 6) as index */
2735 final_width = row_info->width * png_pass_inc[pass];
2745 int jstop = png_pass_inc[pass];
2800 int jstop = png_pass_inc[pass];
2857 int jstop = png_pass_inc[pass];
2912 int jstop = png_pass_inc[pass];
[all...]
H A Dpngwutil.c76 * length, and does not need to be null terminated. To be safe, pass the
187 /* We may just want to pass the text right through */
1762 /* Arrays to facilitate easy interlacing - use pass (0 - 6) as index */
1829 /* If interlaced, we need to set up width and height of pass */
1860 /* Arrays to facilitate easy interlacing - use pass (0 - 6) as index */
1887 /* If interlaced, go to next pass */
1893 png_ptr->pass++;
1897 /* Loop until we find a non-zero width or height pass */
1900 png_ptr->pass++;
1901 if (png_ptr->pass >
1975 png_do_write_interlace(png_row_infop row_info, png_bytep row, int pass) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h130 int pass; member in struct:VP9EncoderConfig
171 // two pass datarate control
172 int two_pass_vbrbias; // two pass datarate control tweaks
305 // Default value is 1. From first pass stats, encode_breakout may be disabled.
505 (cpi->oxcf.pass == 1 || cpi->oxcf.pass == 2);

Completed in 532 milliseconds

1234567891011>>