Searched refs:base (Results 26 - 50 of 1511) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dbasename.c45 const char *base; local
53 for (base = name; *name; name++)
57 base = name + 1;
60 return (char *) base;
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dbasename.c45 const char *base; local
53 for (base = name; *name; name++)
57 base = name + 1;
60 return (char *) base;
/freebsd-9.3-release/lib/libc/iconv/
H A D_strtol.h47 _FUNCNAME(const char *nptr, char **endptr, int base) argument
54 /* check base value */
55 if (base && (base < 2 || base > 36)) {
63 panic("%s: invalid base %d", __func__, base);
69 * If base is 0, allow 0x for hex and 0 for octal, else
70 * assume decimal; if base is already 16, allow 0x.
84 if ((base
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dparseint.h37 isc_parse_uint32(isc_uint32_t *uip, const char *string, int base);
40 isc_parse_uint16(isc_uint16_t *uip, const char *string, int base);
43 isc_parse_uint8(isc_uint8_t *uip, const char *string, int base);
45 * Parse the null-terminated string 'string' containing a base 'base'
47 * The base is interpreted
54 *\li 0 <= 'base' <= 36
58 *\li #ISC_R_BADNUMBER The string is not numeric (in the given base)
H A Dregion.h29 unsigned char * base; member in struct:isc_region
34 char * base; member in struct:isc_textregion
42 const void * base; member in struct:isc_constregion
47 const char * base; member in struct:isc_consttextregion
62 _r->base += _l; \
71 _r->base += _l; \
80 _r->base += _l; \
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dstrtoll.c50 strtoll(const char *nptr, char **endptr, int base) argument
59 * If base is 0, allow 0x for hex and 0 for octal, else
60 * assume decimal; if base is already 16, allow 0x.
74 if ((base == 0 || base == 16) &&
78 base = 16;
80 if (base == 0)
81 base = c == '0' ? 8 : 10;
86 * base. An input number that is greater than this value, if
91 * [-9223372036854775808..9223372036854775807] and the input base
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dparseint.h37 isc_parse_uint32(isc_uint32_t *uip, const char *string, int base);
40 isc_parse_uint16(isc_uint16_t *uip, const char *string, int base);
43 isc_parse_uint8(isc_uint8_t *uip, const char *string, int base);
45 * Parse the null-terminated string 'string' containing a base 'base'
47 * The base is interpreted
54 *\li 0 <= 'base' <= 36
58 *\li #ISC_R_BADNUMBER The string is not numeric (in the given base)
H A Dregion.h28 unsigned char * base; member in struct:isc_region
33 char * base; member in struct:isc_textregion
41 const void * base; member in struct:isc_constregion
46 const char * base; member in struct:isc_consttextregion
61 _r->base += _l; \
70 _r->base += _l; \
79 _r->base += _l; \
/freebsd-9.3-release/sys/mips/nlm/hal/
H A Dfmn.c74 * Calculates the base, start & end and returns the same for a
117 * | base ptr |
140 void nlm_cms_setup_credits(uint64_t base, int destid, int srcid, int credit) argument
145 nlm_write_cms_reg(base, CMS_OUTPUTQ_CREDIT_CFG, val);
149 int nlm_cms_config_onchip_queue (uint64_t base, uint64_t spill_base, argument
154 nlm_cms_alloc_onchip_q(base, qid, 1);
159 nlm_cms_alloc_spill_q(base, qid, spill_base, 4);
164 nlm_cms_setup_credits(base, qid, CMS_CPU0_SRC_STID,
169 nlm_cms_setup_credits(base, qid, CMS_CPU1_SRC_STID,
174 nlm_cms_setup_credits(base, qi
265 nlm_cms_alloc_spill_q(uint64_t base, int qid, uint64_t spill_base, int nsegs) argument
295 nlm_cms_alloc_onchip_q(uint64_t base, int qid, int nsegs) argument
347 uint64_t base; local
435 nlm_cms_get_onchip_queue(uint64_t base, int qid) argument
440 nlm_cms_set_onchip_queue(uint64_t base, int qid, uint64_t val) argument
449 nlm_cms_per_queue_level_intr(uint64_t base, int qid, int sub_type, int intr_val) argument
466 uint64_t base; local
544 nlm_cms_per_queue_timer_intr(uint64_t base, int qid, int sub_type, int intr_val) argument
561 uint64_t base; local
640 nlm_cms_outputq_intr_check(uint64_t base, int qid) argument
648 nlm_cms_outputq_clr_intr(uint64_t base, int qid) argument
656 nlm_cms_illegal_dst_error_intr(uint64_t base, int en) argument
665 nlm_cms_timeout_error_intr(uint64_t base, int en) argument
674 nlm_cms_biu_error_resp_intr(uint64_t base, int en) argument
683 nlm_cms_spill_uncorrectable_ecc_error_intr(uint64_t base, int en) argument
692 nlm_cms_spill_correctable_ecc_error_intr(uint64_t base, int en) argument
701 nlm_cms_outputq_uncorrectable_ecc_error_intr(uint64_t base, int en) argument
710 nlm_cms_outputq_correctable_ecc_error_intr(uint64_t base, int en) argument
719 nlm_cms_network_error_status(uint64_t base) argument
746 nlm_cms_trace_setup(uint64_t base, int en, uint64_t trace_base, uint64_t trace_limit, int match_dstid_en, int dst_id, int match_srcid_en, int src_id, int wrap) argument
766 nlm_cms_endian_byte_swap(uint64_t base, int en) argument
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devutil_time.c148 adjust_monotonic_time(struct evutil_monotonic_timer *base, argument
151 evutil_timeradd(tv, &base->adjust_monotonic_clock, tv);
153 if (evutil_timercmp(tv, &base->last_time, <)) {
156 evutil_timersub(&base->last_time, tv, &adjust);
157 evutil_timeradd(&adjust, &base->adjust_monotonic_clock,
158 &base->adjust_monotonic_clock);
159 *tv = base->last_time;
161 base->last_time = *tv;
224 evutil_configure_monotonic_time_(struct evutil_monotonic_timer *base, argument
246 base
265 evutil_gettime_monotonic_(struct evutil_monotonic_timer *base, struct timeval *tp) argument
299 evutil_configure_monotonic_time_(struct evutil_monotonic_timer *base, int flags) argument
321 evutil_gettime_monotonic_(struct evutil_monotonic_timer *base, struct timeval *tp) argument
404 evutil_GetTickCount_(struct evutil_monotonic_timer *base) argument
432 evutil_configure_monotonic_time_(struct evutil_monotonic_timer *base, int flags) argument
469 evutil_gettime_monotonic_(struct evutil_monotonic_timer *base, struct timeval *tp) argument
521 evutil_configure_monotonic_time_(struct evutil_monotonic_timer *base, int precise) argument
529 evutil_gettime_monotonic_(struct evutil_monotonic_timer *base, struct timeval *tp) argument
[all...]
/freebsd-9.3-release/contrib/ntp/kernel/sys/
H A Dpcl720.h23 #define pcl720_data(base,bit) (base+(bit>>3))
24 #define pcl720_data_0_7(base) (base+0)
25 #define pcl720_data_8_15(base) (base+1)
26 #define pcl720_data_16_23(base) (base+2)
27 #define pcl720_data_24_31(base) (base
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress_finalize.c76 struct event_base *base = data->base; local
87 ev = evtimer_new(base, timer_callback, &ev_called);
90 event_callback_finalize_(base, 0, &evcb, callback_finalize_callback_1);
92 event_base_dispatch(base);
98 event_base_assert_ok_(base);
102 ev = evtimer_new(base, timer_callback, &ev_called);
106 event_callback_activate_(base, &evcb);
108 event_base_dispatch(base);
113 event_base_assert_ok_(base);
258 struct event_base *base = data->base; local
[all...]
/freebsd-9.3-release/contrib/nvi/clib/
H A Dstrtol.c56 strtol(nptr, endptr, base)
59 register int base;
69 * If base is 0, allow 0x for hex and 0 for octal, else
70 * assume decimal; if base is already 16, allow 0x.
80 if ((base == 0 || base == 16) &&
84 base = 16;
86 if (base == 0)
87 base = c == '0' ? 8 : 10;
92 * base
[all...]
H A Dstrtoul.c56 strtoul(nptr, endptr, base)
59 register int base;
78 if ((base == 0 || base == 16) &&
82 base = 16;
84 if (base == 0)
85 base = c == '0' ? 8 : 10;
86 cutoff = (unsigned long)ULONG_MAX / (unsigned long)base;
87 cutlim = (unsigned long)ULONG_MAX % (unsigned long)base;
95 if (c >= base)
[all...]
/freebsd-9.3-release/lib/libstand/
H A Dstrtol.c47 strtol(nptr, endptr, base)
50 int base;
65 * If base is 0, allow 0x for hex and 0 for octal, else
66 * assume decimal; if base is already 16, allow 0x.
76 if ((base == 0 || base == 16) &&
80 base = 16;
82 if (base == 0)
83 base = c == '0' ? 8 : 10;
88 * base
[all...]
/freebsd-9.3-release/sys/libkern/
H A Dstrtol.c50 strtol(nptr, endptr, base)
53 int base;
63 * If base is 0, allow 0x for hex and 0 for octal, else
64 * assume decimal; if base is already 16, allow 0x.
74 if ((base == 0 || base == 16) &&
78 base = 16;
80 if (base == 0)
81 base = c == '0' ? 8 : 10;
86 * base
[all...]
H A Dstrtoul.c50 strtoul(nptr, endptr, base)
53 int base;
72 if ((base == 0 || base == 16) &&
76 base = 16;
78 if (base == 0)
79 base = c == '0' ? 8 : 10;
80 cutoff = (unsigned long)ULONG_MAX / (unsigned long)base;
81 cutlim = (unsigned long)ULONG_MAX % (unsigned long)base;
91 if (c >= base)
[all...]
/freebsd-9.3-release/sys/dev/bxe/
H A Decore_fw_defs.h34 #define CSTORM_ASSERT_LIST_INDEX_OFFSET (IRO[148].base)
36 (IRO[147].base + ((assertListEntry) * IRO[147].m1))
38 (IRO[153].base + (((pfId)>>1) * IRO[153].m1) + (((pfId)&1) * \
41 (IRO[154].base + (((pfId)>>1) * IRO[154].m1) + (((pfId)&1) * \
44 (IRO[159].base + ((funcId) * IRO[159].m1))
46 (IRO[149].base + ((funcId) * IRO[149].m1))
48 (IRO[139].base + ((hcIndex) * IRO[139].m1) + ((sbId) * IRO[139].m2))
50 (IRO[138].base + (((hcIndex)>>2) * IRO[138].m1) + (((hcIndex)&3) \
52 #define CSTORM_IGU_MODE_OFFSET (IRO[157].base)
54 (IRO[317].base
[all...]
/freebsd-9.3-release/lib/libc/locale/
H A Dwcstol.c50 base, locale_t locale)
74 if ((base == 0 || base == 16) &&
78 base = 16;
80 if (base == 0)
81 base = c == L'0' ? 8 : 10;
83 if (base < 2 || base > 36)
88 cutlim = cutoff % base;
89 cutoff /= base;
49 wcstol_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base, locale_t locale) argument
127 wcstol(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base) argument
[all...]
H A Dwcstoll.c56 int base, locale_t locale)
80 if ((base == 0 || base == 16) &&
84 base = 16;
86 if (base == 0)
87 base = c == L'0' ? 8 : 10;
89 if (base < 2 || base > 36)
94 cutlim = cutoff % base;
95 cutoff /= base;
55 wcstoll_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base, locale_t locale) argument
133 wcstoll(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base) argument
[all...]
H A Dwcstoul.c50 int base, locale_t locale)
74 if ((base == 0 || base == 16) &&
78 base = 16;
80 if (base == 0)
81 base = c == L'0' ? 8 : 10;
83 if (base < 2 || base > 36)
86 cutoff = ULONG_MAX / base;
87 cutlim = ULONG_MAX % base;
49 wcstoul_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base, locale_t locale) argument
125 wcstoul(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base) argument
[all...]
H A Dwcstoull.c56 int base, locale_t locale)
80 if ((base == 0 || base == 16) &&
84 base = 16;
86 if (base == 0)
87 base = c == L'0' ? 8 : 10;
89 if (base < 2 || base > 36)
92 cutoff = ULLONG_MAX / base;
93 cutlim = ULLONG_MAX % base;
55 wcstoull_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base, locale_t locale) argument
131 wcstoull(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base) argument
[all...]
H A Dwcstoumax.c56 int base, locale_t locale)
80 if ((base == 0 || base == 16) &&
84 base = 16;
86 if (base == 0)
87 base = c == L'0' ? 8 : 10;
89 if (base < 2 || base > 36)
92 cutoff = UINTMAX_MAX / base;
93 cutlim = UINTMAX_MAX % base;
55 wcstoumax_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base, locale_t locale) argument
131 wcstoumax(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base) argument
[all...]
/freebsd-9.3-release/lib/libc/stdlib/
H A Dstrtoimax.c54 strtoimax_l(const char * __restrict nptr, char ** __restrict endptr, int base, argument
66 * If base is 0, allow 0x for hex and 0 for octal, else
67 * assume decimal; if base is already 16, allow 0x.
81 if ((base == 0 || base == 16) &&
88 base = 16;
90 if (base == 0)
91 base = c == '0' ? 8 : 10;
93 if (base < 2 || base > 3
150 strtoimax(const char * __restrict nptr, char ** __restrict endptr, int base) argument
[all...]
H A Dstrtol.c55 strtol_l(const char * __restrict nptr, char ** __restrict endptr, int base, argument
67 * If base is 0, allow 0x for hex and 0 for octal, else
68 * assume decimal; if base is already 16, allow 0x.
82 if ((base == 0 || base == 16) &&
89 base = 16;
91 if (base == 0)
92 base = c == '0' ? 8 : 10;
94 if (base < 2 || base > 3
150 strtol(const char * __restrict nptr, char ** __restrict endptr, int base) argument
[all...]

Completed in 114 milliseconds

1234567891011>>