Home
last modified time | relevance | path

Searched refs:csz (Results 101 – 125 of 989) sorted by relevance

12345678910>>...40

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/ath/ath5k/
H A Dahb.c30 static void ath5k_ahb_read_cachesize(struct ath_common *common, int *csz) in ath5k_ahb_read_cachesize() argument
32 *csz = L1_CACHE_BYTES >> 2; in ath5k_ahb_read_cachesize()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/ath/ath5k/
H A Dahb.c30 static void ath5k_ahb_read_cachesize(struct ath_common *common, int *csz) in ath5k_ahb_read_cachesize() argument
32 *csz = L1_CACHE_BYTES >> 2; in ath5k_ahb_read_cachesize()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/ath/ath5k/
H A Dahb.c30 static void ath5k_ahb_read_cachesize(struct ath_common *common, int *csz) in ath5k_ahb_read_cachesize() argument
32 *csz = L1_CACHE_BYTES >> 2; in ath5k_ahb_read_cachesize()
/dports/astro/py-astral/astral-2.2/src/astral/
H A Dsun.py585 csz = sin(radians(latitude)) * sin(radians(solarDec)) + cos(
589 if csz > 1.0:
590 csz = 1.0
591 elif csz < -1.0:
592 csz = -1.0
594 zenith = degrees(acos(csz))
/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DMLWFTransform.cpp92 DoubleMatrix csz(csinz); in update() local
196 a_[5]->gemm('t','n',2.0,cr,csz,0.0); in update()
197 a_[5]->ger(-1.0,cr,0,csz,0); in update()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Pkcs/src/Interop/Windows/Crypt32/
H A DInterop.CertNameToStr.cs33 …dingType, [In] ref DATA_BLOB pName, CertNameStrTypeAndFlags dwStrType, StringBuilder psz, int csz); in CertNameToStr() argument
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/
H A Dmeshgen.cpp234 auto csz = c->Size(); in Size() local
235 csz = rotated_size(c->rot, csz); in Size()
236 p1 = c == children[0] ? c->orig - csz : min(p1, c->orig - csz); in Size()
237 p2 = c == children[0] ? c->orig + csz : max(p2, c->orig + csz); in Size()
/dports/science/chemps2/CheMPS2-1.8.10/sphinx/
H A Dtetracene.fcidump.in5 symmetry csz
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/r/
H A Dwindow_functions_big.result163 (11, 1, '2004-01-10', '2008-03-19 08:36:41', '00:03:00', 'csz'),
481 csz huoo
482 csz n
483 csz qy
484 csz umxwcf
485 csz xdo
486 csz y
487 csz zxnbyc
/dports/graphics/klatexformula/klatexformula-4.0.0/src/klftools/macosx/
H A Dklfdrawerdefs.mm70 NSSize csz = nsSizeForQSize(sideWidget->sizeHint());
71 d->nsdrawer = [[NSDrawer alloc] initWithContentSize:csz preferredEdge:NSMaxXEdge];
/dports/devel/autogen/autogen-5.18.16/xml2ag/
H A Dfork.c29 size_t csz = act * sizeof(void *); //! current size in get_argv_space() local
39 memcpy(av, xml2agOptions.origArgVect, csz); in get_argv_space()
/dports/science/mcstas-comps/mcstas-comps-2.5-src/contrib/union/
H A DSingle_crystal_process.comp123 double csx,csy,csz; /* Third reciprocal lattice axis */
321 info->csz = 2*PI/info->V0*tmp_z;
331 info->csz = info->m_cz;
335 info->csx/(2*PI), info->csy/(2*PI), info->csz/(2*PI));
392 list[i].tau_z = h*info->asz + k*info->bsz + l*info->csz;
449 xic_z=l->tau_z-(M_2_PI*h/info->m_c)*info->csz;
460 … double J_n_fic= xic/info->m_c/l->tau*scalar_prod(info->csx,info->csy,info->csz,tmp_x,tmp_y,tmp_z);
467 … double J_v_fic= xic/info->m_c/l->tau*scalar_prod(info->csx,info->csy,info->csz,tmp_x,tmp_y,tmp_z);
708 rotate(nvx,nvy,nvz, *nx, *ny, *nz, a, csx, csy, csz);
715 rotate(nvx,nvy,nvz, *nx, *ny, *nz, -a, csx, csy, csz);
[all …]
/dports/security/xmlsec1/xmlsec1-1.2.29/src/mscrypto/
H A Dx509.c1657 DWORD csz; in xmlSecMSCryptoX509NameWrite() local
1663csz = CertNameToStr(X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, nm, CERT_X500_NAME_STR | CERT_NAME_ST… in xmlSecMSCryptoX509NameWrite()
1664 if(csz <= 0) { in xmlSecMSCryptoX509NameWrite()
1669 resT = (LPTSTR)xmlMalloc(sizeof(TCHAR) * (csz + 1)); in xmlSecMSCryptoX509NameWrite()
1671 xmlSecMallocError(sizeof(TCHAR) * (csz + 1), NULL); in xmlSecMSCryptoX509NameWrite()
1675csz = CertNameToStr(X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, nm, CERT_X500_NAME_STR | CERT_NAME_ST… in xmlSecMSCryptoX509NameWrite()
1676 if (csz <= 0) { in xmlSecMSCryptoX509NameWrite()
/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dutf8.c466 int32_t csz; in u8_memchr() local
470 c = csz = 0; in u8_memchr()
474 csz++; in u8_memchr()
476 c -= offsetsFromUTF8[csz-1]; in u8_memchr()
/dports/sysutils/fsearch/fsearch-0.1beta4/src/
H A Dutf8.c464 int32_t csz; in u8_memchr() local
468 c = csz = 0; in u8_memchr()
472 csz++; in u8_memchr()
474 c -= offsetsFromUTF8[csz-1]; in u8_memchr()
/dports/textproc/mdocml/mandoc-1.14.5/
H A Dterm.c529 size_t csz, lsz, ssz; in term_word() local
692 csz = term_strlen(p, cp); in term_word()
695 csz = (*p->width)(p, uc); in term_word()
696 while (lsz >= csz) { in term_word()
701 lsz -= csz; in term_word()
/dports/devel/upp/upp/uppsrc/ide/LayDes/
H A Dlaydes.cpp65 Size csz, dsz; in ZPoint() local
66 GetZoomRatio(csz, dsz); in ZPoint()
67 if(csz.cx && csz.cy && dsz.cx && dsz.cy) { in ZPoint()
68 p.x = p.x * dsz.cx / csz.cx; in ZPoint()
69 p.y = p.y * dsz.cy / csz.cy; in ZPoint()
84 Size csz, dsz; in SetSb() local
85 GetZoomRatio(csz, dsz); in SetSb()
86 if(csz.cx && csz.cy && dsz.cx && dsz.cy) { in SetSb()
87 sz.cx = sz.cx * csz.cx / dsz.cx; in SetSb()
88 sz.cy = sz.cy * csz.cy / dsz.cy; in SetSb()
/dports/lang/pcc/pcc-1.1.0/cc/ccom/
H A Dgcc_compat.c570 int sz, coff, csz, al, oal, mxal; in gcc_tcattrfix() local
579 coff = csz = 0; in gcc_tcattrfix()
591 if (coff > csz) in gcc_tcattrfix()
592 csz = coff; in gcc_tcattrfix()
598 SETOFF(csz, mxal); /* Roundup to whatever */ in gcc_tcattrfix()
601 ap->amsize = csz; in gcc_tcattrfix()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k.c252 u8 csz; in ath5k_probe() local
260 pci_read_config_byte(pdev, PCI_CACHE_LINE_SIZE, &csz); in ath5k_probe()
261 if (csz == 0) { in ath5k_probe()
267 csz = 16; in ath5k_probe()
268 pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, csz); in ath5k_probe()
322 sc->cachelsz = csz * 4; /* convert to bytes */ in ath5k_probe()
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k.c252 u8 csz; in ath5k_probe() local
260 pci_read_config_byte(pdev, PCI_CACHE_LINE_SIZE, &csz); in ath5k_probe()
261 if (csz == 0) { in ath5k_probe()
267 csz = 16; in ath5k_probe()
268 pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, csz); in ath5k_probe()
322 sc->cachelsz = csz * 4; /* convert to bytes */ in ath5k_probe()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k.c252 u8 csz; in ath5k_probe() local
260 pci_read_config_byte(pdev, PCI_CACHE_LINE_SIZE, &csz); in ath5k_probe()
261 if (csz == 0) { in ath5k_probe()
267 csz = 16; in ath5k_probe()
268 pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, csz); in ath5k_probe()
322 sc->cachelsz = csz * 4; /* convert to bytes */ in ath5k_probe()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k.c252 u8 csz; in ath5k_probe() local
260 pci_read_config_byte(pdev, PCI_CACHE_LINE_SIZE, &csz); in ath5k_probe()
261 if (csz == 0) { in ath5k_probe()
267 csz = 16; in ath5k_probe()
268 pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, csz); in ath5k_probe()
322 sc->cachelsz = csz * 4; /* convert to bytes */ in ath5k_probe()
/dports/net/ipxe/ipxe-2265a65/src/drivers/net/ath/ath5k/
H A Dath5k.c252 u8 csz; in ath5k_probe() local
260 pci_read_config_byte(pdev, PCI_CACHE_LINE_SIZE, &csz); in ath5k_probe()
261 if (csz == 0) { in ath5k_probe()
267 csz = 16; in ath5k_probe()
268 pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, csz); in ath5k_probe()
322 sc->cachelsz = csz * 4; /* convert to bytes */ in ath5k_probe()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k.c252 u8 csz; in ath5k_probe() local
260 pci_read_config_byte(pdev, PCI_CACHE_LINE_SIZE, &csz); in ath5k_probe()
261 if (csz == 0) { in ath5k_probe()
267 csz = 16; in ath5k_probe()
268 pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, csz); in ath5k_probe()
322 sc->cachelsz = csz * 4; /* convert to bytes */ in ath5k_probe()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k.c252 u8 csz; in ath5k_probe() local
260 pci_read_config_byte(pdev, PCI_CACHE_LINE_SIZE, &csz); in ath5k_probe()
261 if (csz == 0) { in ath5k_probe()
267 csz = 16; in ath5k_probe()
268 pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, csz); in ath5k_probe()
322 sc->cachelsz = csz * 4; /* convert to bytes */ in ath5k_probe()

12345678910>>...40