Searched refs:base (Results 926 - 950 of 1511) sorted by relevance

<<31323334353637383940>>

/freebsd-9.3-release/contrib/gcc/
H A Dtree-stdarg.c333 tree base; local
343 base = get_base_address (ap);
344 if (TREE_CODE (base) != VAR_DECL
345 || !bitmap_bit_p (si->va_list_vars, DECL_UID (base)))
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Derrors.c159 if (pfile->cur_token != pfile->cur_run->base)
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dsparc64fbsd-tdep.c185 (*this_id) = frame_id_build (cache->base, cache->pc);
/freebsd-9.3-release/contrib/libucl/
H A DREADME.md167 + `[kKmMgG]` - standard 10 base multipliers (so `1k` is translated to 1000)
170 * Hexadecimal integers can be used by `0x` prefix, for example `key = 0xff`. However, floating point values can use decimal base only.
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DMemory.inc115 uintptr_t Start = NearBlock ? reinterpret_cast<uintptr_t>(NearBlock->base()) +
205 void* start = NearBlock ? (unsigned char*)NearBlock->base() +
/freebsd-9.3-release/contrib/top/
H A Ddisplay.c842 register char *base; local
858 base = smart_terminal ? screenbuf + lineindex(line) : screenbuf;
859 p = strecpy(base, thisline);
862 memzero(p, display_width - (p - base));
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dcrypto.h430 * @base: Base integer (big endian byte array)
431 * @base_len: Length of base integer in bytes
440 * This function calculates result = base ^ power mod modulus. modules_len is
448 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
H A Dcrypto_nss.c176 int crypto_mod_exp(const u8 *base, size_t base_len, argument
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dgen.c76 init_generate (const char *filename, const char *base) argument
81 if (base != NULL) {
82 headerbase = strdup(base);
172 asprintf(&fn, "%s_files", base);
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-snprintf.c187 intmax_t value, int base, int min, int max, int flags);
556 LLONG value, int base, int min, int max, int flags)
588 [uvalue % (unsigned)base ];
589 uvalue = (uvalue / (unsigned)base );
555 fmtint(char *buffer, size_t *currlen, size_t maxlen, LLONG value, int base, int min, int max, int flags) argument
/freebsd-9.3-release/lib/liblzma/
H A DMakefile14 LZMAINCS+= base.h \
/freebsd-9.3-release/share/mk/
H A Dbsd.sys.mk125 # suppression when building the base system to catch bugs in our headers.
126 # Eventually we'll want to start building the base system C++ code as C++11,
/freebsd-9.3-release/sys/boot/ficl/
H A Dtools.c632 pCell = pStk->base;
635 vmTextOut(pVM, ltoa((*pCell++).i, pVM->pad, pVM->base), 0);
657 pCell = pStk->base;
678 vmTextOut(pVM, ltoa(c.i, pVM->pad, pVM->base), 0);
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-srio.h500 * @param base Device base address to start the mapping
508 int srcid_index, int destid, int is16bit, uint64_t base, uint64_t size);
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_bios.c43 u8 *base = (u8 *)bdb; local
54 current_id = *(base + index);
56 current_size = *((u16 *)(base + index));
59 return base + index;
/freebsd-9.3-release/sys/dev/drm2/ttm/
H A Dttm_bo_api.h67 * @base: bus base address
70 * @offset: offset from the base address
78 unsigned long base; member in struct:ttm_bus_placement
/freebsd-9.3-release/sys/dev/fb/
H A Dfbreg.h91 void ofwfb_fillw(int pat, void *base, size_t cnt);
124 typedef int vi_set_hw_cursor_shape_t(video_adapter_t *adp, int base,
225 #define vidd_set_hw_cursor_shape(adp, base, height, celsize, blink) \
226 (*vidsw[(adp)->va_index]->set_hw_cursor_shape)((adp), (base), \
/freebsd-9.3-release/sys/dev/hptmv/
H A Dcommand.h179 LBA_T base; member in struct:_Command::__anon7900::__anon7904::__anon7905
/freebsd-9.3-release/sys/dev/pci/
H A Dpcib_private.h73 pci_addr_t base; /* base address */ member in struct:pcib_window
106 pci_addr_t pmembase; /* base address of prefetchable memory */
108 pci_addr_t membase; /* base address of memory window */
110 uint32_t iobase; /* base address of port window */
/freebsd-9.3-release/sys/dev/scc/
H A Dscc_core.c106 u_long base, size, start, sz; local
166 base = rman_get_start(sc->sc_rres);
168 start = base + ((cl->cl_range < 0) ? size * (cl->cl_channels - 1) : 0);
183 rman_get_bushandle(sc->sc_rres), start - base, sz, &bh);
/freebsd-9.3-release/sys/dev/sound/pci/
H A Demuxkireg.h604 #define EMU_DSP_IOL(base, num) (base + (num << 1))
605 #define EMU_DSP_IOR(base, num) (EMU_DSP_IOL(base, num) + 1)
/freebsd-9.3-release/sys/geom/label/
H A Dg_label_gpt.c50 struct g_part_entry base; member in struct:g_part_gpt_entry
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_attr_leaf.h76 __be16 base; /* base of free region */ member in struct:xfs_attr_leaf_map
H A Dxfs_dir_leaf.h71 __uint16_t base; /* base of free region */ member in struct:xfs_dir_leaf_map
/freebsd-9.3-release/sys/i386/i386/
H A Dvm_machdep.c533 uint32_t base; local
541 base = (uint32_t)tls_base;
542 sd.sd_lobase = base & 0xffffff;
543 sd.sd_hibase = (base >> 24) & 0xff;

Completed in 369 milliseconds

<<31323334353637383940>>