Home
last modified time | relevance | path

Searched refs:xo (Results 1 – 25 of 358) sorted by relevance

12345678910>>...15

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrFormats.td216 class SCForm<bits<6> opcode, bits<1> xo,
225 let Inst{30} = xo;
385 class DSForm_1<bits<6> opcode, bits<2> xo, dag OOL, dag IOL, string asmstr,
396 let Inst{30-31} = xo;
400 class DXForm<bits<6> opcode, bits<5> xo, dag OOL, dag IOL, string asmstr,
411 let Inst{26-30} = xo;
416 class DQ_RD6_RS5_DQ12<bits<6> opcode, bits<3> xo, dag OOL, dag IOL,
428 let Inst{29-31} = xo;
432 class XForm_base_r3xo<bits<6> opcode, bits<10> xo, dag OOL, dag IOL, string asmstr,
446 let Inst{21-30} = xo;
[all …]
DPPCInstrAltivec.td269 class VA1a_Int_Ty<bits<6> xo, string opc, Intrinsic IntID, ValueType Ty>
270 : VAForm_1a<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB, vrrc:$vC),
276 class VA1a_Int_Ty2<bits<6> xo, string opc, Intrinsic IntID, ValueType OutTy,
278 : VAForm_1a<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB, vrrc:$vC),
284 class VA1a_Int_Ty3<bits<6> xo, string opc, Intrinsic IntID, ValueType OutTy,
286 : VAForm_1a<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB, vrrc:$vC),
292 class VX1_Int_Ty<bits<11> xo, string opc, Intrinsic IntID, ValueType Ty>
293 : VXForm_1<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB),
299 class VX1_Int_Ty2<bits<11> xo, string opc, Intrinsic IntID, ValueType OutTy,
301 : VXForm_1<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB),
[all …]
DPPCInstrSPE.td15 class EFXForm_1<bits<11> xo, dag OOL, dag IOL, string asmstr,
27 let Inst{21-31} = xo;
30 class EFXForm_2<bits<11> xo, dag OOL, dag IOL, string asmstr,
32 EFXForm_1<xo, OOL, IOL, asmstr, itin, pattern> {
36 class EFXForm_2a<bits<11> xo, dag OOL, dag IOL, string asmstr,
38 EFXForm_1<xo, OOL, IOL, asmstr, itin, pattern> {
42 class EFXForm_3<bits<11> xo, dag OOL, dag IOL, string asmstr,
53 let Inst{21-31} = xo;
56 class EVXForm_1<bits<11> xo, dag OOL, dag IOL, string asmstr,
68 let Inst{21-31} = xo;
[all …]
/external/u-boot/include/bedbug/
Dppc.h128 #define DS_OPCODE(i,xo) (MAKE_OPCODE(i) | ((xo) & 0x3)) argument
171 #define X_OPCODE(i,xo,rc) (MAKE_OPCODE(i) | (((xo) & 0x3ff) << 1) | \ argument
187 #define XL_OPCODE(i,xo,lk) (MAKE_OPCODE(i) | (((xo) & 0x3ff) << 1) | \ argument
202 #define XFX_OPCODE(i,xo,rc) (MAKE_OPCODE(i) | (((xo) & 0x3ff) << 1) | \ argument
214 #define XFL_OPCODE(i,xo,rc) (MAKE_OPCODE(i) | (((xo) & 0x3ff) << 1) | \ argument
226 #define XS_OPCODE(i,xo,rc) (MAKE_OPCODE(i) | (((xo) & 0x1ff) << 2) | \ argument
242 #define XO_OPCODE(i,xo,oe,rc) (MAKE_OPCODE(i) | (((oe) & 0x1) << 10) | \ argument
243 (((xo) & 0x1ff) << 1) | ((rc) & 0x1))
257 #define A_OPCODE(i,xo,rc) (MAKE_OPCODE(i) | (((xo) & 0x1f) << 1) | \ argument
282 #define MD_OPCODE(i,xo,rc) (MAKE_OPCODE(i) | (((xo) & 0x7) << 2) | \ argument
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCInstrFormats.td180 class SCForm<bits<6> opcode, bits<1> xo,
189 let Inst{30} = xo;
349 class DSForm_1<bits<6> opcode, bits<2> xo, dag OOL, dag IOL, string asmstr,
360 let Inst{30-31} = xo;
364 class DQ_RD6_RS5_DQ12<bits<6> opcode, bits<3> xo, dag OOL, dag IOL,
376 let Inst{29-31} = xo;
380 class XForm_base_r3xo<bits<6> opcode, bits<10> xo, dag OOL, dag IOL, string asmstr,
394 let Inst{21-30} = xo;
398 class XForm_tlb<bits<10> xo, dag OOL, dag IOL, string asmstr,
399 InstrItinClass itin> : XForm_base_r3xo<31, xo, OOL, IOL, asmstr, itin, []> {
[all …]
DPPCInstrAltivec.td268 class VA1a_Int_Ty<bits<6> xo, string opc, Intrinsic IntID, ValueType Ty>
269 : VAForm_1a<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB, vrrc:$vC),
275 class VA1a_Int_Ty2<bits<6> xo, string opc, Intrinsic IntID, ValueType OutTy,
277 : VAForm_1a<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB, vrrc:$vC),
283 class VA1a_Int_Ty3<bits<6> xo, string opc, Intrinsic IntID, ValueType OutTy,
285 : VAForm_1a<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB, vrrc:$vC),
291 class VX1_Int_Ty<bits<11> xo, string opc, Intrinsic IntID, ValueType Ty>
292 : VXForm_1<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB),
298 class VX1_Int_Ty2<bits<11> xo, string opc, Intrinsic IntID, ValueType OutTy,
300 : VXForm_1<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB),
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCInstrFormats.td200 class DSForm_1<bits<6> opcode, bits<2> xo, dag OOL, dag IOL, string asmstr,
211 let Inst{30-31} = xo;
214 class DSForm_1a<bits<6> opcode, bits<2> xo, dag OOL, dag IOL, string asmstr,
226 let Inst{30-31} = xo;
230 class XForm_base_r3xo<bits<6> opcode, bits<10> xo, dag OOL, dag IOL, string asmstr,
244 let Inst{21-30} = xo;
251 <bits<6> opcode, bits<10> xo, dag OOL, dag IOL, string asmstr,
263 let Inst{21-30} = xo;
268 class XForm_1<bits<6> opcode, bits<10> xo, dag OOL, dag IOL, string asmstr,
270 : XForm_base_r3xo<opcode, xo, OOL, IOL, asmstr, itin, pattern>;
[all …]
/external/adhd/cras/src/dsp/tests/
Dcrossover_test.c29 void process(struct crossover *xo, int count, float *data0, float *data1, in process() argument
34 crossover_process(xo, min(2048, count - start), in process()
44 struct crossover xo; in main() local
59 crossover_init(&xo, 400 / NQ, 4000 / NQ); in main()
61 process(&xo, frames, data0, data1, data2); in main()
66 crossover_init(&xo, 400 / NQ, 4000 / NQ); in main()
68 process(&xo, frames, data0 + frames, data1 + frames, in main()
/external/honggfuzz/examples/apache-httpd/corpus_http2/
De54e170e0ef0a65a259f3517ef980f10.0001fe93.honggfuzz.cov201 …�1����k�H֟�?�Wa u�����R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��^�6鵇r���^�…
203 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
205 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
207 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
209 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
211 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
213 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
215 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
217 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
219 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
[all …]
D39cd2d33e6a0ee837389bc26eff3f824.0001f809.honggfuzz.cov132 …�1����k�H֟�?�Wa u�����R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��^�6鵇r���^�…
134 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
136 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
138 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
140 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
295 …�1����k�H֟�?�Wa u�����R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��^�6鵇r���^�…
297 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
299 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
301 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
303 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
[all …]
D77ba7b8e17849d34da4b75fbf355ffdc.000160a6.honggfuzz.cov27681 A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��^�6鵇…
27683 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
27685 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
27687 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
27689 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
27691 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
27693 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
27695 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
27697 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
27699 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
[all …]
/external/honggfuzz/examples/apache-httpd/corpus_http1/
De54e170e0ef0a65a259f3517ef980f10.0001fe93.honggfuzz.cov201 …�1����k�H֟�?�Wa u�����R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��^�6鵇r���^�…
203 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
205 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
207 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
209 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
211 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
213 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
215 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
217 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
219 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
[all …]
D39cd2d33e6a0ee837389bc26eff3f824.0001f809.honggfuzz.cov132 …�1����k�H֟�?�Wa u�����R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��^�6鵇r���^�…
134 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
136 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
138 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
140 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
295 …�1����k�H֟�?�Wa u�����R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��^�6鵇r���^�…
297 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
299 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
301 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
303 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
[all …]
D77ba7b8e17849d34da4b75fbf355ffdc.000160a6.honggfuzz.cov27681 A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��^�6鵇…
27683 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
27685 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
27687 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
27689 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
27691 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
27693 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
27695 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
27697 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
27699 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…
[all …]
/external/adhd/cras/src/dsp/
Dcrossover.c172 void crossover_init(struct crossover *xo, float freq1, float freq2) in crossover_init() argument
177 lr4_set(&xo->lp[i], BQ_LOWPASS, f); in crossover_init()
178 lr4_set(&xo->hp[i], BQ_HIGHPASS, f); in crossover_init()
182 void crossover_process(struct crossover *xo, int count, float *data0, in crossover_process() argument
185 lr4_split(&xo->lp[0], &xo->hp[0], count, data0, data1); in crossover_process()
186 lr4_merge(&xo->lp[1], &xo->hp[1], count, data0); in crossover_process()
187 lr4_split(&xo->lp[2], &xo->hp[2], count, data1, data2); in crossover_process()
Dcrossover.h53 void crossover_init(struct crossover *xo, float freq1, float freq2);
63 void crossover_process(struct crossover *xo, int count, float *data0,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tiled_memcpy.c258 uint32_t xo, yo; in linear_to_xtiled() local
273 for (xo = x1; xo < x2; xo += xtile_span) { in linear_to_xtiled()
274 mem_copy_align16(dst + ((xo + yo) ^ swizzle), src + xo, xtile_span); in linear_to_xtiled()
277 mem_copy_align16(dst + ((xo + yo) ^ swizzle), src + x2, x3 - x2); in linear_to_xtiled()
325 uint32_t xo = xo1; in linear_to_ytiled() local
334 mem_copy_align16(dst + ((xo + yo) ^ swizzle), src + x, ytile_span); in linear_to_ytiled()
335 xo += bytes_per_column; in linear_to_ytiled()
339 mem_copy_align16(dst + ((xo + yo) ^ swizzle), src + x2, x3 - x2); in linear_to_ytiled()
362 uint32_t xo, yo; in xtiled_to_linear() local
377 for (xo = x1; xo < x2; xo += xtile_span) { in xtiled_to_linear()
[all …]
/external/compiler-rt/lib/asan/
Dasan_posix.cc68 u32 xo = (inst >> 1) & 0x3FF; in AsanOnDeadlySignal() local
77 (opcd == 31 && (xo == 247 || xo == 439 || xo == 183 || xo == 181)))) in AsanOnDeadlySignal()
/external/webp/src/dsp/
Dssim.c65 int xo, int yo, int W, int H) { in SSIMGetClipped_C() argument
70 const int xmin = (xo - VP8_SSIM_KERNEL < 0) ? 0 : xo - VP8_SSIM_KERNEL; in SSIMGetClipped_C()
71 const int xmax = (xo + VP8_SSIM_KERNEL > W - 1) ? W - 1 in SSIMGetClipped_C()
72 : xo + VP8_SSIM_KERNEL; in SSIMGetClipped_C()
78 const uint32_t w = kWeight[VP8_SSIM_KERNEL + x - xo] in SSIMGetClipped_C()
/external/libyuv/files/util/
Dssim.cc114 int xo, in GetSSIM() argument
121 org += (xo - KERNEL); in GetSSIM()
123 rec += (xo - KERNEL); in GetSSIM()
130 if (((xo - KERNEL + x_) >= 0) && ((xo - KERNEL + x_) < W)) { in GetSSIM()
147 int xo, in GetSSIMFullKernel() argument
155 org += yo * stride + xo; in GetSSIMFullKernel()
156 rec += yo * stride + xo; in GetSSIMFullKernel()
232 org += (yo - KERNEL) * stride + (xo - KERNEL); in GetSSIMFullKernel()
233 rec += (yo - KERNEL) * stride + (xo - KERNEL); in GetSSIMFullKernel()
/external/boringssl/src/crypto/fipsmodule/md5/asm/
Dmd5-586.pl29 @xo=(
53 &mov($tmp2,&DWP($xo[$ki]*4,$K,"",0)) if $pos < 0; # very first one
71 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
87 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
119 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0));
134 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
159 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if $pos != 2; # load X/k value
/external/proguard/src/proguard/gui/splash/
DShadowedSprite.java87 int xo = xOffset.getInt(time) - b/2; in paint() local
95 int xt = xo + x; in paint()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp1460 for (int xo = 0; xo < width; xo++) in copyTexImage1D() local
1462 if (!de::inBounds(x+xo, 0, src.raw().getHeight())) in copyTexImage1D()
1465 dst.setPixel(rr::resolveMultisamplePixel(src, x+xo, y), xo, 0); in copyTexImage1D()
1510 for (int xo = 0; xo < width; xo++) in copyTexImage2D() local
1512 … if (!de::inBounds(x+xo, 0, src.raw().getHeight()) || !de::inBounds(y+yo, 0, src.raw().getDepth())) in copyTexImage2D()
1515 dst.setPixel(rr::resolveMultisamplePixel(src, x+xo, y+yo), xo, yo); in copyTexImage2D()
1547 for (int xo = 0; xo < width; xo++) in copyTexImage2D() local
1549 … if (!de::inBounds(x+xo, 0, src.raw().getHeight()) || !de::inBounds(y+yo, 0, src.raw().getDepth())) in copyTexImage2D()
1552 dst.setPixel(rr::resolveMultisamplePixel(src, x+xo, y+yo), xo, yo); in copyTexImage2D()
1578 for (int xo = 0; xo < width; xo++) in copyTexSubImage1D() local
[all …]
/external/adhd/cras/src/tests/
Ddsp_core_unittest.cc213 struct crossover xo; in TEST() local
226 crossover_init(&xo, f1, f3); in TEST()
232 crossover_process(&xo, len, data, data1, data2); in TEST()
250 crossover_process(&xo, 0, NULL, NULL, NULL); in TEST()
/external/ImageMagick/PerlMagick/t/reference/filter/
DMinify.miff15xo�ob[~YI�KA�?6�9*�9)�;-�>0�:.�91�97�>?�>=�87�88�89�:0�;)�A6�KR�OH^`Ap�VezOc�Ei�Jk�Mm�NYQCZSD`YJkc…

12345678910>>...15