HomeSort by relevance Sort by last modified time
    Searched full:critical (Results 126 - 150 of 977) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
AbstractKernel.java 119 throw new KernelException( "Critical error, could not enqueue envelope." );
  /external/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h 12 // reduce the length of the critical path through the basic block.
  /external/llvm/include/llvm/Target/
TargetSubtargetInfo.h 56 // if on the critical path.
  /external/llvm/test/CodeGen/X86/
2010-09-30-CMOV-JumpTable-PHI.ll 10 ; -cgp-critical-edge-splitting=0 prevents the edge to PHI from being split.
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PrivacyParser.java 41 * priv-value = "header" / "session" / "user" / "none" / "critical" / token
  /external/openssh/
key.h 71 Buffer critical; member in struct:KeyCert
  /external/openssl/crypto/asn1/
x_exten.c 66 ASN1_OPT(X509_EXTENSION, critical, ASN1_BOOLEAN),
  /external/quake/quake/src/QW/client/
bothdefs.h 155 #define PRINT_HIGH 2 // critical messages
  /external/tcpdump/
print-syslog.c 47 { 2, "critical" },
  /external/webp/src/dec/
bits.h 49 // Read a bit with proba 'prob'. Speed-critical function!
  /frameworks/base/graphics/java/android/renderscript/
package.html 13 critical applications.</p>
  /hardware/ti/omap3/dspbridge/inc/
dbdcddef.h 53 * The following defines are critical elements for the DCD module:
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbdcddef.h 53 * The following defines are critical elements for the DCD module:
  /hardware/ti/wlan/wl1271/utils/
context.c 424 * \brief Lock / Unlock context related critical sections
426 * The context clients should use these functions for protecting their critical sections
440 /* Start critical section protection */
450 /* Stop critical section protection */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
complex.h 85 /* And the long double versions. It is non-critical to define them
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
complex.h 85 /* And the long double versions. It is non-critical to define them
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
complex.h 85 /* And the long double versions. It is non-critical to define them
  /system/core/init/
keywords.h 52 KEYWORD(critical, OPTION, 0, 0)
signal_handler.c 96 ERROR("critical process '%s' exited %d times in %d minutes; "
  /system/extras/ext4_utils/
ext4_utils.h 61 #define critical_error(fmt, args...) do { fprintf(stderr, "critical error: %s: " fmt "\n", __func__, ## args); longjmp(setjmp_env, EXIT_FAILURE); } while (0)
  /external/jpeg/
jdhuff.h 55 * Fetching the next N bits from the input stream is a time-critical operation
162 * Again, this is time-critical and we make the main paths be macros.
  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.h 125 /// renamed if they are on the critical path.
141 /// BreakAntiDependencies - Identifiy anti-dependencies along the critical
LatencyPriorityQueue.cpp 12 // reduce the length of the critical path through the basic block.
34 // The most important heuristic is scheduling the critical path.
  /external/openssl/crypto/x509/
x509_txt.c 152 return("unhandled critical extension");
158 return("unhandled critical CRL extension");
  /external/qemu/distrib/jpeg-6b/
jdhuff.h 55 * Fetching the next N bits from the input stream is a time-critical operation
162 * Again, this is time-critical and we make the main paths be macros.

Completed in 1648 milliseconds

1 2 3 4 56 7 8 91011>>