HomeSort by relevance Sort by last modified time
    Searched refs:generator (Results 351 - 375 of 478) sorted by null

<<11121314151617181920

  /external/chromium_org/v8/src/x64/
lithium-x64.h 192 virtual void CompileToNative(LCodeGen* generator); \
217 virtual void CompileToNative(LCodeGen* generator) = 0;
    [all...]
full-codegen-x64.cc 124 Comment cmnt(masm_, "[ function compiled by full code generator");
    [all...]
builtins-x64.cc     [all...]
  /external/openssl/crypto/ec/
ec.h 125 -- optional generator with associated information (order, cofactor)
126 -- optional extra data (precomputed table for fast computation of multiples of generator)
230 /** Sets the generator and it's order/cofactor of a EC_GROUP object.
232 * \param generator EC_POINT object with the generator.
233 * \param order the order of the group generated by the generator.
234 * \param cofactor the index of the sub-group generated by the generator
238 int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor);
240 /** Returns the generator of a EC_GROUP object.
242 * \return the currently used generator (possibly NULL)
    [all...]
ec_lcl.h 192 EC_POINT *generator; /* optional */ member in struct:ec_group_st
  /external/openssl/include/openssl/
ec.h 125 -- optional generator with associated information (order, cofactor)
126 -- optional extra data (precomputed table for fast computation of multiples of generator)
230 /** Sets the generator and it's order/cofactor of a EC_GROUP object.
232 * \param generator EC_POINT object with the generator.
233 * \param order the order of the group generated by the generator.
234 * \param cofactor the index of the sub-group generated by the generator
238 int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor);
240 /** Returns the generator of a EC_GROUP object.
242 * \return the currently used generator (possibly NULL)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
message.py 134 Generator instance.
136 from email.generator import Generator
138 g = Generator(fp)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 20 import email.generator namespace
210 gen = email.generator.Generator(buffer, mangle_from_, 0)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
message.py 134 Generator instance.
136 from email.generator import Generator
138 g = Generator(fp)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 20 import email.generator namespace
210 gen = email.generator.Generator(buffer, mangle_from_, 0)
    [all...]
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc 135 Comment cmnt(masm_, "[ function compiled by full code generator");
    [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc 125 Comment cmnt(masm_, "[ function compiled by full code generator");
    [all...]
builtins-ia32.cc     [all...]
  /external/chromium_org/v8/src/mips/
full-codegen-mips.cc 144 Comment cmnt(masm_, "[ function compiled by full code generator");
    [all...]
  /external/chromium_org/net/cert/
cert_verify_proc_unittest.cc     [all...]
  /external/chromium_org/v8/src/
full-codegen.cc 732 // Invoke the platform-dependent code generator to do the actual
926 InlineFunctionGenerator generator = local
928 ((*this).*(generator))(expr);
    [all...]
platform-win32.cc 204 #define UNARY_MATH_FUNCTION(name, generator) \
207 fast_##name##_function = generator; \
    [all...]
  /external/chromium_org/v8/test/mjsunit/
switch.js 341 // Function-with-switch generator
  /external/v8/src/
full-codegen.cc 612 // Invoke the platform-dependent code generator to do the actual
780 InlineFunctionGenerator generator = local
782 ((*this).*(generator))(expr);
    [all...]
  /external/v8/test/mjsunit/
switch.js 341 // Function-with-switch generator
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java 826 BuildConfigGenerator generator = new BuildConfigGenerator( local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py 6 """code generator for GLES2 command buffers."""
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 1486 llvm::Instruction *generator = cast<llvm::Instruction>(result); local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 192 * There may be code generator specific options in here. I do no
286 * The code generator will use this to fill holes in the output files.
422 /** If non-null, this is the code generator we will use to generate
425 protected CodeGenerator generator; field in class:Grammar
    [all...]

Completed in 1241 milliseconds

<<11121314151617181920