Searched refs:ah (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttgload.h47 FT_UShort* ah );
H A Dttdriver.c246 FT_UShort ah; local in function:tt_get_advances
250 TT_Get_VMetrics( face, start + nn, 0, &tsb, &ah );
251 advances[nn] = ah;
H A Dttgload.c121 FT_UShort* ah )
124 ( (SFNT_Service)face->sfnt )->get_metrics( face, 1, idx, tsb, ah );
129 *ah = (FT_UShort)FT_ABS( face->os2.sTypoAscender -
136 *ah = (FT_UShort)FT_ABS( face->horizontal.Ascender -
145 FT_TRACE5(( " advance height (font units): %d\n", *ah ));
1464 * height (ah) are given in the `vmtx' table. The bottom side bearing
1467 * bsb = ah - (tsb + ymax - ymin) ,
1472 * pp4 = (x, round(pp3 - ah)) .
1490 * ah = DefaultAscender - sDefaultDescender ,
117 TT_Get_VMetrics(TT_Face face,FT_UInt idx,FT_Pos yMax,FT_Short * tsb,FT_UShort * ah) argument
H A Dttinterp.c1384 FT_UInt32 ah, al, mid, lo, hi; local in function:TT_MulFix14
1394 ah = (FT_UInt32)( ( a >> 16 ) & 0xFFFFU );
1398 mid = ah * b;
/xsrc/external/mit/xf86-video-nsc/dist/src/panel/
H A Ddrac9210.c574 mov ah, 00h
594 and ah, 30h
595 mov ah, c92DataReg
596 or ah, CS9210
597 mov c92DataReg, ah
617 mov ah, c92DataReg
618 and ah, NOT CS9210
619 mov c92DataReg, ah
639 mov ah, c92DataReg
640 or ah, DATAOUT921
686 and ah, DATAIN9210 local in function:Draco9210ReadDataIn
714 mov ah, c92DataReg local in function:Draco9210ToggleClock
715 or ah, CLOCK9210 local in function:Draco9210ToggleClock
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/panel/
H A Ddrac9210.c464 mov dx, 0 CFCh mov al, 0 CFh mov ah, 00 h out dx, ax popf}
477 and ah, 30 h
478 mov ah, c92DataReg
479 or ah, CS9210 mov c92DataReg, ah out dx, ax popf}} void
490 mov ah, c92DataReg
491 and ah, NOT CS9210 mov c92DataReg, ah out dx, ax popf}} void
502 mov ah, c92DataReg
503 or ah, DATAOUT921
530 Preserve just Data IN bit and ah, DATAIN9210 mov al, ah cmp al, 0; local in function:Draco9210ReadDataIn
544 SET CLOCK in ax, dx mov ah, c92DataReg or ah, CLOCK9210 mov c92DataReg, ah out dx, ax o local in function:Draco9210ToggleClock
[all...]
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dvb_ext.h44 UCHAR al, ah, hi_al, hi_ah, bl, bh, hi_bl, hi_bh, cl, ch, hi_cl, hi_ch, dl, dh, hi_dl, hi_dh; member in struct:BYTEREGS
H A Dinit.c731 USHORT si,di,bx,dl,al,ah,dh; local in function:XGI_New_LoadDAC
796 ah = table[di];
799 XGI_WriteDAC(DACData, shiftflag, dl, ah, al, dh);
804 ah = table[di];
807 XGI_WriteDAC(DACData, shiftflag, dl, ah, al, dh);
919 /* ah = 0, set mode */
H A Dvb_setmode.c2544 USHORT temp, ah, al, temp2, i, DisplayUnit; local in function:XGI_SetCRT1Offset
2590 temp = temp >> 8; /* ah */
2608 ah = (DisplayUnit & 0xff00) >> 8;
2611 ah += 1;
2613 ah += 2;
2618 ah -= 1;
2620 XGI_SetReg((XGIIOADDRESS) pVBInfo->P3c4, 0x10, ah);
2950 USHORT data, data2, time, i, j, k, m, n, o, si, di, bx, dl, al, ah, dh; local in function:XGI_LoadDAC
3015 ah = table[di];
3019 ah, a
3049 XGI_WriteDAC(XGIIOADDRESS dac_data,unsigned shift,unsigned ordering,uint8_t ah,uint8_t al,uint8_t dh) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_sse.h357 __m128i al, ah, dl, dh, sl, sh, rl, rh; local in function:util_sse2_blend_premul_4
375 ah = _mm_shufflehi_epi16(sh, 0xff);
376 ah = _mm_shufflelo_epi16(ah, 0xff);
378 rh = util_sse2_premul_blend_epi16(ah, dh, sh);
398 __m128i al, ah, dl, dh, sl, sh, rl, rh; local in function:util_sse2_blend_srcalpha_4
416 ah = _mm_shufflehi_epi16(sh, 0xff);
417 ah = _mm_shufflelo_epi16(ah, 0xff);
419 rh = util_sse2_lerp_epi16(ah, d
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend.c117 LLVMValueRef al, ah, bl, bh; local in function:lp_build_mul_norm_expand
135 lp_build_unpack2_native(bld->gallivm, type, wide_type, a, &al, &ah);
139 *resh = lp_build_mul_norm(bld->gallivm, wide_type, ah, bh);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend.c117 LLVMValueRef al, ah, bl, bh; local in function:lp_build_mul_norm_expand
135 lp_build_unpack2_native(bld->gallivm, type, wide_type, a, &al, &ah);
139 *resh = lp_build_mul_norm(bld->gallivm, wide_type, ah, bh);
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/
H A Ddoxygen.css12 DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/html/
H A Ddoxygen.css12 DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
/xsrc/external/mit/freetype/dist/src/cff/
H A Dcffdrivr.c241 FT_UShort ah; local in function:cff_get_advances
248 &ah );
252 ah,
253 ah == 1 ? "" : "s" ));
254 advances[nn] = ah;
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_xvmc.c908 const ViaXvMCAttrHolder * ah, viaPortPrivPtr pPriv)
914 for (i = 0; i < ah->numAttr; ++i) {
915 ret = vx->SetPortAttribute(pScrn, ah->attributes[i].attribute,
916 ah->attributes[i].value, pPriv);
907 viaXvMCDisplayAttributes(ScrnInfoPtr pScrn,const ViaXvMCAttrHolder * ah,viaPortPrivPtr pPriv) argument
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
H A Dlava_build.sh200 du -ah /lava-files/rootfs-${DEBIAN_ARCH} | sort -h | tail -100
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/x86emu/
H A Dprim_asm.h896 void idiv_byte_asm(u32 *flags,u8 *al,u8 *ah,u16 d,u8 s);
904 "mov [ecx],ah" \
932 void div_byte_asm(u32 *flags,u8 *al,u8 *ah,u16 d,u8 s);
940 "mov [ecx],ah" \
/xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/x86emu/
H A Dprim_asm.h973 void idiv_byte_asm(u32 * flags, u8 * al, u8 * ah, u16 d, u8 s);
982 "mov [ecx],ah" \
1012 void div_byte_asm(u32 * flags, u8 * al, u8 * ah, u16 d, u8 s);
1021 "mov [ecx],ah" \
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dinit.c2878 unsigned short dl, unsigned short ah, unsigned short al, unsigned short dh)
2883 case 0: d1 = dh; d2 = ah; d3 = al; break;
2884 case 1: d1 = ah; d2 = al; d3 = dh; break;
2885 default: d1 = al; d2 = dh; d3 = ah;
2877 SiS_WriteDAC(struct SiS_Private * SiS_Pr,SISIOADDRESS DACData,unsigned short shiftflag,unsigned short dl,unsigned short ah,unsigned short al,unsigned short dh) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1094 LLVMValueRef al, ah, bl, bh, abl, abh, ab; local in function:lp_build_mul
1096 lp_build_unpack2_native(bld->gallivm, type, wide_type, a, &al, &ah);
1101 abh = lp_build_mul_norm(bld->gallivm, wide_type, ah, bh);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c964 LLVMValueRef al, ah, bl, bh, abl, abh, ab; local in function:lp_build_mul
966 lp_build_unpack2_native(bld->gallivm, type, wide_type, a, &al, &ah);
971 abh = lp_build_mul_norm(bld->gallivm, wide_type, ah, bh);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/
H A Dassyntax.h33 * to avoid macro recursion. e.g., #define ah %ah recurses!
94 #define AH ah
156 #define AH %ah
/xsrc/external/mit/MesaLib/dist/src/mesa/x86/
H A Dassyntax.h33 * to avoid macro recursion. e.g., #define ah %ah recurses!
94 #define AH ah
156 #define AH %ah

Completed in 69 milliseconds