Searched defs:gen (Results 76 - 100 of 122) sorted by relevance

12345

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_disasm.c1061 int brw_disasm (FILE *file, struct brw_instruction *inst, int gen) argument
1100 if (inst->header.opcode == BRW_OPCODE_SEND && gen < 6)
1119 } else if (gen >= 6 && (inst->header.opcode == BRW_OPCODE_IF ||
1124 } else if (gen >= 6 && (inst->header.opcode == BRW_OPCODE_BREAK ||
1146 if (gen >= 6)
1148 else if (gen == 5)
1157 if (gen >= 6) {
1179 if (gen >= 7) {
1185 } else if (gen >= 5) {
1206 if (gen >
[all...]
H A Dbrw_wm_surface_state.c471 int gen; local
474 gen = intel->gen * 10;
476 gen += 5;
492 if (gen >= tinfo->sampling && (gen >= tinfo->filtering || is_integer))
530 if (gen >= rinfo->render_target &&
531 (gen >= rinfo->alpha_blend || is_integer)) {
585 if (intel->gen <= 6)
740 if (intel->gen >
[all...]
/external/openssl/apps/
H A Dcms.c1266 GENERAL_NAME *gen; local
1273 gen = sk_GENERAL_NAME_value(gens, j);
1275 GENERAL_NAME_print(out, gen);
1339 GENERAL_NAME *gen = NULL; local
1346 gen = a2i_GENERAL_NAME(NULL, NULL, NULL, GEN_EMAIL, str, 0);
1347 if (!gen)
1352 if (!sk_GENERAL_NAME_push(gens, gen))
1354 gen = NULL;
1367 if (gen)
1368 GENERAL_NAME_free(gen);
[all...]
/external/openssl/crypto/rand/
H A Drand_win.c244 CRYPTGENRANDOM gen = NULL; local
344 gen = (CRYPTGENRANDOM) GetProcAddress(advapi,
350 if (acquire && gen && release)
357 if (gen(hProvider, sizeof(buf), buf) != 0)
371 if (gen(hProvider, sizeof(buf), buf) != 0)
/external/openssl/crypto/x509v3/
H A Dv3_utl.c522 GENERAL_NAME *gen; local
535 gen = sk_GENERAL_NAME_value(gens, i);
536 if(gen->type != GEN_EMAIL) continue;
537 if(!append_ia5(&ret, gen->d.ia5)) return NULL;
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeTokenizer.cpp110 SkPdfNativeObject* gen = array->removeLastInArray(); local
114 (unsigned int)gen->intValue(), newObj);
H A DSkPdfNativeObject.h346 static void makeReference(unsigned int id, unsigned int gen, SkPdfNativeObject* obj) { argument
351 obj->fRef.fGen = gen;
355 static void resetAndMakeReference(unsigned int id, unsigned int gen, SkPdfNativeObject* obj) { argument
357 makeReference(id, gen, obj);
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_eke_common.c164 u8 gen; local
171 gen = generator;
195 if (crypto_mod_exp(&gen, 1, ret_priv, dh->prime_len,
/external/wpa_supplicant_8/src/eap_common/
H A Deap_eke_common.c164 u8 gen; local
171 gen = generator;
195 if (crypto_mod_exp(&gen, 1, ret_priv, dh->prime_len,
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_eke_common.c164 u8 gen; local
171 gen = generator;
195 if (crypto_mod_exp(&gen, 1, ret_priv, dh->prime_len,
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dsandbox_bpf.cc650 CodeGen* gen = new CodeGen(); local
651 if (!gen) {
656 Instruction* head = CompilePolicy(gen, &has_unsafe_traps);
660 gen->Compile(head, program);
661 delete gen;
676 Instruction* SandboxBPF::CompilePolicy(CodeGen* gen, bool* has_unsafe_traps) { argument
684 gen, MaybeAddEscapeHatch(gen, has_unsafe_traps, DispatchSyscall(gen)));
687 Instruction* SandboxBPF::CheckArch(CodeGen* gen, Instructio argument
701 MaybeAddEscapeHatch(CodeGen* gen, bool* has_unsafe_traps, Instruction* rest) argument
779 DispatchSyscall(CodeGen* gen) argument
795 CheckSyscallNumber(CodeGen* gen, Instruction* passed) argument
860 AssembleJumpTable(CodeGen* gen, Ranges::const_iterator start, Ranges::const_iterator stop) argument
887 RetExpression(CodeGen* gen, const ErrorCode& err) argument
899 CondExpression(CodeGen* gen, const ErrorCode& cond) argument
936 CondExpressionHalf(CodeGen* gen, const ErrorCode& cond, ArgHalf half, Instruction* passed, Instruction* failed) argument
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_utl.c518 GENERAL_NAME *gen; local
532 gen = sk_GENERAL_NAME_value(gens, j);
533 if(gen->type != GEN_EMAIL) continue;
534 if(!append_ia5(&ret, gen->d.ia5)) return NULL;
929 GENERAL_NAME *gen; local
931 gen = sk_GENERAL_NAME_value(gens, i);
932 if (gen->type != check_type)
936 cstr = gen->d.rfc822Name;
938 cstr = gen->d.dNSName;
940 cstr = gen
[all...]
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_bench.cc644 RandomGenerator gen; local
645 Slice input = gen.Generate(Options().block_size);
669 RandomGenerator gen; local
670 Slice input = gen.Generate(Options().block_size);
720 RandomGenerator gen; local
730 batch.Put(key, gen.Generate(value_size_));
832 RandomGenerator gen; local
865 RandomGenerator gen; local
878 Status s = db_->Put(write_options_, key, gen.Generate(value_size_));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_ppc.c67 * Context/state used during code gen.
109 init_gen_context(struct gen_context *gen, struct ppc_function *func) argument
113 memset(gen, 0, sizeof(*gen));
114 gen->f = func;
115 gen->inputs_reg = ppc_reserve_register(func, 3); /* first function param */
116 gen->outputs_reg = ppc_reserve_register(func, 4); /* second function param */
117 gen->temps_reg = ppc_reserve_register(func, 5); /* ... */
118 gen->immed_reg = ppc_reserve_register(func, 6);
119 gen
171 emit_li_offset(struct gen_context *gen, int offset) argument
193 reset_li_offset(struct gen_context *gen) argument
207 load_constant_vec(struct gen_context *gen, int dst_vec, float value) argument
235 gen_one_vec(struct gen_context *gen) argument
248 gen_get_bit31_vec(struct gen_context *gen) argument
263 emit_fetch(struct gen_context *gen, const struct tgsi_full_src_register *reg, const unsigned chan_index) argument
414 get_src_vec(struct gen_context *gen, struct tgsi_full_instruction *inst, int src_reg, uint chan) argument
450 release_src_vecs(struct gen_context *gen) argument
465 get_dst_vec(struct gen_context *gen, const struct tgsi_full_instruction *inst, unsigned chan_index) argument
486 emit_store(struct gen_context *gen, int src_vec, const struct tgsi_full_instruction *inst, unsigned chan_index, boolean free_vec) argument
551 emit_scalar_unaryop(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
582 emit_unaryop(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
626 emit_binop(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
675 emit_triop(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
711 emit_inequality(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
764 emit_dotprod(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
825 emit_lit(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
899 emit_exp(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
944 emit_log(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
1003 emit_pow(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
1023 emit_xpd(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
1081 emit_instruction(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
1260 struct gen_context gen; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm_surface_state.c471 int gen; local
474 gen = intel->gen * 10;
476 gen += 5;
492 if (gen >= tinfo->sampling && (gen >= tinfo->filtering || is_integer))
530 if (gen >= rinfo->render_target &&
531 (gen >= rinfo->alpha_blend || is_integer)) {
585 if (intel->gen <= 6)
740 if (intel->gen >
[all...]
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.h346 static void makeReference(unsigned int id, unsigned int gen, SkPdfNativeObject* obj) { argument
351 obj->fRef.fGen = gen;
355 static void resetAndMakeReference(unsigned int id, unsigned int gen, SkPdfNativeObject* obj) { argument
357 makeReference(id, gen, obj);
/external/deqp/modules/glshared/
H A DglsLifetimeTests.hpp139 virtual GLuint gen (void) = 0;
166 GLuint gen (void);
190 GLuint gen (void) { return glCreateProgram(); } function in class:deqp::gls::LifetimeTests::details::ProgramType
203 GLuint gen (void) { return glCreateShader(GL_FRAGMENT_SHADER); } function in class:deqp::gls::LifetimeTests::details::ShaderType
H A DglsLifetimeTests.cpp146 GLuint SimpleType::gen (void) function in class:deqp::gls::LifetimeTests::details::SimpleType
608 Name (Type& type) : m_type(type), m_name(type.gen()) {}
763 GLuint name = m_type.gen();
782 const GLuint id = m_type.gen();
973 return type.gen();
1165 { "gen", &LifeTest::testGen, false },
/external/ipsec-tools/src/racoon/
H A Disakmp.c1417 isakmp_parsewoh(np0, gen, len)
1419 struct isakmp_gen *gen;
1458 p->len = ntohs(gen->len);
1465 p->ptr = gen;
1484 np = gen->np;
1485 plen = ntohs(gen->len);
1486 gen = (struct isakmp_gen *)((caddr_t)gen + plen);
1506 struct isakmp_gen *gen; local
1512 gen
2658 struct isakmp_gen *gen; local
[all...]
H A Dcrypto_openssl.c696 GENERAL_NAME *gen; local
715 gen = sk_GENERAL_NAME_value(gens, pos - 1);
718 if (gen->type == GEN_DNS ||
719 gen->type == GEN_EMAIL ||
720 gen->type == GEN_URI )
723 if (gen->d.ia5->data[gen->d.ia5->length] != '\0')
727 racoon_hexdump(gen->d.ia5->data, gen->d.ia5->length + 1);
731 len = gen
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ppc.c67 * Context/state used during code gen.
109 init_gen_context(struct gen_context *gen, struct ppc_function *func) argument
113 memset(gen, 0, sizeof(*gen));
114 gen->f = func;
115 gen->inputs_reg = ppc_reserve_register(func, 3); /* first function param */
116 gen->outputs_reg = ppc_reserve_register(func, 4); /* second function param */
117 gen->temps_reg = ppc_reserve_register(func, 5); /* ... */
118 gen->immed_reg = ppc_reserve_register(func, 6);
119 gen
171 emit_li_offset(struct gen_context *gen, int offset) argument
193 reset_li_offset(struct gen_context *gen) argument
207 load_constant_vec(struct gen_context *gen, int dst_vec, float value) argument
235 gen_one_vec(struct gen_context *gen) argument
248 gen_get_bit31_vec(struct gen_context *gen) argument
263 emit_fetch(struct gen_context *gen, const struct tgsi_full_src_register *reg, const unsigned chan_index) argument
414 get_src_vec(struct gen_context *gen, struct tgsi_full_instruction *inst, int src_reg, uint chan) argument
450 release_src_vecs(struct gen_context *gen) argument
465 get_dst_vec(struct gen_context *gen, const struct tgsi_full_instruction *inst, unsigned chan_index) argument
486 emit_store(struct gen_context *gen, int src_vec, const struct tgsi_full_instruction *inst, unsigned chan_index, boolean free_vec) argument
551 emit_scalar_unaryop(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
582 emit_unaryop(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
626 emit_binop(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
675 emit_triop(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
711 emit_inequality(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
764 emit_dotprod(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
825 emit_lit(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
899 emit_exp(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
944 emit_log(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
1003 emit_pow(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
1023 emit_xpd(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
1081 emit_instruction(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
1260 struct gen_context gen; local
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509_vfy.c1369 GENERAL_NAME *gen = sk_GENERAL_NAME_value(dp->CRLissuer, i); local
1370 if (gen->type != GEN_DIRNAME)
1372 if (!X509_NAME_cmp(gen->d.directoryName, nm))
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_context.h218 int gen; member in struct:intel_context
286 GLenum reduced_primitive; /*< Only gen < 6 */
/external/deqp/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp117 void gen (void) function in class:deqp::gles3::Functional::__anon20054::AutoFbo
145 void gen (void) function in class:deqp::gles3::Functional::__anon20054::AutoRbo
671 fbo.gen();
672 rbo.gen();
782 resFbo.gen();
783 resRbo.gen();
/external/javassist/src/main/javassist/compiler/
H A DCodeGen.java63 protected ReturnHook(CodeGen gen) { argument
64 next = gen.returnHooks;
65 gen.returnHooks = this;
68 protected void remove(CodeGen gen) { argument
69 gen.returnHooks = next;

Completed in 5861 milliseconds

12345