Searched refs:scope_index (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecode-array-builder.cc | 973 size_t scope_index = GetConstantPoolEntry(scope); in CreateCatchContext() local 974 OutputCreateCatchContext(exception, scope_index); in CreateCatchContext() 980 size_t scope_index = GetConstantPoolEntry(scope); in CreateFunctionContext() local 981 OutputCreateFunctionContext(scope_index, slots); in CreateFunctionContext() 987 size_t scope_index = GetConstantPoolEntry(scope); in CreateEvalContext() local 988 OutputCreateEvalContext(scope_index, slots); in CreateEvalContext() 994 size_t scope_index = GetConstantPoolEntry(scope); in CreateWithContext() local 995 OutputCreateWithContext(object, scope_index); in CreateWithContext()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_type.cpp | 589 const auto scope_index = 2; in ValidateTypeCooperativeMatrixNV() local 590 const auto scope_id = inst->GetOperandAs<uint32_t>(scope_index); in ValidateTypeCooperativeMatrixNV()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_type.cpp | 589 const auto scope_index = 2; in ValidateTypeCooperativeMatrixNV() local 590 const auto scope_id = inst->GetOperandAs<uint32_t>(scope_index); in ValidateTypeCooperativeMatrixNV()
|
/external/angle/third_party/spirv-tools/src/source/val/ |
D | validate_type.cpp | 589 const auto scope_index = 2; in ValidateTypeCooperativeMatrixNV() local 590 const auto scope_id = inst->GetOperandAs<uint32_t>(scope_index); in ValidateTypeCooperativeMatrixNV()
|
/external/selinux/libsepol/src/ |
D | policydb.c | 3735 static int scope_index_read(scope_index_t * scope_index, in scope_index_read() argument 3743 if (ebitmap_read(scope_index->scope + i, fp) < 0) { in scope_index_read() 3750 scope_index->class_perms_len = le32_to_cpu(buf[0]); in scope_index_read() 3751 if (scope_index->class_perms_len == 0) { in scope_index_read() 3752 scope_index->class_perms_map = NULL; in scope_index_read() 3755 if ((scope_index->class_perms_map = in scope_index_read() 3756 calloc(scope_index->class_perms_len, in scope_index_read() 3757 sizeof(*scope_index->class_perms_map))) == NULL) { in scope_index_read() 3760 for (i = 0; i < scope_index->class_perms_len; i++) { in scope_index_read() 3761 if (ebitmap_read(scope_index->class_perms_map + i, fp) < 0) { in scope_index_read()
|
D | write.c | 1931 static int scope_index_write(scope_index_t * scope_index, in scope_index_write() argument 1938 if (ebitmap_write(scope_index->scope + i, fp) == -1) { in scope_index_write() 1942 buf[0] = cpu_to_le32(scope_index->class_perms_len); in scope_index_write() 1946 for (i = 0; i < scope_index->class_perms_len; i++) { in scope_index_write() 1947 if (ebitmap_write(scope_index->class_perms_map + i, fp) == -1) { in scope_index_write()
|
D | module_to_cil.c | 3542 static int is_scope_superset(struct scope_index *sup, struct scope_index *sub) in is_scope_superset()
|
/external/selinux/libsepol/include/sepol/policydb/ |
D | policydb.h | 428 typedef struct scope_index { struct
|