/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_random.c | 59 rndContext->ah = rndContext->a >> 16; in SDLTest_RandomInit() 89 xh * rndContext->ah + ((xh * rndContext->al) >> 16) + in SDLTest_Random() 90 ((xl * rndContext->ah) >> 16); in SDLTest_Random()
|
/AliOS-Things-master/components/ble_host/bt_host/common/ |
A D | rpa.c | 60 static int ah(const u8_t irk[16], const u8_t r[3], u8_t out[3]) in ah() function 96 err = ah(irk, addr->val + 3, hash); in bt_rpa_irk_matches() 117 err = ah(irk, rpa->val + 3, rpa->val); in bt_rpa_create()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx64/ |
A D | inffasx64.asm | 103 mov cl, ah ; /* cl = this.bits */ 104 sub bl, ah ; /* bits -= this.bits */ 119 mov cl, ah ; /* cl = this.bits */ 120 sub bl, ah ; /* bits -= this.bits */ 169 mov cl, ah 170 sub bl, ah ; /* bits -= this.bits */ 226 mov ah, al
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_test_random.h | 63 unsigned int ah; member
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/inflate86/ |
A D | inffas86.c | 836 mov cl, ah /* cl = this.bits */ 837 sub bl, ah /* bits -= this.bits */ 900 mov cl, ah 901 sub bl, ah /* bits -= this.bits */ 970 mov ah, al
|
A D | inffast.S | 467 movb %ah, %cl /* cl = this.bits */ 468 subb %ah, bits_r /* bits -= this.bits */ 567 movb %ah, %cl 568 subb %ah, bits_r /* bits -= this.bits */ 932 movzbl %ah, %ecx /* ecx = this.bits */ 982 movzbl %ah, %ecx /* ecx = this.bits */
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttgload.h | 48 FT_UShort* ah );
|
A D | ttdriver.c | 215 FT_UShort ah; in tt_get_advances() local 219 TT_Get_VMetrics( face, start + nn, 0, &tsb, &ah ); in tt_get_advances() 220 advances[nn] = ah; in tt_get_advances()
|
A D | ttgload.c | 95 FT_UShort* ah ) in TT_Get_VMetrics() argument 98 ( (SFNT_Service)face->sfnt )->get_metrics( face, 1, idx, tsb, ah ); in TT_Get_VMetrics() 103 *ah = face->os2.sTypoAscender - face->os2.sTypoDescender; in TT_Get_VMetrics() 109 *ah = face->horizontal.Ascender - face->horizontal.Descender; in TT_Get_VMetrics() 112 FT_TRACE5(( " advance height (font units): %d\n", *ah )); in TT_Get_VMetrics()
|
A D | ttinterp.c | 1543 FT_UInt32 ah, al, mid, lo, hi; in TT_MulFix14() local 1553 ah = (FT_UInt32)( ( a >> 16 ) & 0xFFFFU ); in TT_MulFix14() 1557 mid = ah * b; in TT_MulFix14()
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jmemdosa.asm | 55 mov ah,3ch ; create file 89 mov ah,3eh ; close file 157 mov ah,3fh ; read file 195 mov ah,40h ; write file 314 mov di,000ah ; check offs 10 in returned seg
|
A D | testimg.ppm | 5 …Xs@NB2QE5UI9WK;XL<ZN>\P@^RBaUEbVFbVFaUE_SCaUEfZJj^Nkg�up�|x�{y�wx�vw�pt�jo�ah�^f�_g�em�px�~�͉�؏�ܙ�…
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | poly1305.c | 77 const uint16_t ah = a >> 16; in mul64() local 82 const uint64_t me = (uint64_t)( (uint32_t) ah * bl ) + (uint32_t) al * bh; in mul64() 83 const uint32_t hi = (uint32_t) ah * bh; in mul64()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx86/ |
A D | inffas32.asm | 346 mov cl,ah 347 sub bl,ah 428 mov cl,ah 429 sub bl,ah 672 movzx ecx,ah 731 movzx ecx,ah
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | auth.c | 2047 u32_t a, mask, ah, offset; 2127 ah = lwip_ntohl(a); 2128 if (IN_CLASSA(ah)) 2130 else if (IN_CLASSB(ah)) 2132 else if (IN_CLASSC(ah))
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_imageFilter.c | 1464 xor ah, ah /* prepare AX, zero AH register */ in SDL_imageFilterDivASM() 1730 mov ah, al /* copy AL into AH */ in SDL_imageFilterAddByteMMX() 2000 mov ah, al /* copy AL into AH */ in SDL_imageFilterAddByteToHalfMMX() 2136 mov ah, al /* copy AL into AH */ in SDL_imageFilterSubByteMMX() 2670 xor ah, ah /* zero AH */ in SDL_imageFilterMultByByteMMX() 2864 xor ah, ah /* zero AH */ in SDL_imageFilterShiftRightAndMultByByteMMX() 3468 mov ah, al /* copy AL into AH */ in SDL_imageFilterBinarizeUsingThresholdMMX() 3603 mov ah, al /* copy AL into AH */ in SDL_imageFilterClipToRangeMMX() 3613 mov ah, al /* copy AL into AH */ in SDL_imageFilterClipToRangeMMX()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | libbf.c | 1227 limb_t n1m, n_adj, q, r, ah; in udiv1norm() local 1237 ah = a >> LIMB_BITS; in udiv1norm() 1238 q += 1 + ah; in udiv1norm() 1239 r = (limb_t)a + (ah & d); in udiv1norm() 4736 bf_t ah_s, *ah = &ah_s; in bf_pow() local 4740 bf_init(s, ah); in bf_pow() 4745 bf_log(ah, T, precl, BF_RNDU); in bf_pow() 4747 bf_mul(ah, ah, y, precl, BF_RNDU ^ y->sign); in bf_pow() 4748 ret = check_exp_underflow_overflow(s, r, al, ah, prec, flags); in bf_pow() 4750 bf_delete(ah); in bf_pow()
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/ |
A D | jquery.js | 20 …ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,…
|
A D | doxygen.css | 155 div.ah {
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/ |
A D | minisblack-1c-8b.pgm | 22 …|���kKMPSRPQQONMOOPOQQKd�����ƹm_fe\ZY[_^[_bdcc^bw�oQY[[\^^_bcda`]ah`aehldbecgwzr~�mdfbhe…
|
A D | rgb-3c-8b.ppm | 12 …H��N��P��V��]��Ut�Fc�:e�=_6^y5Zy5]~3[�7[�;a�Df�Eo�No�Uq�[v�Zz�_x�bz�c�g}�ah�Of�Po�Yq�\r�az�f��q�…
|
/AliOS-Things-master/documentation/doxygen/style/ |
A D | doxygen-custom.css | 338 div.ah, span.ah {
|
/AliOS-Things-master/hardware/chip/rtl872xd/ |
A D | ate.bin | 98 …��� F��@�ͽp�FF"l%B� hH�`h����F ``"�f��h��)��h!lah�`�B� h�`��h��� l�h@BA�`"h�B�ah@�… 142 �G��pG.H�jpG0�,I� �Fh�B�+��Sh��B�@h�P`FChh�Bщj�B�ah�A`$h�F`�B�`0�p�!"F … 514 � ����G �-��O�FA�!k��h��V�6A��`wh�ah)��)�Y��A��h� ��(�`h(�(&�A�`!A… 517 Rh*�A�!b\*�X�������S�h�ah)��G(h�ah)��Ghh�ah)��G � �`@F��f�O��0���p�� 687 (P�(�R�bh�h(F��+�L�(F���H�ahɲ(F��1�B�ah��(F����<�'��6(F 688 …/��/����X��O��rA�@A����@���#"!(F�[��(F�����"D!(F����h �ah)������ �����F0�… 1273 …����F�����������\�����P�����t�����x��@���������� h(�ah)����� ``` ���&… 1468 …F F���@�F F���@)�F F���@��� F���@@�TQ����x@�Q����@����x"��"@�BA��ah)�xO��a,"O��a��h…
|
/AliOS-Things-master/hardware/chip/rtl872xd/bin/ |
A D | km0_boot_all_2nd.bin | 42 �DCF&�F�!`@��I3/��E+�ah h�FIFvu`IUD�B�!iO'a�h `\AF�F �DAFa`/��
|
A D | km0_image2_all.bin | 22 …�+Ѵ�F�]G�F��;��DGF�Fax x�G(p54�B��FF3h�՟��%�LFKDm����JFA�ah��]!# ���G4�… 43 …F��@���;h��P�@��rE�x �IF@��@���C��p�%L#h�ah �G�54-��(p��Hfp�P�%L#h�ah… 47 �ah�h)��*��4#h53���0�����y�(6И�E��Rc��B��X��
|