Searched refs:nst (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | nsvdec.c | 381 NSVStream *nst; in nsv_parse_NSVs_header() local 425 nst = av_mallocz(sizeof(NSVStream)); in nsv_parse_NSVs_header() 426 if (!nst) in nsv_parse_NSVs_header() 428 st->priv_data = nst; in nsv_parse_NSVs_header() 456 nst = av_mallocz(sizeof(NSVStream)); in nsv_parse_NSVs_header() 457 if (!nst) in nsv_parse_NSVs_header() 459 st->priv_data = nst; in nsv_parse_NSVs_header() 526 NSVStream *nst; in nsv_read_chunk() local 582 nst = st[NSV_ST_VIDEO]->priv_data; in nsv_read_chunk() 587 pkt->dts = nst in nsv_read_chunk() 673 NSVStream *nst = st->priv_data; nsv_read_seek() local [all...] |
/third_party/musl/porting/linux/user/ldso/ |
H A D | namespace.c | 129 ns_t *nst = (ns_t *)__libc_calloc(1, sizeof *nst); in ns_alloc() local 130 nst->ns_dsos = dsolist_alloc(); in ns_alloc() 131 if (!nst->ns_dsos) { in ns_alloc() 133 __libc_free(nst); in ns_alloc() 134 nst = NULL; in ns_alloc() 136 return nst; in ns_alloc()
|
/third_party/musl/ldso/linux/ |
H A D | namespace.c | 129 ns_t *nst = (ns_t *)__libc_calloc(1, sizeof *nst); in ns_alloc() local 130 nst->ns_dsos = dsolist_alloc(); in ns_alloc() 131 if (!nst->ns_dsos) { in ns_alloc() 133 __libc_free(nst); in ns_alloc() 134 nst = NULL; in ns_alloc() 136 return nst; in ns_alloc()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_shader.cpp | 85 cf_node* shader::create_clause(node_subtype nst) { in create_clause() argument 88 n->subtype = nst; in create_clause() 90 switch (nst) { in create_clause() 257 node* shader::create_node(node_type nt, node_subtype nst, node_flags flags) { in create_node() argument 258 node *n = new (pool.allocate(sizeof(node))) node(nt, nst, flags); in create_node() 320 container_node* shader::create_container(node_type nt, node_subtype nst, in create_container() argument 323 container_node(nt, nst, flags); in create_container()
|
H A D | sb_shader.h | 355 node* create_node(node_type nt, node_subtype nst, 367 node_subtype nst = NST_LIST, 374 cf_node* create_clause(node_subtype nst);
|
H A D | sb_gcm.cpp | 439 node_subtype nst; in bu_sched_bb() local 442 nst = NST_ALU_CLAUSE; in bu_sched_bb() 445 nst = NST_TEX_CLAUSE; in bu_sched_bb() 448 nst = NST_GDS_CLAUSE; in bu_sched_bb() 451 nst = NST_VTX_CLAUSE; in bu_sched_bb() 454 clause = sh.create_clause(nst); in bu_sched_bb()
|
H A D | sb_ir.h | 770 node(node_type nt, node_subtype nst, node_flags flags = NF_EMPTY) in node() argument 772 type(nt), subtype(nst), flags(flags), in node() 881 container_node(node_type nt = NT_LIST, node_subtype nst = NST_LIST, in container_node() 883 : node(nt, nst, flags | NF_CONTAINER), first(), last(), in container_node()
|
Completed in 10 milliseconds