Searched refs:base (Results 876 - 900 of 1511) sorted by relevance

<<31323334353637383940>>

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp1052 // An array can be represented as an lvalue referring to the base.
1324 const CXXRecordDecl *base);
1346 const CXXRecordDecl *base = local
1350 if (base->isEmpty())
1353 unsigned fieldIndex = layout.getNonVirtualBaseLLVMFieldNo(base);
1355 elements[fieldIndex] = EmitNullConstantForBase(CGM, baseType, base);
1379 const CXXRecordDecl *base = local
1383 if (base->isEmpty())
1386 unsigned fieldIndex = layout.getVirtualBaseIndex(base);
1392 elements[fieldIndex] = EmitNullConstantForBase(CGM, baseType, base);
1406 EmitNullConstantForBase(CodeGenModule &CGM, llvm::Type *baseType, const CXXRecordDecl *base) argument
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dname.c895 label->base = &name->ndata[offsets[n]];
1004 memmove(r2.base, r->base, len);
1005 name->ndata = r2.base;
1008 name->ndata = r->base;
1088 tdata = (char *)source->base + source->current;
1271 name->ndata = (unsigned char *)target->base + target->used;
1658 ndata = (unsigned char *)target->base + target->used;
1887 cdata = (unsigned char *)source->base + current;
1901 name->ndata = (unsigned char *)target->base
[all...]
H A Ddnssec.c159 isc_buffer_init(&b, r.base, r.length);
298 memmove(data, r.base, r.length);
504 memmove(data + 2, r.base, r.length);
507 memmove(data, r.base, r.length);
556 r.base = sig.signature;
845 REQUIRE(msg->query.base != NULL);
984 if (msg->query.base == NULL)
1043 memmove(header, source_r.base, DNS_MESSAGE_HEADERLEN);
1055 header_r.base = (unsigned char *) header;
1062 r.base
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isccfg/
H A Dparser.c49 #define TOKEN_STRING(pctx) (pctx->token.value.as_textregion.base)
708 obj->value.string.base = isc_mem_get(pctx->mctx, len + 1);
709 if (obj->value.string.base == 0) {
713 memmove(obj->value.string.base, contents, len);
714 obj->value.string.base[len] = '\0';
801 const char *s = obj->value.string.base;
835 cfg_print_chars(pctx, obj->value.string.base, obj->value.string.length);
859 isc_mem_put(pctx->mctx, obj->value.string.base,
872 return (obj->value.string.base);
1267 value.string.base));
[all...]
/freebsd-9.3-release/contrib/cvs/src/
H A Dedit.c533 new Entry-base request. update (server/local) needs to check
534 revision against repository and send new Update-base response
537 mode only in a "Mode" response, not in the Update-base itself). */
640 char *base;
644 base = xmalloc (strlen (file) + 80);
645 strcpy (base, CVSADM_BASE);
646 strcat (base, "/");
647 strcat (base, file);
648 if (unlink_file (base) < 0 && ! existence_error (errno))
650 free (base);
638 char *base; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dopts.c99 Both of these case are handled when the base name of the file of
100 the struct definition matches the base name of the source file
104 The base file name matching rule above will fail to emit debug
116 same base name as the compilation unit. */
148 static char base_lbl[] = "base", sys_lbl[] = "sys";
224 /* Find the base name of a path, stripping off both directories and
229 const char *base = path; local
237 base = p + 1;
246 *base_out = base;
247 return dot - base;
263 const char *base; local
[all...]
H A Dgcov.c622 int base;
632 base = !stat (object_directory, &status) && S_ISDIR (status.st_mode);
634 if (base && name[strlen (name) - 1] != '/')
641 base = 1;
644 if (base)
736 gcov_position_t base = gcov_position ();
894 gcov_sync (base, length);
1005 unsigned long base = gcov_position ();
1053 gcov_sync (base, length);
621 int base; local
735 gcov_position_t base = gcov_position (); local
1004 unsigned long base = gcov_position (); local
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dc-exp.y1061 int base = input_radix;
1118 /* Handle base-switching prefixes 0x, 0t, 0d, 0 */
1127 base = 16;
1139 base = 10;
1145 base = 8;
1155 n *= base;
1164 if (base > 10 && c >= 'a' && c <= 'f')
1183 if (i >= base)
1184 return ERROR; /* Invalid digit in this base */
H A Dobjc-exp.y1010 int base = input_radix;
1063 /* Handle base-switching prefixes 0x, 0t, 0d, and 0. */
1072 base = 16;
1084 base = 10;
1090 base = 8;
1100 n *= base;
1109 if (base > 10 && c >= 'a' && c <= 'f')
1128 if (i >= base)
1129 return ERROR; /* Invalid digit in this base. */
H A Dp-exp.y781 int base = input_radix;
838 /* Handle base-switching prefixes 0x, 0t, 0d, 0 */
847 base = 16;
859 base = 10;
865 base = 8;
875 n *= base;
884 if (base > 10 && c >= 'a' && c <= 'f')
903 if (i >= base)
904 return ERROR; /* Invalid digit in this base */
/freebsd-9.3-release/contrib/ofed/libsdp/src/
H A Dconfig_scanner.c265 YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char *base, yy_size_t size ));
1621 YY_BUFFER_STATE yy_scan_buffer( char *base, yy_size_t size ) argument
1623 YY_BUFFER_STATE yy_scan_buffer( base, size )
1624 char *base;
1631 base[size-2] != YY_END_OF_BUFFER_CHAR ||
1632 base[size-1] != YY_END_OF_BUFFER_CHAR )
1641 b->yy_buf_pos = b->yy_ch_buf = base;
/freebsd-9.3-release/sbin/dump/
H A Dtraverse.c906 int secsize, bytes, resid, xfer, base, cnt, i; local
913 base = offset % secsize;
920 if (base == 0 && resid == 0) {
929 if (base != 0) {
930 cnt = cread(diskfd, tmpbuf, secsize, offset - base);
933 xfer = MIN(secsize - base, size);
937 memcpy(buf, &tmpbuf[base], xfer);
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_legacy_tv.c240 struct drm_device *dev = radeon_encoder->base.dev;
247 radeon_crtc = to_radeon_crtc(radeon_encoder->base.crtc);
304 struct drm_device *dev = radeon_encoder->base.dev;
326 struct drm_device *dev = radeon_encoder->base.dev;
389 struct drm_device *dev = radeon_encoder->base.dev;
416 struct drm_device *dev = radeon_encoder->base.dev;
439 radeon_crtc = to_radeon_crtc(radeon_encoder->base.crtc);
H A Dradeon_ttm.c418 mem->bus.base = 0;
431 mem->bus.base = rdev->mc.agp_base;
441 mem->bus.base = rdev->mc.aper_base;
446 * so we can modify bus.base below.
450 ioremap_wc(mem->bus.base + mem->bus.offset,
454 ioremap_nocache(mem->bus.base + mem->bus.offset,
459 * the hose/domain memory base for bus.base.
463 mem->bus.base = (mem->bus.base
[all...]
/freebsd-9.3-release/sys/dev/isp/
H A Disp_sbus.c461 caddr_t base; local
526 if (bus_dmamem_alloc(isp->isp_osinfo.cdmat, (void **)&base, BUS_DMA_NOWAIT | BUS_DMA_COHERENT,
560 bus_dmamap_load(isp->isp_osinfo.cdmat, isp->isp_osinfo.cdmap, base, len, imc, &im, 0);
567 isp->isp_rquest = base;
568 base += ISP_QUEUE_SIZE(RQUEST_QUEUE_LEN(isp));
569 isp->isp_result = base;
574 bus_dmamem_free(isp->isp_osinfo.cdmat, base, isp->isp_osinfo.cdmap);
/freebsd-9.3-release/sys/pci/
H A Dviapm.c94 u_int32_t base; member in struct:viapm_softc
224 viapm->base = pci_read_config(dev, viapm->iorid, 4) &
232 viapm->base, 256)) {
304 /* force VIAPM I/O base address */
310 /* write the base address */
315 viapm->base = pci_read_config(dev, base_cfgreg, 4) & VIAPM_PRO_BA_MASK;
323 viapm->base, 16)) {
325 viapm->base);
330 device_printf(dev, "SMBus I/O base at 0x%x\n", viapm->base);
[all...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_nmea.c256 char *base; /* buffer base */ member in struct:__anon148
369 /* - calculate min. base value for GPS epoch & century unfolding
1300 data->base = cptr;
1318 data->base++;
1329 if (*cptr != ',' || (cptr - data->base) < NMEA_PROTO_IDLEN)
1341 (cptr - data->base) >= NMEA_PROTO_MAXLEN)
1379 data->cptr = data->base;
1427 cp = data->base + data->blen;
1841 /* - get unfold base
[all...]
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dsnprintf.c569 int base = 0; local
758 base = 16;
761 if (base == 0)
762 base = 8;
765 if (base == 0)
766 base = 10;
796 fmtint(str, &len, size, value, base, width,
939 base = cflags = flags = width = 0;
991 fmtint(char *str, size_t *len, size_t size, INTMAX_T value, int base, int width, argument
1016 pos = convert(uvalue, iconvert, sizeof(iconvert), base,
1435 convert(UINTMAX_T value, char *buf, size_t size, int base, int caps) argument
[all...]
/freebsd-9.3-release/sys/dev/netmap/
H A Dnetmap_mem2.c333 const char *base = p->lut[i].vaddr; local
334 ssize_t relofs = (const char *) vaddr - base;
458 void *base = p->lut[i * p->_clustentries].vaddr; local
459 ssize_t relofs = (ssize_t) vaddr - (ssize_t) base;
462 if (vaddr < base || relofs >= p->_clustsize)
1296 ssize_t base; /* handy for relative offsets between rings and nifp */ local
1316 /* initialize base fields -- override const */
1326 base = netmap_if_offset(na->nm_mem, nifp);
1329 netmap_ring_offset(na->nm_mem, na->tx_rings[i].ring) - base;
1333 netmap_ring_offset(na->nm_mem, na->rx_rings[i].ring) - base;
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c148 int32_t base = DTRACE_LQUANTIZE_BASE(arg); local
151 long double total = (long double)lquanta[0] * (long double)(base - 1);
153 for (i = 0; i < levels; base += step, i++)
154 total += (long double)lquanta[i + 1] * (long double)base;
157 (long double)(base + 1));
164 int32_t base = DTRACE_LQUANTIZE_BASE(arg); local
168 if (base - 1 == 0)
171 for (i = 0; i < levels; base += step, i++) {
172 if (base != 0)
178 if (base
1252 dt_aggregate_qsort(dtrace_hdl_t *dtp, void *base, size_t nel, size_t width, int (*compar)(const void *, const void *)) argument
[all...]
H A Ddt_printf.c106 ctf_id_t base; local
113 base = ctf_type_resolve(ctfp, dnp->dn_type);
114 kind = ctf_type_kind(ctfp, base);
116 return (kind == CTF_K_ARRAY && ctf_array_info(ctfp, base, &r) == 0 &&
117 (base = ctf_type_resolve(ctfp, r.ctr_contents)) != CTF_ERR &&
118 ctf_type_encoding(ctfp, base, &e) == 0 && IS_CHAR(e));
126 ctf_id_t base = ctf_type_resolve(ctfp, dnp->dn_type); local
127 uint_t kind = ctf_type_kind(ctfp, base);
132 return (kind == CTF_K_ARRAY && ctf_array_info(ctfp, base, &r) == 0 &&
133 (base
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dlwdclient.c223 INSIST(dev->region.base == client->buffer);
300 r.base = client->buffer;
414 INSIST(client->sendbuf == dev->region.base);
/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dlwres_gabn.c58 void *base;
372 gabn->base = NULL;
502 if (gabn->base != NULL)
503 CTXFREE(gabn->base, gabn->baselen);
H A Dlwres_grbn.c299 grbn->base = NULL;
423 if (grbn->base != NULL)
424 CTXFREE(grbn->base, grbn->baselen);
/freebsd-9.3-release/contrib/binutils/bfd/
H A Ddwarf1.c293 unsigned long base; local
300 /* Then the base address for each address in the table. */
301 base = bfd_get_32 (stash->abfd, (bfd_byte *) xptr);
324 = base + bfd_get_32 (stash->abfd, (bfd_byte *) xptr);

Completed in 374 milliseconds

<<31323334353637383940>>