Searched defs:pass (Results 251 - 275 of 295) sorted by relevance

<<1112

/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c39 static int32_t pass; variable
1491 log_verbose("Passed:= %d Failed= %d \n", pass, fail);
2004 ++pass;
/external/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp1886 // Make sure @ past post context doesn't pass limit
4832 const UnicodeString& summary, UBool pass,
4834 if (pass) {
4831 expectAux(const UnicodeString& tag, const UnicodeString& summary, UBool pass, const UnicodeString& expectedResult) argument
/external/libedit/src/
H A Dreadline.c1696 struct passwd *pass = NULL; local
1708 (pass = getpwent()) != NULL
1709 && text[0] == pass->pw_name[0]
1710 && strcmp(text, pass->pw_name) == 0)
1713 if (pass == NULL) {
1717 return strdup(pass->pw_name);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h154 // for use in the second encoding pass. (speed setting controls how fast)
158 // generated in the first encoding pass to create the compressed
163 // were generated in the first encoding pass to create the compressed
237 // two pass datarate control
238 int two_pass_vbrbias; // two pass datarate control tweaks
401 int pass; member in struct:VP9_COMP
410 // Default value is 1. From first pass stats, encode_breakout may be disabled.
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct_avx2.c19 // as the first pass results are transposed, we transpose the columns (that
22 int pass; local
61 for (pass = 0; pass < 2; ++pass) {
96 if (0 == pass) {
97 // Extract values in the high part for second pass as transform code
280 int pass; local
314 // first pass are transposed so that the same column code can be reused. The
315 // results of the second pass ar
1077 int pass; local
[all...]
H A Dvp9_dct_sse2.c381 int pass; local
415 // first pass are transposed so that the same column code can be reused. The
416 // results of the second pass are also transposed so that the rows (processed
418 for (pass = 0; pass < 2; pass++) {
419 // To store results of each pass before the transpose.
1175 // as the first pass results are transposed, we transpose the columns (that
1178 int pass; local
1207 for (pass
[all...]
/external/libvpx/libvpx/
H A Dvpxenc.c187 static const arg_def_t pass_arg = ARG_DEF(NULL, "pass", 1,
190 "First pass statistics file name");
679 global->pass = arg_parse_uint(&arg);
681 if (global->pass < 1 || global->pass > 2)
682 die("Error: Invalid pass selected (%d)\n",
683 global->pass);
732 if (global->pass) {
733 /* DWIM: Assume the user meant passes=2 if pass=2 is specified */
734 if (global->pass > globa
1196 setup_pass(struct stream_state *stream, struct VpxEncoderConfig *global, int pass) argument
1515 int pass; local
[all...]
/external/opencv/cv/src/
H A Dcvhaar.cpp1133 int pass, stage_offset = 0; local
1182 for( pass = 0; pass < npass; pass++ )
1198 if( pass == 0 )
1218 if( pass < npass - 1 )
1235 if( pass == npass - 1 )
/external/openssl/apps/
H A Dapps.c583 prompt = UI_construct_prompt(ui, "pass phrase",
655 if(!strncmp(arg, "pass:", 5)) return BUF_strdup(arg + 5);
747 const char *pass; local
759 pass = "";
779 pass = tpass;
781 ret = PKCS12_parse(p12, pass, pkey, cert, ca);
789 const char *pass, ENGINE *e, const char *cert_descrip)
865 const char *pass, ENGINE *e, const char *key_descrip)
871 cb_data.password = pass;
963 const char *pass, ENGIN
788 load_cert(BIO *err, const char *file, int format, const char *pass, ENGINE *e, const char *cert_descrip) argument
864 load_key(BIO *err, const char *file, int format, int maybe_stdin, const char *pass, ENGINE *e, const char *key_descrip) argument
962 load_pubkey(BIO *err, const char *file, int format, int maybe_stdin, const char *pass, ENGINE *e, const char *key_descrip) argument
1117 load_certs_crls(BIO *err, const char *file, int format, const char *pass, ENGINE *e, const char *desc, STACK_OF(X509) **pcerts, STACK_OF(X509_CRL) **pcrls) argument
[all...]
/external/ppp/pppd/
H A Dsys-linux.c1298 * set_filters - set the active and pass filters in the kernel driver.
1300 int set_filters(struct bpf_program *pass, struct bpf_program *active) argument
1304 fp.len = pass->bf_len;
1305 fp.filter = (struct sock_filter *) pass->bf_insns;
1310 error("Couldn't set pass-filter in kernel: %m");
2240 * sifup - Config the interface up and enable IP packets to pass.
2745 * are removed and the device is no longer able to pass IPX
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c3222 /* Make a pass over 'ents'. For each tyent, inspect the target of any
3248 /* Make a pass over 'ents', building a dictionary of TyEnts as we go.
3322 /* If a commoning pass and a substitution pass both make fewer than
3343 above (a commoning pass followed by a substitution pass), but
3369 /* Make a pass through the (temporary) variables array. Examine the
3474 settings so that we can then back up and do one final pass over
3577 Int pass; local
3778 /* Do an initial pass t
[all...]
/external/chromium_org/cc/output/
H A Dgl_renderer.cc469 RenderPass* pass = frame->render_passes_in_draw_order->at(i); local
470 for (QuadList::Iterator iter = pass->quad_list.begin();
471 iter != pass->quad_list.end();
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dzic.c1610 register int pass; local
1713 for (pass = 1; pass <= 2; ++pass) {
1724 if (pass == 1) {
1807 if (pass == 1)
1854 if (pass == 1)
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.c1346 unsigned int nb_guids, pass, i, j, ancestor; local
1386 for (pass = 0; ((pass < nb_guids) && (r == LIBUSB_SUCCESS)); pass++) {
1390 usbi_dbg("\n#### PROCESSING %ss %s", passname[(pass<=HID_PASS)?pass:HID_PASS+1],
1391 (pass!=GEN_PASS)?guid_to_string(guid[pass]):"");
1406 if ((pass == HCD_PASS) && (i == UINT8_MAX)) {
1410 if (pass !
4284 int i, pass; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_int.h458 /* Experimental code for lagged and one pass */
476 int pass; member in struct:VP8_COMP
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp422 bool CFGStructurizer<PassT>::prepare(FuncT &func, PassT &pass, argument
424 passRep = &pass;
441 //domTree = &pass.getAnalysis<DomTreeT>();
442 //domTree = CFGTraits::getDominatorTree(pass);
448 //domTree = &pass.getAnalysis<DomTreeT>();
449 //postDomTree = CFGTraits::getPostDominatorTree(pass);
455 //loopInfo = &pass.getAnalysis<LoopInfoT>();
456 loopInfo = CFGTraits::getLoopInfo(pass);
511 bool CFGStructurizer<PassT>::run(FuncT &func, PassT &pass, argument
513 passRep = &pass;
3232 getDominatorTree(AMDGPUCFGStructurizer &pass) argument
3237 getPostDominatorTree(AMDGPUCFGStructurizer &pass) argument
3241 getLoopInfo(AMDGPUCFGStructurizer &pass) argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-pp.c353 static int pass; /* HACK: pass 0 = generate dependencies only */ variable
1888 * If you already know which context macro belongs to, you can pass
2273 evalresult = evaluate(ppscan, tptr, &tokval, pass | CRITICAL,
3118 evalresult = evaluate(ppscan, tptr, &tokval, pass, error);
3177 evalresult = evaluate(ppscan, tptr, &tokval, pass, error);
3580 evalresult = evaluate(ppscan, tptr, &tokval, pass, error);
3680 evalresult = evaluate(ppscan, tptr, &tokval, pass, error);
4803 * per pass) we will want to show errors only during pass on
[all...]
/external/icu/icu4c/source/tools/tzcode/
H A Dzic.c1610 register int pass; local
1713 for (pass = 1; pass <= 2; ++pass) {
1724 if (pass == 1) {
1807 if (pass == 1)
1854 if (pass == 1)
/external/libpng/contrib/tools/
H A Dpngfix.c1474 int pass; local
1478 for (pass=0; pass<=6; ++pass)
1480 png_uint_32 pw = PNG_PASS_COLS(file->width, pass);
1492 /* Add row_bytes * pass-height to the file image_bytes field
1496 PNG_PASS_ROWS(file->height, pass));
1509 /* As above, but use image_width in place of the pass width: */
2920 /* First pass: */
3046 * the code will always read ahead exactly 8 bytes and pass thi
3617 int pass; local
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h461 /* Experimental code for lagged and one pass */
479 int pass; member in struct:VP8_COMP
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp422 bool CFGStructurizer<PassT>::prepare(FuncT &func, PassT &pass, argument
424 passRep = &pass;
441 //domTree = &pass.getAnalysis<DomTreeT>();
442 //domTree = CFGTraits::getDominatorTree(pass);
448 //domTree = &pass.getAnalysis<DomTreeT>();
449 //postDomTree = CFGTraits::getPostDominatorTree(pass);
455 //loopInfo = &pass.getAnalysis<LoopInfoT>();
456 loopInfo = CFGTraits::getLoopInfo(pass);
511 bool CFGStructurizer<PassT>::run(FuncT &func, PassT &pass, argument
513 passRep = &pass;
3232 getDominatorTree(AMDGPUCFGStructurizer &pass) argument
3237 getPostDominatorTree(AMDGPUCFGStructurizer &pass) argument
3241 getLoopInfo(AMDGPUCFGStructurizer &pass) argument
[all...]
/external/qemu/target-arm/
H A Dtranslate.c1098 static TCGv neon_load_reg(int reg, int pass) argument
1101 tcg_gen_ld_i32(tmp, cpu_env, neon_reg_offset(reg, pass));
1105 static void neon_store_reg(int reg, int pass, TCGv var) argument
1107 tcg_gen_st_i32(var, cpu_env, neon_reg_offset(reg, pass));
2779 int pass; local
2788 pass = (insn >> 21) & 1;
2801 tmp = neon_load_reg(rn, pass);
2840 for (n = 0; n <= pass * 2; n++) {
2850 tmp2 = neon_load_reg(rn, pass);
2855 tmp2 = neon_load_reg(rn, pass);
3913 int pass; local
4499 int pass; local
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Davrc_defs.h216 /* Define the vendor unique id carried in the pass through data
220 /* the only pass through vendor unique commands defined by AVRC is the group navigation commands
834 tAVRC_MSG_PASS pass; /* PASS THROUGH message. */ member in union:__anon1331
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_dct32x32_avx2.c92 int pass; local
93 for (pass = 0; pass < 2; ++pass) {
94 // We process sixteen columns (transposed rows in second pass) at a time.
104 if (0 == pass) {
401 if (1 == pass) {
537 if (pass == 0) {
2578 if (0 == pass){
2644 if (0 == pass) {
[all...]
H A Dvp9_dct32x32_sse2.c86 int pass; local
87 for (pass = 0; pass < 2; ++pass) {
88 // We process eight columns (transposed rows in second pass) at a time.
98 if (0 == pass) {
395 if (1 == pass) {
531 if (pass == 0) {
2572 if (0 == pass) {
2635 if (0 == pass) {
[all...]

Completed in 5836 milliseconds

<<1112