Home
last modified time | relevance | path

Searched refs:ntypes (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Mac/Demo/resources/
Dlistres.py7 ntypes = Res.Count1Types()
8 for itype in range(1, 1+ntypes):
19 ntypes = Res.CountTypes()
20 for itype in range(1, 1+ntypes):
Dcopyres.py21 ntypes = Count1Types()
22 for itype in range(1, 1+ntypes):
/external/python/cffi/c/
Dcdlopen.c156 _cffi_opcode_t *ntypes; in ffiobj_init() local
162 ntypes = (_cffi_opcode_t *)building; in ffiobj_init()
165 ntypes[i] = cdl_opcode(types); in ffiobj_init()
168 ffi->types_builder.ctx.types = ntypes; in ffiobj_init()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dadig.c152 static const int ntypes = sizeof(types) / sizeof(types[0]); variable
300 for (i = 0; i < ntypes; i++) in main()
305 if (i < ntypes) in main()
776 for (i = 0; i < ntypes; i++) in type_name()
/external/python/cpython2/Lib/plat-mac/
Dbuildtools.py353 ntypes = Res.Count1Types()
354 progress_type_inc = 50/ntypes
355 for itype in range(1, 1+ntypes):
/external/mesa3d/src/compiler/spirv/
Dvtn_opencl.c56 int ntypes, struct vtn_type **src_types, in vtn_opencl_mangle() argument
62 for (unsigned i = 0; i < ntypes; ++i) { in vtn_opencl_mangle()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp8255 size_t ntypes = type_list.GetSize(); in DumpFromSymbolFile() local
8257 for (size_t i = 0; i < ntypes; ++i) { in DumpFromSymbolFile()