Searched refs:templong (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/megatron/
H A Dasingle.c341 u_int32_t templong; local
349 memcpy( &templong, header_buf, sizeof( templong ));
350 if ( ntohl( templong ) != AD_APPLESINGLE_MAGIC ) {
355 memcpy(&templong, header_buf + 4, sizeof( templong ));
356 templong = ntohl( templong );
357 if ( templong == AD_VERSION1 ) {
365 } else if ( templong
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dasingle.c341 u_int32_t templong; local
349 memcpy( &templong, header_buf, sizeof( templong ));
350 if ( ntohl( templong ) != AD_APPLESINGLE_MAGIC ) {
355 memcpy(&templong, header_buf + 4, sizeof( templong ));
356 templong = ntohl( templong );
357 if ( templong == AD_VERSION1 ) {
365 } else if ( templong
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/sis/
H A Dinit301.c7464 unsigned int tempebx, tempeax, templong; local
7566 templong = tempeax % tempebx;
7568 if(templong) tempeax++;

Completed in 112 milliseconds