Home
last modified time | relevance | path

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

/aosp12/art/test/615-checker-arm64-store-zero/src/
H A DMain.java379 short array_short[]; field in Main
382 array_short[0] = 0; in store_zero_to_array_short()
429 obj.array_short = new short[1]; in main()
/aosp12/frameworks/compile/slang/tests/P_reduce_general_result/
H A Dreduce_general_result.rscript134 typedef short array_short[7];
135 static void my_array_short_accum(array_short *accum, short val) { }
136 static void my_array_short_comb(array_short *accum, const array_short *other) { }
/aosp12/frameworks/compile/slang/tests/P_reduce_general_accumulator/
H A Dreduce_general_accumulator.rscript177 typedef short array_short[7];
178 static void my_array_short_accum(array_short *accum, int val) { }
179 static void my_array_short_comb(array_short *accum, const array_short *other) { }
180 static void my_array_short_out(int *out, const array_short *accum) { }