| /external/chromium_org/third_party/openssl/openssl/apps/ |
| crl2p7.c | 75 #undef PROG 76 #define PROG crl2pkcs7_main 91 char *infile,*outfile,*prog,*certfile; local 111 prog=argv[0]; 159 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
|
| dh.c | 74 #undef PROG 75 #define PROG dh_main 95 char *infile,*outfile,*prog; local 117 prog=argv[0]; 170 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
|
| dsa.c | 74 #undef PROG 75 #define PROG dsa_main 107 char *infile,*outfile,*prog; local 134 prog=argv[0]; 205 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
|
| ec.c | 70 #undef PROG 71 #define PROG ec_main 96 char *infile, *outfile, *prog, *engine; local 119 prog = argv[0]; 210 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
|
| pkcs7.c | 71 #undef PROG 72 #define PROG pkcs7_main 89 char *infile,*outfile,*prog; local 110 prog=argv[0]; 163 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
|
| spkac.c | 73 #undef PROG 74 #define PROG spkac_main 88 char *infile = NULL,*outfile = NULL,*prog; local 107 prog=argv[0]; 168 BIO_printf(bio_err,"%s [options]\n",prog);
|
| /external/chromium_org/third_party/re2/re2/ |
| bitstate.cc | 7 // Prog::SearchBitState is a regular expression search with submatch 10 // text) * (length of prog) bits, to make sure it never explores the 20 #include "re2/prog.h" 33 explicit BitState(Prog* prog); 49 Prog* prog_; // program being run 71 BitState::BitState(Prog* prog) 72 : prog_(prog), 170 Prog::Inst* ip = prog_->inst(id) [all...] |
| /external/chromium_org/third_party/re2/re2/testing/ |
| backtrack.cc | 7 // Prog::BadSearchBacktrack is a backtracking regular expression search, 27 #include "re2/prog.h" 50 explicit Backtracker(Prog* prog); 63 Prog* prog_; // program being run 78 Backtracker::Backtracker(Prog* prog) 79 : prog_(prog), 165 Prog::Inst* ip = prog_->inst(id); 199 if (ip->empty() & ~Prog::EmptyFlags(context_, p) [all...] |
| /external/mesa3d/src/mesa/main/ |
| atifragshader.c | 97 new_arith_inst(struct ati_fragment_shader *prog) 102 prog->numArithInstr[prog->cur_pass >> 1]++; 106 new_tex_inst(struct ati_fragment_shader *prog) 288 ctx->Driver.BindProgram(ctx, target, prog); */ 302 struct ati_fragment_shader *prog = (struct ati_fragment_shader *) local 304 if (prog == &DummyShader) { 307 else if (prog) { 317 if (prog) { 318 prog->RefCount-- [all...] |
| /external/mesa3d/src/mesa/state_tracker/ |
| st_atom_sampler.c | 211 const struct gl_program *prog, 220 samplers_used = prog->SamplersUsed; 232 const GLuint texUnit = prog->SamplerUnits[unit];
|
| /external/openssl/apps/ |
| crl2p7.c | 75 #undef PROG 76 #define PROG crl2pkcs7_main 91 char *infile,*outfile,*prog,*certfile; local 111 prog=argv[0]; 159 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
|
| dh.c | 74 #undef PROG 75 #define PROG dh_main 95 char *infile,*outfile,*prog; local 117 prog=argv[0]; 170 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
|
| dsa.c | 74 #undef PROG 75 #define PROG dsa_main 107 char *infile,*outfile,*prog; local 134 prog=argv[0]; 205 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
|
| ec.c | 70 #undef PROG 71 #define PROG ec_main 96 char *infile, *outfile, *prog, *engine; local 119 prog = argv[0]; 210 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
|
| pkcs7.c | 71 #undef PROG 72 #define PROG pkcs7_main 89 char *infile,*outfile,*prog; local 110 prog=argv[0]; 163 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
|
| spkac.c | 73 #undef PROG 74 #define PROG spkac_main 88 char *infile = NULL,*outfile = NULL,*prog; local 107 prog=argv[0]; 168 BIO_printf(bio_err,"%s [options]\n",prog);
|
| /external/regex-re2/re2/ |
| bitstate.cc | 7 // Prog::SearchBitState is a regular expression search with submatch 10 // text) * (length of prog) bits, to make sure it never explores the 20 #include "re2/prog.h" 33 explicit BitState(Prog* prog); 49 Prog* prog_; // program being run 71 BitState::BitState(Prog* prog) 72 : prog_(prog), 170 Prog::Inst* ip = prog_->inst(id) [all...] |
| /external/regex-re2/re2/testing/ |
| backtrack.cc | 7 // Prog::BadSearchBacktrack is a backtracking regular expression search, 27 #include "re2/prog.h" 50 explicit Backtracker(Prog* prog); 63 Prog* prog_; // program being run 78 Backtracker::Backtracker(Prog* prog) 79 : prog_(prog), 165 Prog::Inst* ip = prog_->inst(id); 199 if (ip->empty() & ~Prog::EmptyFlags(context_, p) [all...] |
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
| nv50_ir_build_util.h | 35 inline Program *getProgram() const { return prog; } 174 Program *prog; member in class:nv50_ir::BuildUtil 193 prog = program; 200 prog = bb->getProgram(); 210 prog = bb->getProgram();
|
| nv50_ir_target.cpp | 172 CodeEmitter::prepareEmission(Program *prog) 174 for (ArrayList::Iterator fi = prog->allFuncs.iterator(); 177 func->binPos = prog->binSize; 181 if (prog->getTarget()->hasSWSched) { 196 prog->binSize += func->binSize;
|
| /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
| kernel.cpp | 29 _cl_kernel::_cl_kernel(clover::program &prog, 32 prog(prog), __name(name), exec(*this) { 129 return prog.binaries().find(&q.dev)->second; 156 cs.prog = kern.module(*q).sec(module::section::text).data.begin();
|
| /external/mesa3d/src/gallium/drivers/nv50/codegen/ |
| nv50_ir_build_util.h | 35 inline Program *getProgram() const { return prog; } 174 Program *prog; member in class:nv50_ir::BuildUtil 193 prog = program; 200 prog = bb->getProgram(); 210 prog = bb->getProgram();
|
| nv50_ir_target.cpp | 172 CodeEmitter::prepareEmission(Program *prog) 174 for (ArrayList::Iterator fi = prog->allFuncs.iterator(); 177 func->binPos = prog->binSize; 181 if (prog->getTarget()->hasSWSched) { 196 prog->binSize += func->binSize;
|
| /external/mesa3d/src/gallium/state_trackers/clover/core/ |
| kernel.cpp | 29 _cl_kernel::_cl_kernel(clover::program &prog, 32 prog(prog), __name(name), exec(*this) { 129 return prog.binaries().find(&q.dev)->second; 156 cs.prog = kern.module(*q).sec(module::section::text).data.begin();
|
| /external/e2fsprogs/lib/ext2fs/ |
| icount.c | 663 struct test_program prog[] = { variable in typeref:struct:test_program 751 int run_test(int flags, int size, char *dir, struct test_program *prog) 775 for (pc = prog; pc->cmd != EXIT; pc++) { 836 failed += run_test(0, 0, 0, prog); 838 failed += run_test(EXT2_ICOUNT_OPT_INCREMENT, 0, 0, prog); 842 failed += run_test(0, 0, ".", prog); 844 failed += run_test(EXT2_ICOUNT_OPT_INCREMENT, 0, ".", prog);
|