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

1 2 34 5 6 7 8 91011>>

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/inc/
scanMngrApi.h 62 * \brief can return in response to an immediate scan request.
148 * \brief Starts an immediate scan operation.\n
165 * \brief Stops an immediate scan operation.\n
243 * \brief Callback used by the scan concentrator for immediate scan result.\n
  /external/icu4c/tools/toolutil/
xmlparser.h 105 * Get the immediate child element with the given name.
110 * does not have this immediate child element.
  /external/qemu/target-arm/
memcheck_arm_helpers.h 71 /* ARM BL (immediate): xxxx 1011 xxxx xxxx xxxx xxxx xxxx xxxx
72 * ARM BLX (immediate): 1111 101x xxxx xxxx xxxx xxxx xxxx xxxx
  /external/v8/src/arm/
assembler-arm-inl.h 156 Operand::Operand(int32_t immediate, RelocInfo::Mode rmode) {
158 imm32_ = immediate;
assembler-thumb2-inl.h 156 Operand::Operand(int32_t immediate, RelocInfo::Mode rmode) {
158 imm32_ = immediate;
assembler-arm.cc 311 I = 1 << 25, // immediate shifter operand (or not)
634 // if they can be encoded in the ARM's 12 bits of immediate-offset instruction
659 // Immediate.
664 // The immediate operand cannot be encoded as a shifter operand, so load
681 // Immediate shift.
699 // Immediate offset.
706 // Immediate offset cannot be encoded, load it first to register ip
733 // Immediate offset.
740 // Immediate offset cannot be encoded, load it first to register ip
    [all...]
assembler-thumb2.cc 291 I = 1 << 25, // immediate shifter operand (or not)
614 // if they can be encoded in the ARM's 12 bits of immediate-offset instruction
639 // Immediate.
644 // The immediate operand cannot be encoded as a shifter operand, so load
661 // Immediate shift.
679 // Immediate offset.
686 // Immediate offset cannot be encoded, load it first to register ip
713 // Immediate offset.
720 // Immediate offset cannot be encoded, load it first to register ip
1078 // Immediate
    [all...]
  /external/v8/src/mips/
assembler-mips-inl.h 58 Operand::Operand(int32_t immediate, RelocInfo::Mode rmode) {
60 imm32_ = immediate;
constants-mips.cc 285 // 16 bits Immediate type instructions. eg: addi dest, src, imm16
313 // 26 bits immediate type instructions. eg: j imm26
disasm-mips.cc 216 // Print 16-bit unsigned immediate value.
224 // Print 16-bit signed immediate value.
232 // Print 16-bit hexa immediate value.
240 // Print 26-bit immediate value.
248 // Print 26-bit immediate value.
  /external/webkit/WebCore/rendering/
RenderView.h 61 virtual void repaintViewRectangle(const IntRect&, bool immediate = false);
64 virtual void repaintRectangleInViewAndCompositedLayers(const IntRect&, bool immediate = false);
RenderView.cpp 249 void RenderView::repaintViewRectangle(const IntRect& ur, bool immediate)
258 m_frameView->repaintContentRectangle(ur, immediate);
270 obj->repaintRectangle(r, immediate);
274 void RenderView::repaintRectangleInViewAndCompositedLayers(const IntRect& ur, bool immediate)
279 repaintViewRectangle(ur, immediate);
  /external/webkit/WebKit/wx/WebKitSupport/
ChromeClientWx.cpp 339 void ChromeClientWx::repaint(const IntRect& rect, bool contentChanged, bool immediate, bool repaintContentOnly)
347 if (immediate) {
  /external/wpa_supplicant/
l2_packet_freebsd.c 140 * When libpcap uses BPF we must enable "immediate mode" to
147 fprintf(stderr, "%s: cannot enable immediate mode on "
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_freebsd.c 143 * When libpcap uses BPF we must enable "immediate mode" to
150 fprintf(stderr, "%s: cannot enable immediate mode on "
  /frameworks/base/core/java/android/view/
ViewParent.java 205 * @param immediate True to forbid animated or delayed scrolling,
210 boolean immediate);
  /packages/apps/Mms/src/com/android/mms/transaction/
NotificationTransaction.java 67 * in case the client is in immediate retrieve mode.
195 // STATUS_DEFERRED, may be a failed immediate retrieval.
  /external/webkit/JavaScriptCore/runtime/
JSImmediate.h 62 * A JSValue* is either a pointer to a cell (a heap-allocated object) or an immediate (a type-tagged
73 * Where the bottom two bits are non-zero they either indicate that the immediate is a 31 bit signed
74 * integer, or they mark the value as being an immediate of a type other than integer, with a secondary
78 * Where TT is equal to 10 this indicates this is a type of immediate other than an integer, and the next
132 * denotes a pointer, or another form of tagged immediate. Boolean, null and undefined
172 static const intptr_t TagBitTypeOther = 0x2; // second bit set indicates immediate other than an integer
  /external/v8/src/x64/
virtual-frame-x64.cc 145 __ movq(cnt.reg(), Immediate(count));
212 void VirtualFrame::EmitPush(Immediate immediate, NumberInfo::Type info) {
216 __ push(immediate);
259 __ addq(rsp, Immediate(num_dropped * kPointerSize));
557 __ subq(rsp, Immediate(difference * kPointerSize));
568 __ addq(rsp, Immediate(difference * kPointerSize));
765 __ addq(rsp, Immediate(kPointerSize));
944 __ subq(rsp, Immediate(delta * kPointerSize));
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfd.h     [all...]
  /external/qemu/
trace.c 934 /* either UNDEFINED or move immediate to CPSR */
936 else /* Data processing immediate */
943 case 2: /* load/store immediate */
    [all...]
  /external/webkit/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 327 void ChromeClient::repaint(const IntRect& windowRect, bool contentChanged, bool immediate, bool repaintContentOnly)
335 // We don't currently do immediate updates since they delay other UI elements.
336 //if (immediate)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 195 // Walk up the hierarchy again to find the immediate child of the parent,
341 * immediate classes more desirable.
347 * 0 for the immediate class, 1 for its super class, etc.
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 73 static uint32_t imm(uint32_t immediate);
80 // (immediate and Rm can be negative, which indicates U=0)
87 // (immediate and Rm can be negative, which indicates U=0)
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.c 100 * immediate. If not, return -1. If so, return i:imm3:a:bcdefgh form.
133 * Load a immediate using a shortcut if possible; otherwise
154 /* Check Modified immediate special cases */
165 /* 16-bit immediate? */
205 * Load an immediate value into a fixed or temp register. Target
628 * immediate. If not, return -1. If so return encoded 8-bit value.
    [all...]

Completed in 5626 milliseconds

1 2 34 5 6 7 8 91011>>