HomeSort by relevance Sort by last modified time
    Searched full:immediate (Results 51 - 75 of 569) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/v8/src/x64/
codegen-x64.cc 611 // 7-byte NOP with non-zero immediate (0f 1f 80 xxxxxxxx) which won't
613 masm_->testl(rax, Immediate(-delta_to_patch_site));
661 masm_->testl(rax, Immediate(-delta_to_patch_site));
775 __ movq(rax, Immediate(scope()->num_parameters()));
788 __ cmpq(rax, Immediate(kArgumentsLimit));
812 __ addq(rsp, Immediate(2 * kPointerSize));
    [all...]
  /bootable/recovery/minzip/
Zip.h 182 * The immediate children of zipDir will become the immediate
  /dalvik/dx/src/com/android/dx/ssa/
DomFront.java 53 /** {@code >= 0 after run();} the index of the immediate dominator */
147 * The dominators algorithm leaves us knowing who the immediate dominator
  /external/qemu/proxy/
proxy_http_connector.c 63 /* immediate connection ?? */
65 PROXY_LOG("%s: immediate connection", root->name);
  /external/v8/src/ia32/
register-allocator-ia32.cc 48 Immediate(handle()));
70 Immediate(handle()));
  /hardware/ti/wlan/wl1271/Test/
ScanMngrDbg.c 129 WLAN_OS_REPORT(("1503 - Start immediate scan\n"));
130 WLAN_OS_REPORT(("1504 - Stop immediate scan\n"));
  /system/wlan/ti/wilink_6_1/Test/
ScanMngrDbg.c 129 WLAN_OS_REPORT(("1503 - Start immediate scan\n"));
130 WLAN_OS_REPORT(("1504 - Stop immediate scan\n"));
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/ScanMngr/
scanMngr.h 91 * \brief enumerates immediate scan internal status
95 SCAN_ISS_IDLE = 0, /**< immediate scan is not running */
96 SCAN_ISS_G_BAND, /**< immediate scan is running on G band */
97 SCAN_ISS_A_BAND, /**< immediate scan is running on A band */
99 SCAN_ISS_NUM_OF_STATES /**< number of available immediate scan states states */
265 * Number of immediate scans on G,
269 * Number of immediate scans on A,
331 scan_immedScanState_e immedScanState; /**< current immediate scan state */
333 * whether immediate scan is to search
532 * \brief Builds a scan command on the object workspace for immediate scan.\
    [all...]
  /external/webkit/JavaScriptCore/jit/
JITArithmetic.cpp     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngrApi.h 71 * Returned as a response to an immediate scan request.
176 * \brief Starts an immediate scan operation
189 * \brief Stops the immediate scan operation
  /system/wlan/ti/wilink_6_1/stad/src/Application/
scanMngrApi.h 71 * Returned as a response to an immediate scan request.
176 * \brief Starts an immediate scan operation
189 * \brief Stops the immediate scan operation
  /bionic/libm/man/
feenableexcept.3 67 Note that the trap may not be immediate, but it should occur
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodecommentnodeattributes.java 33 * Find any comment that is an immediate child of the root
nodecommentnodeattributes.java 33 * Find any comment that is an immediate child of the root
  /dalvik/vm/
Sync.h 23 * Monitor shape field. Used to distinguish immediate thin locks from
  /external/bluetooth/glib/docs/reference/glib/tmpl/
thread_pools.sgml 142 @immediate:
  /external/kernel-headers/original/asm-arm/
thread_info.h 48 * low level task data that entry.S needs immediate access to.
  /external/stlport/test/eh/
test_bit_vector.cpp 80 // Half the time, choose a size that will guarantee immediate reallocation
  /external/webkit/WebCore/page/
Chrome.h 63 virtual void repaint(const IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly = false);
  /external/webkit/WebKit/chromium/src/
WebPopupMenuImpl.h 102 const WebCore::IntRect&, bool contentChanged, bool immediate = false,
  /external/webkit/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.h 90 virtual void repaint(const WebCore::IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly = false);
  /external/webkit/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.h 105 void repaint(const IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly = false);
  /external/webkit/WebKit/qt/WebCoreSupport/
ChromeClientQt.h 108 virtual void repaint(const IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly = false);
  /external/webkit/WebKit/wx/WebKitSupport/
ChromeClientWx.h 105 virtual void repaint(const IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly = false);
  /frameworks/base/include/binder/
IPCThreadState.h 52 void stopProcess(bool immediate = true);

Completed in 1792 milliseconds

1 23 4 5 6 7 8 91011>>