Searched refs:chunks (Results 51 - 60 of 60) sorted by relevance

123

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Devergreen_cs.c1031 struct radeon_cs_chunk *ib_chunk = &p->chunks[p->chunk_ib_idx];
1090 relocs_chunk = &p->chunks[p->chunk_relocs_idx];
2857 } while (p->idx < p->chunks[p->chunk_ib_idx].length_dw);
2890 struct radeon_cs_chunk *ib_chunk = &p->chunks[p->chunk_ib_idx];
3308 } while (p->idx < p->chunks[p->chunk_ib_idx].length_dw);
H A Dr300.c1293 } while (p->idx < p->chunks[p->chunk_ib_idx].length_dw);
H A Dr100.c1424 struct radeon_cs_chunk *ib_chunk = &p->chunks[p->chunk_ib_idx];
1573 relocs_chunk = &p->chunks[p->chunk_relocs_idx];
2180 } while (p->idx < p->chunks[p->chunk_ib_idx].length_dw);
H A Dradeon.h852 /* chunks */
854 struct radeon_cs_chunk *chunks; member in struct:radeon_cs_parser
864 /* indices of various chunks */
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h9 // Synthetic sections represent chunks of linker-created data. If you
778 std::vector<GdbChunk> chunks; member in class:lld::elf::final
/freebsd-11-stable/sys/netinet/
H A Dsctp_output.c4860 struct sctp_auth_chunk_list *chunks; local
4867 chunks = (struct sctp_auth_chunk_list *)(mtod(m, caddr_t)+chunk_len);
4870 chunks->ph.param_type = htons(SCTP_CHUNK_LIST);
4871 chunks->ph.param_length = htons(parameter_len);
4872 sctp_serialize_auth_chunks(stcb->asoc.local_auth_chunks, chunks->chunk_types);
5013 * All parameters for all chunks that we know/understand are
6010 struct sctp_auth_chunk_list *chunks; local
6048 chunks = (struct sctp_auth_chunk_list *)(mtod(m, caddr_t)+chunk_len);
6051 chunks->chunk_types);
6052 chunks
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dgencode.c232 * We divy out chunks of memory rather than call malloc each time so
423 * Memory chunks.
425 struct chunk chunks[NCHUNKS]; member in struct:_compiler_state
580 cstate->chunks[i].n_left = 0;
581 cstate->chunks[i].m = NULL;
601 cp = &cstate->chunks[cstate->cur_chunk];
645 if (cstate->chunks[i].m != NULL)
646 free(cstate->chunks[i].m);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4303 SmallVector<BlockLayoutChunk, 8> chunks; local
4311 chunks.push_back(chunk);
4327 chunks.push_back(chunk);
4331 llvm::array_pod_sort(chunks.begin(), chunks.end());
4333 for (const BlockLayoutChunk &Chunk : chunks) {
/freebsd-11-stable/stand/pc98/cdboot/
H A Dcdboot.S412 # we have to read it in 64k chunks.
/freebsd-11-stable/sys/dev/drm/
H A Dradeon_drv.h252 struct drm_radeon_kernel_chunk *chunks; member in struct:drm_radeon_cs_parser

Completed in 300 milliseconds

123