Home
last modified time | relevance | path

Searched refs:consts (Results 1 – 25 of 76) sorted by relevance

1234

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_llc.c53 struct ia_constants *consts) in get_ia_constants() argument
61 consts->max_ia_freq = cpu_max_MHz(); in get_ia_constants()
63 consts->min_ring_freq = in get_ia_constants()
66 consts->min_ring_freq = mult_frac(consts->min_ring_freq, 8, 3); in get_ia_constants()
68 consts->min_gpu_freq = rps->min_freq; in get_ia_constants()
69 consts->max_gpu_freq = rps->max_freq; in get_ia_constants()
72 consts->min_gpu_freq /= GEN9_FREQ_SCALER; in get_ia_constants()
73 consts->max_gpu_freq /= GEN9_FREQ_SCALER; in get_ia_constants()
81 const struct ia_constants *consts, in calc_ia_freq() argument
86 const int diff = consts->max_gpu_freq - gpu_freq; in calc_ia_freq()
[all …]
H A Dselftest_llc.c19 struct ia_constants consts; in gen6_verify_ring_freq() local
26 if (!get_ia_constants(llc, &consts)) { in gen6_verify_ring_freq()
31 for (gpu_freq = consts.min_gpu_freq; in gen6_verify_ring_freq()
32 gpu_freq <= consts.max_gpu_freq; in gen6_verify_ring_freq()
39 calc_ia_freq(llc, gpu_freq, &consts, &ia_freq, &ring_freq); in gen6_verify_ring_freq()
46 gpu_freq, consts.min_gpu_freq, consts.max_gpu_freq); in gen6_verify_ring_freq()
54 gpu_freq, consts.min_gpu_freq, consts.max_gpu_freq, in gen6_verify_ring_freq()
64 gpu_freq, consts.min_gpu_freq, consts.max_gpu_freq, in gen6_verify_ring_freq()
/netbsd-src/libexec/httpd/
H A Dbozohttpd.c509 request->hr_proto = httpd->consts.http_09; in process_proto()
534 request->hr_proto = httpd->consts.http_10; in process_proto()
536 request->hr_proto = httpd->consts.http_11; in process_proto()
577 if (request->hr_proto == httpd->consts.http_11) in process_method()
774 if (request->hr_proto == httpd->consts.http_09) in bozo_read_request()
863 if (request->hr_proto == httpd->consts.http_11 && in bozo_read_request()
1148 if (request->hr_proto != httpd->consts.http_09) in handle_redirect()
1150 if (request->hr_proto != httpd->consts.http_09) in handle_redirect()
1899 if (request->hr_proto != httpd->consts.http_09) { in bozo_process_request()
2012 if (request->hr_proto == httpd->consts in bozo_print_header()
[all...]
H A Dcontent-bozo.c247 return httpd->consts.text_plain; in bozo_content_type()
261 return (request->hr_proto == httpd->consts.http_11) ? in bozo_content_encoding()
H A Ddir-index-bozo.c92 if (request->hr_proto != httpd->consts.http_09) { in bozo_dir_index()
H A Dbozohttpd.h146 bozo_consts_t consts; /* various constants */ member
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/
H A Dvpaes-ppc.pl1550 my $consts=1;
1555 if ($consts && m/\.long\s+(.+)\s+(\?[a-z]*)$/o) {
1577 $consts=0 if (m/Lconsts:/o); # end of table
H A Daesp8-ppc.pl3755 my $consts=1;
3760 if ($consts && m/\.(long|byte)\s+(.+)\s+(\?[a-z]*)$/o) {
3786 $consts=0 if (m/Lconsts:/o); # end of table
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/aes/asm/
H A Dvpaes-ppc.pl1554 my $consts=1;
1559 if ($consts && m/\.long\s+(.+)\s+(\?[a-z]*)$/o) {
1581 $consts=0 if (m/Lconsts:/o); # end of table
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Danalyze.py220 consts = {
232 generator = (dict(cmd, **consts)
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/perlasm/
H A Dx86_64-xlate.pl576 consts => 0x11, # sleb128
646 return ($DW_OP_complex{consts}, sleb128($val));
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/
H A Dx86_64-xlate.pl522 consts => 0x11, # sleb128
592 return ($DW_OP_complex{consts}, sleb128($val));
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/format/
H A Dwrite.d269 auto consts = [3.1415926, 299792458, 6.67430e-11]; variable
270 formatValue(w2, consts, spec2);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mcore/
H A Dpredicates.md150 ;; Nonzero if OP is a valid source operand for a cmov with two consts
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mcore/
H A Dpredicates.md150 ;; Nonzero if OP is a valid source operand for a cmov with two consts
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/
H A DMakefile.am125 crypto_scalarmult/curve25519/sandy2x/consts.S \
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitLir.h309 struct sljit_const *consts; member
H A DsljitNativeARM_32.c621 const_ = compiler->consts; in sljit_generate_code()
786 const_ = compiler->consts; in sljit_generate_code()
H A DsljitNativeSPARC_common.c308 const_ = compiler->consts; in sljit_generate_code()
H A DsljitLir.c661 compiler->consts = const_; in set_const()
H A DsljitNativeARM_T2_32.c373 const_ = compiler->consts; in sljit_generate_code()
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-2006169 * h8300-dis.c (bfd_h8_disassemble): Add missing consts.
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-2006169 * h8300-dis.c (bfd_h8_disassemble): Add missing consts.
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A DChangeLog-2006169 * h8300-dis.c (bfd_h8_disassemble): Add missing consts.
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A DChangeLog-2006169 * h8300-dis.c (bfd_h8_disassemble): Add missing consts.

1234