Searched refs:BigInt (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dxface.h60 } BigInt; typedef in typeref:struct:__anon3295
65 void ff_big_add(BigInt *b, uint8_t a);
71 void ff_big_div(BigInt *b, uint8_t a, uint8_t *r);
76 void ff_big_mul(BigInt *b, uint8_t a);
H A Dxfacedec.c33 static int pop_integer(BigInt *b, const ProbRange *pranges)
51 static void pop_greys(BigInt *b, char *bitmap, int w, int h)
69 static void decode_block(BigInt *b, char *bitmap, int w, int h, int level)
118 BigInt b = {0};
H A Dxfaceenc.c136 static void push_integer(BigInt *b, const ProbRange *prange)
151 BigInt b = {0};
H A Dxface.c29 void ff_big_add(BigInt *b, uint8_t a)
51 void ff_big_div(BigInt *b, uint8_t a, uint8_t *r)
90 void ff_big_mul(BigInt *b, uint8_t a)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dmarkup_oops.pl4 use Math::BigInt;
186 my $decodestart = Math::BigInt->from_hex("0x$target") - Math::BigInt->from_hex("0x$func_offset");
187 my $decodestop = Math::BigInt->from_hex("0x$target") + 8192;
209 $vmaoffset = Math::BigInt->from_hex("0x$target") - Math::BigInt->from_hex("0x$fu") - Math::BigInt->from_hex("0x$func_offset");
225 my $delta = Math::BigInt->from_hex($ad) - Math::BigInt->from_hex($ta);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dtimeconst.pl17 # Precomputed values for systems without Math::BigInt
159 $has_bigint = eval 'use Math::BigInt qw(bgcd); 1;';
164 return Math::BigInt->new($x);
256 "Math::BigInt not available\n";
342 print "# Precomputed values for systems without Math::BigInt\n";

Completed in 135 milliseconds