Searched refs:Generation (Results 1 - 20 of 20) sorted by relevance

/haiku/src/add-ons/screen_savers/glife/
H A DGLifeGrid.h30 void Generation(void);
H A DGLifeGrid.cpp61 // GLifeGrid Class Generation Definition
63 GLifeGrid::Generation(void) function in class:GLifeGrid
H A DGLifeView.cpp187 m_pglgGrid->Generation();
/haiku/src/system/runtime_loader/
H A Delf_tls.cpp36 class Generation { class
38 inline Generation();
70 Generation* fGeneration;
151 return fTemplates[dso].Generation();
199 Generation::Generation() function in class:Generation
213 fGeneration = (Generation*)*(void**)*fVector;
293 fGeneration = new Generation;
298 *(Generation**)*fVector = fGeneration;
H A Delf_tls.h23 unsigned Generation() const { return fGeneration; } function in class:TLSBlockTemplate
/haiku/src/add-ons/accelerants/intel_extreme/
H A DPanelFitter.cpp40 if (gInfo->shared_info->device_type.Generation() >= 9) {
53 if (gInfo->shared_info->device_type.Generation() <= 8) {
H A DPipes.cpp96 (gInfo->shared_info->device_type.Generation() <= 8)) {
135 //if (gInfo->shared_info->device_type.Generation() >= 4) {
150 if (gInfo->shared_info->device_type.Generation() >= 6) {
166 if (gInfo->shared_info->device_type.Generation() < 9) {
300 if (gInfo->shared_info->device_type.Generation() < 6) {
317 if ((gInfo->shared_info->device_type.Generation() <= 4)
448 if (gInfo->shared_info->device_type.Generation() >= 3) {
463 if (gInfo->shared_info->device_type.Generation() == 6) {
502 if (gInfo->shared_info->device_type.Generation() >= 6) {
640 if (gInfo->shared_info->device_type.Generation() <
[all...]
H A DPorts.cpp300 if (gInfo->shared_info->device_type.Generation() < 4)
308 if ((gInfo->shared_info->device_type.Generation() <= 7) &&
544 } else if (gInfo->shared_info->device_type.Generation() == 9) {
599 if (gInfo->shared_info->device_type.Generation() >= 11) {
844 if (gInfo->shared_info->device_type.Generation() >= 9
870 if (gInfo->shared_info->device_type.Generation() >= 9) {
1045 if (gInfo->shared_info->device_type.Generation() >= 3)
1094 if (gInfo->shared_info->device_type.Generation() < 4)
1112 if (gInfo->shared_info->device_type.Generation() <= 7) {
1146 } else if (gInfo->shared_info->device_type.Generation() <
[all...]
H A Daccelerant.cpp150 if (gInfo->shared_info->device_type.Generation() >= 12)
152 else if (gInfo->shared_info->device_type.Generation() >= 7)
275 if (gInfo->shared_info->device_type.Generation() >= 5) {
308 if (gInfo->shared_info->device_type.Generation() >= 12)
400 if (gInfo->shared_info->device_type.Generation() <= 8
H A Dmode.cpp227 if (gInfo->shared_info->device_type.Generation() >= 4) {
242 if (gInfo->shared_info->device_type.Generation() < 4)
639 if (gInfo->shared_info->device_type.Generation() == 2
649 if (gInfo->shared_info->device_type.Generation() < 4) {
699 if (gInfo->shared_info->device_type.Generation() == 2
716 if (gInfo->shared_info->device_type.Generation() < 4) {
H A DFlexibleDisplayInterface.cpp349 if (gInfo->shared_info->device_type.Generation() >= 7)
351 else if (gInfo->shared_info->device_type.Generation() == 6)
353 else if (gInfo->shared_info->device_type.Generation() == 5)
H A Dpll.cpp480 TRACE("%s: Generation 5 graphics\n", __func__);
485 if (gInfo->shared_info->device_type.Generation() == 6) {
486 TRACE("%s: Generation 6 graphics\n", __func__);
488 TRACE("%s: Generation 7 graphics\n", __func__);
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dintel_extreme.cpp91 ASSERT(info.device_type.Generation() >= 12 || pipe != INTEL_PIPE_D);
169 if (info.device_type.Generation() >= 11 && (interrupt & GEN11_DE_HPD_IRQ) != 0) {
250 if (hasPCH && info.device_type.Generation() > 6)
306 if (info.device_type.Generation() > 4)
471 if (info.device_type.Generation() >= 8) {
473 if (info.device_type.Generation() >= 11)
480 if (info.device_type.Generation() >= 11)
484 if (info.device_type.Generation() >= 11) {
630 if (info.device_type.Generation() >= 3) {
666 info.device_type.Generation(), hasPC
[all...]
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs.h112 uint64 Generation() const function in struct:btrfs_header
135 uint64 Generation() const function in struct:btrfs_index
264 uint64 Generation() const function in struct:btrfs_super_block
294 uint64 Generation() const { return B_LENDIAN_TO_HOST_INT64(generation); } function in struct:btrfs_inode
353 uint64 Generation() const function in struct:btrfs_root
405 uint64 Generation() const function in struct:btrfs_extent_data
440 uint64 Generation() const { return B_LENDIAN_TO_HOST_INT64(generation); } function in struct:btrfs_extent
H A DJournal.cpp25 fCurrentGeneration(volume->SuperBlock().Generation())
H A DBTree.h144 uint64 Generation() const function in class:BTree::Node
145 { return fNode->header.Generation(); }
/haiku/src/tests/add-ons/accelerants/intel_extreme/
H A DPllTest.cpp85 fprintf(stderr, "=== %s (Generation %d)\n", kTestDevices[index].name,
86 gInfo->shared_info->device_type.Generation());
/haiku/src/add-ons/kernel/busses/agp_gart/
H A Dintel_gart.cpp268 if (info.type->Generation() >= 6)
599 } else if (info.type->Generation() >= 3) {
613 if (info.type->Generation() >= 8) {
617 } else if (info.type->Generation() >= 6) {
621 } else if (info.type->Generation() >= 4) {
650 if (info.type->Generation() >= 3) {
/haiku/headers/private/graphics/intel_extreme/
H A Dintel_extreme.h213 return InGroup(INTEL_GROUP_HAS) || (Generation() >= 8);
216 int Generation() const function in struct:DeviceType
240 // Generation 0 means something is wrong :-)
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dext2.h376 uint32 Generation() const { return B_LENDIAN_TO_HOST_INT32(generation); } function in struct:ext2_extent_header

Completed in 271 milliseconds