Home
last modified time | relevance | path

Searched refs:bitwidth (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.cpp120 int bitwidth, GeneratedFile &out) { in GenerateAccessorMethod() argument
122 out.indent() << "// return byte array representation of the " << bitwidth in GenerateAccessorMethod()
124 out.indent() << "public static byte[] getBitCode" << bitwidth << "()"; in GenerateAccessorMethod()
126 out.indent() << "return getBitCode" << bitwidth << "Internal();\n"; in GenerateAccessorMethod()
135 out.indent() << "private static byte[] getSegment" << bitwidth << "_" in GenerateSegmentMethod()
165 int bitwidth, GeneratedFile &out) { in GenerateJavaCodeAccessorMethodForBitwidth() argument
168 if (bitwidth == 64) { in GenerateJavaCodeAccessorMethodForBitwidth()
179 GenerateAccessorMethod(context, bitwidth, out); in GenerateJavaCodeAccessorMethodForBitwidth()
190 GenerateSegmentMethod(buff, read_length, bitwidth, seg_num, out); in GenerateJavaCodeAccessorMethodForBitwidth()
198 out.indent() << "private static int bitCode" << bitwidth << "Length = " in GenerateJavaCodeAccessorMethodForBitwidth()
[all …]
/aosp12/art/libartbase/base/
H A Dbit_struct.h261 #define BITSTRUCT_DEFINE_START(name, bitwidth) \ argument
264 typename detail::MinimumTypeUnsignedHelper<(bitwidth)>::type; \
265 art::detail::DefineBitStructSize<(bitwidth)> _; \
266 static constexpr size_t BitStructSizeOf() { return (bitwidth); } \
/aosp12/hardware/qcom/audio/hal/
H A Daudio_hw.c1397 int bitwidth = audio_extn_usb_get_max_bit_width(is_playback); in read_usb_sup_formats() local
1398 switch (bitwidth) { in read_usb_sup_formats()
1412 is_playback ? "P" : "C", bitwidth); in read_usb_sup_formats()