| /xsrc/external/mit/fontconfig/dist/fc-lang/ |
| aa.orth | 39 00F4 # LATIN SMALL LETTER O WITH CIRCUMFLEX
|
| br.orth | 44 00F4 # LATIN SMALL LETTER O WITH CIRCUMFLEX eki.ee
|
| csb.orth | 40 00F2-00F4
|
| cy.orth | 43 00F4 # LATIN SMALL LETTER O WITH CIRCUMFLEX
|
| fil.orth | 44 00F1-00F4
|
| sg.orth | 45 00F4
|
| fr.orth | 46 00F4 # LATIN SMALL LETTER O WITH CIRCUMFLEX
|
| zh_hk.orth | 333 42F4 358 44F4 391 47F4 498 51F4
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| fcmd5.h | 163 #define F4(x, y, z) (y ^ (x | ~z)) 234 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6); 235 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10); 236 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15); 237 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21); 238 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6); 239 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10); 240 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15); 241 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21); 242 MD5STEP(F4, a, b, c, d, in[8] + 0x6fa87e4f, 6) [all...] |
| /xsrc/external/mit/xdm/dist/xdm/ |
| genauth.c | 173 # define F4(x, y, z) (y ^ (x | ~z)) 244 pmd5_step(F4, a, b, c, d, in[0] + 0xf4292244, 6); 245 pmd5_step(F4, d, a, b, c, in[7] + 0x432aff97, 10); 246 pmd5_step(F4, c, d, a, b, in[14] + 0xab9423a7, 15); 247 pmd5_step(F4, b, c, d, a, in[5] + 0xfc93a039, 21); 248 pmd5_step(F4, a, b, c, d, in[12] + 0x655b59c3, 6); 249 pmd5_step(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10); 250 pmd5_step(F4, c, d, a, b, in[10] + 0xffeff47d, 15); 251 pmd5_step(F4, b, c, d, a, in[1] + 0x85845dd1, 21); 252 pmd5_step(F4, a, b, c, d, in[8] + 0x6fa87e4f, 6) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| prog_noise.c | 481 #define F4 0.309016994f /* F4 = (Math.sqrt(5.0)-1.0)/4.0 */ 487 float s = (x + y + z + w) * F4; /* Factor for 4D skewing */
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| prog_noise.c | 481 #define F4 0.309016994f /* F4 = (Math.sqrt(5.0)-1.0)/4.0 */ 487 float s = (x + y + z + w) * F4; /* Factor for 4D skewing */
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| t_vertex_generic.c | 868 #define EMIT5(NR, F0, F1, F2, F3, F4, NAME) \ 899 F4( &a[4], v + a[4].vertoffset, (GLfloat *)a[4].inputptr ); \
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| t_vertex_generic.c | 868 #define EMIT5(NR, F0, F1, F2, F3, F4, NAME) \ 899 F4( &a[4], v + a[4].vertoffset, (GLfloat *)a[4].inputptr ); \
|
| /xsrc/external/mit/xf86-video-sunffb/dist/src/ |
| VISmoveImage.s | 128 #define ftmp3 f4 157 #define FREG_FROB(f0,A0,F2,f2,A1,F4,f4,A2,F6,f6,A3,F8,f8,A4,F10,f10,A5,F12,f12,A6,F14,f14,A7,F16) \ 161 faligndata %f2,%F4,%f18; \ 163 faligndata %f4,%F6,%f20; \
|