HomeSort by relevance Sort by last modified time
    Searched refs:outl (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/boringssl/src/crypto/x509/
a_sign.c 86 size_t inl = 0, outl = 0; local
99 outl = EVP_PKEY_size(pkey);
100 buf_out = OPENSSL_malloc((unsigned int)outl);
102 outl = 0;
107 if (!EVP_DigestSign(ctx, buf_out, &outl, buf_in, inl)) {
108 outl = 0;
116 signature->length = outl;
127 return (outl);
  /external/libjpeg-turbo/simd/
jcsample-altivec.c 40 __vector unsigned short this0e, this0o, next0e, next0o, outl, outh; local
63 outl = vec_add(this0e, this0o);
64 outl = vec_add(outl, pw_bias);
65 outl = vec_sr(outl, pw_one);
78 out = vec_pack(outl, outh);
97 next1e, next1o, out0l, out0h, out1l, out1h, outl, outh; local
131 outl = vec_add(out0l, out1l);
132 outl = vec_add(outl, pw_bias)
    [all...]
  /hardware/intel/img/psb_video/src/
tng_enc_trace.h 35 #define outl(...) macro
64 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8);
70 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8);
71 outl(value,0xCFC);
77 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8);
84 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8);
  /external/syslinux/gpxe/src/drivers/net/
tulip.c 599 outl(0x60020000 + (phy_id<<23) + (location<<18), ioaddr + 0xA0);
622 outl(MDIO_ENB | MDIO_DATA_WRITE1, mdio_addr);
624 outl(MDIO_ENB | MDIO_DATA_WRITE1 | MDIO_SHIFT_CLK, mdio_addr);
631 outl(MDIO_ENB | dataval, mdio_addr);
633 outl(MDIO_ENB | dataval | MDIO_SHIFT_CLK, mdio_addr);
638 outl(MDIO_ENB_IN, mdio_addr);
641 outl(MDIO_ENB_IN | MDIO_SHIFT_CLK, mdio_addr);
659 outl(cmd, ioaddr + 0xA0);
671 outl(value, ioaddr + 0xB4 + (location<<2));
673 outl(value, ioaddr + 0xD0)
    [all...]
sis900.c 225 outl(EEREQ, ee_addr);
233 outl(EEDONE, ee_addr);
240 outl(EEDONE, ee_addr);
306 outl(rfcrSave | RELOAD, ioaddr + cr);
307 outl(0, ioaddr + cr);
310 outl(rfcrSave & ~RFEN, rfcr + ioaddr);
314 outl((i << RFADDR_shift), ioaddr + rfcr);
319 outl(rfcrSave | RFEN, rfcr + ioaddr);
386 outl(ACCESSMODE | inl(ioaddr + cr), ioaddr + cr);
476 outl(0, ee_addr)
    [all...]
epic100.c 146 outl(GC_SOFT_RESET, genctl);
149 outl(INTR_DISABLE, intmask);
165 outl(0x00000008, test);
224 outl(0x0C, rxcon);
240 outl(GC_RX_FIFO_THR_64 | GC_MRC_READ_MULT | GC_ONE_COPY, genctl);
242 outl(TX_FIFO_THRESH, eththr);
254 outl(tmp, txcon);
257 outl(virt_to_le32desc(&rx_ring), prcdar);
258 outl(virt_to_le32desc(&tx_ring), ptcdar);
262 outl(CR_START_RX | CR_QUEUE_RX, command)
    [all...]
davicom.c 304 outl(phy_data, ee_addr); /* MII Clock Low */
306 outl(phy_data|MDCLKH, ee_addr); /* MII Clock High */
308 outl(phy_data, ee_addr); /* MII Clock Low */
321 outl(0x50000, ee_addr);
326 outl(0x40000, ee_addr);
362 outl(csr6, ioaddr + CSR6);
382 outl(csr6, ioaddr + CSR6);
407 outl(EE_ENB & ~EE_CS, ee_addr);
408 outl(EE_ENB, ee_addr);
413 outl(EE_ENB | dataval, ee_addr)
    [all...]
natsemi.c 277 outl(i*2, np->ioaddr + RxFilterAddr);
283 outl(0xa+(i*2), np->ioaddr + RxFilterAddr);
288 outl(ChipReset, np->ioaddr + ChipCmd);
301 outl (cfg, np->ioaddr + ChipConfig);
305 outl (wcsr, np->ioaddr + WOLCmd);
312 outl (i*2, np->ioaddr + RxFilterAddr);
316 outl (0xa+(i*2), np->ioaddr + RxFilterAddr);
320 outl (rfcr, np->ioaddr + RxFilterAddr);
342 outl (inl (np->ioaddr + ClkRun) & ~0x100, np->ioaddr + ClkRun);
347 outl (i, np->ioaddr + RxFilterAddr)
    [all...]
dmfe.c 127 #define SROM_CLK_WRITE(data, ioaddr) outl(data|CR9_SROM_READ|CR9_SRCS,ioaddr);udelay(5);outl(data|CR9_SROM_READ|CR9_SRCS|CR9_SRCLK,ioaddr);udelay(5);outl(data|CR9_SROM_READ|CR9_SRCS,ioaddr);udelay(5);
281 outl(DM910X_RESET, ioaddr + DCR0); /* RESET MAC */
283 outl(db->cr0_data, ioaddr + DCR0);
294 outl(0x180, ioaddr + DCR12); /* Let bit 7 output port */
296 outl(0x80, ioaddr + DCR12); /* Issue RESET signal */
299 outl(0x0, ioaddr + DCR12); /* Clear RESET signal */
313 outl(virt_to_le32desc(&txd[0]), ioaddr + DCR4); /* TX DESC address */
316 outl(virt_to_le32desc(&rxd[0]), ioaddr + DCR3); /* RX DESC address *
    [all...]
mtd80x.c 418 outl(0x00000001, mtdx.ioaddr + BCR);
422 outl(virt_to_bus(mtdx.rx_ring), mtdx.ioaddr + RXLBA);
423 outl(virt_to_bus(mtdx.tx_ring), mtdx.ioaddr + TXLBA);
435 outl( mtdx.bcrvalue, mtdx.ioaddr + BCR);
438 outl(0, mtdx.ioaddr + RXPDR);
455 outl(FBE | TUNF | CNTOVF | RBU | TI | RI, mtdx.ioaddr + ISR);
456 outl( 0, mtdx.ioaddr + IMR);
506 outl(0, mtdx.ioaddr + RXPDR);
543 outl(virt_to_bus(mtdx.tx_ring), mtdx.ioaddr + TXLBA);
545 outl( mtdx.crvalue | TxEnable, mtdx.ioaddr + TCRRCR)
    [all...]
  /external/syslinux/com32/lib/pci/
readx.c 18 outl(a, 0xcf8);
20 outl(oldcf8, 0xcf8);
writex.c 16 outl(a, 0xcf8);
18 outl(oldcf8, 0xcf8);
cfgtype.c 19 outl(0x80000000, 0xcf8);
21 outl(oldcf8, 0xcf8);
  /external/syslinux/gpxe/src/arch/x86/core/
pcidirect.c 37 outl ( ( 0x80000000 | ( pci->bus << 16 ) | ( pci->devfn << 8 ) |
  /external/boringssl/src/ssl/
bio_ssl.cc 19 static int ssl_read(BIO *bio, char *out, int outl) {
27 const int ret = SSL_read(ssl, out, outl);
59 static int ssl_write(BIO *bio, const char *out, int outl) {
67 const int ret = SSL_write(ssl, out, outl);
  /external/syslinux/com32/include/sys/
io.h 37 static inline void outl(uint32_t v, uint16_t p) function
39 asm volatile ("outl %0,%1"::"a" (v), "Nd"(p));
  /external/syslinux/gpxe/src/drivers/bus/
virtio-pci.c 60 outl((unsigned long)virt_to_phys(vr->desc) >> PAGE_SHIFT,
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/
x86-64-io-suffix.d 14 5: 48 ef rex.W outl %eax,\(%dx\)
15 7: 66 48 ef data16 rex.W outl %eax,\(%dx\)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
x86-64-io-suffix.d 14 5: 48 ef rex.W outl %eax,\(%dx\)
15 7: 66 48 ef data16 rex.W outl %eax,\(%dx\)
  /external/syslinux/gpxe/src/include/gpxe/
virtio-pci.h 47 outl(features, ioaddr + VIRTIO_PCI_GUEST_FEATURES);
92 outl(0, ioaddr + VIRTIO_PCI_QUEUE_PFN);
  /external/boringssl/src/crypto/bio/
socket.c 105 static int sock_read(BIO *b, char *out, int outl) {
114 ret = recv(b->num, out, outl, 0);
116 ret = read(b->num, out, outl);
  /external/boringssl/src/ssl/test/
async_bio.cc 74 static int AsyncRead(BIO *bio, char *out, int outl) {
88 if (!a->datagram && (size_t)outl > a->read_quota) {
89 outl = a->read_quota;
91 int ret = BIO_read(bio->next_bio, out, outl);
packeted_bio.cc 104 static int PacketedRead(BIO *bio, char *out, int outl) {
184 if (outl > (int)len) {
185 outl = len;
187 OPENSSL_memcpy(out, buf, outl);
189 return outl;
  /external/boringssl/src/decrepit/bio/
base64_bio.c 120 static int b64_read(BIO *b, char *out, int outl) {
148 if (i > outl) {
149 i = outl;
155 outl -= i;
163 // At this point, we have room of outl bytes and an empty buffer, so we
167 while (outl > 0) {
299 if (ctx->buf_len <= outl) {
302 i = outl;
312 outl -= i;
  /external/boringssl/src/crypto/pem/
pem_lib.c 524 int nlen, n, i, j, outl; local
552 EVP_EncodeUpdate(&ctx, buf, &outl, &(data[j]), n);
553 if ((outl) && (BIO_write(bp, (char *)buf, outl) != outl))
555 i += outl;
559 EVP_EncodeFinal(&ctx, buf, &outl);
560 if ((outl > 0) && (BIO_write(bp, (char *)buf, outl) != outl))
    [all...]

Completed in 461 milliseconds

1 2 3