Searched refs:immediate (Results 26 - 50 of 141) sorted by relevance

123456

/macosx-10.10.1/xnu-2782.1.97/osfmk/ipc/
H A Dipc_port.h312 boolean_t immediate,
322 boolean_t immediate,
/macosx-10.10.1/JavaScriptCore-7600.1.17/disassembler/ARMv7/
H A DARMv7DOpcode.h117 void appendSignedImmediate(int immediate) argument
119 bufferPrintf("#%d", immediate);
122 void appendUnsignedImmediate(unsigned immediate) argument
124 bufferPrintf("#%u", immediate);
127 void appendPCRelativeOffset(int32_t immediate) argument
129 bufferPrintf("0x%x", reinterpret_cast<uint32_t>(m_currentPC + immediate));
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Ddired.el1314 (define-key map [menu-bar immediate]
1318 [menu-bar immediate image-dired-dired-display-external]
1322 [menu-bar immediate image-dired-dired-display-image]
1326 (define-key map [menu-bar immediate dashes-4]
1329 (define-key map [menu-bar immediate revert-buffer]
1333 (define-key map [menu-bar immediate dashes]
1336 (define-key map [menu-bar immediate compare-directories]
1339 (define-key map [menu-bar immediate backup-diff]
1342 (define-key map [menu-bar immediate diff]
1345 (define-key map [menu-bar immediate vie
[all...]
H A Dtar-mode.el508 (define-key map [menu-bar immediate]
511 (define-key map [menu-bar immediate view]
513 (define-key map [menu-bar immediate display]
515 (define-key map [menu-bar immediate find-file-other-window]
517 (define-key map [menu-bar immediate find-file]
H A Darc-mode.el375 (define-key map [menu-bar immediate]
377 (define-key map [menu-bar immediate alternate]
381 (define-key map [menu-bar immediate view]
384 (define-key map [menu-bar immediate display]
387 (define-key map [menu-bar immediate find-file-other-window]
390 (define-key map [menu-bar immediate find-file]
/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-1.18/lib/Tree/Simple/
H A DVisitor.pm109 # or just visit its immediate children
201 The first argument to the constructor is a code reference to a function which expects a B<Tree::Simple> object as its only argument. The second argument is optional, it can be used to set the depth to which the function is applied. If no depth is set, the function is applied to the current B<Tree::Simple> instance. If C<$depth> is set to C<CHILDREN_ONLY>, then the function will be applied to the current B<Tree::Simple> instance and all its immediate children. If C<$depth> is set to C<RECURSIVE>, then the function will be applied to the current B<Tree::Simple> instance and all its immediate children, and all of their children recursively on down the tree. If no C<$depth> is passed to the constructor, then the function will only be applied to the current B<Tree::Simple> object and none of its children.
245 If passed this constant in the constructor, the function will be applied to the immediate children of the B<Tree::Simple> object.
/macosx-10.10.1/JavaScriptCore-7600.1.17/offlineasm/
H A Drisc.rb121 return operand if operand.immediate?
654 if node.operands[0].immediate? and node.operands[0].value == -1
659 if node.operands[1].immediate? and node.operands[1].value == -1
/macosx-10.10.1/network_cmds-457/rarpd.tproj/
H A Drarpd.c298 * Set immediate mode, and set a filter that accepts only RARP requests.
307 int immediate; local
325 /* Set immediate mode so packets are processed as they arrive. */
326 immediate = 1;
327 if (ioctl(fd, BIOCIMMEDIATE, &immediate) < 0) {
/macosx-10.10.1/vim-55/runtime/syntax/
H A Desterel.vim36 syn keyword esterelStatement pause when immediate
H A Dsqlj.vim30 syn keyword sqljKeyword having identified immediate increment index
H A Dsqloracle.vim23 syn keyword sqlKeyword function group having identified if immediate increment
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dsqlite++.cpp220 case immediate: xactCommand("BEGIN IMMEDIATE"); break;
H A Dsqlite++.h152 immediate, enumerator in enum:Security::SQLite3::Transaction::Type
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dsqlite++.cpp220 case immediate: xactCommand("BEGIN IMMEDIATE"); break;
H A Dsqlite++.h152 immediate, enumerator in enum:Security::SQLite3::Transaction::Type
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dnndb.el220 ((eq days 'immediate)
/macosx-10.10.1/libpcap-48/libpcap/
H A Ddlpisubs.c294 if (p->opt.immediate) {
295 /* Set the timeout to zero, for immediate delivery. */
H A Dpcap-int.h94 int immediate; /* immediate mode - deliver packets as soon as they arrive */ member in struct:pcap_opt
H A Dpcap-nit.c238 if (p->opt.immediate) {
H A Dpcap-snit.c246 if (p->opt.immediate) {
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_gc.rb184 Thread.handle_interrupt(RuntimeError => :immediate) {break}
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachORebaser.hpp812 uint8_t immediate = *p & REBASE_IMMEDIATE_MASK; local
820 type = immediate;
823 segIndex = immediate;
830 segOffset += immediate*sizeof(pint_t);
833 for (int i=0; i < immediate; ++i) {
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSCloudCircle.c289 bool SOSCCSignedOut(bool immediate, CFErrorRef* error) argument
293 if(immediate)
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dhp-symtab.h140 /* An immediate name and type table entry.
142 extension and immediate will always be one.
149 unsigned int immediate: 1; member in struct:dnttp_immediate
158 immediate will always be zero.
165 unsigned int immediate: 1; member in struct:dnttp_nonimmediate
173 The immediate form is used for simple entries and is one
/macosx-10.10.1/vim-55/runtime/keymap/
H A Dbulgarian-phonetic.vim133 " to the immediate right of that letter.

Completed in 383 milliseconds

123456