Searched refs:buf32 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/OpenSSL098-52/src/engines/
H A De_cswift.c1048 unsigned char buf32[1024]; local
1064 while(num >= (int)sizeof(buf32))
1067 largenum.nbytes = sizeof(buf32);
1080 buf += sizeof(buf32);
1081 num -= sizeof(buf32);
1085 largenum.nbytes = sizeof(buf32);
1086 largenum.value = buf32;
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DObjCModernAbstraction.hpp992 uint32_t *buf32 = (uint32_t *)buf; local
993 A::P::E::set32(buf32[0], count);
994 A::P::E::set32(buf32[1], sizeof(objc_header_info_t<A>));
995 fHinfos = (objc_header_info_t<A>*)(buf32+2);
/macosx-10.10/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.c2423 unsigned int * buf32; local
2489 buf32 = (unsigned int *) saveBuf;
2494 buf32[count] = pdata32;
/macosx-10.10/vim-55/runtime/syntax/
H A Dperl6.vim147 \ "Buf buf buf1 buf2 buf4 buf8 buf16 buf32 buf64",

Completed in 84 milliseconds