Searched refs:psize (Results 1 - 25 of 237) sorted by relevance

12345678910

/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dreshape_packed.c34 index_type ssize, const char * pad, index_type psize)
44 size = (rsize > psize) ? psize : rsize;
33 reshape_packed(char * restrict ret, index_type rsize, const char * source, index_type ssize, const char * pad, index_type psize) argument
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dreshape_packed.c34 index_type ssize, const char * pad, index_type psize)
44 size = (rsize > psize) ? psize : rsize;
33 reshape_packed(char * restrict ret, index_type rsize, const char * source, index_type ssize, const char * pad, index_type psize) argument
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
H A Dnouveau_nvkm_engine_disp_changv100.c35 gv100_disp_chan_user(struct nv50_disp_chan *chan, u64 *psize) argument
37 *psize = 0x1000;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dsegment.s1 .psize 0
H A Dx86-64-segment.s1 .psize 0
H A Dsegment.l1 1 .psize 0
/netbsd-current/usr.bin/uniq/
H A Duniq.c72 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...]
/netbsd-current/lib/libc/db/btree/
H A Dbt_open.c127 if (b.psize &&
128 (b.psize < MINPSIZE || b.psize > MAX_PAGE_OFFSET + 1 ||
129 b.psize & (sizeof(indx_t) - 1)))
155 b.psize = 0;
235 M_32_SWAP(m.psize);
242 if (m.psize < MINPSIZE || m.psize > MAX_PAGE_OFFSET + 1 ||
243 m.psize & (sizeof(indx_t) - 1))
247 b.psize
[all...]
/netbsd-current/external/bsd/cron/dist/
H A Dpw_dup.c59 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;
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_missing.c47 vdev_missing_open(vdev_t *vd, uint64_t *psize, uint64_t *max_psize, argument
56 *psize = 0;
H A Dblkptr.c95 int psize; local
102 psize = BPE_GET_PSIZE(bp);
108 for (int i = 0; i < psize; i++) {
/netbsd-current/sys/lib/libsa/
H A Dcd9660.c141 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
[all...]
/netbsd-current/sys/stand/efiboot/
H A Dexec.c52 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);
51 load_file(const char *path, u_long extra, bool quiet_errors, EFI_PHYSICAL_ADDRESS *paddr, u_long *psize) argument
/netbsd-current/sys/dev/pcmcia/
H A Dif_malo_pcmcia.c998 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
1936 cmalo_cmd_request(struct malo_softc *sc, uint16_t psize, int no_response) argument
1978 uint16_t psize; local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
H A Dnouveau_nvkm_subdev_mmu_memnv04.c38 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);
37 nv04_mem_map(struct nvkm_mmu *mmu, struct nvkm_memory *memory, void *argv, u32 argc, bus_space_tag_t *ptag, u64 *paddr, u64 *psize, struct nvkm_vma **pvma) argument
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/generated/
H A Dreshape_i16.c71 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);
H A Dreshape_c16.c71 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);
H A Dreshape_c10.c71 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);
H A Dreshape_c8.c71 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);
H A Dreshape_c4.c71 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);
H A Dreshape_i8.c71 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);
H A Dreshape_r16.c71 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);
H A Dreshape_i4.c71 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);
H A Dreshape_r10.c71 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);
H A Dreshape_r8.c71 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 166 milliseconds

12345678910