Searched refs:generation (Results 126 - 150 of 222) sorted by relevance

123456789

/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclTimer.c81 int generation; /* Used to distinguish older handlers from member in struct:IdleHandler
105 int idleGeneration; /* Used to fill in the "generation" fields
519 * time, we don't have to worry about newer generation timers
540 * Bail out if the next timer is of a newer generation.
592 idlePtr->generation = tsdPtr->idleGeneration;
698 * using the generation number in the handler: new handlers
699 * will have a different generation than any of the ones currently
711 && ((oldGeneration - idlePtr->generation) >= 0));
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDLibUserClient.cpp965 uint64_t generation; local
967 kr = target->deviceIsValid(&status, &generation);
970 arguments->scalarOutput[1] = generation;
975 IOReturn IOHIDLibUserClient::deviceIsValid(bool *status, uint64_t *generation) argument
980 if ( generation )
981 *generation = fGeneration;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DEarlyCSE.cpp237 /// keep track of a generation count of the read, which is compared against
238 /// the current generation count. The current generation count is
248 /// of read-only call values. It uses the same generation count as loads.
252 /// CurrentGeneration - This is the current generation of the memory value.
287 // values, loads, and calls as well as the generation. There is a child
304 void childGeneration(unsigned generation) { ChildGeneration = generation; } argument
424 // generation, replace this instruction.
451 // generation, replac
[all...]
/macosx-10.9.5/tcl-102/tk/tk/tests/
H A DcanvPsBmap.tcl1 # This file creates a screen to exercise Postscript generation
16 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for bitmaps. Click on "Print" to print the canvas to your default printer. You can click on items in the canvas to delete them.} -width 6i
H A DcanvPsGrph.tcl1 # This file creates a screen to exercise Postscript generation
16 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets. Select what you want to display with the buttons below, then click on "Print" to print it to your default printer. You can click on items in the canvas to delete them.} -width 4i
H A DcanvPsImg.tcl1 # This file creates a screen to exercise Postscript generation
40 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for images. Click the buttons below to select a Visual type for the canvas and colormode for the Postscript output. Then click "Print" to send the results to the default printer, or "Print to file" to put the Postscript output in a file called "/tmp/test.ps". You can also click on items in the canvas to delete them.
/macosx-10.9.5/tcl-102/tk84/tk/tests/
H A DcanvPsBmap.tcl1 # This file creates a screen to exercise Postscript generation
16 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for bitmaps. Click on "Print" to print the canvas to your default printer. You can click on items in the canvas to delete them.} -width 6i
H A DcanvPsGrph.tcl1 # This file creates a screen to exercise Postscript generation
16 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets. Select what you want to display with the buttons below, then click on "Print" to print it to your default printer. You can click on items in the canvas to delete them.} -width 4i
H A DcanvPsImg.tcl1 # This file creates a screen to exercise Postscript generation
40 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for images. Click the buttons below to select a Visual type for the canvas and colormode for the Postscript output. Then click "Print" to send the results to the default printer, or "Print to file" to put the Postscript output in a file called "/tmp/test.ps". You can also click on items in the canvas to delete them.
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDDeviceClass.cpp455 IOReturn IOHIDDeviceClass::createSharedMemory(uint64_t generation) argument
458 if ( generation == fGeneration )
485 fGeneration = generation;
531 kr = createSharedMemory(args[1] /*generation */);
741 uint32_t generation = 0; local
742 IOReturn kr = getCurrentElementValueAndGeneration(element, pEvent, &generation);
744 // If the generation is 0, this element has never
747 if ((kr == kIOReturnSuccess) && ((options & kHIDGetElementValuePreventPoll) == 0) && ((options & kHIDGetElementValueForcePoll) || ((IOHIDElementGetType(element) == kIOHIDElementTypeFeature) && (generation == 0))))
814 uint32_t generation = elementValue->generation; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Dlock.h103 u_int32_t generation; /* Generation of this object. */ member in struct:__db_lockobj
/macosx-10.9.5/BerkeleyDB-21/db/lock/
H A Dlock_deadlock.c401 gen = op->generation;
404 if (op->generation != gen) {
533 gen = op->generation;
537 if (gen != op->generation) {
/macosx-10.9.5/CPANInternal-140/Data-UUID/
H A DUUID.pm92 The algorithm for UUID generation, used by this extension, is described in the
/macosx-10.9.5/CPANInternal-140/Data-UUID-1.218/
H A DUUID.pm61 The algorithm for UUID generation, used by this extension, is described in the
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/bin/
H A Dstubmaker.pl73 Turns on "verbose" output during the code stub generation process. To be honest, there is not much the program outputs, but if you must see something output to the console, then this fits the bill.
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/bin/
H A Dstubmaker.pl73 Turns on "verbose" output during the code stub generation process. To be honest, there is not much the program outputs, but if you must see something output to the console, then this fits the bill.
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/bin/
H A Dstubmaker.pl73 Turns on "verbose" output during the code stub generation process. To be honest, there is not much the program outputs, but if you must see something output to the console, then this fits the bill.
/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCUnit.cpp1197 IOReturn IOFireWireAVCUnit::AVCCommandInGeneration(UInt32 generation, const UInt8 * in, UInt32 len, UInt8 * out, UInt32 *size) argument
1208 cmd = IOFireWireAVCCommand::withNub(fDevice, generation, in, len, out, size);
1271 // Store current node and generation
1627 IOReturn IOFireWireAVCSubUnit::AVCCommandInGeneration(UInt32 generation, const UInt8 * in, UInt32 len, UInt8 * out, UInt32 *size) argument
1631 return fAVCUnit->AVCCommandInGeneration(generation, in, len, out, size);
/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibConsumer.h141 virtual IOReturn updateProducerRegister( UInt32 newVal, UInt32 generation );
/macosx-10.9.5/IOFireWireSBP2-426.4.1/IOFireWireSBP2Lib/
H A DIOFireWireSBP2LibLogin.cpp705 params.generation = (UInt32)args[0];
749 params.generation = (UInt32)args[0];
794 params.generation = (IOReturn)args[1];
849 params.generation = (IOReturn)args[1];
/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A Deapmschapv2_plugin.c276 context->last_generation = plugin->generation;
763 if (context->last_generation == plugin->generation
789 if (context->last_generation != plugin->generation
935 context->last_generation = plugin->generation;
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Deap_aka.c162 *((uint32_t *)&eapData.generation) = 0;/* changed when user updates */
H A Deap_sim.c158 *((uint32_t *)&eapData.generation) = 0;/* changed when user updates */
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireDevice.cpp278 // A little struct for keeping track of our this pointer and generation
661 // node ids and generation must be set up here, else we won't be
756 // so we increment the ROM generation. This will eventually cause
886 // atomically get the current rom cache and its generation
894 UInt32 generation = fROMGeneration; local
899 FWKLOG(( "IOFireWireDevice@%p::processROM generation %ld entered\n", this, generation ));
902 // bail if we're on a ROM scan thread for a different generation
905 if( romScan->fROMGeneration != generation )
907 FWKLOG(( "IOFireWireDevice@%p::processROM generation
[all...]
/macosx-10.9.5/apache-786.1/httpd/server/mpm/worker/
H A Dworker.c211 * process from an old generation does when the admin does "apachectl
668 if (ap_scoreboard_image->parent[process_slot].generation !=
759 if (ap_scoreboard_image->parent[process_slot].generation !=
788 if (ap_scoreboard_image->parent[process_slot].generation !=
835 ap_scoreboard_image->servers[process_slot][thread_slot].generation = ap_my_generation;
1026 /* wait for previous generation to clean up an entry */
1122 * previous generation
1450 ps->generation == ap_my_generation) {
1637 * this child was part of the current generation, so we
1668 * generation o
[all...]

Completed in 325 milliseconds

123456789