Searched refs:sz (Results 501 - 525 of 562) sorted by relevance

<<212223

/freebsd-10-stable/sys/gnu/dts/arm/
H A Dam335x-evm.dts97 dma-burst-sz = <16>;
H A Dam335x-evmsk.dts162 dma-burst-sz = <16>;
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c281 int sz = 0; local
293 sz = drr->drr_payloadlen;
295 if (sz > SPA_MAXBLOCKSIZE) {
297 SPA_MAXBLOCKSIZE, sz);
299 (void) ssread(buf, sz, ofp);
303 if (dump_record(drr, buf, sz, &stream_cksum,
/freebsd-10-stable/sys/i386/i386/
H A Dpmap.c242 vm_size_t sz; member in struct:pmap_preinit_mapping
852 (uintmax_t)ppim->pa, ppim->va, ppim->sz, ppim->mode);
5265 ppim->sz = size;
5281 if (ppim->pa == pa && ppim->sz == size &&
5324 if (ppim->va == va && ppim->sz == size) {
5329 ppim->sz = 0;
5618 pmap_sync_icache(pmap_t pm, vm_offset_t va, vm_size_t sz)
5617 pmap_sync_icache(pmap_t pm, vm_offset_t va, vm_size_t sz) argument
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c1908 ** drawn, the size of each scratch allocation (sz),
1909 ** and the maximum number of scratch allocations (N). The sz
1912 ** of at least sz*N bytes of memory.
1926 ** memory, the size of each page buffer (sz), and the number of pages (N).
1927 ** The sz argument should be the size of the largest database page
1931 ** to make sz a little too large. The first
1932 ** argument should point to an allocation of at least sz*N bytes of memory.
2041 #define SQLITE_CONFIG_SCRATCH 6 /* void*, int sz, int N */
2042 #define SQLITE_CONFIG_PAGECACHE 7 /* void*, int sz, int N */
6236 ** where too large (they were larger than the "sz" paramete
9397 u16 sz; /* Size of each buffer in bytes */ member in struct:Lookaside
18263 int i, n, sz; local
21789 int i, sz; local
23015 sqlite3_int64 sz = *(sqlite3_int64*)pArg; local
25192 robust_ftruncate(int h, sqlite3_int64 sz) argument
33781 sqlite3_int64 sz; /* Current size of wal-index file */ local
35098 sqlite3BitvecBuiltinTest(int sz, int *aOp) argument
36022 sqlite3PCacheBufferSetup(void *pBuf, int sz, int n) argument
36073 int sz = sqlite3MallocSize(p); local
36205 int sz; local
36321 int sz = sqlite3MallocSize(pBlock); local
36345 sqlite3PageMalloc(int sz) argument
36568 int sz; /* Bytes of memory required to allocate the new cache */ local
38849 i64 sz; local
46712 int sz; local
46931 i64 sz; local
49691 int sz; /* Size of a cell */ local
53664 dropCell(MemPage *pPage, int idx, int sz, int *pRC) argument
53721 insertCell( MemPage *pPage, int i, u8 *pCell, int sz, u8 *pTemp, Pgno iChild, int *pRC ) argument
53838 u16 sz = aSize[i]; local
54315 u16 sz = (u16)szNew[i]; local
54526 int sz; local
55924 u32 sz; local
78272 static const int sz = sizeof(IndexSample)*SQLITE_INDEX_SAMPLES; local
110608 setupLookaside(sqlite3 *db, void *pBuf, int sz, int cnt) argument
110678 int sz = va_arg(ap, int); /* IMP: R-47871-25994 */ local
112890 int sz = va_arg(ap, int); local
113051 int sz; local
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dgenautomata.c5697 unsigned int sz;
5698 sz = (description->query_units_num + sizeof (int) * CHAR_BIT - 1)
5701 state->presence_signature = create_node (sz * sizeof (int));
5722 unsigned int sz, si;
5726 sz = (description->query_units_num + sizeof (int) * CHAR_BIT - 1)
5729 for (si = 0; si < sz; si++)
5755 unsigned int sz, si;
5761 sz = (description->query_units_num + sizeof (int) * CHAR_BIT - 1)
5764 for (si = 0; si < sz; si++)
5674 unsigned int sz; local
5699 unsigned int sz, si; local
5732 unsigned int sz, si; local
H A Dtree-ssa-structalias.c3706 tree sz = TYPE_SIZE (type); local
3711 if (! sz
3712 || ! host_integerp (sz, 1)
3713 || TREE_INT_CST_LOW (sz) == 0
3719 nr = TREE_INT_CST_LOW (sz) / TREE_INT_CST_LOW (elsz);
/freebsd-10-stable/sys/amd64/amd64/
H A Dpmap.c370 vm_size_t sz; member in struct:pmap_preinit_mapping
1123 if (ppim->pa < dmaplimit && ppim->pa + ppim->sz < dmaplimit) {
1125 ppim->sz, ppim->mode);
1130 ppim->pa, ppim->va, ppim->sz, ppim->mode);
6335 ppim->sz = size;
6351 if (ppim->pa == pa && ppim->sz == size &&
6404 if (ppim->va == va && ppim->sz == size) {
6409 ppim->sz = 0;
6864 pmap_sync_icache(pmap_t pm, vm_offset_t va, vm_size_t sz)
6863 pmap_sync_icache(pmap_t pm, vm_offset_t va, vm_size_t sz) argument
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c6388 /* sz(I) - size of data to copy */
6393 /* that sz must match the size of the object being passed in - this is not */
6397 ipf_inobjsz(softc, data, ptr, type, sz)
6401 int type, sz;
6424 (sz < ipf_objbytes[type][1])) {
6428 error = COPYIN(obj.ipfo_ptr, ptr, sz);
6435 error = ipf_in_compat(softc, &obj, ptr, sz);
6451 /* sz(I) - size of data to copy */
6456 /* that sz must match the size of the object being passed in - this is not */
6460 ipf_outobjsz(softc, data, ptr, type, sz)
[all...]
/freebsd-10-stable/contrib/binutils/bfd/
H A Dcoffcode.h2953 bfd_size_type sz;
2957 sz = 0;
2972 sz += len + 1 + bfd_coff_debug_string_prefix_length (abfd);
2975 if (sz > 0)
2982 dsec->size = sz;
2952 bfd_size_type sz; local
H A Dxcofflink.c4276 bfd_size_type sz = o->rawsize ? o->rawsize : o->size;
4277 if (!bfd_get_section_contents (input_bfd, o, finfo->contents, 0, sz))
5635 bfd_size_type sz;
5638 sz = obj_raw_syment_count (sub);
5639 if (sz > max_sym_count)
5640 max_sym_count = sz;
4270 bfd_size_type sz = o->rawsize ? o->rawsize : o->size; local
5629 bfd_size_type sz; local
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dqp.c2908 void *wqe, int *sz)
2973 *sz = (inl + num_seg * sizeof *seg + 15) / 16;
3219 int sz; local
3220 err = lay_inline_data(qp, wr, wqe, &sz);
3223 size += sz;
2907 lay_inline_data(struct mlx4_ib_qp *qp, struct ib_send_wr *wr, void *wqe, int *sz) argument
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c2289 void *wqe, int *sz)
2322 *sz = ALIGN(inl + sizeof(seg->byte_count), 16) / 16;
2619 int uninitialized_var(sz);
2621 err = set_data_inl_seg(qp, wr, seg, &sz);
2628 size += sz;
2288 set_data_inl_seg(struct mlx5_ib_qp *qp, struct ib_send_wr *wr, void *wqe, int *sz) argument
/freebsd-10-stable/sbin/ipfw/
H A Dipfw2.c4354 uint32_t *a, sz, tval; local
4382 sz = tbl->size - sizeof(ipfw_xtable);
4384 while (sz > 0) {
4418 if (sz < xent->len)
4420 sz -= xent->len;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DMangled.cpp762 // sz <expr> # sizeof (a expression)
1830 size_t sz = static_cast<size_t>(t - num); local
1840 db.names.back().first += " vector[" + typename C::String(num, sz) + "]";
1847 db.names.push_back("pixel vector[" + typename C::String(num, sz) + "]");
3293 // ::= sz <expression> # sizeof (an expression)
4939 size_t sz = db.names.back().size() + 1; local
4940 if (sz > internal_size)
4942 char* newbuf = static_cast<char*>(std::realloc(buf, sz));
4952 *n = sz;
4958 std::memcpy(buf, db.names.back().first.data(), sz
[all...]
/freebsd-10-stable/contrib/groff/src/roff/troff/
H A Dnode.cpp4432 : npoints(np), sz(s), gcol(gc), fcol(fc), code(c)
4441 : node(0, st, pop), npoints(np), sz(s), gcol(gc), fcol(fc), code(c)
4451 if (code != nd->code || npoints != nd->npoints || sz != nd->sz
4501 return new draw_node(code, point, npoints, sz, gcol, fcol, state,
4507 out->draw(code, point, npoints, sz, gcol, fcol);
/freebsd-10-stable/contrib/groff/src/devices/grops/
H A Dps.cpp503 style::style(font *p, subencoding *s, int sz, int h, int sl) argument
504 : f(p), sub(s), point_size(sz), height(h), slant(sl)
/freebsd-10-stable/sys/dev/drm/
H A Dradeon_drv.h2105 #define OUT_RING_TABLE( tab, sz ) do { \
2106 int _size = (sz); \
/freebsd-10-stable/sys/dev/sound/pci/
H A Dmaestro.c1725 dma_malloc(bus_dma_tag_t dmat, u_int32_t sz, bus_addr_t *phys) argument
1732 if (bus_dmamap_load(dmat, map, buf, sz, setmap, phys, 0)
/freebsd-10-stable/sys/dev/sound/pcm/
H A Dfeeder_rate.c391 #define z_copy(src, dst, sz) (void)memcpy(dst, src, sz)
/freebsd-10-stable/contrib/traceroute/
H A Dtraceroute.c544 size_t sz = sizeof(max_ttl); local
546 if (sysctl(mib, 4, &max_ttl, &sz, NULL, 0) == -1) {
/freebsd-10-stable/crypto/openssl/ssl/
H A Dkssl.c470 kssl_krb5_kt_resolve(krb5_context con, krb5_const char *sz, krb5_keytab *kt) argument
476 return (p_krb5_kt_resolve(con, sz, kt));
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c1880 ** drawn, the size of each scratch allocation (sz),
1883 ** of at least sz*N bytes of memory.
1904 ** 8-byte aligned memory (pMem), the size of each page cache line (sz),
1906 ** The sz argument should be the size of the largest database page
1911 ** for the sz parameter to be larger than necessary. The pMem
1913 ** aligned block of memory of at least sz*N bytes, otherwise
1917 ** a page cache line is larger than sz bytes or if all of the pMem buffer
2124 #define SQLITE_CONFIG_SCRATCH 6 /* void*, int sz, int N */
2125 #define SQLITE_CONFIG_PAGECACHE 7 /* void*, int sz, int N */
7047 ** where too large (they were larger than the "sz" paramete
13788 u16 sz; /* Size of each buffer in bytes */ member in struct:Lookaside
23969 int i, n, sz; local
28577 int i, sz; local
30102 robust_ftruncate(int h, sqlite3_int64 sz) argument
41210 sqlite3_int64 sz; /* Current size of wal-index file */ local
42740 xorMemory(EntropyGatherer *p, unsigned char *x, int sz) argument
43413 sqlite3BitvecBuiltinTest(int sz, int *aOp) argument
44610 sqlite3PCacheBufferSetup(void *pBuf, int sz, int n) argument
44701 int sz = sqlite3MallocSize(p); local
44840 sqlite3PageMalloc(int sz) argument
45118 int sz; /* Bytes of memory required to allocate the new cache */ local
47635 i64 sz; local
49713 sqlite3_int64 sz; local
55582 i64 sz; local
56275 int sz; local
56812 i64 sz = pWal->mxWalSize; local
59934 int sz; /* Size of a cell */ local
64380 dropCell(MemPage *pPage, int idx, int sz, int *pRC) argument
64436 insertCell( MemPage *pPage, int i, u8 *pCell, int sz, u8 *pTemp, Pgno iChild, int *pRC ) argument
64665 int sz, rc; local
64714 int sz; local
65351 u16 sz = (u16)szNew[i]; local
65412 int sz; local
65671 int sz; local
85550 int sz; /* Size of pSorter in bytes */ local
100946 int sz = (n==0) ? 1 : 2*n; local
111447 sqlite3_int64 sz; local
113426 int sz; local
137156 setupLookaside(sqlite3 *db, void *pBuf, int sz, int cnt) argument
137289 int sz = va_arg(ap, int); /* IMP: R-47871-25994 */ local
140050 int sz = va_arg(ap, int); local
140239 int sz; local
167432 int i, sz; local
186125 int sz = fts5SegmentSize(&pLvl->aSeg[is]); local
186179 int sz = pTst->aSeg[i].pgnoLast - pTst->aSeg[i].pgnoFirst + 1; local
[all...]
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6471 unsigned sz = VT.getSizeInBits(); local
6472 if (MinSplatBits > sz)
6475 SplatValue = APInt(sz, 0);
6476 SplatUndef = APInt(sz, 0);
6492 SplatUndef |= APInt::getBitsSet(sz, BitPos, BitPos + EltBitSize);
6495 zextOrTrunc(sz) << BitPos;
6497 SplatValue |= CN->getValueAPF().bitcastToAPInt().zextOrTrunc(sz) <<BitPos;
6506 while (sz > 8) {
6508 unsigned HalfSize = sz / 2;
6522 sz
[all...]
/freebsd-10-stable/usr.sbin/ppp/
H A Dcommand.c1068 mkPrefix(int argc, char const *const *argv, char *tgt, int sz) argument
1073 for (f = 0; f < argc && tlen < sz - 2; f++) {
1077 if (len > sz - tlen - 1)
1078 len = sz - tlen - 1;

Completed in 992 milliseconds

<<212223