Searched refs:num_decls (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/tint/src/sem/ |
D | block_statement.cc | 61 size_t num_decls) { in SetFirstContinue() argument 63 num_decls_at_first_continue_ = num_decls; in SetFirstContinue()
|
D | block_statement.h | 109 size_t num_decls);
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_swtnl_state.c | 190 const SVGA3dVertexDecl *vdecl, unsigned num_decls) in svga_vdecl_to_input_element() argument 196 assert(num_decls <= PIPE_MAX_ATTRIBS); in svga_vdecl_to_input_element() 199 for (i = 0; i < num_decls; i++) { in svga_vdecl_to_input_element() 210 SVGA_RETRY(svga, SVGA3D_vgpu10_DefineElementLayout(svga->swc, num_decls, id, in svga_vdecl_to_input_element()
|
/third_party/selinux/libsepol/src/ |
D | link.c | 44 uint32_t num_decls; member 2279 uint32_t items, num_decls = 0; in prepare_module() local 2310 if (decl->decl_id > num_decls) { in prepare_module() 2311 num_decls = decl->decl_id; in prepare_module() 2315 num_decls++; in prepare_module() 2316 if ((module->avdecl_map = calloc(num_decls, sizeof(uint32_t))) == NULL) { in prepare_module() 2320 module->num_decls = num_decls; in prepare_module() 2569 num_mod_decls += modules[i]->num_decls; in link_modules()
|
D | policydb_validate.c | 206 unsigned int num_decls = 0; in validate_scopes() local 210 num_decls++; in validate_scopes() 215 if (hashtab_map(scopes[i].table, validate_scope, &num_decls)) in validate_scopes()
|
D | policydb.c | 1187 unsigned int num_decls = 0; in policydb_index_decls() local 1194 num_decls++; in policydb_index_decls() 1199 calloc(num_decls, sizeof(*(p->decl_val_to_struct))); in policydb_index_decls() 1207 if (!value_isvalid(decl->decl_id, num_decls)) { in policydb_index_decls() 4049 uint32_t num_decls; in avrule_block_read() local 4062 num_decls = le32_to_cpu(buf[0]); in avrule_block_read() 4063 while (num_decls > 0) { in avrule_block_read() 4092 num_decls--; in avrule_block_read()
|
D | write.c | 2104 uint32_t num_decls = 0; in avrule_block_write() local 2108 num_decls++; in avrule_block_write() 2110 buf[0] = cpu_to_le32(num_decls); in avrule_block_write()
|