Searched refs:bitwidth (Results 1 – 1 of 1) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_reflect_utils.cpp | 119 int bitwidth, GeneratedFile &out) { in GenerateAccessorMethod() argument 121 out.indent() << "// return byte array representation of the " << bitwidth in GenerateAccessorMethod() 123 out.indent() << "public static byte[] getBitCode" << bitwidth << "()"; in GenerateAccessorMethod() 125 out.indent() << "return getBitCode" << bitwidth << "Internal();\n"; in GenerateAccessorMethod() 132 static bool GenerateSegmentMethod(const char *buff, int blen, int bitwidth, in GenerateSegmentMethod() argument 134 out.indent() << "private static byte[] getSegment" << bitwidth << "_" in GenerateSegmentMethod() 164 int bitwidth, GeneratedFile &out) { in GenerateJavaCodeAccessorMethodForBitwidth() argument 167 if (bitwidth == 64) { in GenerateJavaCodeAccessorMethodForBitwidth() 178 GenerateAccessorMethod(context, bitwidth, out); in GenerateJavaCodeAccessorMethodForBitwidth() 189 GenerateSegmentMethod(buff, read_length, bitwidth, seg_num, out); in GenerateJavaCodeAccessorMethodForBitwidth() [all …]
|