Home
last modified time | relevance | path

Searched refs:num_decls (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/tint/src/sem/
H A Dblock_statement.cc61 size_t num_decls) { in SetFirstContinue()
63 num_decls_at_first_continue_ = num_decls; in SetFirstContinue()
59 SetFirstContinue( const ast::ContinueStatement* first_continue, size_t num_decls) SetFirstContinue() argument
H A Dblock_statement.h107 /// @param num_decls the number of variable declarations before that continue
109 size_t num_decls);
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_swtnl_state.c190 const SVGA3dVertexDecl *vdecl, unsigned num_decls) in svga_vdecl_to_input_element()
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()
189 svga_vdecl_to_input_element(struct svga_context *svga, const SVGA3dVertexDecl *vdecl, unsigned num_decls) svga_vdecl_to_input_element() argument
/third_party/selinux/libsepol/src/
H A Dlink.c44 uint32_t num_decls; member
2233 uint32_t items, num_decls = 0; in prepare_module() local
2264 if (decl->decl_id > num_decls) { in prepare_module()
2265 num_decls = decl->decl_id; in prepare_module()
2269 num_decls++; in prepare_module()
2270 if ((module->avdecl_map = calloc(num_decls, sizeof(uint32_t))) == NULL) { in prepare_module()
2274 module->num_decls = num_decls; in prepare_module()
2523 num_mod_decls += modules[i]->num_decls; in link_modules()
H A Dpolicydb_validate.c208 unsigned int num_decls = 0; in validate_scopes() local
212 num_decls++; in validate_scopes()
217 if (hashtab_map(scopes[i].table, validate_scope, &num_decls)) in validate_scopes()
H A Dpolicydb.c1186 unsigned int num_decls = 0; in policydb_index_decls() local
1193 num_decls++; in policydb_index_decls()
1198 calloc(num_decls, sizeof(*(p->decl_val_to_struct))); in policydb_index_decls()
1206 if (!value_isvalid(decl->decl_id, num_decls)) { in policydb_index_decls()
4048 uint32_t num_decls; in avrule_block_read() local
4061 num_decls = le32_to_cpu(buf[0]); in avrule_block_read()
4062 while (num_decls > 0) { in avrule_block_read()
4091 num_decls--; in avrule_block_read()
H A Dwrite.c2106 uint32_t num_decls = 0; in avrule_block_write() local
2110 num_decls++; in avrule_block_write()
2112 buf[0] = cpu_to_le32(num_decls); in avrule_block_write()

Completed in 23 milliseconds