Searched refs:offset (Results 1 - 25 of 8043) sorted by relevance

1234567891011>>

/netbsd-current/tests/usr.bin/indent/
H A Dlsym_offsetof.c5 * that starts an expression for computing the offset of a member in a struct.
9 size_t offset = offsetof(struct s, member); variable
21 size_t offset = offsetof (struct s, member); variable
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Ddeliver_completed.c11 /* void deliver_completed(stream, offset)
13 /* long offset;
16 /* an open queue file. A -1 offset means ignore the request -
49 void deliver_completed(VSTREAM *stream, long offset) argument
53 if (offset == -1)
56 if (offset <= 0)
57 msg_panic("%s: bad offset %ld", myname, offset);
59 if (rec_put_type(stream, REC_TYPE_DONE, offset) < 0
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/riscv/
H A Dlla64-fail.l2 .*: Error: offset too large
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Doutbuffer.c19 offset = 0;
26 //printf("OutBuffer::reserve: size = %d, offset = %d, nbytes = %d\n", size, offset, nbytes);
27 if (size - offset < nbytes)
29 size = (offset + nbytes) * 2;
37 offset = 0;
42 offset = size;
54 this->data[offset] = '\t';
55 offset++;
61 memcpy(this->data + offset, dat
383 spread(size_t offset, size_t nbytes) argument
395 insert(size_t offset, const void *p, size_t nbytes) argument
402 remove(size_t offset, size_t nbytes) argument
[all...]
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_counter.c34 UnloadBlob_COUNTER_VALUE(UINT64 *offset, BYTE *blob, TPM_COUNTER_VALUE *ctr) argument
37 UnloadBlob_UINT16(offset, NULL, blob);
38 UnloadBlob(offset, 4, blob, NULL);
39 UnloadBlob_UINT32(offset, NULL, blob);
43 UnloadBlob_UINT16(offset, &ctr->tag, blob);
44 UnloadBlob(offset, 4, blob, (BYTE *)&ctr->label);
45 UnloadBlob_UINT32(offset, &ctr->counter, blob);
49 LoadBlob_COUNTER_VALUE(UINT64 *offset, BYTE *blob, TPM_COUNTER_VALUE *ctr) argument
51 LoadBlob_UINT16(offset, ctr->tag, blob);
52 LoadBlob(offset,
[all...]
H A Dtcs_migration.c30 UnloadBlob_MIGRATIONKEYAUTH(UINT64 *offset, BYTE *blob, TCPA_MIGRATIONKEYAUTH *mkAuth) argument
35 if ((result = UnloadBlob_PUBKEY(offset, blob, NULL)))
38 UnloadBlob_UINT16(offset, NULL, blob);
39 UnloadBlob(offset, 20, blob, NULL);
44 if ((result = UnloadBlob_PUBKEY(offset, blob, &mkAuth->migrationKey)))
47 UnloadBlob_UINT16(offset, &mkAuth->migrationScheme, blob);
48 UnloadBlob(offset, 20, blob, mkAuth->digest.digest);
H A Dtcs_utils.c124 LoadBlob_UINT64(UINT64 *offset, UINT64 in, BYTE * blob) argument
127 UINT64ToArray(in, &blob[*offset]);
128 *offset += sizeof(UINT64);
132 LoadBlob_UINT32(UINT64 *offset, UINT32 in, BYTE * blob) argument
135 UINT32ToArray(in, &blob[*offset]);
136 *offset += sizeof(UINT32);
140 LoadBlob_UINT16(UINT64 *offset, UINT16 in, BYTE * blob) argument
143 UINT16ToArray(in, &blob[*offset]);
144 *offset += sizeof(UINT16);
148 UnloadBlob_UINT64(UINT64 *offset, UINT6 argument
156 UnloadBlob_UINT32(UINT64 *offset, UINT32 * out, BYTE * blob) argument
164 UnloadBlob_UINT16(UINT64 *offset, UINT16 * out, BYTE * blob) argument
172 LoadBlob_BYTE(UINT64 *offset, BYTE data, BYTE * blob) argument
180 UnloadBlob_BYTE(UINT64 *offset, BYTE * dataOut, BYTE * blob) argument
188 LoadBlob_BOOL(UINT64 *offset, TSS_BOOL data, BYTE * blob) argument
196 UnloadBlob_BOOL(UINT64 *offset, TSS_BOOL *dataOut, BYTE * blob) argument
204 LoadBlob(UINT64 *offset, UINT32 size, BYTE *container, BYTE *object) argument
212 UnloadBlob(UINT64 *offset, UINT32 size, BYTE *container, BYTE *object) argument
266 LoadBlob_Auth(UINT64 *offset, BYTE * blob, TPM_AUTH * auth) argument
275 UnloadBlob_Auth(UINT64 *offset, BYTE * blob, TPM_AUTH * auth) argument
291 UnloadBlob_VERSION(UINT64 *offset, BYTE *blob, TPM_VERSION *out) argument
305 LoadBlob_VERSION(UINT64 *offset, BYTE *blob, TPM_VERSION *ver) argument
314 UnloadBlob_TCPA_VERSION(UINT64 *offset, BYTE *blob, TCPA_VERSION *out) argument
328 LoadBlob_TCPA_VERSION(UINT64 *offset, BYTE *blob, TCPA_VERSION *ver) argument
337 UnloadBlob_KEY_PARMS(UINT64 *offset, BYTE *blob, TCPA_KEY_PARMS *keyParms) argument
375 UnloadBlob_KEY_FLAGS(UINT64 *offset, BYTE *blob, TCPA_KEY_FLAGS *flags) argument
387 UnloadBlob_CERTIFY_INFO(UINT64 *offset, BYTE *blob, TCPA_CERTIFY_INFO *certify) argument
463 UnloadBlob_KEY_HANDLE_LIST(UINT64 *offset, BYTE *blob, TCPA_KEY_HANDLE_LIST *list) argument
497 LoadBlob_DIGEST(UINT64 *offset, BYTE *blob, TPM_DIGEST *digest) argument
503 UnloadBlob_DIGEST(UINT64 *offset, BYTE *blob, TPM_DIGEST *digest) argument
509 LoadBlob_NONCE(UINT64 *offset, BYTE *blob, TPM_NONCE *nonce) argument
515 UnloadBlob_NONCE(UINT64 *offset, BYTE *blob, TPM_NONCE *nonce) argument
521 LoadBlob_AUTHDATA(UINT64 *offset, BYTE *blob, TPM_AUTHDATA *authdata) argument
527 UnloadBlob_AUTHDATA(UINT64 *offset, BYTE *blob, TPM_AUTHDATA *authdata) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Driscv-ravenscar-thread.c45 int offset; local
47 offset = 0;
49 offset = 1;
51 offset = 2;
53 offset = 3;
56 offset = regnum - (RISCV_ZERO_REGNUM + 19) + 4;
59 offset = regnum - RISCV_FIRST_FP_REGNUM + 14; /* FS0..FS11 */
61 offset = -1;
63 if (offset != -1)
64 offset *
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic6x/
H A Dreloc-bad-6.l2 [^:]*:19: Error: PC-relative offset out of range
3 [^:]*:21: Error: PC-relative offset out of range
4 [^:]*:22: Error: PC-relative offset out of range
5 [^:]*:24: Error: PC-relative offset not 4-byte-aligned
6 [^:]*:53: Error: PC-relative offset out of range
7 [^:]*:55: Error: PC-relative offset out of range
8 [^:]*:56: Error: PC-relative offset out of range
9 [^:]*:58: Error: PC-relative offset not 4-byte-aligned
10 [^:]*:87: Error: PC-relative offset out of range
11 [^:]*:89: Error: PC-relative offset ou
[all...]
H A Dreloc-bad-3.l2 [^:]*:21: Error: immediate offset out of range
3 [^:]*:22: Error: immediate offset out of range
4 [^:]*:24: Error: immediate offset out of range
5 [^:]*:25: Error: immediate offset out of range
6 [^:]*:27: Error: immediate offset out of range
7 [^:]*:28: Error: immediate offset out of range
8 [^:]*:31: Error: immediate offset out of range
9 [^:]*:32: Error: immediate offset out of range
10 [^:]*:35: Error: immediate offset out of range
11 [^:]*:36: Error: immediate offset ou
[all...]
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5312/
H A Dar5312_eeprom.c32 * Read 16 bits of data from offset into *data
37 int i,offset; local
42 for (i=0,offset=2*off; i<2; i++,offset++) {
43 data[i] = eepromAddr[offset];
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dgroup-reloc-alu-encoding-bad.l2 [^:]*:23: Error: the offset 0x00011001 is not representable
3 [^:]*:23: Error: the offset 0x00011001 is not representable
4 [^:]*:23: Error: the offset 0x00011001 is not representable
5 [^:]*:23: Error: the offset 0x00011001 is not representable
6 [^:]*:23: Error: the offset 0x00011001 is not representable
7 [^:]*:23: Error: the offset 0x00011001 is not representable
8 [^:]*:23: Error: the offset 0x00011001 is not representable
9 [^:]*:23: Error: the offset 0x00011001 is not representable
10 [^:]*:23: Error: the offset 0x00011001 is not representable
11 [^:]*:23: Error: the offset
[all...]
H A Dgroup-reloc-ldc-encoding-bad.l2 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
3 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
4 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
5 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
6 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
7 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
8 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
9 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
10 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
11 [^:]*:43: Error: bad offset
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dpcrel-reloc-6.s9 b (. + 4) - (0x20000 + offset)
10 b (. + 4) + (0x1fffc + offset)
11 bc (. + 4) - (0x8000000 + offset)
12 bc (. + 4) + (0x7fffffc + offset)
13 beqzc $2, (. + 4) - (0x400000 + offset)
14 beqzc $2, (. + 4) + (0x3ffffc + offset)
15 lwpc $2, . - (0x100000 + offset)
16 lwpc $2, . + (0xffffc + offset)
17 ldpc $2, . - (0x100000 + (offset << 1))
18 ldpc $2, (. - 4) + (0xffff8 + (offset <<
[all...]
H A Dr3000@relax-offset.d2 #name: MIPS PIC branch relaxation with offset
4 #warning_output: relax-offset.l
5 #source: relax-offset.s
6 #dump: mips1@relax-offset.d
H A Dr3900@relax-offset.d2 #name: MIPS PIC branch relaxation with offset
4 #warning_output: relax-offset.l
5 #source: relax-offset.s
6 #dump: mips1@relax-offset.d
/netbsd-current/lib/libc/stdlib/
H A Dputenv.c67 ssize_t offset; local
69 offset = __getenvslot(str, l_name, true);
70 if (offset != -1) {
71 if (environ[offset] != NULL)
72 __freeenvvar(environ[offset]);
73 environ[offset] = str;
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dfseeko.c38 fseeko (FILE *stream, off_t offset, int whence) argument
40 while (offset != (long) offset)
42 long pos = (offset < 0) ? LONG_MIN : LONG_MAX;
46 offset -= pos;
49 return fseek (stream, (long) offset, whence);
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
H A Dnouveau_nvkm_subdev_bios_vpstate.c40 return nvbios_rd32(b, bit_P.offset + 0x38);
52 h->offset = nvbios_vpstate_offset(b);
53 if (!h->offset)
56 h->version = nvbios_rd08(b, h->offset);
59 h->hlen = nvbios_rd08(b, h->offset + 0x1);
60 h->elen = nvbios_rd08(b, h->offset + 0x2);
61 h->slen = nvbios_rd08(b, h->offset + 0x3);
62 h->scount = nvbios_rd08(b, h->offset + 0x4);
63 h->ecount = nvbios_rd08(b, h->offset + 0x5);
65 h->base_id = nvbios_rd08(b, h->offset
84 u32 offset; local
[all...]
/netbsd-current/sys/external/bsd/drm2/include/drm/
H A Ddrm_iomap_netbsd.h77 DRM_READ8(struct drm_local_map *map, bus_size_t offset) argument
81 map->lm_data.bus_space.bsh, offset);
83 return *(volatile uint8_t *)((vaddr_t)map->handle + offset);
87 DRM_READ16(struct drm_local_map *map, bus_size_t offset) argument
91 map->lm_data.bus_space.bsh, offset);
93 return *(volatile uint16_t *)((vaddr_t)map->handle + offset);
97 DRM_READ32(struct drm_local_map *map, bus_size_t offset) argument
101 map->lm_data.bus_space.bsh, offset);
103 return *(volatile uint32_t *)((vaddr_t)map->handle + offset);
107 DRM_READ64(struct drm_local_map *map, bus_size_t offset) argument
132 DRM_WRITE8(struct drm_local_map *map, bus_size_t offset, uint8_t value) argument
142 DRM_WRITE16(struct drm_local_map *map, bus_size_t offset, uint16_t value) argument
152 DRM_WRITE32(struct drm_local_map *map, bus_size_t offset, uint32_t value) argument
162 DRM_WRITE64(struct drm_local_map *map, bus_size_t offset, uint64_t value) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cfi/
H A Dcfi-diag-1.l2 .*:2: Error: register save offset not a multiple of .*
/netbsd-current/external/bsd/elftoolchain/dist/libelf/
H A Delf_rand.c39 elf_rand(Elf *ar, off_t offset) argument
45 (offset & 1) || offset < SARMAG ||
46 offset >= ar->e_rawsize) {
51 offset_of_member = offset + (off_t) sizeof(struct ar_hdr);
59 arh = (struct ar_hdr *) (ar->e_rawfile + offset);
67 ar->e_u.e_ar.e_next = offset;
69 return (offset);
/netbsd-current/sys/dev/pci/
H A Dradeonfb_bios.c138 uint16_t offset; member in struct:rb_table
153 RAGE_REGS1_OFFSET, /* offset */
161 RAGE_REGS2_OFFSET, /* offset */
169 DYN_CLOCK_OFFSET, /* offset */
177 PLL_INIT_OFFSET, /* offset */
185 MEM_CONFIG_OFFSET, /* offset */
193 0, /* offset */
201 0, /* offset */
209 0, /* offset */
217 0, /* offset */
259 uint16_t offset; local
279 uint16_t offset; local
362 uint16_t offset; local
447 uint16_t offset; local
517 uint16_t offset; local
575 uint16_t temp, offset; local
[all...]
/netbsd-current/lib/libc/stdio/
H A Dfseek.c50 * Seek the given file to the given offset.
51 * Zero extend the offset if SEEK_SET to allow access to 4GB files
56 off_t offset; local
61 offset = (unsigned long)l_offset;
64 offset = l_offset;
65 return fseeko(fp, offset, whence);
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_entry_sparse.c54 la_int64_t offset, la_int64_t length)
58 if (offset < 0 || length < 0)
61 if (offset > INT64_MAX - length ||
62 offset + length > archive_entry_size(entry))
66 if (sp->offset + sp->length > offset)
69 if (sp->offset + sp->length == offset) {
70 if (sp->offset + sp->length + length < 0)
84 sp->offset
53 archive_entry_sparse_add_entry(struct archive_entry *entry, la_int64_t offset, la_int64_t length) argument
137 archive_entry_sparse_next(struct archive_entry * entry, la_int64_t *offset, la_int64_t *length) argument
[all...]

Completed in 179 milliseconds

1234567891011>>