Searched refs:base (Results 1001 - 1025 of 1511) sorted by relevance

<<41424344454647484950>>

/freebsd-9.3-release/contrib/gcc/cp/
H A Dmangle.c259 /* Write out an unsigned quantity in base 10. */
1174 /* Convert NUMBER to ascii using base BASE and generating at least
1181 hwint_to_ascii (unsigned HOST_WIDE_INT number, const unsigned int base, argument
1189 unsigned HOST_WIDE_INT d = number / base;
1191 *--buffer = base_digits[number - d * base];
1209 const unsigned int base)
1219 count = hwint_to_ascii (number, base, buffer + sizeof (buffer), 1);
1241 tree n, base, type; local
1257 base = build_int_cstu (type, chunk);
1268 tree d = fold_build2 (FLOOR_DIV_EXPR, type, n, base);
1208 write_number(unsigned HOST_WIDE_INT number, const int unsigned_p, const unsigned int base) argument
[all...]
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_disk.c469 * because it is relative to the base dir and the edited path
1777 char *slash, *base; local
1784 base = path;
1786 base = slash + 1;
1788 if (base[0] == '\0' ||
1789 (base[0] == '.' && base[1] == '\0') ||
1790 (base[0] == '.' && base[1] == '.' && base[
[all...]
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_legacy_encoders.c276 struct drm_device *dev = radeon_encoder->base.dev;
289 struct drm_device *dev = radeon_encoder->base.dev;
311 radeon_legacy_lvds_update(&radeon_encoder->base, dpms_mode);
350 struct drm_device *dev = radeon_encoder->base.dev;
368 struct drm_device *dev = radeon_encoder->base.dev;
456 struct drm_device *dev = radeon_encoder->base.dev;
1696 struct drm_device *dev = encoder->base.dev;
1720 struct drm_device *dev = encoder->base.dev;
1765 encoder = &radeon_encoder->base;
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devutil.c444 evutil_strtoll(const char *s, char **endptr, int base) argument
447 return (ev_int64_t)strtoll(s, endptr, base);
449 return (ev_int64_t)strtol(s, endptr, base);
451 /* XXXX on old versions of MS APIs, we only support base
454 if (base != 10)
467 return (ev_int64_t) _strtoi64(s, endptr, base);
471 if (base != 10 && base != 16)
473 if (base == 10) {
488 if (base
[all...]
/freebsd-9.3-release/bin/chio/
H A Dchio.c533 u_int16_t base, count, chet, schet, echet; local
544 base = 0;
610 base = (u_int16_t)atol(argv[1]);
614 count = (u_int16_t)atol(argv[2]) - base + 1;
668 cesr.cesr_element_base = base;
1223 * iconv(3) in the base system yet. So we use %XX
/freebsd-9.3-release/contrib/bind9/lib/export/samples/
H A Dsample-update.c420 isc_buffer_putmem(newbuf, r.base, r.length);
518 region.base = word;
537 region.base = word;
623 region.base = word;
635 region.base = word;
/freebsd-9.3-release/contrib/com_err/
H A Dlex.c304 YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
1550 * @param base the character buffer
1555 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) argument
1560 base[size-2] != YY_END_OF_BUFFER_CHAR ||
1561 base[size-1] != YY_END_OF_BUFFER_CHAR )
1570 b->yy_buf_pos = b->yy_ch_buf = base;
/freebsd-9.3-release/contrib/expat/tests/
H A Druntests.c109 const XML_Char *base,
118 const XML_Char *base,
774 const XML_Char *base,
854 const XML_Char *base,
1254 const XML_Char *base,
104 dummy_entity_decl_handler(void *userData, const XML_Char *entityName, int is_parameter_entity, const XML_Char *value, int value_length, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId, const XML_Char *notationName) argument
116 dummy_notation_decl_handler(void *userData, const XML_Char *notationName, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) argument
772 external_entity_loader_set_encoding(XML_Parser parser, const XML_Char *context, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) argument
852 external_entity_loader(XML_Parser parser, const XML_Char *context, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) argument
1252 external_entity_handler(XML_Parser parser, const XML_Char *context, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) argument
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.set.c539 int base; local
555 base = 8;
557 base = 10;
562 if (base == 8 && *cp >= '8')
564 n = n * base + *cp++ - '0';
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dlex.c304 YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
2374 * @param base the character buffer
2379 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) argument
2384 base[size-2] != YY_END_OF_BUFFER_CHAR ||
2385 base[size-1] != YY_END_OF_BUFFER_CHAR )
2394 b->yy_buf_pos = b->yy_ch_buf = base;
/freebsd-9.3-release/crypto/heimdal/lib/com_err/
H A Dlex.c304 YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
1550 * @param base the character buffer
1555 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) argument
1560 base[size-2] != YY_END_OF_BUFFER_CHAR ||
1561 base[size-1] != YY_END_OF_BUFFER_CHAR )
1570 b->yy_buf_pos = b->yy_ch_buf = base;
/freebsd-9.3-release/crypto/heimdal/lib/sl/
H A Dlex.c304 YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
1532 * @param base the character buffer
1537 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) argument
1542 base[size-2] != YY_END_OF_BUFFER_CHAR ||
1543 base[size-1] != YY_END_OF_BUFFER_CHAR )
1552 b->yy_buf_pos = b->yy_ch_buf = base;
H A Dslc-lex.c304 YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
1485 * @param base the character buffer
1490 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) argument
1495 base[size-2] != YY_END_OF_BUFFER_CHAR ||
1496 base[size-1] != YY_END_OF_BUFFER_CHAR )
1505 b->yy_buf_pos = b->yy_ch_buf = base;
/freebsd-9.3-release/sys/boot/pc98/libpc98/
H A Dbiosdisk.c173 int base, unit; local
177 for (base = 0x90; base <= 0xa0; base += n, n += 0x30) {
178 for (unit = base; (nbdinfo < MAXBDDEV) || ((unit & 0x0f) < 4); unit++) {
/freebsd-9.3-release/sys/dev/ct/
H A Dct.c314 u_int base, i, period; local
319 base = 1000 / (5 * 2); /* 5 MHz type */
321 base = 1000 / (4 * 2); /* 4 MHz type */
328 period = (base * i) / 2;
338 period = (base * i);
/freebsd-9.3-release/sys/fs/tmpfs/
H A Dtmpfs_subr.c991 int base, rv; local
1019 base = newsize & PAGE_MASK;
1020 if (base != 0) {
1062 pmap_zero_page_area(m, base, PAGE_SIZE - base);
/freebsd-9.3-release/sys/kern/
H A Duipc_shm.c253 int base, rv; local
277 base = length & PAGE_MASK;
278 if (base != 0) {
316 pmap_zero_page_area(m, base, PAGE_SIZE - base);
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_dn_glue.c499 struct dn_id *buf = NULL, *base; local
516 base = buf = malloc(lmax, M_DUMMYNET, M_WAIT|M_ZERO);
518 base->id = DN_API_VERSION;
549 error = do_config(base, (char *)buf - (char *)base);
/freebsd-9.3-release/usr.bin/csup/
H A Dlex.rcs.c293 YY_BUFFER_STATE rcs_scan_buffer (char *base,yy_size_t size ,yyscan_t yyscanner );
1658 * @param base the character buffer
1663 YY_BUFFER_STATE rcs_scan_buffer (char * base, yy_size_t size , yyscan_t yyscanner) argument
1668 base[size-2] != YY_END_OF_BUFFER_CHAR ||
1669 base[size-1] != YY_END_OF_BUFFER_CHAR )
1678 b->yy_buf_pos = b->yy_ch_buf = base;
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h51 /// \brief A simple array of base specifiers.
713 /// Ignore parentheses and derived-to-base casts.
756 /// This is valid because derived-to-base conversions have undefined
1765 /// \brief An implicit indirection through a C++ base class, when the
1766 /// field found is in a base class.
1784 /// base class.
1805 /// \brief Create an offsetof node that refers into a C++ base class.
1831 /// \brief For a base class node, returns the base specifier.
2286 /// Base - the expression for the base pointe
2335 MemberExpr(Expr *base, bool isarrow, ValueDecl *memberdecl, const DeclarationNameInfo &NameInfo, QualType ty, ExprValueKind VK, ExprObjectKind OK) argument
2354 MemberExpr(Expr *base, bool isarrow, ValueDecl *memberdecl, SourceLocation l, QualType ty, ExprValueKind VK, ExprObjectKind OK) argument
[all...]
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssec-dsfromkey.c298 printf("%.*s ", (int)r.length, r.base);
304 printf("%.*s", (int)r.length, r.base);
312 printf("%.*s\n", (int)r.length, r.base);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddiff.c628 ((char *) buf.base)[buf.used-1] == '\n');
641 (char *) r.base);
645 (char *) r.base);
H A Dgssapictx.c105 (gb).value = (r).base; \
111 (r).base = (gb).value; \
778 isc_buffer_init(&namebuf, r.base, r.length);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdbtypes.c498 TYPE is the base type whose variant we are creating.
1848 /* Check whether BASE is an ancestor or base class or DCLASS
1855 is_ancestor (struct type *base, struct type *dclass) argument
1859 CHECK_TYPEDEF (base);
1862 if (base == dclass)
1864 if (TYPE_NAME (base) && TYPE_NAME (dclass) &&
1865 !strcmp (TYPE_NAME (base), TYPE_NAME (dclass)))
1869 if (is_ancestor (base, TYPE_BASECLASS (dclass, i)))
1915 /* Return a pointer to the "primary base class" of DCLASS.
1917 A NULL return indicates that DCLASS has no primary base, o
2098 virtual_base_index(struct type *base, struct type *dclass) argument
2128 virtual_base_index_skip_primaries(struct type *base, struct type *dclass) argument
[all...]
/freebsd-9.3-release/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder.c158 const uint32_t base = (2 | (pos_slot & 1)) << footer_bits; local
159 const uint32_t pos_reduced = distance - base;
162 // Careful here: base - pos_slot - 1 can be -1, but
165 coder->pos_special + base - pos_slot - 1,

Completed in 610 milliseconds

<<41424344454647484950>>