Searched refs:gen (Results 376 - 400 of 433) sorted by relevance

<<1112131415161718

/external/chromium_org/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc24 Arm64OperandConverter(CodeGenerator* gen, Instruction* instr) argument
25 : InstructionOperandConverter(gen, instr) {}
/external/chromium_org/v8/src/compiler/ia32/
H A Dcode-generator-ia32.cc25 IA32OperandConverter(CodeGenerator* gen, Instruction* instr) argument
26 : InstructionOperandConverter(gen, instr) {}
/external/llvm/utils/TableGen/
H A Dtdtags221 eval $TBLGEN --gen-ctags $inc "$i" >$t 2>$TMP:F
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_fbo.c188 switch (intel->gen) {
739 if (intel->gen < 7 && depth_mt->hiz_mt == NULL) {
H A Dintel_tris.c219 if (intel->gen < 3)
248 if (intel->gen >= 3) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_sf_emit.c181 if (intel->gen == 5)
220 if (intel->gen == 5)
H A Dintel_fbo.c188 switch (intel->gen) {
739 if (intel->gen < 7 && depth_mt->hiz_mt == NULL) {
H A Dbrw_vec4.cpp217 * Note that this is not the 0 or 1 implied writes in an actual gen
771 if (intel->gen >= 6) {
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_fbo.c188 switch (intel->gen) {
739 if (intel->gen < 7 && depth_mt->hiz_mt == NULL) {
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeTokenizer.cpp110 SkPdfNativeObject* gen = array->removeLastInArray(); local
114 (unsigned int)gen->intValue(), newObj);
/external/valgrind/main/none/tests/
H A Dcmdline1.stdout.exp44 --gen-suppressions=no|yes|all print suppressions for errors? [no]
H A Dcmdline2.stdout.exp44 --gen-suppressions=no|yes|all print suppressions for errors? [no]
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.h276 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; }
351 virtual bool HasInterestingComment(LCodeGen* gen) const OVERRIDE {
454 virtual bool HasInterestingComment(LCodeGen* gen) const OVERRIDE {
495 virtual bool HasInterestingComment(LCodeGen* gen) const OVERRIDE;
528 virtual bool HasInterestingComment(LCodeGen* gen) const OVERRIDE {
553 virtual bool HasInterestingComment(LCodeGen* gen) const OVERRIDE {
2275 virtual bool HasInterestingComment(LCodeGen* gen) const { return false; }
/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/v8/src/
H A Dliveedit.cc1908 JSGeneratorObject* gen = JSGeneratorObject::cast(obj); local
1909 if (gen->is_closed()) continue;
1919 if (gen->function()->shared() == *shared) {
H A Ddebug.cc2003 JSGeneratorObject* gen = JSGeneratorObject::cast(obj); local
2004 if (!gen->is_suspended()) continue;
2006 JSFunction* fun = gen->function();
2010 int pc_offset = gen->continuation();
2017 gen->set_continuation(code_offset);
2019 suspended_generators.Add(Handle<JSGeneratorObject>(gen, isolate_));
/external/openssl/crypto/x509/
H A Dx509_vfy.c1253 GENERAL_NAME *gen = sk_GENERAL_NAME_value(dp->CRLissuer, i); local
1254 if (gen->type != GEN_DIRNAME)
1256 if (!X509_NAME_cmp(gen->d.directoryName, nm))
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.cpp217 * Note that this is not the 0 or 1 implied writes in an actual gen
771 if (intel->gen >= 6) {
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_tris.c219 if (intel->gen < 3)
248 if (intel->gen >= 3) {
/external/chromium_org/v8/src/compiler/x64/
H A Dcode-generator-x64.cc49 X64OperandConverter(CodeGenerator* gen, Instruction* instr) argument
50 : InstructionOperandConverter(gen, instr) {}
/external/guava/guava/src/com/google/common/primitives/
H A Dgenerate.sh7 # 1. run this script to generate the templates, move the .gen files
24 perl -pe "s/primtyp/$1/g; s/PrimTyp/$2/g; s/WrapperCl/$3/g" << "--EOF--" > $2s.java.gen
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp1279 #define DEFINE_GPR_ALT(reg, alt, gen) { e_regSetGPR, gpr_##reg, #reg, alt, Uint, Hex, GPR_SIZE(reg), GPR_OFFSET(reg), gcc_dwarf_##reg, gcc_dwarf_##reg, gen, gdb_##reg, NULL, g_invalidate_##reg }
1281 #define DEFINE_GPR_ALT3(reg, alt, gen) { e_regSetGPR, gpr_##reg, #reg, alt, Uint, Hex, GPR_SIZE(reg), GPR_OFFSET(reg), INVALID_NUB_REGNUM, INVALID_NUB_REGNUM, gen, gdb_##reg, NULL, NULL }
1282 #define DEFINE_GPR_ALT4(reg, alt, gen) { e_regSetGPR, gpr_##reg, #reg, alt, Uint, Hex, GPR_SIZE(reg), GPR_OFFSET(reg), gcc_dwarf_##reg, gcc_dwarf_##reg, gen, gdb_##reg, NULL, NULL }
/external/bison/lib/
H A Dgnulib.mk24 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libbison --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --makefile-name=gnulib.mk --no-conditional-dependencies --no-libtool --macro-prefix=gl argmatch assert c-strcase calloc-posix close closeout config-h configmake dirname error extensions fdl fopen-safer fprintf-posix getline getopt-gnu gettext git-version-gen gitlog-to-changelog gpl-3.0 hash inttypes isnan javacomp-script javaexec-script ldexpl malloc-gnu mbschr mbsrchr mbswidth obstack obstack-printf perror printf-posix progname quote quotearg readme-release realloc-posix snprintf-posix spawn-pipe sprintf-posix stdbool stpcpy strdup-posix strerror strtoul strverscmp unistd unistd-safer unlocked-io unsetenv update-copyright verify vsnprintf-posix vsprintf-posix warnings xalloc xalloc-die xmemdup0 xstrndup
59 ## begin gnulib module announce-gen
62 EXTRA_DIST += $(top_srcdir)/build-aux/announce-gen
64 ## end gnulib module announce-gen
539 ## begin gnulib module git-version-gen
542 EXTRA_DIST += $(top_srcdir)/build-aux/git-version-gen
544 ## end gnulib module git-version-gen
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 869 milliseconds

<<1112131415161718