Searched refs:_mode (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/src/
H A Dpersist.h38 int _mode; member in class:c4_SaveContext
80 int _mode; member in class:c4_Persist
H A Dpersist.cpp492 (true), _fullScan(fullScan_), _mode(mode_), _nextPosIndex(0), _bufPtr(_buffer)
497 _nextSpace = _mode == 1 ? d4_new c4_Allocator: _space;
575 if (_mode != 1)
579 if (_mode == 2 && end > 0) {
645 d4_assert(_mode != 0 || _fullScan);
747 if (!_fullScan && (_mode == 1 || end == 0)) {
855 (0), _strategy(strategy_), _root(0), _differ(0), _fCommit(0), _mode(mode_),
857 if (_mode == 1)
922 if (_mode == 0 && (_differ == 0 || full_))
927 c4_SaveContext ar(_strategy, false, _mode, full
[all...]
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_factory.h20 const struct ccmode_cbc *cc##_cipher_##_cbc_##_dir_##_mode(void) \
22 const struct ccmode_ecb *ecb=cc##_cipher_##_ecb_##_dir_##_mode(); \
54 const struct ccmode_##_mode_ *cc##_cipher_##_##_mode_##_##_dir_##_mode(void) \
69 const struct ccmode_xts *cc##_cipher_##_xts_##_dir_##_mode(void) \
71 const struct ccmode_ecb *ecb=cc##_cipher_##_ecb_##_dir_##_mode(); \
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebBaseNetscapePluginView.h60 int _mode; variable
H A DWebBaseNetscapePluginView.mm118 _mode = NP_FULL;
120 _mode = NP_EMBED;
H A DWebNetscapePluginView.mm1736 } else if (cTarget == NULL && _mode == NP_FULL) {
2379 NPError npErr = [_pluginPackage.get() pluginFuncs]->newp((char *)[_MIMEType.get() cString], plugin, _mode, argsCount, cAttributes, cValues, NULL);
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/normperf/
H A Dnormperf.h77 QuickCheckPerfFunction(QuickCheckFn func, ULine* srcLines,int32_t srcNumLines, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) { argument
82 mode = _mode;
87 QuickCheckPerfFunction(QuickCheckFn func, const UChar* source,int32_t sourceLen, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) { argument
92 mode = _mode;
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDADisk.c61 mode_t _mode; member in struct:__DADisk
136 disk->_mode = 0750;
874 disk->_mode = value;
1102 mode = disk->_mode;
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dtz2icu.cpp793 const string& _mode,
805 if (_mode == "DOWLEQ") {
807 } else if (_mode == "DOWGEQ") {
809 } else if (_mode == "DOM") {
841 << _mode
792 set(const string& id, const string& _mode, int32_t _month, int32_t _dom, int32_t _dow, int32_t _time, bool _isstd, bool _isgmt, int32_t _offset) argument
/macosx-10.9.5/CF-855.17/
H A DCFRunLoop.c625 CFTypeRef _mode; // CFString or CFSet member in struct:_block_item
844 if (CFStringGetTypeID() == CFGetTypeID(curr->_mode)) {
845 doit = CFEqual(curr->_mode, rlm->_name) || (CFEqual(curr->_mode, kCFRunLoopCommonModes) && CFSetContainsValue(rl->_commonModes, rlm->_name));
847 doit = CFSetContainsValue((CFSetRef)curr->_mode, rlm->_name) || (CFSetContainsValue((CFSetRef)curr->_mode, kCFRunLoopCommonModes) && CFSetContainsValue(rl->_commonModes, rlm->_name));
1265 CFRelease(curr->_mode);
1636 if (CFStringGetTypeID() == CFGetTypeID(curr->_mode)) {
1637 doit = CFEqual(curr->_mode, curMode) || (CFEqual(curr->_mode, kCFRunLoopCommonMode
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/Hosted/
H A DWebHostedNetscapePluginView.mm134 _mode == NP_FULL, _isPrivateBrowsingEnabled, acceleratedCompositingEnabled, _hostsLayersInWindowServer);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/
H A DMakefile44 $(ID)_fs.h $(ID)_lib.h $(ID)_map.h $(ID)_mmap.h $(ID)_mode.h $(ID)_ndbm.h \
/macosx-10.9.5/sudo-72/src/
H A Dpp1257 typeset _p _mode _group _owner _flags _path _optional _has_target _tree
1271 _mode="="
1275 -|=|[01234567][01234567][01234567]*) _mode="$_a"; shift;;
1309 pp_debug "pp_files_expand: $_mode|$_owner:$_group|$_flags|$_target|$*"
1342 _m="$_mode"
/macosx-10.9.5/IOGraphics-471.92.1/IONDRVSupport/
H A DIONDRVFramebuffer.cpp1729 IODisplayModeID _mode, IOOptionBits flags,
1732 UInt32 mode = _mode;
1728 validateDisplayMode( IODisplayModeID _mode, IOOptionBits flags, VDDetailedTimingRec ** detailed ) argument

Completed in 337 milliseconds