HomeSort by relevance Sort by last modified time
    Searched refs:ah (Results 76 - 100 of 161) sorted by null

1 2 34 5 6 7

  /external/valgrind/main/exp-bbv/tests/x86-linux/
ll.S 257 # mov $'.',%ah
258 mov $0x2e,%ah
284 # mov $' ',%ah
285 mov $0x20,%ah
335 mov $0xa,%ah
379 # ah is char to end at
414 cmp %ah,%al # is it end string?
481 # ah is zero from num_to_ascii
  /external/zlib/src/contrib/inflate86/
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 */
    [all...]
  /external/jpeg/
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
  /external/qemu/distrib/jpeg-6b/
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
  /external/opencv/cvaux/src/
cvlmeds.cpp 939 double af, ag, ah, t; local
    [all...]
  /external/zlib/src/contrib/masmx86/
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
  /external/chromium_org/native_client_sdk/src/doc/doxygen/
stylesheet.css 77 DIV.ah {
  /external/chromium_org/ppapi/c/documentation/
stylesheet.css 73 DIV.ah {
  /external/chromium_org/ppapi/cpp/documentation/
stylesheet.css 73 DIV.ah {
  /external/chromium_org/third_party/openssl/openssl/crypto/
x86cpuid.S 90 andb $15,%ah
91 cmpb $15,%ah
  /external/openssl/crypto/
x86cpuid.S 92 andb $15,%ah
93 cmpb $15,%ah
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
MultiTouchActivity.java 76 ApiHelper ah = ApiHelper.get(); local
77 ah.View_setSystemUiVisibility(mImageView, View.SYSTEM_UI_FLAG_LOW_PROFILE);
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 855 var ah = a >>> 16;
859 return (al*bl + ((ah*bl + al*bh) << 16))|0;
    [all...]
  /bionic/libc/arch-x86/atom/string/
ssse3-strcpy-atom.S     [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-586-mac.S 84 movzbl %ah,%eax
237 movzbl %ah,%eax
284 movzbl %ah,%edx
298 movzbl %ah,%esi
315 movzbl %ah,%esi
333 movzbl %ah,%esi
464 movzbl %ah,%eax
545 movzbl %ah,%eax
1061 movzbl %ah,%edi
1313 movzbl %ah,%ed
    [all...]
aes-586.S 88 movzbl %ah,%eax
245 movzbl %ah,%eax
295 movzbl %ah,%edx
309 movzbl %ah,%esi
326 movzbl %ah,%esi
344 movzbl %ah,%esi
480 movzbl %ah,%eax
562 movzbl %ah,%eax
1083 movzbl %ah,%edi
1335 movzbl %ah,%ed
    [all...]
  /external/libpcap/msdos/
pkt_rx1.s 52 mov ah, 15 ;; and white colour
  /external/openssl/crypto/aes/asm/
aes-586.S 88 movzbl %ah,%eax
245 movzbl %ah,%eax
295 movzbl %ah,%edx
309 movzbl %ah,%esi
326 movzbl %ah,%esi
344 movzbl %ah,%esi
480 movzbl %ah,%eax
562 movzbl %ah,%eax
1083 movzbl %ah,%edi
1335 movzbl %ah,%ed
    [all...]
  /external/tcpdump/win32/prj/
GNUmakefile 46 ../../print-ah.o \
  /external/chromium_org/third_party/skia/src/core/
SkRegion.cpp 517 const SkRegion::RunHead* ah = fRunHead; local
521 if (ah == bh) {
528 return ah->fRunCount == bh->fRunCount &&
529 !memcmp(ah->readonly_runs(), bh->readonly_runs(),
530 ah->fRunCount * sizeof(SkRegion::RunType));
    [all...]
  /external/skia/src/core/
SkRegion.cpp 517 const SkRegion::RunHead* ah = fRunHead; local
521 if (ah == bh) {
528 return ah->fRunCount == bh->fRunCount &&
529 !memcmp(ah->readonly_runs(), bh->readonly_runs(),
530 ah->fRunCount * sizeof(SkRegion::RunType));
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttgload.c 99 FT_UShort* ah )
102 ( (SFNT_Service)face->sfnt )->get_metrics( face, 1, idx, tsb, ah );
109 *ah = face->root.units_per_EM;
117 *ah = face->os2.sTypoAscender - face->os2.sTypoDescender;
122 *ah = face->horizontal.Ascender - face->horizontal.Descender;
127 FT_TRACE5(( " advance height (font units): %d\n", *ah ));
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttgload.c 100 FT_UShort* ah )
103 ( (SFNT_Service)face->sfnt )->get_metrics( face, 1, idx, tsb, ah );
110 *ah = face->root.units_per_EM;
118 *ah = face->os2.sTypoAscender - face->os2.sTypoDescender;
123 *ah = face->horizontal.Ascender - face->horizontal.Descender;
128 FT_TRACE5(( " advance height (font units): %d\n", *ah ));
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86regtmod.gperf 212 ah, REG, X86_REG8, 4, 0
  /external/lldb/test/functionalities/register/
TestRegisters.py 262 self.expect("expr -- $ax == (($ah << 8) | $al)",

Completed in 1129 milliseconds

1 2 34 5 6 7