Searched refs:immediate (Results 51 - 75 of 141) sorted by relevance

123456

/macosx-10.10/libpcap-48/libpcap/
H A Dpcap.c563 p->opt.immediate = 0;
655 pcap_set_immediate_mode(pcap_t *p, int immediate) argument
659 p->opt.immediate = immediate;
H A Dpcap-pf.c341 if (!p->opt.immediate)
H A Dpcap-win32.c645 if (p-opt.immediate)
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGGraph.h875 AddSpeculationMode addImmediateShouldSpeculateInt32(Node* add, bool variableShouldSpeculateInt32, Node* immediate, RareCaseProfilingSource source) argument
877 ASSERT(immediate->hasConstant());
879 JSValue immediateValue = immediate->valueOfJSConstant(m_codeBlock);
/macosx-10.10/JavaScriptCore-7600.1.17/disassembler/ARM64/
H A DA64DOpcode.cpp1118 uint64_t immediate = replicate(pattern, eSize); local
1121 immediate &= 0xffffffffull;
1137 appendUnsignedImmediate64(immediate);
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLOutput.h235 LValue addPtr(LValue value, ptrdiff_t immediate = 0)
237 if (!immediate)
239 return add(value, constIntPtr(immediate));
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_thread.rb553 [:immediate, :c1],
562 Thread.handle_interrupt(RuntimeError => :immediate) # no block
677 Thread.handle_interrupt(Object => :immediate){} if Thread.pending_interrupt?
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A DDbg.c1408 Dbg_On(interp,immediate)
1410 int immediate; /* if true, stop immediately */
1424 if (immediate) {
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dipc_port.c156 boolean_t immediate,
166 boolean_t immediate,
199 if (immediate) {
151 ipc_port_request_alloc( ipc_port_t port, mach_port_name_t name, ipc_port_t soright, boolean_t send_possible, boolean_t immediate, ipc_port_request_index_t *indexp, boolean_t *importantp) argument
H A Dipc_right.c263 * immediate is FALSE or notify is IP_NULL.
265 * generating immediate notif. would overflow urefs.
273 boolean_t immediate,
328 * fire immediately (if immediate specified).
330 if (send_possible && immediate &&
353 send_possible, immediate,
357 send_possible, immediate,
393 /* treat send_possible requests as immediate w.r.t. dead-name */
394 if ((send_possible || immediate) && notify != IP_NULL &&
270 ipc_right_request_alloc( ipc_space_t space, mach_port_name_t name, boolean_t immediate, boolean_t send_possible, ipc_port_t notify, ipc_port_t *previousp) argument
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebufferPrivate.h148 UInt32 dataWidth, const void * data, bool immediate = false );
/macosx-10.10/JavaScriptCore-7600.1.17/offlineasm/
H A Dsh4.rb115 raise "Invalid immediate #{value} at #{codeOriginString}" if value < -128 or value > 127
188 def immediate?
245 def immediate?
541 # Group immediate values outside -128..127 range into constant pools for SH4.
/macosx-10.10/vim-55/runtime/keymap/
H A Dbulgarian-bds.vim153 " to the immediate right of that letter.
/macosx-10.10/vim-55/runtime/syntax/
H A Dnatural.vim62 syn keyword naturalKeyword first every of no record[s] found ignore immediate
H A Dreva.vim69 syn keyword revadefine user value to +to defer! defer@ defer is does> immediate
H A Dsqlforms.vim90 syntax keyword sqlKeyword having identified immediate increment index
H A Dsqlinformix.vim96 syn keyword sqlKeyword immediate index inner into isolation
/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DARM64Assembler.h333 // Encodes the set of immN:immr:imms fields found in a logical immediate.
351 // being the high bit of the range. For a 32-bit immediate there are no
353 // 16-bit immediate there is one one bit, a zero bit, and then a four bit
658 // encoded immediate. The second column shows the 8-bit IEEE 754 single
672 // immediate the remainder of the mantissa must be zero, and the high part
3469 ALWAYS_INLINE static int loadStoreRegisterPairPostIndex(MemPairOpSize size, bool V, MemOp opc, int immediate, RegisterID rn, FPRegisterID rt, FPRegisterID rt2)
3475 int imm7 = immediate >> immedShiftAmount;
3476 ASSERT((imm7 << immedShiftAmount) == immediate && isInt7(imm7));
3480 ALWAYS_INLINE static int loadStoreRegisterPairPostIndex(MemPairOpSize size, bool V, MemOp opc, int immediate, RegisterID rn, RegisterID rt, RegisterID rt2)
3482 return loadStoreRegisterPairPostIndex(size, V, opc, immediate, r
[all...]
H A DARMv7Assembler.h266 // If this is an encoded immediate, then it may describe a shift, or a pattern.
272 unsigned immediate : 8;
341 encoding.immediate = value;
351 // Z are the bits known zero, B is the 8-bit immediate, C are the bits to check for
367 encoding.immediate = bytes.byte0;
373 encoding.immediate = bytes.byte0;
379 encoding.immediate = bytes.byte1;
396 // If this is not a 12-bit unsigned it, try making an encoded immediate.
1132 ALWAYS_INLINE void ldrWide8BitImmediate(RegisterID rt, RegisterID rn, uint8_t immediate) argument
1135 m_formatter.twoWordOp12Reg4Reg4Imm12(OP_LDR_imm_T3, rn, rt, immediate);
[all...]
H A DMacroAssemblerARMv7.h197 // use addressTempRegister to hold the immediate.
220 // use addressTempRegister to hold the immediate.
447 // use addressTempRegister to hold the immediate.
470 // use addressTempRegister to hold the immediate.
826 ARMThumbImmediate immediate = ARMThumbImmediate::makeEncodedImm(value); local
828 // Couldn't be encoded as an immediate, so assume it's untrusted.
829 if (!immediate.isValid())
832 // If we can encode the immediate, we have less than 16 attacker
834 if (immediate.isEncodedImm())
839 return !immediate
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-cus.el145 (const immediate)
153 `immediate'.")
/macosx-10.10/bash-94.1.2/bash-3.2/doc/
H A Dtexinfo.tex1018 % without \immediate, pdftex seg faults when the same image is
1021 \immediate\pdfimage
1023 \immediate\pdfximage
2653 % This uses \immediate\write16 rather than \message to get newlines.
2654 \immediate\write16{}
2655 \immediate\write16{WARNING: for users of Unix TeX 3.0!}
2656 \immediate\write16{This manual trips a bug in TeX version 3.0 (tex hangs).}
2657 \immediate\write16{If you are running another version of TeX, relax.}
2658 \immediate\write16{If you are running Unix TeX 3.0, kill this TeX process.}
2659 \immediate\write1
[all...]
/macosx-10.10/gnudiff-19/diffutils/config/
H A Dtexinfo.tex958 % without \immediate, pdftex seg faults when the same image is
961 \immediate\pdfimage
963 \immediate\pdfximage
2481 % This uses \immediate\write16 rather than \message to get newlines.
2482 \immediate\write16{}
2483 \immediate\write16{WARNING: for users of Unix TeX 3.0!}
2484 \immediate\write16{This manual trips a bug in TeX version 3.0 (tex hangs).}
2485 \immediate\write16{If you are running another version of TeX, relax.}
2486 \immediate\write16{If you are running Unix TeX 3.0, kill this TeX process.}
2487 \immediate\write1
[all...]
/macosx-10.10/bc-21/bc/doc/
H A Dtexinfo.tex2351 % This uses \immediate\write16 rather than \message to get newlines.
2352 \immediate\write16{}
2353 \immediate\write16{WARNING: for users of Unix TeX 3.0!}
2354 \immediate\write16{This manual trips a bug in TeX version 3.0 (tex hangs).}
2355 \immediate\write16{If you are running another version of TeX, relax.}
2356 \immediate\write16{If you are running Unix TeX 3.0, kill this TeX process.}
2357 \immediate\write16{ Then upgrade your TeX installation if you can.}
2358 \immediate\write16{ (See ftp://ftp.gnu.org/pub/gnu/TeX.README.)}
2359 \immediate\write16{If you are stuck with version 3.0, run the}
2360 \immediate\write1
[all...]
/macosx-10.10/uucp-11/uucp/
H A Dtexinfo.tex2395 % This uses \immediate\write16 rather than \message to get newlines.
2396 \immediate\write16{}
2397 \immediate\write16{WARNING: for users of Unix TeX 3.0!}
2398 \immediate\write16{This manual trips a bug in TeX version 3.0 (tex hangs).}
2399 \immediate\write16{If you are running another version of TeX, relax.}
2400 \immediate\write16{If you are running Unix TeX 3.0, kill this TeX process.}
2401 \immediate\write16{ Then upgrade your TeX installation if you can.}
2402 \immediate\write16{ (See ftp://ftp.gnu.org/pub/gnu/TeX.README.)}
2403 \immediate\write16{If you are stuck with version 3.0, run the}
2404 \immediate\write1
[all...]

Completed in 594 milliseconds

123456