Searched defs:immediate (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium_org/v8/src/
H A Dcode.h17 // either registers or immediate values. Used to make sure that the
24 explicit ParameterCount(int immediate) argument
25 : reg_(no_reg), immediate_(immediate) { }
36 int immediate() const { function in class:v8::internal::BASE_EMBEDDED
/external/ltrace/sysdeps/linux-gnu/ppc/
H A Dinsn.h37 int immediate = ((insn & 0xfffc) ^ 0x8000) - 0x8000; local
42 return (arch_addr_t)(uintptr_t)immediate;
44 return addr + (uintptr_t)immediate;
/external/chromium_org/v8/src/compiler/
H A Djs-graph.h78 Node* SmiConstant(int32_t immediate) { argument
79 DCHECK(Smi::IsValid(immediate));
80 return Constant(immediate);
H A Djs-generic-lowering.cc35 Node* JSGenericLowering::SmiConstant(int32_t immediate) { argument
36 return jsgraph()->SmiConstant(immediate);
40 Node* JSGenericLowering::Int32Constant(int immediate) { argument
41 return jsgraph()->Int32Constant(immediate);
/external/replicaisland/src/com/replica/replicaisland/
H A DLevelSystem.java80 public void sendGameEvent(int type, int index, boolean immediate) { argument
81 if (immediate) {
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_factory_impl.cc67 bool immediate) {
68 if (immediate) {
84 if (immediate) {
138 ReleaseBackingStore(origin_url, true /* immediate */);
171 ReleaseBackingStore(origin_url, false /* immediate */);
218 ReleaseBackingStore(origin_url, false /* immediate */);
284 ReleaseBackingStore(origin_url, false /* immediate */);
66 ReleaseBackingStore(const GURL& origin_url, bool immediate) argument
H A Dindexed_db_factory_unittest.cc57 bool immediate) {
58 ReleaseBackingStore(backing_store->origin_url(), immediate);
56 TestReleaseBackingStore(IndexedDBBackingStore* backing_store, bool immediate) argument
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwScrollOffsetManager.java377 boolean immediate) {
427 if (immediate) {
376 requestChildRectangleOnScreen(int childOffsetX, int childOffsetY, Rect rect, boolean immediate) argument
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimateActive.cpp191 bool SkActive::immediate(bool enable) { function in class:SkActive
/external/chromium_org/v8/src/mips/
H A Dassembler-mips-inl.h56 Operand::Operand(int32_t immediate, RelocInfo::Mode rmode) { argument
58 imm32_ = immediate;
/external/chromium_org/v8/src/mips64/
H A Dassembler-mips64-inl.h56 Operand::Operand(int64_t immediate, RelocInfo::Mode rmode) { argument
58 imm64_ = immediate;
/external/skia/src/animator/
H A DSkAnimateActive.cpp191 bool SkActive::immediate(bool enable) { function in class:SkActive
/external/chromium_org/v8/src/arm/
H A Dassembler-arm-inl.h369 Operand::Operand(int32_t immediate, RelocInfo::Mode rmode) { argument
371 imm32_ = immediate;
501 // A movw / movt load immediate.
513 // A mov / orr load immediate.
591 // This is an movw / movt immediate load. Return the immediate.
600 // This is an mov / orr immediate load. Return the immediate.
633 // This is an movw / movt immediate load. Patch the immediate embedde
638 uint32_t immediate = reinterpret_cast<uint32_t>(target); local
654 uint32_t immediate = reinterpret_cast<uint32_t>(target); local
[all...]
/external/chromium_org/v8/src/compiler/x64/
H A Dcode-generator-x64.cc70 Immediate64 immediate; local
71 immediate.value = 0xbeefdeaddeefbeed;
72 immediate.type = kImm64Value;
76 immediate.value = constant.ToInt64();
77 return immediate;
79 immediate.type = kImm64Handle;
80 immediate.handle =
82 return immediate;
84 immediate.type = kImm64Reference;
85 immediate
[all...]
/external/libpcap/
H A Dpcap-int.h93 int immediate; /* immediate mode - deliver packets as soon as they arrive */ member in struct:pcap_opt
/external/lldb/include/lldb/Core/
H A DEmulateInstruction.h101 // immediate
218 uint64_t unsigned_immediate;// unsigned immediate value
219 int64_t signed_immediate; // signed immediate value
309 SetImmediate (uint64_t immediate) argument
312 info.unsigned_immediate = immediate;
/external/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp187 /// immediate Value in the MCInst.
189 /// @param Value - The immediate Value, has had any PC adjustment made by
193 /// @param Offset - The byte offset to this immediate in the instruction
194 /// @param Width - The byte width of this immediate in the instruction
198 /// immediate in the instruction using the Address, Offset and Width. If that
201 /// returns zero and isBranch is true then a symbol look up for immediate Value
203 /// an MCExpr with the immediate Value is created. This function returns true
216 /// instruction and its immediate Value are used to determine the address
281 /// translateImmediate - Appends an immediate operand to an MCInst.
284 /// @param immediate
287 translateImmediate(MCInst &mcInst, uint64_t immediate, const OperandSpecifier &operand, InternalInstruction &insn, const MCDisassembler *Dis) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Devent_router.cc636 job_info, kFileTransferStateAdded, false /* immediate */);
652 ScheduleDriveFileTransferEvent(job_info, status, false /* immediate */);
665 ScheduleDriveFileTransferEvent(job_info, status, true /* immediate */);
673 bool immediate) {
678 if (immediate) {
671 ScheduleDriveFileTransferEvent(const drive::JobInfo& job_info, const std::string& status, bool immediate) argument
/external/chromium_org/content/browser/appcache/
H A Dappcache_response_unittest.cc144 bool immediate = task_stack_.top().second; local
146 if (immediate)
H A Dappcache_url_request_job_unittest.cc286 bool immediate = task_stack_.top().second; local
288 if (immediate)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c485 * immediate
491 struct tgsi_immediate immediate; local
493 immediate.Type = TGSI_TOKEN_TYPE_IMMEDIATE;
494 immediate.NrTokens = 1;
495 immediate.DataType = TGSI_IMM_FLOAT32;
496 immediate.Padding = 0;
498 return immediate;
506 struct tgsi_immediate immediate; local
508 immediate = tgsi_default_immediate();
509 immediate
531 immediate_grow( struct tgsi_immediate *immediate, struct tgsi_header *header ) argument
550 struct tgsi_immediate *immediate; local
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dfirewire-cdev.h610 * @immediate: If non-zero, immediate key to insert before pointer
616 * Add a descriptor block and optionally a preceding immediate key to the local
624 * If not 0, the @immediate field specifies an immediate key which will be
627 * @immediate, @key, and @data array elements are CPU-endian quadlets.
631 * and immediate key. The kernel will also generate a bus reset to signal the
638 __u32 immediate; member in struct:fw_cdev_add_descriptor
650 * Remove a descriptor block and accompanying immediate key from the local
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c485 * immediate
491 struct tgsi_immediate immediate; local
493 immediate.Type = TGSI_TOKEN_TYPE_IMMEDIATE;
494 immediate.NrTokens = 1;
495 immediate.DataType = TGSI_IMM_FLOAT32;
496 immediate.Padding = 0;
498 return immediate;
506 struct tgsi_immediate immediate; local
508 immediate = tgsi_default_immediate();
509 immediate
531 immediate_grow( struct tgsi_immediate *immediate, struct tgsi_header *header ) argument
550 struct tgsi_immediate *immediate; local
[all...]
/external/vixl/src/a64/
H A Dmacro-assembler-a64.cc127 int64_t immediate = operand.immediate(); local
129 VIXL_ASSERT(rd.Is64Bits() || is_uint32(immediate));
131 // If the operation is NOT, invert the operation and immediate.
134 immediate = ~immediate;
136 immediate &= kWRegMask;
141 if (immediate == 0) {
156 } else if ((rd.Is64Bits() && (immediate == -1)) ||
157 (rd.Is32Bits() && (immediate
[all...]
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc637 void BookmarkBarView::StopThrobbing(bool immediate) { argument
641 // If not immediate, cycle through 2 more complete cycles.
642 throbbing_view_->StartThrobbing(immediate ? 0 : 4);

Completed in 962 milliseconds

123