Searched refs:off (Results 1 - 25 of 242) sorted by relevance

12345678910

/barrelfish-2018-10-04/usr/drivers/omap44xx/twl6030/
H A Dtwl6030.h27 uint8_t _ti_twl6030_id1_read_8(void *d, size_t off);
28 void _ti_twl6030_id1_write_8(void *d, size_t off, uint8_t regval);
29 #define ti_twl6030_id1_read_8(dev, off) _ti_twl6030_id1_read_8(dev, off)
30 #define ti_twl6030_id1_write_8(dev, off, regval) _ti_twl6030_id1_write_8(dev, off, regval)
/barrelfish-2018-10-04/include/arch/x86_32/barrelfish/
H A Dcurdispatcher_arch.h30 __asm("movl %%gs:(%c[off]), %[ret]"
32 : [off] "i" (offsetof(struct dispatcher_shared_generic, udisp)));
/barrelfish-2018-10-04/lib/libc/stdio/
H A Dfmemopen.c44 size_t off; /* current offset into the buffer */ member in struct:fmemopen_cookie
91 ck->off = 0;
130 ck->off = ck->len = strnlen(ck->buf, ck->size);
156 * Turn off buffering, so a write past the end of the buffer
169 if (nbytes > ck->len - ck->off)
170 nbytes = ck->len - ck->off;
175 memcpy(buf, ck->buf + ck->off, nbytes);
177 ck->off += nbytes;
187 if (nbytes > ck->size - ck->off)
188 nbytes = ck->size - ck->off;
[all...]
H A Dfgetln.c89 size_t off; local
121 * As a bonus, though, we can leave off the __SMOD.
129 for (len = fp->_r, off = 0;; len += fp->_r) {
139 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p,
140 len - off);
141 off = len;
156 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p,
/barrelfish-2018-10-04/lib/libc/posix1e/
H A Dacl_to_text_nfs4.c170 size_t off = 0, min_who_field_length = 18; local
193 off += snprintf(str + off, size - off, "%*s:", len, buf);
199 off += snprintf(str + off, size - off, "%s:", buf);
205 off += snprintf(str + off, size - off, "
230 int error, off = 0, size, entry_id = ACL_FIRST_ENTRY; local
[all...]
H A Dacl_support_nfs4.c99 size_t off = 0; local
103 off += snprintf(str + off, size - off, "%s/", tmp);
104 assert (off < size);
108 if (off > 0) {
109 off--;
111 assert(str[off] == '/');
114 str[off] = '\0';
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rsa/
H A Drsa_prn.c65 int RSA_print_fp(FILE *fp, const RSA *x, int off) argument
76 ret=RSA_print(b,x,off);
82 int RSA_print(BIO *bp, const RSA *x, int off) argument
89 ret = EVP_PKEY_print_private(bp, pk, off, NULL);
/barrelfish-2018-10-04/kernel/include/target/k1om/
H A Doffsets_target.h165 #define K1OM_REAL_MODE_ADDR_TO_REAL_MODE_VECTOR(seg,off) ((uint32_t)(seg << 16) | off)
176 #define X86_64_REAL_MODE_ADDR_TO_REAL_MODE_VECTOR(seg,off) ((uint32_t)(seg << 16) | off)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ec/
H A Deck_prn.c71 int ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x, int off) argument
82 ret = ECPKParameters_print(b, x, off);
87 int EC_KEY_print_fp(FILE *fp, const EC_KEY *x, int off) argument
98 ret = EC_KEY_print(b, x, off);
120 int EC_KEY_print(BIO *bp, const EC_KEY *x, int off) argument
127 ret = EVP_PKEY_print_private(bp, pk, off, NULL);
145 size_t len, int off);
147 int ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off) argument
181 if (!BIO_indent(bp, off, 128))
271 if (!BIO_indent(bp, off, 12
355 print_bin(BIO *fp, const char *name, const unsigned char *buf, size_t len, int off) argument
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/netinet/
H A Dip6.h229 #define IP6_EXTHDR_CHECK(m, off, hlen, ret) \
233 ((m)->m_len < (off) + (hlen)) && \
234 (((m) = m_pullup((m), (off) + (hlen))) == NULL)) { \
238 if ((m)->m_len < (off) + (hlen)) { \
244 if ((m)->m_len < (off) + (hlen)) { \
251 if ((m)->m_len < (off) + (hlen)) { \
261 * IP6_EXTHDR_GET ensures that intermediate protocol header (from "off" to
270 #define IP6_EXTHDR_GET(val, typ, m, off, len) \
274 if ((m)->m_len >= (off) + (len)) \
275 (val) = (typ)(mtod((m), caddr_t) + (off)); \
[all...]
/barrelfish-2018-10-04/usr/pci/
H A Dpci_msix.c100 uint8_t off; local
104 if (!(off = pci_cap_find(&hdr, addr, PCI_CAP_MSIX))) {
108 off /= 4;
109 cap[0] = pci_read_conf_header(addr, off);
118 pci_write_conf_header(addr, off, cap[0]);
124 uint8_t off; local
139 if (!(off = pci_cap_find(&hdr, addr, PCI_CAP_MSIX))) {
145 off /= 4;
146 cap[0] = pci_read_conf_header(addr, off);
147 cap[1] = pci_read_conf_header(addr, off
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/des/
H A Dcbc3_enc.c66 int off=((int)length-1)/8; local
75 memcpy(niv1,output[off],sizeof(DES_cblock));
81 memcpy(niv2,output[off],sizeof(DES_cblock));
86 memcpy(niv2,input[off],sizeof(DES_cblock));
92 memcpy(niv1,output[off],sizeof(DES_cblock));
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Da_d2i_fp.c152 long off=0; local
154 int off=0; local
168 if (want >= (len-off))
170 want-=(len-off);
178 if ((i < 0) && ((len-off) == 0))
188 p=(unsigned char *)&(b->data[off]);
191 len-off);
203 off+=i; /* end of data */
224 if (want > (len-off))
226 want-=(len-off);
[all...]
H A Dt_pkey.c66 unsigned char *buf, int off)
73 if(!BIO_indent(bp,off,128))
105 || !BIO_indent(bp,off+4,128))
65 ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num, unsigned char *buf, int off) argument
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/chr/
H A Deager.pl7 :- get_flag(variable_names, Val), setval(variable_names_flag, Val), set_flag(variable_names, off).
/barrelfish-2018-10-04/kernel/include/target/x86_32/
H A Doffsets_target.h137 #define X86_32_REAL_MODE_ADDR_TO_REAL_MODE_VECTOR(seg,off) ((uint32_t)(seg << 16) | off)
/barrelfish-2018-10-04/kernel/include/target/x86_64/
H A Doffsets_target.h129 #define X86_64_REAL_MODE_ADDR_TO_REAL_MODE_VECTOR(seg,off) ((uint32_t)(seg << 16) | off)
/barrelfish-2018-10-04/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DNativeEclipse.java48 static native int QueueWrite(int streamid,byte b[], int off, int len); argument
50 static native int QueueRead(int streamid,int off,int len,byte[] b); argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dsa/
H A Ddsa_prn.c65 int DSA_print_fp(FILE *fp, const DSA *x, int off) argument
76 ret=DSA_print(b,x,off);
98 int DSA_print(BIO *bp, const DSA *x, int off) argument
105 ret = EVP_PKEY_print_private(bp, pk, off, NULL);
/barrelfish-2018-10-04/include/vfs/
H A Dvfs_fd.h22 off_t vfsfd_lseek(int fd, off_t off, int whence);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/bio/
H A Dsconnect.c28 int i,len,off,ret=1; local
64 off=0;
67 i=BIO_write(out,&(p[off]),len);
81 off+=i;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/eay/
H A Dconn.c24 int i,len,off,ret=1; local
48 off=0;
51 i=BIO_write(bio,&(p[off]),len);
65 off+=i;
/barrelfish-2018-10-04/kernel/include/arch/k1om/
H A Doffsets.h28 #define REAL_MODE_ADDR_TO_REAL_MODE_VECTOR(seg,off) K1OM_REAL_MODE_ADDR_TO_REAL_MODE_VECTOR(seg,off)
/barrelfish-2018-10-04/kernel/include/arch/x86_32/
H A Doffsets.h28 #define REAL_MODE_ADDR_TO_REAL_MODE_VECTOR(seg,off) X86_32_REAL_MODE_ADDR_TO_REAL_MODE_VECTOR(seg,off)
/barrelfish-2018-10-04/kernel/include/arch/x86_64/
H A Doffsets.h28 #define REAL_MODE_ADDR_TO_REAL_MODE_VECTOR(seg,off) X86_64_REAL_MODE_ADDR_TO_REAL_MODE_VECTOR(seg,off)

Completed in 263 milliseconds

12345678910