Home
last modified time | relevance | path

Searched refs:I10 (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/mesa/vbo/
Dvbo_attrib_tmp.h177 #define ATTRI10_1( A, I10 ) ATTRF( A, 1, conv_i10_to_i((I10) & 0x3ff), 0, 0, 1 ) argument
178 #define ATTRI10_2( A, I10 ) ATTRF( A, 2, \ argument
179 conv_i10_to_i((I10) & 0x3ff), \
180 conv_i10_to_i(((I10) >> 10) & 0x3ff), 0, 1 )
181 #define ATTRI10_3( A, I10 ) ATTRF( A, 3, \ argument
182 conv_i10_to_i((I10) & 0x3ff), \
183 conv_i10_to_i(((I10) >> 10) & 0x3ff), \
184 conv_i10_to_i(((I10) >> 20) & 0x3ff), 1 )
185 #define ATTRI10_4( A, I10 ) ATTRF( A, 4, \ argument
186 conv_i10_to_i((I10) & 0x3ff), \
[all …]
/external/clang/test/CodeGenObjC/
Dinterface-layout-64.m104 @interface I10 : I9 { interface
108 @implementation I10 implementation
112 @interface I11 : I10
/external/webp/src/dsp/
Dmips_macro.h162 I8, I9, I10, I11, I12, I13) \ argument
184 "usw %[" #IO2 "], " XSTR(I13) "*" #I10 "(%[" #I8 "]) \n\t" \
Denc_mips_dsp_r2.c57 I8, I9, I10, I11, I12, I13, I14, I15) \ argument
66 "dpax.w.ph $ac0, %[" #I15 "], %[" #I10 "] \n\t" \
/external/libxkbcommon/xkbcommon/test/data/keycodes/
Dxfree86179 <I10> = 144;
339 alias <HELP> = <I10>;
/external/clang/test/ASTMerge/Inputs/
Dinterface1.m73 @class I10, I11;
Dinterface2.m72 @class I10; @interface I12 @end
/external/libxkbcommon/xkbcommon/test/data/symbols/
Dinet20 key <I10> { [ XF86AudioPrev ] };
338 key <I10> { [ XF86ScrollUp ] };
363 key <I10> { [ XF86AudioStop ] };
381 key <I10> { [ XF86AudioStop ] };
400 key <I10> { [ XF86AudioStop ] };
926 key <I10> { [ XF86Game ] };
1432 key <I10> { [ XF86ScrollUp ] };
1476 key <I10> { [ XF86ScrollDown ] };
1596 key <I10> { [ XF86AudioPlay, XF86AudioPause ] };
/external/llvm/test/CodeGen/Mips/msa/
Di10.ll1 ; Test the MSA intrinsics that are encoded with the I10 instruction format.
/external/curl/tests/certs/
DServer-localhost0h-sv.crt76 LCfOKMOm0Ni6jDifeP9Ux3YFN0f101WcLBJBgRTKSKK3bQVJK8X1e2Ntb80/9I10
DServer-localhost0h-sv.pem117 LCfOKMOm0Ni6jDifeP9Ux3YFN0f101WcLBJBgRTKSKK3bQVJK8X1e2Ntb80/9I10
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUOperands.td652 // D-form : [r+I10] (10-bit signed offset + reg)