Home
last modified time | relevance | path

Searched refs:__vector (Results 1 – 25 of 66) sorted by relevance

123

/third_party/libjpeg-turbo/simd/powerpc/
Djccolext-altivec.c38 __vector unsigned char rgb0, rgb1 = { 0 }, rgb2 = { 0 }, in jsimd_rgb_ycc_convert_altivec()
41 __vector unsigned char rgb3 = { 0 }; in jsimd_rgb_ycc_convert_altivec()
44 __vector unsigned char rgb4 = { 0 }; in jsimd_rgb_ycc_convert_altivec()
46 __vector short rg0, rg1, rg2, rg3, bg0, bg1, bg2, bg3; in jsimd_rgb_ycc_convert_altivec()
47 __vector unsigned short yl, yh, crl, crh, cbl, cbh; in jsimd_rgb_ycc_convert_altivec()
48 __vector int y0, y1, y2, y3, cr0, cr1, cr2, cr3, cb0, cb1, cb2, cb3; in jsimd_rgb_ycc_convert_altivec()
51 __vector short pw_f0299_f0337 = { __4X2(F_0_299, F_0_337) }, in jsimd_rgb_ycc_convert_altivec()
55 __vector unsigned short pw_f050_f000 = { __4X2(F_0_500, 0) }; in jsimd_rgb_ycc_convert_altivec()
56 __vector int pd_onehalf = { __4X(ONE_HALF) }, in jsimd_rgb_ycc_convert_altivec()
58 __vector unsigned char pb_zero = { __16X(0) }, in jsimd_rgb_ycc_convert_altivec()
[all …]
Djcgryext-altivec.c38 __vector unsigned char rgb0, rgb1 = { 0 }, rgb2 = { 0 }, in jsimd_rgb_gray_convert_altivec()
41 __vector unsigned char rgb3 = { 0 }; in jsimd_rgb_gray_convert_altivec()
44 __vector unsigned char rgb4 = { 0 }; in jsimd_rgb_gray_convert_altivec()
46 __vector short rg0, rg1, rg2, rg3, bg0, bg1, bg2, bg3; in jsimd_rgb_gray_convert_altivec()
47 __vector unsigned short yl, yh; in jsimd_rgb_gray_convert_altivec()
48 __vector int y0, y1, y2, y3; in jsimd_rgb_gray_convert_altivec()
51 __vector short pw_f0299_f0337 = { __4X2(F_0_299, F_0_337) }, in jsimd_rgb_gray_convert_altivec()
53 __vector int pd_onehalf = { __4X(ONE_HALF) }; in jsimd_rgb_gray_convert_altivec()
54 __vector unsigned char pb_zero = { __16X(0) }, in jsimd_rgb_gray_convert_altivec()
76 __vector unsigned char unaligned_shift_index; in jsimd_rgb_gray_convert_altivec()
[all …]
Djdsample-altivec.c37 __vector unsigned char this0, last0, p_last0, next0 = { 0 }, p_next0, in jsimd_h2v1_fancy_upsample_altivec()
39 __vector short this0e, this0o, this0l, this0h, last0l, last0h, in jsimd_h2v1_fancy_upsample_altivec()
43 __vector unsigned char pb_zero = { __16X(0) }, pb_three = { __16X(3) }, in jsimd_h2v1_fancy_upsample_altivec()
59 __vector short pw_one = { __8X(1) }, pw_two = { __8X(2) }; in jsimd_h2v1_fancy_upsample_altivec()
87 this0e = (__vector short)vec_mule(this0, pb_three); in jsimd_h2v1_fancy_upsample_altivec()
88 this0o = (__vector short)vec_mulo(this0, pb_three); in jsimd_h2v1_fancy_upsample_altivec()
92 last0l = (__vector short)VEC_UNPACKHU(p_last0); in jsimd_h2v1_fancy_upsample_altivec()
93 last0h = (__vector short)VEC_UNPACKLU(p_last0); in jsimd_h2v1_fancy_upsample_altivec()
96 next0l = (__vector short)VEC_UNPACKHU(p_next0); in jsimd_h2v1_fancy_upsample_altivec()
97 next0h = (__vector short)VEC_UNPACKLU(p_next0); in jsimd_h2v1_fancy_upsample_altivec()
[all …]
Djdcolext-altivec.c37 __vector unsigned char rgb0, rgb1, rgb2, rgbx0, rgbx1, rgbx2, rgbx3, in jsimd_ycc_rgb_convert_altivec()
40 __vector unsigned char edgel, edgeh, edges, out0, out1, out2, out3; in jsimd_ycc_rgb_convert_altivec()
42 __vector unsigned char out4; in jsimd_ycc_rgb_convert_altivec()
46 __vector unsigned char rgb3; in jsimd_ycc_rgb_convert_altivec()
48 __vector short rg0, rg1, rg2, rg3, bx0, bx1, bx2, bx3, yl, yh, cbl, cbh, in jsimd_ycc_rgb_convert_altivec()
50 __vector int g0, g1, g2, g3; in jsimd_ycc_rgb_convert_altivec()
56 __vector short pw_f0402 = { __8X(F_0_402 >> 1) }, in jsimd_ycc_rgb_convert_altivec()
61 __vector int pd_onehalf = { __4X(ONE_HALF) }; in jsimd_ycc_rgb_convert_altivec()
62 __vector unsigned char pb_zero = { __16X(0) }, in jsimd_ycc_rgb_convert_altivec()
86 yl = (__vector signed short)VEC_UNPACKHU(y); in jsimd_ycc_rgb_convert_altivec()
[all …]
Djcsample-altivec.c40 __vector unsigned char this0, next0, out; in jsimd_h2v1_downsample_altivec()
41 __vector unsigned short this0e, this0o, next0e, next0o, outl, outh; in jsimd_h2v1_downsample_altivec()
44 __vector unsigned short pw_bias = { __4X2(0, 1) }, in jsimd_h2v1_downsample_altivec()
46 __vector unsigned char even_odd_index = in jsimd_h2v1_downsample_altivec()
62 this0e = (__vector unsigned short)VEC_UNPACKHU(this0); in jsimd_h2v1_downsample_altivec()
63 this0o = (__vector unsigned short)VEC_UNPACKLU(this0); in jsimd_h2v1_downsample_altivec()
71 next0e = (__vector unsigned short)VEC_UNPACKHU(next0); in jsimd_h2v1_downsample_altivec()
72 next0o = (__vector unsigned short)VEC_UNPACKLU(next0); in jsimd_h2v1_downsample_altivec()
96 __vector unsigned char this0, next0, this1, next1, out; in jsimd_h2v2_downsample_altivec()
97 __vector unsigned short this0e, this0o, next0e, next0o, this1e, this1o, in jsimd_h2v2_downsample_altivec()
[all …]
Djdmrgext-altivec.c38 __vector unsigned char rgb0, rgb1, rgb2, rgbx0, rgbx1, rgbx2, rgbx3, in jsimd_h2v1_merged_upsample_altivec()
41 __vector unsigned char edgel, edgeh, edges, out0, out1, out2, out3; in jsimd_h2v1_merged_upsample_altivec()
43 __vector unsigned char out4; in jsimd_h2v1_merged_upsample_altivec()
47 __vector unsigned char rgb3; in jsimd_h2v1_merged_upsample_altivec()
49 __vector short rg0, rg1, rg2, rg3, bx0, bx1, bx2, bx3, ye, yo, cbl, cbh, in jsimd_h2v1_merged_upsample_altivec()
52 __vector int g_y0, g_y1, g_y2, g_y3; in jsimd_h2v1_merged_upsample_altivec()
58 __vector short pw_f0402 = { __8X(F_0_402 >> 1) }, in jsimd_h2v1_merged_upsample_altivec()
63 __vector int pd_onehalf = { __4X(ONE_HALF) }; in jsimd_h2v1_merged_upsample_altivec()
64 __vector unsigned char pb_zero = { __16X(0) }, in jsimd_h2v1_merged_upsample_altivec()
92 cbl = (__vector signed short)VEC_UNPACKHU(cb); in jsimd_h2v1_merged_upsample_altivec()
[all …]
Djquanti-altivec.c56 __vector unsigned char in0, in1, in2, in3, in4, in5, in6, in7; in jsimd_convsamp_altivec()
57 __vector short out0, out1, out2, out3, out4, out5, out6, out7; in jsimd_convsamp_altivec()
60 __vector short pw_centerjsamp = { __8X(CENTERJSAMPLE) }; in jsimd_convsamp_altivec()
61 __vector unsigned char pb_zero = { __16X(0) }; in jsimd_convsamp_altivec()
72 out0 = (__vector short)VEC_UNPACKHU(in0); in jsimd_convsamp_altivec()
73 out1 = (__vector short)VEC_UNPACKHU(in1); in jsimd_convsamp_altivec()
74 out2 = (__vector short)VEC_UNPACKHU(in2); in jsimd_convsamp_altivec()
75 out3 = (__vector short)VEC_UNPACKHU(in3); in jsimd_convsamp_altivec()
76 out4 = (__vector short)VEC_UNPACKHU(in4); in jsimd_convsamp_altivec()
77 out5 = (__vector short)VEC_UNPACKHU(in5); in jsimd_convsamp_altivec()
[all …]
Djidctfst-altivec.c118 __vector short row0, row1, row2, row3, row4, row5, row6, row7, in jsimd_idct_ifast_altivec()
124 __vector signed char outb; in jsimd_idct_ifast_altivec()
127 __vector short pw_zero = { __8X(0) }, in jsimd_idct_ifast_altivec()
132 __vector unsigned short in jsimd_idct_ifast_altivec()
135 __vector signed char pb_centerjsamp = { __16X(CENTERJSAMPLE) }; in jsimd_idct_ifast_altivec()
211 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_ifast_altivec()
212 vec_ste((__vector int)outb, 4, outptr); in jsimd_idct_ifast_altivec()
217 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_ifast_altivec()
218 vec_ste((__vector int)outb, 4, outptr); in jsimd_idct_ifast_altivec()
223 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_ifast_altivec()
[all …]
Djidctint-altivec.c213 __vector short row0, row1, row2, row3, row4, row5, row6, row7, in jsimd_idct_islow_altivec()
220 __vector int tmp0l, tmp0h, tmp1l, tmp1h, tmp2l, tmp2h, tmp3l, tmp3h, in jsimd_idct_islow_altivec()
225 __vector signed char outb; in jsimd_idct_islow_altivec()
228 __vector short pw_zero = { __8X(0) }, in jsimd_idct_islow_altivec()
237 __vector unsigned short pass1_bits = { __8X(PASS1_BITS) }; in jsimd_idct_islow_altivec()
238 __vector int pd_zero = { __4X(0) }, in jsimd_idct_islow_altivec()
241 __vector unsigned int descale_p1 = { __4X(DESCALE_P1) }, in jsimd_idct_islow_altivec()
244 __vector signed char pb_centerjsamp = { __16X(CENTERJSAMPLE) }; in jsimd_idct_islow_altivec()
313 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_islow_altivec()
314 vec_ste((__vector int)outb, 4, outptr); in jsimd_idct_islow_altivec()
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/
Djccolext-altivec.c38 __vector unsigned char rgb0, rgb1 = { 0 }, rgb2 = { 0 }, in jsimd_rgb_ycc_convert_altivec()
41 __vector unsigned char rgb3 = { 0 }; in jsimd_rgb_ycc_convert_altivec()
44 __vector unsigned char rgb4 = { 0 }; in jsimd_rgb_ycc_convert_altivec()
46 __vector short rg0, rg1, rg2, rg3, bg0, bg1, bg2, bg3; in jsimd_rgb_ycc_convert_altivec()
47 __vector unsigned short yl, yh, crl, crh, cbl, cbh; in jsimd_rgb_ycc_convert_altivec()
48 __vector int y0, y1, y2, y3, cr0, cr1, cr2, cr3, cb0, cb1, cb2, cb3; in jsimd_rgb_ycc_convert_altivec()
51 __vector short pw_f0299_f0337 = { __4X2(F_0_299, F_0_337) }, in jsimd_rgb_ycc_convert_altivec()
55 __vector unsigned short pw_f050_f000 = { __4X2(F_0_500, 0) }; in jsimd_rgb_ycc_convert_altivec()
56 __vector int pd_onehalf = { __4X(ONE_HALF) }, in jsimd_rgb_ycc_convert_altivec()
58 __vector unsigned char pb_zero = { __16X(0) }, in jsimd_rgb_ycc_convert_altivec()
[all …]
Djcgryext-altivec.c38 __vector unsigned char rgb0, rgb1 = { 0 }, rgb2 = { 0 }, in jsimd_rgb_gray_convert_altivec()
41 __vector unsigned char rgb3 = { 0 }; in jsimd_rgb_gray_convert_altivec()
44 __vector unsigned char rgb4 = { 0 }; in jsimd_rgb_gray_convert_altivec()
46 __vector short rg0, rg1, rg2, rg3, bg0, bg1, bg2, bg3; in jsimd_rgb_gray_convert_altivec()
47 __vector unsigned short yl, yh; in jsimd_rgb_gray_convert_altivec()
48 __vector int y0, y1, y2, y3; in jsimd_rgb_gray_convert_altivec()
51 __vector short pw_f0299_f0337 = { __4X2(F_0_299, F_0_337) }, in jsimd_rgb_gray_convert_altivec()
53 __vector int pd_onehalf = { __4X(ONE_HALF) }; in jsimd_rgb_gray_convert_altivec()
54 __vector unsigned char pb_zero = { __16X(0) }, in jsimd_rgb_gray_convert_altivec()
76 __vector unsigned char unaligned_shift_index; in jsimd_rgb_gray_convert_altivec()
[all …]
Djdsample-altivec.c37 __vector unsigned char this0, last0, p_last0, next0 = { 0 }, p_next0, in jsimd_h2v1_fancy_upsample_altivec()
39 __vector short this0e, this0o, this0l, this0h, last0l, last0h, in jsimd_h2v1_fancy_upsample_altivec()
43 __vector unsigned char pb_zero = { __16X(0) }, pb_three = { __16X(3) }, in jsimd_h2v1_fancy_upsample_altivec()
59 __vector short pw_one = { __8X(1) }, pw_two = { __8X(2) }; in jsimd_h2v1_fancy_upsample_altivec()
87 this0e = (__vector short)vec_mule(this0, pb_three); in jsimd_h2v1_fancy_upsample_altivec()
88 this0o = (__vector short)vec_mulo(this0, pb_three); in jsimd_h2v1_fancy_upsample_altivec()
92 last0l = (__vector short)VEC_UNPACKHU(p_last0); in jsimd_h2v1_fancy_upsample_altivec()
93 last0h = (__vector short)VEC_UNPACKLU(p_last0); in jsimd_h2v1_fancy_upsample_altivec()
96 next0l = (__vector short)VEC_UNPACKHU(p_next0); in jsimd_h2v1_fancy_upsample_altivec()
97 next0h = (__vector short)VEC_UNPACKLU(p_next0); in jsimd_h2v1_fancy_upsample_altivec()
[all …]
Djdcolext-altivec.c37 __vector unsigned char rgb0, rgb1, rgb2, rgbx0, rgbx1, rgbx2, rgbx3, in jsimd_ycc_rgb_convert_altivec()
40 __vector unsigned char edgel, edgeh, edges, out0, out1, out2, out3; in jsimd_ycc_rgb_convert_altivec()
42 __vector unsigned char out4; in jsimd_ycc_rgb_convert_altivec()
46 __vector unsigned char rgb3; in jsimd_ycc_rgb_convert_altivec()
48 __vector short rg0, rg1, rg2, rg3, bx0, bx1, bx2, bx3, yl, yh, cbl, cbh, in jsimd_ycc_rgb_convert_altivec()
50 __vector int g0, g1, g2, g3; in jsimd_ycc_rgb_convert_altivec()
56 __vector short pw_f0402 = { __8X(F_0_402 >> 1) }, in jsimd_ycc_rgb_convert_altivec()
61 __vector int pd_onehalf = { __4X(ONE_HALF) }; in jsimd_ycc_rgb_convert_altivec()
62 __vector unsigned char pb_zero = { __16X(0) }, in jsimd_ycc_rgb_convert_altivec()
86 yl = (__vector signed short)VEC_UNPACKHU(y); in jsimd_ycc_rgb_convert_altivec()
[all …]
Djcsample-altivec.c40 __vector unsigned char this0, next0, out; in jsimd_h2v1_downsample_altivec()
41 __vector unsigned short this0e, this0o, next0e, next0o, outl, outh; in jsimd_h2v1_downsample_altivec()
44 __vector unsigned short pw_bias = { __4X2(0, 1) }, in jsimd_h2v1_downsample_altivec()
46 __vector unsigned char even_odd_index = in jsimd_h2v1_downsample_altivec()
62 this0e = (__vector unsigned short)VEC_UNPACKHU(this0); in jsimd_h2v1_downsample_altivec()
63 this0o = (__vector unsigned short)VEC_UNPACKLU(this0); in jsimd_h2v1_downsample_altivec()
71 next0e = (__vector unsigned short)VEC_UNPACKHU(next0); in jsimd_h2v1_downsample_altivec()
72 next0o = (__vector unsigned short)VEC_UNPACKLU(next0); in jsimd_h2v1_downsample_altivec()
96 __vector unsigned char this0, next0, this1, next1, out; in jsimd_h2v2_downsample_altivec()
97 __vector unsigned short this0e, this0o, next0e, next0o, this1e, this1o, in jsimd_h2v2_downsample_altivec()
[all …]
Djdmrgext-altivec.c38 __vector unsigned char rgb0, rgb1, rgb2, rgbx0, rgbx1, rgbx2, rgbx3, in jsimd_h2v1_merged_upsample_altivec()
41 __vector unsigned char edgel, edgeh, edges, out0, out1, out2, out3; in jsimd_h2v1_merged_upsample_altivec()
43 __vector unsigned char out4; in jsimd_h2v1_merged_upsample_altivec()
47 __vector unsigned char rgb3; in jsimd_h2v1_merged_upsample_altivec()
49 __vector short rg0, rg1, rg2, rg3, bx0, bx1, bx2, bx3, ye, yo, cbl, cbh, in jsimd_h2v1_merged_upsample_altivec()
52 __vector int g_y0, g_y1, g_y2, g_y3; in jsimd_h2v1_merged_upsample_altivec()
58 __vector short pw_f0402 = { __8X(F_0_402 >> 1) }, in jsimd_h2v1_merged_upsample_altivec()
63 __vector int pd_onehalf = { __4X(ONE_HALF) }; in jsimd_h2v1_merged_upsample_altivec()
64 __vector unsigned char pb_zero = { __16X(0) }, in jsimd_h2v1_merged_upsample_altivec()
92 cbl = (__vector signed short)VEC_UNPACKHU(cb); in jsimd_h2v1_merged_upsample_altivec()
[all …]
Djquanti-altivec.c56 __vector unsigned char in0, in1, in2, in3, in4, in5, in6, in7; in jsimd_convsamp_altivec()
57 __vector short out0, out1, out2, out3, out4, out5, out6, out7; in jsimd_convsamp_altivec()
60 __vector short pw_centerjsamp = { __8X(CENTERJSAMPLE) }; in jsimd_convsamp_altivec()
61 __vector unsigned char pb_zero = { __16X(0) }; in jsimd_convsamp_altivec()
72 out0 = (__vector short)VEC_UNPACKHU(in0); in jsimd_convsamp_altivec()
73 out1 = (__vector short)VEC_UNPACKHU(in1); in jsimd_convsamp_altivec()
74 out2 = (__vector short)VEC_UNPACKHU(in2); in jsimd_convsamp_altivec()
75 out3 = (__vector short)VEC_UNPACKHU(in3); in jsimd_convsamp_altivec()
76 out4 = (__vector short)VEC_UNPACKHU(in4); in jsimd_convsamp_altivec()
77 out5 = (__vector short)VEC_UNPACKHU(in5); in jsimd_convsamp_altivec()
[all …]
Djidctfst-altivec.c118 __vector short row0, row1, row2, row3, row4, row5, row6, row7, in jsimd_idct_ifast_altivec()
124 __vector signed char outb; in jsimd_idct_ifast_altivec()
127 __vector short pw_zero = { __8X(0) }, in jsimd_idct_ifast_altivec()
132 __vector unsigned short in jsimd_idct_ifast_altivec()
135 __vector signed char pb_centerjsamp = { __16X(CENTERJSAMPLE) }; in jsimd_idct_ifast_altivec()
211 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_ifast_altivec()
212 vec_ste((__vector int)outb, 4, outptr); in jsimd_idct_ifast_altivec()
217 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_ifast_altivec()
218 vec_ste((__vector int)outb, 4, outptr); in jsimd_idct_ifast_altivec()
223 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_ifast_altivec()
[all …]
Djidctint-altivec.c213 __vector short row0, row1, row2, row3, row4, row5, row6, row7, in jsimd_idct_islow_altivec()
220 __vector int tmp0l, tmp0h, tmp1l, tmp1h, tmp2l, tmp2h, tmp3l, tmp3h, in jsimd_idct_islow_altivec()
225 __vector signed char outb; in jsimd_idct_islow_altivec()
228 __vector short pw_zero = { __8X(0) }, in jsimd_idct_islow_altivec()
237 __vector unsigned short pass1_bits = { __8X(PASS1_BITS) }; in jsimd_idct_islow_altivec()
238 __vector int pd_zero = { __4X(0) }, in jsimd_idct_islow_altivec()
241 __vector unsigned int descale_p1 = { __4X(DESCALE_P1) }, in jsimd_idct_islow_altivec()
244 __vector signed char pb_centerjsamp = { __16X(CENTERJSAMPLE) }; in jsimd_idct_islow_altivec()
313 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_islow_altivec()
314 vec_ste((__vector int)outb, 4, outptr); in jsimd_idct_islow_altivec()
[all …]
Djfdctint-altivec.c184 __vector short row0, row1, row2, row3, row4, row5, row6, row7, in jsimd_fdct_islow_altivec()
190 __vector int z3l, z3h, z4l, z4h, in jsimd_fdct_islow_altivec()
195 __vector short in jsimd_fdct_islow_altivec()
205 __vector unsigned short pass1_bits = { __8X(PASS1_BITS) }; in jsimd_fdct_islow_altivec()
206 __vector int pd_descale_p1 = { __4X(1 << (DESCALE_P1 - 1)) }, in jsimd_fdct_islow_altivec()
208 __vector unsigned int descale_p1 = { __4X(DESCALE_P1) }, in jsimd_fdct_islow_altivec()
/third_party/flatbuffers/tests/MyGame/Example/
DMonster.java31 …public int inventory(int j) { int o = __offset(14); return o != 0 ? bb.get(__vector(o) + j * 1) & … in inventory()
34 …tor(ByteVector obj) { int o = __offset(14); return o != 0 ? obj.__assign(__vector(o), bb) : null; } in inventoryVector()
37 …tory(int j, int inventory) { int o = __offset(14); if (o != 0) { bb.put(__vector(o) + j * 1, (byte… in mutateInventory()
43 …e.Test obj, int j) { int o = __offset(22); return o != 0 ? obj.__assign(__vector(o) + j * 4, bb) :… in test4()
46 …e.Test.Vector obj) { int o = __offset(22); return o != 0 ? obj.__assign(__vector(o), 4, bb) : null… in test4Vector()
47 …public String testarrayofstring(int j) { int o = __offset(24); return o != 0 ? __string(__vector(o… in testarrayofstring()
50 …(StringVector obj) { int o = __offset(24); return o != 0 ? obj.__assign(__vector(o), 4, bb) : null… in testarrayofstringVector()
56 … int j) { int o = __offset(26); return o != 0 ? obj.__assign(__indirect(__vector(o) + j * 4), bb) … in testarrayoftables()
58 …ffset(26); return o != 0 ? MyGame.Example.Monster.__lookup_by_key(null, __vector(o), key, bb) : nu… in testarrayoftablesByKey()
59 …offset(26); return o != 0 ? MyGame.Example.Monster.__lookup_by_key(obj, __vector(o), key, bb) : nu… in testarrayoftablesByKey()
[all …]
DMonster.kt70 bb.get(__vector(o) + j * 1).toUByte() in nameInByteBuffer()
84 bb.put(__vector(o) + j * 1, inventory.toByte()) in inventoryInByteBuffer()
125 obj.__assign(__vector(o) + j * 4, bb) in test4()
137 __string(__vector(o) + j * 4) in testarrayofstring()
154 obj.__assign(__indirect(__vector(o) + j * 4), bb) in testarrayoftables()
166 MyGame.Example.Monster.__lookup_by_key(null, __vector(o), key, bb) in testarrayoftablesByKey()
174 MyGame.Example.Monster.__lookup_by_key(obj, __vector(o), key, bb) in testarrayoftablesByKey()
191 bb.get(__vector(o) + j * 1).toUByte() in testnestedflatbuffer()
206 obj.__assign(__indirect(__vector(o)), bb) in testnestedflatbufferInByteBuffer()
214 bb.put(__vector(o) + j * 1, testnestedflatbuffer.toByte()) in mutateTestnestedflatbuffer()
[all …]
DMonster.php89 return $o != 0 ? $this->bb->getByte($this->__vector($o) + $j * 1) : 0;
143 return $o != 0 ? $obj->init($this->__vector($o) + $j *4, $this->bb) : null;
162 return $o != 0 ? $this->__string($this->__vector($o) + $j * 4) : 0;
183 … return $o != 0 ? $obj->init($this->__indirect($this->__vector($o) + $j * 4), $this->bb) : null;
209 return $o != 0 ? $this->bb->getByte($this->__vector($o) + $j * 1) : 0;
324 return $o != 0 ? $this->bb->getBool($this->__vector($o) + $j * 1) : 0;
370 return $o != 0 ? $this->__string($this->__vector($o) + $j * 4) : 0;
389 return $o != 0 ? $obj->init($this->__vector($o) + $j *8, $this->bb) : null;
408 return $o != 0 ? $this->bb->getByte($this->__vector($o) + $j * 1) : 0;
435 return $o != 0 ? $obj->init($this->__vector($o) + $j *4, $this->bb) : null;
[all …]
DTypeAliases.java38 public byte v8(int j) { int o = __offset(24); return o != 0 ? bb.get(__vector(o) + j * 1) : 0; } in v8()
41 …tor(ByteVector obj) { int o = __offset(24); return o != 0 ? obj.__assign(__vector(o), bb) : null; } in v8Vector()
44 …public boolean mutateV8(int j, byte v8) { int o = __offset(24); if (o != 0) { bb.put(__vector(o) +… in mutateV8()
45 …public double vf64(int j) { int o = __offset(26); return o != 0 ? bb.getDouble(__vector(o) + j * 8… in vf64()
48 …r(DoubleVector obj) { int o = __offset(26); return o != 0 ? obj.__assign(__vector(o), bb) : null; } in vf64Vector()
51 …(int j, double vf64) { int o = __offset(26); if (o != 0) { bb.putDouble(__vector(o) + j * 8, vf64)… in mutateVf64()
/third_party/flatbuffers/tests/my-game/example/
Dmonster.js71 return offset ? this.bb.readUint8(this.bb.__vector(this.bb_pos + offset) + index) : 0;
79 …Uint8Array(this.bb.bytes().buffer, this.bb.bytes().byteOffset + this.bb.__vector(this.bb_pos + off…
103 …return offset ? (obj || new Test()).__init(this.bb.__vector(this.bb_pos + offset) + index * 4, thi…
111 …return offset ? this.bb.__string(this.bb.__vector(this.bb_pos + offset) + index * 4, optionalEncod…
123 …return offset ? (obj || new Monster()).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos + of…
135 return offset ? this.bb.readUint8(this.bb.__vector(this.bb_pos + offset) + index) : 0;
143 …Uint8Array(this.bb.bytes().buffer, this.bb.bytes().byteOffset + this.bb.__vector(this.bb_pos + off…
259 return offset ? !!this.bb.readInt8(this.bb.__vector(this.bb_pos + offset) + index) : false;
267 … Int8Array(this.bb.bytes().buffer, this.bb.bytes().byteOffset + this.bb.__vector(this.bb_pos + off…
307 …return offset ? this.bb.__string(this.bb.__vector(this.bb_pos + offset) + index * 4, optionalEncod…
[all …]
/third_party/flatbuffers/tests/MyGame/
DMonsterExtra.java35 …public double dvec(int j) { int o = __offset(20); return o != 0 ? bb.getDouble(__vector(o) + j * 8… in dvec()
38 …r(DoubleVector obj) { int o = __offset(20); return o != 0 ? obj.__assign(__vector(o), bb) : null; } in dvecVector()
41 …(int j, double dvec) { int o = __offset(20); if (o != 0) { bb.putDouble(__vector(o) + j * 8, dvec)… in mutateDvec()
42 …public float fvec(int j) { int o = __offset(22); return o != 0 ? bb.getFloat(__vector(o) + j * 4) … in fvec()
45 …or(FloatVector obj) { int o = __offset(22); return o != 0 ? obj.__assign(__vector(o), bb) : null; } in fvecVector()
48 …ec(int j, float fvec) { int o = __offset(22); if (o != 0) { bb.putFloat(__vector(o) + j * 4, fvec)… in mutateFvec()

123