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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.15/src/
H A Drfc2131.c690 static unsigned char *option_find1(unsigned char *p, unsigned char *end, int opt, int *overload) argument
705 if (overload)
706 *overload = *(p+2);
728 int overload = 0; local
732 ret = option_find1(&mess->options[0] + sizeof(u32), ((unsigned char *)mess) + size, opt_type, &overload);
734 if (!ret && (overload & 1))
735 ret = option_find1(&mess->file[0], &mess->file[128], opt_type, &overload);
737 if (!ret && (overload & 2))
738 ret = option_find1(&mess->sname[0], &mess->file[64], opt_type, &overload);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DBuilder.pm441 eval { require overload } || return;
446 if( my $string_meth = overload::Method($$thing, '""') ) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Dsimple_idct_arm.S468 @@ kind of sub-function, here not to overload the common case.

Completed in 34 milliseconds