Searched +refs:read +refs:number (Results 1 - 25 of 138) sorted by relevance

123456

/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-cache.el50 :type '(set (const ticked) (const dormant) (const unread) (const read)))
52 (defcustom gnus-cache-remove-articles '(read)
55 :type '(set (const ticked) (const dormant) (const unread) (const read)))
111 (gnus-cache-read-active)))
157 (let ((number article) file headers)
163 number (cdr result))))
164 (when (and number
165 (> number 0) ; Reffed article.
171 group number)))))
182 (gnus-request-article-this-buffer number grou
[all...]
H A Dnnml.el127 (number (length sequence))
154 (> number nnmail-large-newsgroup)
157 (/ (* count 100) number))))
160 (> number nnmail-large-newsgroup)
193 (when (and (setq group-num (nnml-find-group-number id))
213 (nnheader-report 'nnml "Couldn't read file: %s" path))
216 ;; We return the article number.
218 (string-to-number (file-name-nondirectory path)))))))
234 (nnheader-re-read-dir nnml-current-directory)
296 article rest mod-time number)
[all...]
H A Dgnus-sum.el49 (autoload 'gnus-pick-line-number "gnus-salt" nil t)
67 If an unread article in the group refers to an older, already read (or
68 just marked as read) article, the old article will not normally be
73 variable can also be a number. In that case, no more than that number
83 number
87 "*The number of old headers to fetch when doing \\<gnus-summary-mode-map>\\[gnus-summary-refer-thread].
90 :type '(choice number
95 If the root of a thread has expired or been read in a previous
139 number wil
[all...]
H A Dnndiary.el363 ;; the (relative) number of seconds ahead GMT.
390 (number (length sequence))
398 (<= number nnmail-large-newsgroup)))))
422 (> number nnmail-large-newsgroup)
425 (/ (* count 100) number))))
428 (> number nnmail-large-newsgroup)
462 (when (and (setq group-num (nndiary-find-group-number id))
482 (nnheader-report 'nndiary "Couldn't read file: %s" path))
485 ;; We return the article number.
487 (string-to-number (fil
[all...]
H A Dnnheader.el51 The higher the number, the more messages the Gnus backends will flash
66 Value is an integer, nil, or t. nil means read in chunks of a file
67 indefinitely until a complete head is found\; t means always read the
74 "*Length of each read operation when trying to fetch HEAD headers.")
76 (defvar nnheader-read-timeout
126 ;; makes it possible to read headers from XOVER much faster.
129 ;; [number subject from date id references chars lines xref extra]
134 (defmacro mail-header-number (header)
135 "Return article number in HEADER."
138 (defmacro mail-header-set-number (heade
[all...]
/macosx-10.9.5/AppleRAID-4.0.6/
H A DAppleRAIDMember.cpp10 * http://www.apple.com/publicsource and read it before using this file.
233 void AppleRAIDMember::read(IOService * client, function in class:AppleRAIDMember
239 IOLogRW("AppleRAIDMember::read, this %p start %llu size 0x%llx\n", this, byteStart, (UInt64)buffer->getLength());
241 arTarget->read(this, byteStart, buffer, attributes, completion);
302 // Allocate a buffer to read the AppleRAID Header.
317 IOReturn rc = getTarget()->read(this, arHeaderOffset, arHeaderBuffer);
355 OSNumber * number = OSDynamicCast(OSNumber, getHeaderProperty(kAppleRAIDMemberIndexKey)); local
356 arMemberIndex= number ? number->unsigned32BitValue() : 0xffffffff;
422 // don't need to worry about read onl
542 OSNumber * number = OSDynamicCast(OSNumber, getHeaderProperty(kAppleRAIDSequenceNumberKey)); local
656 OSNumber * number = OSDynamicCast(OSNumber, getHeaderProperty(kAppleRAIDPrimaryMetaDataUsedKey)); local
715 OSNumber * number = OSDynamicCast(OSNumber, getHeaderProperty(kAppleRAIDPrimaryMetaDataUsedKey)); local
786 OSNumber * number = OSNumber::withNumber(value, numberOfBits); local
885 OSNumber * number = OSDynamicCast(OSNumber, getHeaderProperty(kAppleRAIDChunkCountKey)); local
906 OSNumber * number = OSDynamicCast(OSNumber, getHeaderProperty(kAppleRAIDSecondaryMetaDataSizeKey)); local
949 OSNumber * number = OSNumber::withNumber(memberSize, 64); local
[all...]
H A DAppleRAIDUserLib.c10 * http://www.apple.com/publicsource and read it before using this file.
492 CFNumberRef number; local
494 number = (CFNumberRef)CFDictionaryGetValue(properties, CFSTR(kIOMediaSizeKey));
495 if (number) CFNumberGetValue(number, kCFNumberSInt64Type, &mi->size);
499 number = (CFNumberRef)CFDictionaryGetValue(properties, CFSTR(kIOMediaPreferredBlockSizeKey));
500 if (number) CFNumberGetValue(number, kCFNumberSInt64Type, &mi->blockSize);
516 sscanf(c+1, "%u", &mi->partitionNumber); // get partition number
601 CFNumberRef number; local
986 CFNumberRef number = (CFNumberRef)CFDictionaryGetValue(setProps, CFSTR(kAppleRAIDHeaderVersionKey)); local
1554 const void * number = CFDictionaryGetValue(setProps, CFSTR(kAppleRAIDSequenceNumberKey)); local
1713 CFNumberRef number = (CFNumberRef)CFDictionaryGetValue(setProps, CFSTR(kAppleRAIDPrimaryMetaDataUsedKey)); local
1723 CFNumberRef number; local
1733 CFNumberRef number; local
1901 CFNumberRef number = (CFNumberRef)CFDictionaryGetValue(setProps, CFSTR(kAppleRAIDHeaderVersionKey)); local
2499 CFNumberRef number = (CFNumberRef)CFDictionaryGetValue(lvgInfo->setProps, CFSTR(kAppleRAIDLVGExtentsKey)); local
2766 CFNumberRef number = (CFNumberRef)CFDictionaryGetValue(lvProps, CFSTR(kAppleLVMVolumeSizeKey)); local
2893 CFNumberRef number = (CFNumberRef)CFDictionaryGetValue(lvProps, CFSTR(kAppleLVMVolumeSizeKey)); local
[all...]
H A DAppleRAIDSet.cpp10 * http://www.apple.com/publicsource and read it before using this file.
144 OSNumber * number; local
145 number = OSDynamicCast(OSNumber, header->getObject(kAppleRAIDHeaderVersionKey));
146 if (number) {
147 arHeaderVersion = number->unsigned32BitValue();
152 number = OSDynamicCast(OSNumber, header->getObject(kAppleRAIDSequenceNumberKey));
153 if (number) {
154 arSequenceNumber = number->unsigned32BitValue();
159 number = OSDynamicCast(OSNumber, header->getObject(kAppleRAIDChunkSizeKey));
160 if (number) {
258 OSNumber * number; local
308 OSNumber * number = OSDynamicCast(OSNumber, arMembers[cnt]->getHeaderProperty(kAppleRAIDSequenceNumberKey)); local
520 OSNumber * number = OSDynamicCast(OSNumber, target->getProperty(kIOMaximumByteCountReadKey, gIOServicePlane)); local
527 OSNumber * number = OSDynamicCast(OSNumber, target->getProperty(kIOMaximumBlockCountReadKey, gIOServicePlane)); local
546 OSNumber * number = OSDynamicCast(OSNumber, target->getProperty(key, gIOServicePlane)); local
569 OSNumber * number = OSDynamicCast(OSNumber, target->getProperty(key, gIOServicePlane)); local
994 OSNumber * number = OSNumber::withNumber(newMemberCount, 32); local
1785 void AppleRAIDSet::read(IOService *client, UInt64 byteStart, function in class:AppleRAIDSet
[all...]
H A DAppleRAIDMirrorSet.cpp10 * http://www.apple.com/publicsource and read it before using this file.
134 OSNumber * number = OSDynamicCast(OSNumber, member->getHeaderProperty(kAppleRAIDChunkCountKey));
135 if (!number) return false;
136 arSetBlockCount = number->unsigned64BitValue();
209 IOLog1("AppleRAIDMirrorSet::startSet() - parallel read request max %lld bytes.\n", getSmallestMaxByteCount());
261 // 3) balance the number of i/o requests between the available drives (arSkippedIOCount)
538 newStorageRequest->read(client, byteStart, buffer, NULL, &completion);
567 OSNumber * number = OSDynamicCast(OSNumber, getProperty(kAppleRAIDSetTimeoutKey)); local
568 if (number) arSetCompleteTimeout = number
635 OSNumber * number = OSDynamicCast(OSNumber, candidate->getHeaderProperty(kAppleRAIDMemberIndexKey)); local
648 OSNumber * number = OSDynamicCast(OSNumber, candidate->getHeaderProperty(kAppleRAIDSequenceNumberKey)); local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/popper/
H A Dpop_updt.c32 int nchar; /* Bytes read/written */
79 while ((nchar=read(mfd,buffer,BUFSIZ)) > 0)
118 "Message %d flagged for deletion.",mp->number);
127 pop_log(p,POP_DEBUG,"Copying message %d.",mp->number);
181 while((nchar=read((int)fileno(p->drop),buffer,BUFSIZ)) > 0)
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A Demulator.c594 amount = read ( fd, randomBytes, sizeof ( randomBytes ) );
885 CFNumberRef number; local
894 number = ( CFNumberRef ) CFDictionaryGetValue ( dict, CFSTR ( kIOPropertySCSIDomainIdentifierKey ) );
895 if ( number != NULL )
900 CFNumberGetValue ( number, kCFNumberIntType, &domain );
922 CFNumberRef number; local
931 number = ( CFNumberRef ) CFDictionaryGetValue ( dict, CFSTR ( kIOPropertySCSITargetIdentifierKey ) );
932 if ( number != NULL )
935 CFNumberGetValue ( number, kCFNumberSInt64Type, &targetID );
956 CFNumberRef number local
[all...]
/macosx-10.9.5/zlib-53/zlib/contrib/delphi/
H A DZLib.pas25 avail_in: Integer; // number of bytes available at next_in
26 total_in: Longint; // total nb of input bytes read so far
54 property OnProgress: TNotifyEvent read FOnProgress write FOnProgress;
69 The Position property returns the number of uncompressed bytes of
94 property CompressionRate: Single read GetCompressionRate;
98 { TDecompressionStream decompresses data on the fly as data is read from it.
101 is read-only and unidirectional; you can seek forward in the stream, but not
108 The Position property returns the number of bytes of uncompressed data that
109 have been read from the stream so far.
112 compressed data is exhausted and the next block is read fro
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dlucid.el35 (defun read-number (prompt &optional integers-only)
36 "Read a number from the minibuffer.
41 (number nil)
44 (let ((input-string (read-string prompt)))
46 (setq number (read input-string))
48 (if (funcall predicate number)
52 (if integers-only "an integer" "a number"))
54 number))
[all...]
H A Dre-builder.el66 ;; namely `read', `string', `rx', `sregex' and `lisp-re' syntax. Read
83 ;; the evaluated expression read. So you can use quoted arguments
124 :type 'number)
131 (defcustom reb-re-syntax 'read
133 Can either be `read', `string', `sregex', `lisp-re', `rx'."
135 :type '(choice (const :tag "Read syntax" read)
427 ;; The subexpression mode is not electric because the number of
465 (completing-read "Select syntax: "
467 '(read string lisp-re sregex rx))
470 (if (memq syntax '(read strin
[all...]
/macosx-10.9.5/IOStorageFamily-172/
H A DIOBlockStorageDriver.cpp10 * http://www.opensource.apple.com/apsl/ and read it before using this
411 void IOBlockStorageDriver::read(IOService * client, function in class:IOBlockStorageDriver
418 // The read method is the receiving end for all read requests from the
421 // This method initiates a sequence of methods (stages) for each read/write
464 read( client, byteStart, buffer, completion ? *completion : ( IOStorageCompletion ) { 0 } );
486 // This method initiates a sequence of methods (stages) for each read/write
547 // Update the total number of bytes transferred, the total transfer time,
599 // count specified if the real number of statistics would overflow the
600 // buffer. The return value indicates the actual number o
1285 OSNumber *number; local
[all...]
H A DIOMediaBSDClient.cpp10 * http://www.opensource.apple.com/apsl/ and read it before using this
513 // we can continue to maintain the "unit number" of the "drive" such that if
514 // media is re-inserted, it will show up under the same "unit number". You
820 OSNumber * number; local
822 number = OSDynamicCast( OSNumber, device->getProperty( "throttle-unit" ) );
824 if ( number )
834 dictionary->setObject( kIOBSDUnitKey, number );
1179 // dkstrategy starts an asynchronous read or write operation. It returns
1190 // dkioctl performs operations other than a read or write.
1252 OSNumber * number local
1270 OSNumber * number = OSDynamicCast( local
1288 OSNumber * number = OSDynamicCast( local
1306 OSNumber * number = OSDynamicCast( local
1324 OSNumber * number = OSDynamicCast( local
1342 OSNumber * number = OSDynamicCast( local
1360 OSNumber * number = OSDynamicCast( local
1378 OSNumber * number = OSDynamicCast( local
1396 OSNumber * number = OSDynamicCast( local
1414 OSNumber * number = OSDynamicCast( local
1432 OSNumber * number = OSDynamicCast( local
1450 OSNumber * number = OSDynamicCast( local
1867 OSNumber * number = OSDynamicCast( local
2171 OSNumber * number = OSDynamicCast( local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter6/
H A Dparser.ml19 (* numberexpr ::= number *)
89 (* If this is a unary operator, read it. *)
139 * ::= binary LETTER number? (id, id)
140 * ::= unary LETTER number? (id) *)
171 (* Verify right number of arguments for operator. *)
173 then raise (Stream.Error "invalid number of operands for operator")
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dgrads.vim25 syn keyword gradsStatement subwrd sublin substr read write close
30 " Integer number
H A Dnatural.vim32 syn keyword naturalLoop read end-read end-work find end-find histogram end-histogram
37 syn keyword naturalKeyword accept reject end-enddata number unique retain as release
95 "integer number, or floating point number without a dot.
97 "floating point number, with dot
99 "floating point number, starting with a dot
H A Datlas.vim19 syn keyword atlasStatement initiate read fetch
38 " Flags BEF and statement number
46 "Floating point number part only
/macosx-10.9.5/vim-53/runtime/macros/
H A Dshellmenu.vim74 imenu SpShVars.Process number of this shell ${$}
75 imenu SpShVars.Process number of last background command ${!}
97 imenu Builtins.read read
114 imenu Set.Print shell input lines as they are read set -v
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DIsochComponentsRef10 * http://www.opensource.apple.com/apsl/ and read it before using this
67 void * buffer; /* buffer used in read/write operation */
68 ByteCount requestedCount; /* bytes required to read/write */
69 ByteCount actualCount; /* actual bytes read/written */
70 IDHNotificationProc completionProc; /* called after read/write complete */
72 OSErr result; /* result of read/write */
80 In reads: if 'buffer' is supplied, the data is read into the buffer
95 requestedCount - contains the number of bytes requested to read or write.
97 actualCount - the actual number o
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter7/
H A Dparser.ml20 (* numberexpr ::= number *)
103 (* If this is a unary operator, read it. *)
147 (* read in the optional initializer. *)
165 * ::= binary LETTER number? (id, id)
166 * ::= unary LETTER number? (id) *)
197 (* Verify right number of arguments for operator. *)
199 then raise (Stream.Error "invalid number of operands for operator")
/macosx-10.9.5/Heimdal-323.92.1/appl/kx/
H A Dkx.h154 int get_xsockets (int *number, struct x_socket **sockets, int tcpp);
183 ssize_t (*read)(struct kx_context *kc, member in struct:kx_context
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dbn.tex391 mp_int number;
394 if ((result = mp_init(&number)) != MP_OKAY) \{
395 printf("Error initializing the number. \%s",
400 /* use the number */
422 mp_int number;
425 if ((result = mp_init(&number)) != MP_OKAY) \{
426 printf("Error initializing the number. \%s",
431 /* use the number */
434 mp_clear(&number);
515 default number o
[all...]

Completed in 189 milliseconds

123456