Searched +refs:extent +refs:properties (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/AppleRAID-4.0.6/
H A DAppleRAIDMember.h61 UInt32 priType; // bitmap, extent, TOC
88 #define ByteSwapExtent(extent) \
90 (extent)->extentByteOffset = OSSwapBigToHostInt64((extent)->extentByteOffset); \
91 (extent)->extentByteCount = OSSwapBigToHostInt64((extent)->extentByteCount); \
147 virtual bool init(OSDictionary * properties = 0);
H A DAppleRAIDUserLib.c487 CFMutableDictionaryRef properties = NULL; local
488 IOReturn result = IORegistryEntryCreateCFProperties(obj, &properties, kCFAllocatorDefault, kNilOptions);
490 if (!result && properties) {
494 number = (CFNumberRef)CFDictionaryGetValue(properties, CFSTR(kIOMediaSizeKey));
499 number = (CFNumberRef)CFDictionaryGetValue(properties, CFSTR(kIOMediaPreferredBlockSizeKey));
502 mi->isWhole = (CFBooleanRef)CFDictionaryGetValue(properties, CFSTR(kIOMediaWholeKey)) == kCFBooleanTrue;
504 mi->isRAID = (CFBooleanRef)CFDictionaryGetValue(properties, CFSTR(kAppleRAIDIsRAIDKey)) == kCFBooleanTrue;
506 mi->uuidString = (CFStringRef)CFDictionaryGetValue(properties, CFSTR(kIOMediaUUIDKey));
1167 AppleRAIDExtentOnDisk * extent = (AppleRAIDExtentOnDisk *)(map + 1); local
1168 extent
1228 AppleRAIDExtentOnDisk extent; local
1272 AppleRAIDExtentOnDisk * extent = (AppleRAIDExtentOnDisk *)(header + 1); local
1362 AppleRAIDExtentOnDisk * extent = (AppleRAIDExtentOnDisk *)((char *)header + header->lvExtentsStart); local
2099 AppleRAIDExtentOnDisk foo, * extent = &foo; local
2154 AppleRAIDExtentOnDisk foo, * extent = &foo; local
2642 AppleRAIDExtentOnDisk * extent = (AppleRAIDExtentOnDisk *)((char *)lvData + firstExtent); local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/obsolete/
H A Dfast-lock.el1 ;;; fast-lock.el --- automagic text properties caching for fast Font Lock mode
32 ;; properties from automatically saved associated Font Lock cache files.
68 ;; - Added `fast-lock-save-text-properties' to `kill-buffer-hook'
70 ;; - Changed structure of text properties cache and threw out file mod checks
85 ;; - Lucid: Use `font-lock-any-extents-p' for `font-lock-any-properties-p'
87 ;; - Lucid: Added `set-text-properties'
90 ;; - Lucid: Added Lucid-specific `fast-lock-get-face-properties'
97 ;; - Lucid: Added Lucid-specific `fast-lock-set-face-properties'
100 ;; - Replaced `font-lock-any-properties-p' with `text-property-not-all'
101 ;; - Lucid: Made `fast-lock-set-face-properties' pu
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlisp.vim122 syn keyword lispFunc array-displacement get-properties read-char-no-hang
341 syn keyword lispFunc dynamic-extent nsubstitute-if-not unless
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex575 integer. For example, the integer $154_{10}$ has two immediately obvious properties. First, the integer is positive,
583 will not exceed the allowed boundaries. These three properties make up what is known as a multiple precision
2910 \item To a lesser extent memory bandwidth and function call overheads. Provided the values are in the processor cache this is less of an

Completed in 209 milliseconds