Searched refs:base (Results 226 - 250 of 6948) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Dstrtol.c49 long strtol(str, ptr, base)
51 int base;
66 if (base == 0) {
70 base = 16;
73 base = 8;
76 base = 10;
78 if (base < 2 || base > 36)
79 base = 10;
80 else if (base
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dset_str.c1 /* mpz_set_str(mp_dest, string, base) -- Convert the \0-terminated
2 string STRING in base BASE to multiple precision integer in
4 the base in the C standard way, i.e. 0xhh...h means base 16,
5 0oo...o means base 8, otherwise assume base 10.
44 mpz_set_str (mpz_ptr x, const char *str, int base) argument
56 if (base > 36)
61 if (UNLIKELY (base > 62))
62 return -1; /* too large base */
[all...]
H A Dsizeinbase.c1 /* mpz_sizeinbase(x, base) -- return an approximation to the number of
2 character the integer X would have printed in base BASE. The
37 mpz_sizeinbase (mpz_srcptr x, int base) __GMP_NOTHROW
40 MPN_SIZEINBASE (result, PTR(x), ABSIZ(x), base);
H A Diset_str.c1 /* mpz_init_set_str(string, base) -- Convert the \0-terminated string STRING in
2 base BASE to a multiple precision integer. Allow white space in the string.
3 If BASE == 0 determine the base in the C standard way, i.e. 0xhh...h means
4 base 16, 0oo...o means base 8, otherwise assume base 10.
37 mpz_init_set_str (mpz_ptr x, const char *str, int base) argument
46 return mpz_set_str (x, str, base);
/netbsd-current/external/bsd/pdisk/dist/
H A Dbitfield.h69 uint32_t bitfield_set(uint32_t *bf, int base, int length, uint32_t value);
71 uint32_t bitfield_get(uint32_t bf, int base, int length);
/netbsd-current/external/gpl3/gcc/dist/libquadmath/printf/
H A D_itoa.h23 /* Convert VALUE into ASCII in base BASE (2..16).
33 unsigned int base, int upper_case)
37 switch (base)
51 *--buflim = digits[value % base];
52 while ((value /= base) != 0);
59 unsigned int base, int upper_case)
63 switch (base)
70 *--buflim = digits[value % base];
71 while ((value /= base) != 0);
32 _itoa_word(unsigned long value, char *buflim, unsigned int base, int upper_case) argument
58 _itoa(uint64_t value, char *buflim, unsigned int base, int upper_case) argument
H A D_itowa.h23 /* Convert VALUE into ASCII in base BASE (2..16).
34 unsigned int base, int upper_case)
40 switch (base)
54 *--bp = digits[value % base];
55 while ((value /= base) != 0);
63 unsigned int base, int upper_case)
69 switch (base)
76 *--bp = digits[value % base];
77 while ((value /= base) != 0);
33 _itowa_word(unsigned long value, wchar_t *buflim, unsigned int base, int upper_case) argument
62 _itowa(uint64_t value, wchar_t *buflim, unsigned int base, int upper_case) argument
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dsizeinbase.c44 mpn_sizeinbase (mp_srcptr xp, mp_size_t xsize, int base) argument
47 MPN_SIZEINBASE (result, xp, xsize, base);
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/printf/
H A D_itoa.h23 /* Convert VALUE into ASCII in base BASE (2..16).
33 unsigned int base, int upper_case)
37 switch (base)
51 *--buflim = digits[value % base];
52 while ((value /= base) != 0);
59 unsigned int base, int upper_case)
63 switch (base)
70 *--buflim = digits[value % base];
71 while ((value /= base) != 0);
32 _itoa_word(unsigned long value, char *buflim, unsigned int base, int upper_case) argument
58 _itoa(uint64_t value, char *buflim, unsigned int base, int upper_case) argument
H A D_itowa.h23 /* Convert VALUE into ASCII in base BASE (2..16).
34 unsigned int base, int upper_case)
40 switch (base)
54 *--bp = digits[value % base];
55 while ((value /= base) != 0);
63 unsigned int base, int upper_case)
69 switch (base)
76 *--bp = digits[value % base];
77 while ((value /= base) != 0);
33 _itowa_word(unsigned long value, wchar_t *buflim, unsigned int base, int upper_case) argument
62 _itowa(uint64_t value, wchar_t *buflim, unsigned int base, int upper_case) argument
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
H A Ddcn21_resource.h34 container_of(pool, struct dcn21_resource_pool, base)
41 struct resource_pool base; member in struct:dcn21_resource_pool
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnv10_fence.h11 struct nouveau_fence_chan base; member in struct:nv10_fence_chan
16 struct nouveau_fence_priv base; member in struct:nv10_fence_priv
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/pm/
H A Dnv40.h6 #define nv40_pm(p) container_of((p), struct nv40_pm, base)
10 struct nvkm_pm base; member in struct:nv40_pm
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dldrd-unpredictable.l4 [^:]*:8: Warning: source register same as write-back base
5 [^:]*:9: Warning: base register written back, and overlaps second transfer register
6 [^:]*:13: Warning: source register same as write-back base
7 [^:]*:14: Warning: base register written back, and overlaps second transfer register
/netbsd-current/external/gpl3/gdb.old/dist/sim/avr/
H A Dsim-main.h24 #include "sim-base.h"
33 sim_cpu_base base; member in struct:_sim_cpu
42 sim_state_base base; member in struct:sim_state
/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Dsim-main.h23 #include "sim-base.h"
33 sim_cpu_base base; member in struct:_sim_cpu
40 sim_state_base base; member in struct:sim_state
/netbsd-current/external/gpl3/gdb.old/dist/sim/bpf/
H A Dsim-main.h27 #include "sim-base.h"
34 sim_cpu_base base; member in struct:_sim_cpu
49 sim_state_base base;
48 sim_state_base base; member in struct:sim_state
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dfilenamecat.h24 char *file_name_concat (char const *dir, char const *base,
30 char *mfile_name_concat (char const *dir, char const *base,
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Darray-indices.exp22 source ${srcdir}/gdb.base/array-indices.exp.tcl
H A Darray-repeat.exp22 source ${srcdir}/gdb.base/array-repeat.exp.tcl
/netbsd-current/common/lib/libc/stdlib/
H A D_strtoul.h46 _FUNCNAME(const char *nptr, char **endptr, int base) argument
55 int base, locale_t loc)
66 /* check base value */
67 if (base && (base < 2 || base > 36)) {
75 panic("%s: invalid base %d", __func__, base);
81 * If base is 0, allow 0x for hex and 0 for octal, else
82 * assume decimal; if base i
166 _FUNCNAME(const char *nptr, char **endptr, int base) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dbasename.c45 const char *base; local
53 for (base = name; *name; name++)
57 base = name + 1;
60 return (char *) base;
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dbasename.c45 const char *base; local
53 for (base = name; *name; name++)
57 base = name + 1;
60 return (char *) base;
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dbasename.c45 const char *base; local
53 for (base = name; *name; name++)
57 base = name + 1;
60 return (char *) base;
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dbasename.c45 const char *base; local
53 for (base = name; *name; name++)
57 base = name + 1;
60 return (char *) base;

Completed in 238 milliseconds

1234567891011>>