/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/ |
gas-inout.asm | 3 inl $10, %eax label 6 inl $10 label
|
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
a_verify.c | 83 int ret= -1,i,inl; local 94 inl=i2d(data,NULL); 95 buf_in=OPENSSL_malloc((unsigned int)inl); 105 || !EVP_VerifyUpdate(&ctx,(unsigned char *)buf_in,inl)) 112 OPENSSL_cleanse(buf_in,(unsigned int)inl); 139 int ret= -1,inl; local 200 inl = ASN1_item_i2d(asn, &buf_in, it); 208 if (!EVP_DigestVerifyUpdate(&ctx,buf_in,inl)) 215 OPENSSL_cleanse(buf_in,(unsigned int)inl);
|
a_sign.c | 136 int i,inl=0,outl=0,outll=0; local 174 inl=i2d(data,NULL); 175 buf_in=(unsigned char *)OPENSSL_malloc((unsigned int)inl); 188 || !EVP_SignUpdate(&ctx,(unsigned char *)buf_in,inl) 208 { OPENSSL_cleanse((char *)buf_in,(unsigned int)inl); OPENSSL_free(buf_in); } 238 size_t inl=0,outl=0,outll=0; local 300 inl=ASN1_item_i2d(asn,&buf_in, it); 310 if (!EVP_DigestSignUpdate(ctx, buf_in, inl) 329 { OPENSSL_cleanse((char *)buf_in,(unsigned int)inl); OPENSSL_free(buf_in); }
|
/external/openssl/crypto/asn1/ |
a_verify.c | 83 int ret= -1,i,inl; local 94 inl=i2d(data,NULL); 95 buf_in=OPENSSL_malloc((unsigned int)inl); 105 || !EVP_VerifyUpdate(&ctx,(unsigned char *)buf_in,inl)) 112 OPENSSL_cleanse(buf_in,(unsigned int)inl); 139 int ret= -1,inl; local 200 inl = ASN1_item_i2d(asn, &buf_in, it); 208 if (!EVP_DigestVerifyUpdate(&ctx,buf_in,inl)) 215 OPENSSL_cleanse(buf_in,(unsigned int)inl);
|
a_sign.c | 136 int i,inl=0,outl=0,outll=0; local 174 inl=i2d(data,NULL); 175 buf_in=(unsigned char *)OPENSSL_malloc((unsigned int)inl); 188 || !EVP_SignUpdate(&ctx,(unsigned char *)buf_in,inl) 208 { OPENSSL_cleanse((char *)buf_in,(unsigned int)inl); OPENSSL_free(buf_in); } 238 size_t inl=0,outl=0,outll=0; local 300 inl=ASN1_item_i2d(asn,&buf_in, it); 310 if (!EVP_DigestSignUpdate(ctx, buf_in, inl) 329 { OPENSSL_cleanse((char *)buf_in,(unsigned int)inl); OPENSSL_free(buf_in); }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
io.h | 80 inl (unsigned short int port) function 84 __asm__ __volatile__ ("inl %w1,%0":"=a" (_v):"Nd" (port)); 92 __asm__ __volatile__ ("inl %w1,%0\noutb %%al,$0x80":"=a" (_v):"Nd" (port));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
io.h | 80 inl (unsigned short int port) function 84 __asm__ __volatile__ ("inl %w1,%0":"=a" (_v):"Nd" (port)); 92 __asm__ __volatile__ ("inl %w1,%0\noutb %%al,$0x80":"=a" (_v):"Nd" (port));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
io.h | 80 inl (unsigned short int port) function 84 __asm__ __volatile__ ("inl %w1,%0":"=a" (_v):"Nd" (port)); 92 __asm__ __volatile__ ("inl %w1,%0\noutb %%al,$0x80":"=a" (_v):"Nd" (port));
|
/external/llvm/test/MC/X86/ |
intel-syntax.s | 426 // CHECK: inl %dx, %eax 432 inl DX define
|
x86-64.s | 247 // CHECK: inl %dx, %eax 252 inl %dx label 274 // CHECK: inl %dx, %eax 275 // CHECK: inl %dx, %eax 282 inl (%dx), %eax label
|
/external/grub/netboot/ |
linux-asm-io.h | 6 * inb/inw/inl/outb/outw/outl and the "string versions" of the same 172 #define inl(port) \ macro
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
enc.c | 109 int ret=1,inl; local 662 inl=BIO_read(rbio,(char *)buff,bsize); 663 if (inl <= 0) break; 664 if (BIO_write(wbio,(char *)buff,inl) != inl)
|
/external/openssl/apps/ |
enc.c | 109 int ret=1,inl; local 662 inl=BIO_read(rbio,(char *)buff,bsize); 663 if (inl <= 0) break; 664 if (BIO_write(wbio,(char *)buff,inl) != inl)
|
/external/qemu/memcheck/ |
memcheck.c | 125 const Elf_InlineInfo* inl = elff_info.inline_stack; local 127 for (; inl[index].routine_name != NULL; index++) { 136 if (inl[index].inlined_in_file == NULL) { 138 inl[index].routine_name); 141 inl[index].routine_name, 142 inl[index].inlined_in_file_dir, 143 inl[index].inlined_in_file, 144 inl[index].inlined_at_line);
|
/external/kernel-headers/original/asm-arm/ |
io.h | 120 #define inl(p) ({ __u32 __v = le32_to_cpu((__force __le32) \ macro 137 #define inl_p(port) inl((port))
|
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/ |
SDL_ipodvideo.c | 498 #define inl(addr) (*(volatile unsigned long *)(addr)) macro 506 return inl(lcd_rtc); 513 clock = inl(lcd_rtc); 525 if ( (inl(lcd_base) & 0x8000) != 0 ) { 529 if ( (inl(lcd_base) & (unsigned int)0x8000) == 0 ) 610 return inl(0x60005010); 617 clock = inl(0x60005010); 629 if ((inl(0x70008A0C) & 0x80000000) != 0) { 633 if ((inl(0x70008A0C) & 0x80000000) == 0) 692 while ((inl(0x70008A20) & 0x1000000) == 0) [all...] |
/external/qemu-pc-bios/bochs/bios/ |
rombios32.c | 101 static inline uint32_t inl(int addr) function 104 asm volatile ("inl %w1, %0" : "=a" (val) : "d" (addr)); 739 return inl(0xcfc); [all...] |