OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:needbytes
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c
653
Int
needbytes
=D2U(d)*sizeof(Unit);/* bytes needed */
local
655
if (
needbytes
>(Int)sizeof(resbuff)) { /* too big for local */
656
allocres=(Unit *)malloc(
needbytes
);
929
uInt
needbytes
; /* for space calculations */
local
944
needbytes
=sizeof(decNumber)+(D2U(lhs->digits)-1)*sizeof(Unit);
945
if (
needbytes
>sizeof(bufa)) { /* need malloc space */
946
allocbufa=(decNumber *)malloc(
needbytes
);
958
needbytes
=sizeof(decNumber)+(D2U(rhs->digits)-1)*sizeof(Unit);
959
if (
needbytes
>sizeof(bufb)) { /* need malloc space */
960
allocbufb=(decNumber *)malloc(
needbytes
);
1108
uInt
needbytes
; \/* for space calculations *\/
local
1392
uInt
needbytes
; \/* for space calculations *\/
local
1959
uInt
needbytes
; \/* buffer size needed *\/
local
2808
Int
needbytes
; \/* work *\/
local
4839
Int
needbytes
; \/* size calculator *\/
local
5227
uInt
needbytes
; \/* for space calculations *\/
local
5584
uInt
needbytes
; \/* for space calculations *\/
local
[
all
...]
/src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c
653
Int
needbytes
=D2U(d)*sizeof(Unit);/* bytes needed */
local
655
if (
needbytes
>(Int)sizeof(resbuff)) { /* too big for local */
656
allocres=(Unit *)malloc(
needbytes
);
929
uInt
needbytes
; /* for space calculations */
local
944
needbytes
=sizeof(decNumber)+(D2U(lhs->digits)-1)*sizeof(Unit);
945
if (
needbytes
>sizeof(bufa)) { /* need malloc space */
946
allocbufa=(decNumber *)malloc(
needbytes
);
958
needbytes
=sizeof(decNumber)+(D2U(rhs->digits)-1)*sizeof(Unit);
959
if (
needbytes
>sizeof(bufb)) { /* need malloc space */
960
allocbufb=(decNumber *)malloc(
needbytes
);
1108
uInt
needbytes
; \/* for space calculations *\/
local
1392
uInt
needbytes
; \/* for space calculations *\/
local
1959
uInt
needbytes
; \/* buffer size needed *\/
local
2808
Int
needbytes
; \/* work *\/
local
4839
Int
needbytes
; \/* size calculator *\/
local
5227
uInt
needbytes
; \/* for space calculations *\/
local
5584
uInt
needbytes
; \/* for space calculations *\/
local
[
all
...]
/src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c
653
Int
needbytes
=D2U(d)*sizeof(Unit);/* bytes needed */
local
655
if (
needbytes
>(Int)sizeof(resbuff)) { /* too big for local */
656
allocres=(Unit *)malloc(
needbytes
);
929
uInt
needbytes
; /* for space calculations */
local
944
needbytes
=sizeof(decNumber)+(D2U(lhs->digits)-1)*sizeof(Unit);
945
if (
needbytes
>sizeof(bufa)) { /* need malloc space */
946
allocbufa=(decNumber *)malloc(
needbytes
);
958
needbytes
=sizeof(decNumber)+(D2U(rhs->digits)-1)*sizeof(Unit);
959
if (
needbytes
>sizeof(bufb)) { /* need malloc space */
960
allocbufb=(decNumber *)malloc(
needbytes
);
1108
uInt
needbytes
; \/* for space calculations *\/
local
1392
uInt
needbytes
; \/* for space calculations *\/
local
1959
uInt
needbytes
; \/* buffer size needed *\/
local
2808
Int
needbytes
; \/* work *\/
local
4839
Int
needbytes
; \/* size calculator *\/
local
5227
uInt
needbytes
; \/* for space calculations *\/
local
5584
uInt
needbytes
; \/* for space calculations *\/
local
[
all
...]
/src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c
653
Int
needbytes
=D2U(d)*sizeof(Unit);/* bytes needed */
local
655
if (
needbytes
>(Int)sizeof(resbuff)) { /* too big for local */
656
allocres=(Unit *)malloc(
needbytes
);
929
uInt
needbytes
; /* for space calculations */
local
944
needbytes
=sizeof(decNumber)+(D2U(lhs->digits)-1)*sizeof(Unit);
945
if (
needbytes
>sizeof(bufa)) { /* need malloc space */
946
allocbufa=(decNumber *)malloc(
needbytes
);
958
needbytes
=sizeof(decNumber)+(D2U(rhs->digits)-1)*sizeof(Unit);
959
if (
needbytes
>sizeof(bufb)) { /* need malloc space */
960
allocbufb=(decNumber *)malloc(
needbytes
);
1108
uInt
needbytes
; \/* for space calculations *\/
local
1392
uInt
needbytes
; \/* for space calculations *\/
local
1959
uInt
needbytes
; \/* buffer size needed *\/
local
2808
Int
needbytes
; \/* work *\/
local
4839
Int
needbytes
; \/* size calculator *\/
local
5227
uInt
needbytes
; \/* for space calculations *\/
local
5584
uInt
needbytes
; \/* for space calculations *\/
local
[
all
...]
Completed in 21 milliseconds
Indexes created Wed Mar 18 00:23:26 UTC 2026