Searched refs:feature (Results 1 - 25 of 62) sorted by relevance

123

/haiku-fatelf/src/bin/network/wget/tests/
H A DWgetFeature.pm13 my ($class, $feature) = @_;
18 my $feature = $_;
19 $feature =~ s/^.//;
20 ($feature, /^\+/ ? 1 : 0);
23 unless ($have_features{$feature}) {
24 print $skip_messages{$feature}, "\n";
/haiku-fatelf/src/add-ons/accelerants/radeon_hd/
H A Dhooks.cpp16 get_accelerant_hook(uint32 feature, void* data) argument
18 switch (feature) {
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dbuild_info.pl35 my (%block, @defines, %feature);
42 $feature{$1} = $2 || '_MISSING';
52 feature => \%feature,
60 my ($block, $defines, $feature) =
61 map $_[0]->{$_}, qw(block defines feature);
74 "+$feature->{$define}",
76 "-$feature->{$define}",
/haiku-fatelf/src/system/kernel/arch/x86/
H A Darch_cpu.cpp355 if (cpu->arch.feature[FEATURE_COMMON] & IA32_FEATURE_FPU)
357 if (cpu->arch.feature[FEATURE_COMMON] & IA32_FEATURE_VME)
359 if (cpu->arch.feature[FEATURE_COMMON] & IA32_FEATURE_DE)
361 if (cpu->arch.feature[FEATURE_COMMON] & IA32_FEATURE_PSE)
363 if (cpu->arch.feature[FEATURE_COMMON] & IA32_FEATURE_TSC)
365 if (cpu->arch.feature[FEATURE_COMMON] & IA32_FEATURE_MSR)
367 if (cpu->arch.feature[FEATURE_COMMON] & IA32_FEATURE_PAE)
369 if (cpu->arch.feature[FEATURE_COMMON] & IA32_FEATURE_MCE)
371 if (cpu->arch.feature[FEATURE_COMMON] & IA32_FEATURE_CX8)
373 if (cpu->arch.feature[FEATURE_COMMO
623 x86_check_feature(uint32 feature, enum x86_feature_type type) argument
[all...]
/haiku-fatelf/src/add-ons/accelerants/et6x00/
H A DGetAccelerantHook.c11 * The standard entry point. Given a uint32 feature identifier, this routine
12 * returns a pointer to the function that implements the feature. Some features
14 * function. The extra information (which is specific to the feature) is
19 void *get_accelerant_hook(uint32 feature, void *data) { argument
23 switch (feature) {
28 * requested. All other feature hook selections can be predicated
64 /* Return a null pointer for any feature we don't understand. */
/haiku-fatelf/src/add-ons/accelerants/matrox/
H A DGetAccelerantHook.c15 The standard entry point. Given a uint32 feature identifier, this routine
16 returns a pointer to the function that implements the feature. Some features
18 function. The extra information (which is specific to the feature) is
35 void * get_accelerant_hook(uint32 feature, void *data) argument
37 switch (feature)
41 subsequently called before any other hook is requested. All other feature
125 /* Return a null pointer for any feature we don't understand. */
134 status_t check_overlay_capability(uint32 feature) argument
139 switch (feature)
185 status_t check_acc_capability(uint32 feature) argument
[all...]
/haiku-fatelf/src/add-ons/accelerants/neomagic/
H A DGetAccelerantHook.c14 The standard entry point. Given a uint32 feature identifier, this routine
15 returns a pointer to the function that implements the feature. Some features
17 function. The extra information (which is specific to the feature) is
34 void * get_accelerant_hook(uint32 feature, void *data) argument
36 switch (feature)
40 subsequently called before any other hook is requested. All other feature
124 /* Return a null pointer for any feature we don't understand. */
133 status_t check_overlay_capability(uint32 feature) argument
138 switch (feature)
184 status_t check_acc_capability(uint32 feature) argument
[all...]
/haiku-fatelf/src/add-ons/accelerants/skeleton/
H A DGetAccelerantHook.c15 The standard entry point. Given a uint32 feature identifier, this routine
16 returns a pointer to the function that implements the feature. Some features
18 function. The extra information (which is specific to the feature) is
35 void * get_accelerant_hook(uint32 feature, void *data) argument
37 switch (feature)
41 subsequently called before any other hook is requested. All other feature
125 /* Return a null pointer for any feature we don't understand. */
134 status_t check_overlay_capability(uint32 feature) argument
139 switch (feature)
179 status_t check_acc_capability(uint32 feature) argument
[all...]
/haiku-fatelf/src/add-ons/accelerants/via/
H A DGetAccelerantHook.c15 The standard entry point. Given a uint32 feature identifier, this routine
16 returns a pointer to the function that implements the feature. Some features
18 function. The extra information (which is specific to the feature) is
35 void * get_accelerant_hook(uint32 feature, void *data) argument
37 switch (feature)
41 subsequently called before any other hook is requested. All other feature
125 /* Return a null pointer for any feature we don't understand. */
134 status_t check_overlay_capability(uint32 feature) argument
139 switch (feature)
182 status_t check_acc_capability(uint32 feature) argument
[all...]
/haiku-fatelf/src/add-ons/accelerants/intel_810/
H A Dhooks.cpp14 get_accelerant_hook(uint32 feature, void* data) argument
19 switch (feature) {
85 return NULL; // Return null pointer for any feature not handled above
/haiku-fatelf/src/add-ons/accelerants/nvidia_gpgpu/
H A DGetAccelerantHook.c15 The standard entry point. Given a uint32 feature identifier, this routine
16 returns a pointer to the function that implements the feature. Some features
18 function. The extra information (which is specific to the feature) is
37 void * get_accelerant_hook(uint32 feature, void *data) argument
39 switch (feature)
43 subsequently called before any other hook is requested. All other feature
118 /* Return a null pointer for any feature we don't understand. */
127 status_t check_acc_capability(uint32 feature) argument
132 switch (feature)
/haiku-fatelf/src/system/kernel/arch/x86/32/
H A Dsyscalls.cpp34 all_cpus_have_feature(enum x86_feature_type type, int feature) argument
40 if (!(gCPU[i].arch.feature[type] & feature))
/haiku-fatelf/src/add-ons/accelerants/nvidia/
H A DGetAccelerantHook.c15 The standard entry point. Given a uint32 feature identifier, this routine
16 returns a pointer to the function that implements the feature. Some features
18 function. The extra information (which is specific to the feature) is
39 void * get_accelerant_hook(uint32 feature, void *data) argument
41 switch (feature)
45 subsequently called before any other hook is requested. All other feature
133 /* Return a null pointer for any feature we don't understand. */
143 status_t check_overlay_capability(uint32 feature) argument
148 switch (feature)
195 status_t check_acc_capability(uint32 feature) argument
[all...]
/haiku-fatelf/src/add-ons/accelerants/3dfx/
H A Dhooks.cpp13 get_accelerant_hook(uint32 feature, void* data) argument
17 switch (feature) {
123 return NULL; // Return null pointer for any feature not handled above
/haiku-fatelf/src/add-ons/accelerants/ati/
H A Dhooks.cpp13 get_accelerant_hook(uint32 feature, void* data) argument
17 switch (feature) {
121 return NULL; // Return null pointer for any feature not handled above
/haiku-fatelf/src/add-ons/accelerants/radeon/
H A DGetAccelerantHook.c15 The standard entry point. Given a uint32 feature identifier, this routine
16 returns a pointer to the function that implements the feature. Some features
18 function. The extra information (which is specific to the feature) is
25 get_accelerant_hook(uint32 feature, void *data) argument
29 switch (feature) {
38 subsequently called before any other hook is requested. All other feature
/haiku-fatelf/src/add-ons/accelerants/s3/
H A Dhooks.cpp13 get_accelerant_hook(uint32 feature, void* data) argument
19 switch (feature) {
77 return NULL; // Return null pointer for any feature not handled above
/haiku-fatelf/src/add-ons/accelerants/vmware/
H A DGetAccelerantHook.c16 get_accelerant_hook(uint32 feature, void *data) argument
18 switch (feature) {
/haiku-fatelf/src/add-ons/accelerants/intel_extreme/
H A Dhooks.cpp15 get_accelerant_hook(uint32 feature, void* data) argument
17 switch (feature) {
/haiku-fatelf/src/add-ons/accelerants/neomagic/engine/
H A Dnm_proto.h57 status_t check_acc_capability(uint32 feature);
70 status_t check_overlay_capability(uint32 feature);
/haiku-fatelf/src/add-ons/kernel/busses/usb/
H A Dohci.h53 status_t SetPortFeature(uint8 index, uint16 feature);
54 status_t ClearPortFeature(uint8 index, uint16 feature);
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dprint-escp2-data.c465 stp_escp2_get_cap(const stp_vars_t *v, escp2_model_option_t feature) argument
469 (((1ul << escp2_printer_attrs[feature].bit_width) - 1ul) <<
470 escp2_printer_attrs[feature].bit_shift);
475 stp_escp2_has_cap(const stp_vars_t *v, escp2_model_option_t feature, argument
480 (((1ul << escp2_printer_attrs[feature].bit_width) - 1ul) <<
481 escp2_printer_attrs[feature].bit_shift);
/haiku-fatelf/src/add-ons/accelerants/matrox/engine/
H A Dmga_proto.h108 status_t check_acc_capability(uint32 feature);
119 status_t check_overlay_capability(uint32 feature);
/haiku-fatelf/src/add-ons/accelerants/nvidia/engine/
H A Dnv_proto.h161 status_t check_acc_capability(uint32 feature);
188 status_t check_overlay_capability(uint32 feature);
/haiku-fatelf/src/add-ons/accelerants/nvidia_gpgpu/engine/
H A Dnv_proto.h94 status_t check_acc_capability(uint32 feature);
107 status_t check_overlay_capability(uint32 feature);

Completed in 265 milliseconds

123