HomeSort by: relevance | last modified time | path
    Searched refs:psize (Results 1 - 25 of 205) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
reshape_packed.c 34 index_type ssize, const char * pad, index_type psize)
44 size = (rsize > psize) ? psize : rsize;
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
reshape_packed.c 34 index_type ssize, const char * pad, index_type psize)
44 size = (rsize > psize) ? psize : rsize;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_changv100.c 35 gv100_disp_chan_user(struct nv50_disp_chan *chan, u64 *psize)
37 *psize = 0x1000;
  /src/usr.bin/uniq/
uniq.c 72 size_t prevlinesize, thislinesize, psize; local
125 if ((p = fgetln(ifp, &psize)) == NULL)
127 prevlinesize = prevlen = psize;
138 thislinesize = psize;
142 while ((p = fgetln(ifp, &psize)) != NULL) {
143 if (psize > thislinesize) {
144 if ((thisline = realloc(thisline, psize + 1)) == NULL)
146 thislinesize = psize;
148 thislen = psize;
149 (void)memcpy(thisline, p, psize);
    [all...]
  /src/lib/libc/db/btree/
bt_open.c 128 if (b.psize &&
129 (b.psize < MINPSIZE || b.psize > MAX_PAGE_OFFSET + 1 ||
130 b.psize & (sizeof(indx_t) - 1)))
156 b.psize = 0;
236 M_32_SWAP(m.psize);
243 if (m.psize < MINPSIZE || m.psize > MAX_PAGE_OFFSET + 1 ||
244 m.psize & (sizeof(indx_t) - 1))
248 b.psize = m.psize
    [all...]
  /src/external/bsd/cron/dist/
pw_dup.c 59 size_t nsize, psize, gsize, dsize, ssize, total; local
73 psize = strlen(pw->pw_passwd) + 1;
74 total += psize;
76 psize = 0;
115 (void)memcpy(cp, pw->pw_passwd, psize);
117 cp += psize;
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
vdev_missing.c 47 vdev_missing_open(vdev_t *vd, uint64_t *psize, uint64_t *max_psize,
56 *psize = 0;
blkptr.c 95 int psize; local
102 psize = BPE_GET_PSIZE(bp);
108 for (int i = 0; i < psize; i++) {
  /src/sys/lib/libsa/
cd9660.c 141 size_t buf_size, nread, psize, dsize; local
177 psize = isonum_733(vd->path_table_size);
179 if (psize > ISO_DEFAULT_BLOCK_SIZE) {
181 buf = alloc(buf_size = roundup(psize, ISO_DEFAULT_BLOCK_SIZE));
210 if ((char *)pp >= (char *)buf + psize)
222 while ((char *)pp < (char *)buf + psize) {
236 for (psize = 0; psize < dsize;) {
237 if (!(psize % ISO_DEFAULT_BLOCK_SIZE)) {
256 psize += ISO_DEFAULT_BLOCK_SIZE
    [all...]
  /src/sys/stand/efiboot/
exec.c 52 EFI_PHYSICAL_ADDRESS *paddr, u_long *psize)
85 *psize = st.st_size + extra;
90 EFI_SIZE_TO_PAGES(*psize), paddr);
94 EFI_SIZE_TO_PAGES(*psize), paddr);
98 *psize, path, (u_long)status);
120 efi_dcache_flush(*paddr, *psize);
  /src/sys/dev/pcmcia/
if_malo_pcmcia.c 998 uint16_t psize; local
1002 psize = MALO_READ_2(sc, MALO_REG_DATA_READ_LEN);
1003 if (psize > MALO_DATA_BUFFER_SIZE) {
1005 "received data too large: %dbyte\n", psize);
1010 (uint16_t *)sc->sc_data, psize / sizeof(uint16_t));
1011 if (psize & 0x0001)
1012 sc->sc_data[psize - 1] = MALO_READ_1(sc, MALO_REG_DATA_READ);
1059 uint16_t psize; local
1062 psize = sizeof(*txdesc) + m->m_pkthdr.len;
1075 MALO_WRITE_2(sc, MALO_REG_DATA_WRITE_LEN, psize);
1273 const uint16_t psize = sizeof(*hdr) + sizeof(*body); local
1315 const uint16_t psize = sizeof(*hdr); local
1341 uint16_t psize; local
1485 const uint16_t psize = sizeof(*hdr) + sizeof(*body); local
1513 const uint16_t psize = sizeof(*hdr) + sizeof(*body); local
1570 const uint16_t psize = sizeof(*hdr) + sizeof(*body); local
1622 const uint16_t psize = sizeof(*hdr) + sizeof(*body); local
1653 const uint16_t psize = sizeof(*hdr) + sizeof(*body); local
1682 const uint16_t psize = sizeof(*hdr) + sizeof(*body); local
1709 const uint16_t psize = sizeof(*hdr) + sizeof(*body); local
1753 uint16_t psize; local
1784 const uint16_t psize = sizeof(*hdr) + sizeof(*body); local
1816 uint16_t psize; local
1907 const uint16_t psize = sizeof(*hdr) + sizeof(*body); local
1978 uint16_t psize; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
nouveau_nvkm_subdev_mmu_memnv04.c 38 u32 argc, bus_space_tag_t *ptag, u64 *paddr, u64 *psize, struct nvkm_vma **pvma)
41 u32 argc, u64 *paddr, u64 *psize, struct nvkm_vma **pvma)
58 *psize = nvkm_memory_size(memory);
  /src/external/gpl3/gcc/dist/libgfortran/generated/
reshape_c10.c 71 index_type psize; local
128 psize = 1;
141 if (psize == pstride[n])
142 psize *= pextent[n];
144 psize = 0;
151 psize = 1;
262 if (rsize != 0 && ssize != 0 && psize != 0)
266 psize *= sizeof (GFC_COMPLEX_10);
268 ssize, pad ? (char *)pad->base_addr : NULL, psize);
reshape_c16.c 71 index_type psize; local
128 psize = 1;
141 if (psize == pstride[n])
142 psize *= pextent[n];
144 psize = 0;
151 psize = 1;
262 if (rsize != 0 && ssize != 0 && psize != 0)
266 psize *= sizeof (GFC_COMPLEX_16);
268 ssize, pad ? (char *)pad->base_addr : NULL, psize);
reshape_c17.c 71 index_type psize; local
128 psize = 1;
141 if (psize == pstride[n])
142 psize *= pextent[n];
144 psize = 0;
151 psize = 1;
262 if (rsize != 0 && ssize != 0 && psize != 0)
266 psize *= sizeof (GFC_COMPLEX_17);
268 ssize, pad ? (char *)pad->base_addr : NULL, psize);
reshape_c4.c 71 index_type psize; local
128 psize = 1;
141 if (psize == pstride[n])
142 psize *= pextent[n];
144 psize = 0;
151 psize = 1;
262 if (rsize != 0 && ssize != 0 && psize != 0)
266 psize *= sizeof (GFC_COMPLEX_4);
268 ssize, pad ? (char *)pad->base_addr : NULL, psize);
reshape_c8.c 71 index_type psize; local
128 psize = 1;
141 if (psize == pstride[n])
142 psize *= pextent[n];
144 psize = 0;
151 psize = 1;
262 if (rsize != 0 && ssize != 0 && psize != 0)
266 psize *= sizeof (GFC_COMPLEX_8);
268 ssize, pad ? (char *)pad->base_addr : NULL, psize);
reshape_i16.c 71 index_type psize; local
128 psize = 1;
141 if (psize == pstride[n])
142 psize *= pextent[n];
144 psize = 0;
151 psize = 1;
262 if (rsize != 0 && ssize != 0 && psize != 0)
266 psize *= sizeof (GFC_INTEGER_16);
268 ssize, pad ? (char *)pad->base_addr : NULL, psize);
reshape_i4.c 71 index_type psize; local
128 psize = 1;
141 if (psize == pstride[n])
142 psize *= pextent[n];
144 psize = 0;
151 psize = 1;
262 if (rsize != 0 && ssize != 0 && psize != 0)
266 psize *= sizeof (GFC_INTEGER_4);
268 ssize, pad ? (char *)pad->base_addr : NULL, psize);
reshape_i8.c 71 index_type psize; local
128 psize = 1;
141 if (psize == pstride[n])
142 psize *= pextent[n];
144 psize = 0;
151 psize = 1;
262 if (rsize != 0 && ssize != 0 && psize != 0)
266 psize *= sizeof (GFC_INTEGER_8);
268 ssize, pad ? (char *)pad->base_addr : NULL, psize);
reshape_r10.c 71 index_type psize; local
128 psize = 1;
141 if (psize == pstride[n])
142 psize *= pextent[n];
144 psize = 0;
151 psize = 1;
262 if (rsize != 0 && ssize != 0 && psize != 0)
266 psize *= sizeof (GFC_REAL_10);
268 ssize, pad ? (char *)pad->base_addr : NULL, psize);
reshape_r16.c 71 index_type psize; local
128 psize = 1;
141 if (psize == pstride[n])
142 psize *= pextent[n];
144 psize = 0;
151 psize = 1;
262 if (rsize != 0 && ssize != 0 && psize != 0)
266 psize *= sizeof (GFC_REAL_16);
268 ssize, pad ? (char *)pad->base_addr : NULL, psize);
reshape_r17.c 71 index_type psize; local
128 psize = 1;
141 if (psize == pstride[n])
142 psize *= pextent[n];
144 psize = 0;
151 psize = 1;
262 if (rsize != 0 && ssize != 0 && psize != 0)
266 psize *= sizeof (GFC_REAL_17);
268 ssize, pad ? (char *)pad->base_addr : NULL, psize);
reshape_r4.c 71 index_type psize; local
128 psize = 1;
141 if (psize == pstride[n])
142 psize *= pextent[n];
144 psize = 0;
151 psize = 1;
262 if (rsize != 0 && ssize != 0 && psize != 0)
266 psize *= sizeof (GFC_REAL_4);
268 ssize, pad ? (char *)pad->base_addr : NULL, psize);
reshape_r8.c 71 index_type psize; local
128 psize = 1;
141 if (psize == pstride[n])
142 psize *= pextent[n];
144 psize = 0;
151 psize = 1;
262 if (rsize != 0 && ssize != 0 && psize != 0)
266 psize *= sizeof (GFC_REAL_8);
268 ssize, pad ? (char *)pad->base_addr : NULL, psize);

Completed in 34 milliseconds

1 2 3 4 5 6 7 8 9