Searched refs:typeMask (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DSizes.h76 static const uintptr_t typeMask = (superChunkSize - 1) & ~((superChunkSize / 4) - 1); // 4 taggable chunks member in namespace:bmalloc::Sizes
77 static const uintptr_t smallType = (superChunkSize + smallChunkOffset) & typeMask;
78 static const uintptr_t mediumType = (superChunkSize + mediumChunkOffset) & typeMask;
/macosx-10.10/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIConfigurator.h357 bool bridgeTotalResources(IOPCIConfigEntry * bridge, uint32_t typeMask);
358 int32_t bridgeAllocateResources( IOPCIConfigEntry * bridge, uint32_t typeMask );
365 void applyConfiguration(IOPCIConfigEntry * device, uint32_t typeMask, bool dolog);
366 void deviceApplyConfiguration(IOPCIConfigEntry * device, uint32_t typeMask, bool dolog);
367 void bridgeApplyConfiguration(IOPCIConfigEntry * bridge, uint32_t typeMask, bool dolog);
/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIConfigurator.cpp2779 bool CLASS::bridgeTotalResources(IOPCIConfigEntry * bridge, uint32_t typeMask) argument
2797 BRIDGE_IDENT(bridge), bridge->iterator, bridge->deviceState, typeMask);
2813 & typeMask)
2844 if (!((1 << childRange->type) & typeMask)) continue;
2882 if (!((1 << type) & typeMask)) continue;
2975 int32_t CLASS::bridgeAllocateResources(IOPCIConfigEntry * bridge, uint32_t typeMask) argument
2994 BRIDGE_IDENT(bridge), bridge->deviceState, typeMask);
3018 if (!((1 << childRange->type) & typeMask)) continue;
3045 if (((1 << kIOPCIResourceTypeBusNumber) & typeMask)
3063 if (!((1 << childRange->type) & typeMask)) continu
3374 applyConfiguration(IOPCIConfigEntry * device, uint32_t typeMask, bool dolog) argument
3399 deviceApplyConfiguration(IOPCIConfigEntry * device, uint32_t typeMask, bool dolog) argument
3460 bridgeApplyConfiguration(IOPCIConfigEntry * bridge, uint32_t typeMask, bool dolog) argument
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp5898 UInt32 typeMask = EventCodeMask(event->type); local
5913 if (typeMask & NX_WAKEMASK) {
5921 if ( (typeMask & NX_WAKEMASK) ||
5922 ((typeMask & MOVEDEVENTMASK) && (CMP_ABSOLUTETIME(&ts, &displaySleepWakeupDeadline) <= 0)) )
5933 if (typeMask & MOVEDEVENTMASK)
5946 else if ((typeMask & MOUSEEVENTMASK) &&
6021 if ((typeMask & (NX_LMOUSEDOWNMASK | NX_RMOUSEDOWNMASK | NX_LMOUSEUPMASK | NX_RMOUSEUPMASK)) ||
6059 if ((typeMask & (MOUSEEVENTMASK | MOVEDEVENTMASK | NX_SCROLLWHEELMOVEDMASK)) &&
6067 if (typeMask & MOVEDEVENTMASK)
6086 if ((typeMask
[all...]
/macosx-10.10/WTF-7600.1.24/wtf/
H A DFastMalloc.cpp4927 PageMapMemoryUsageRecorder(task_t task, void* context, unsigned typeMask, vm_range_recorder_t* recorder, const RemoteMemoryReader& reader, const FreeObjectFinder& freeObjectFinder)
4930 , m_typeMask(typeMask)
5037 AdminRegionRecorder(task_t task, void* context, unsigned typeMask, vm_range_recorder_t* recorder)
5040 , m_typeMask(typeMask)
5069 kern_return_t FastMallocZone::enumerate(task_t task, void* context, unsigned typeMask, vm_address_t zoneAddress, memory_reader_t reader, vm_range_recorder_t recorder)
5090 PageMapMemoryUsageRecorder usageRecorder(task, context, typeMask, recorder, memoryReader, finder);
5094 AdminRegionRecorder adminRegionRecorder(task, context, typeMask, recorder);
/macosx-10.10/tcl-105/tk/tk/generic/
H A Dtk.h189 int typeMask; /* An arbitrary bit mask defined by the class
188 int typeMask; /* An arbitrary bit mask defined by the class member in struct:Tk_OptionSpec
H A DtkConfig.c1256 * then *maskPtr is filled in with the OR of the typeMask bits from all
1285 * of the typeMask fields of all options that
1354 mask |= optionPtr->specPtr->typeMask;
/macosx-10.10/tcl-105/tk84/tk/generic/
H A Dtk.h194 int typeMask; /* An arbitrary bit mask defined by the member in struct:Tk_OptionSpec
H A DtkConfig.c1278 * the OR of the typeMask bits from all modified options. If an
1311 * bit-wise OR of the typeMask fields
1382 mask |= optionPtr->specPtr->typeMask;

Completed in 992 milliseconds