HomeSort by relevance Sort by last modified time
    Searched defs:inl (Results 1 - 8 of 8) sorted by null

  /external/openssl/crypto/asn1/
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); }
222 int inl=0,outl=0,outll=0; local
263 inl=ASN1_item_i2d(asn,&buf_in, it);
274 EVP_SignUpdate(&ctx,(unsigned char *)buf_in,inl);
294 { OPENSSL_cleanse((char *)buf_in,(unsigned int)inl); OPENSSL_free(buf_in); }
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);
107 OPENSSL_cleanse(buf_in,(unsigned int)inl);
135 int ret= -1,inl; local
168 inl = ASN1_item_i2d(asn, &buf_in, it);
176 EVP_VerifyUpdate(&ctx,(unsigned char *)buf_in,inl);
178 OPENSSL_cleanse(buf_in,(unsigned int)inl);
  /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/openssl/apps/
enc.c 112 int ret=1,inl; local
653 inl=BIO_read(rbio,(char *)buff,bsize);
654 if (inl <= 0) break;
655 if (BIO_write(wbio,(char *)buff,inl) != inl)
  /external/qemu/memcheck/
memcheck.c 131 const Elf_InlineInfo* inl = elff_info.inline_stack; local
133 for (; inl[index].routine_name != NULL; index++) {
142 if (inl[index].inlined_in_file == NULL) {
144 inl[index].routine_name);
147 inl[index].routine_name,
148 inl[index].inlined_in_file_dir,
149 inl[index].inlined_in_file,
150 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.12/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...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
compiler.h 100 # define inl RealInl macro
109 # define inl inpd macro
144 extern unsigned int inl(unsigned short);
153 extern unsigned int inl(unsigned long);
219 inl(unsigned long port) function
239 extern unsigned int inl(unsigned int port);
509 # undef inl macro
515 extern unsigned int inl(unsigned long port);
574 inl(unsigned short port) function
577 __asm__ __volatile__("inl %1,%0"
640 inl(unsigned long port) function
957 inl(unsigned PORT_SIZE port) function
1293 inl(unsigned short port) function
1427 inl(unsigned short port) function
1477 inl(unsigned short port) function
1518 inl(unsigned short port) function
1565 # undef inl macro
1584 # define inl macro
1669 # undef inl macro
1675 # define inl macro
    [all...]

Completed in 751 milliseconds