OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:need_size
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/ld/emultempl/
sunos.em
647
static bfd_size_type
need_size
;
741
need_size
= 0;
749
sneed->size =
need_size
;
750
sneed->contents = (bfd_byte *) xmalloc (
need_size
);
758
ASSERT ((bfd_size_type) (need_pnames - sneed->contents) ==
need_size
);
892
need_size
+= NEED_ENTRY_SIZE;
894
need_size
+= strlen (inp->filename) + 1;
899
need_size
+= strlen (inp->local_sym_name + 2) + 1;
/external/opencv/cvaux/src/
cvhmm1d.cpp
551
int
need_size
= ( obs_info->obs_x /* * obs_info->obs_y*/ * total_states * sizeof(float) /* +
554
int* buffer = (int*)icvAlloc(
need_size
+ 3 * sizeof(int) );
555
buffer[0] =
need_size
;
566
int
need_size
= ( obs_info->obs_x /* * obs_info->obs_y*/ * total_states * sizeof(float) /* +
571
if (
need_size
> (*total) )
575
buffer = (int*)icvAlloc(
need_size
+ 3);
576
buffer[0] =
need_size
;
[
all
...]
cvhmm.cpp
618
int
need_size
= ( obs_info->obs_x * obs_info->obs_y * total_states * sizeof(float) +
local
621
int* buffer = (int*)cvAlloc(
need_size
+ 3 * sizeof(int) );
622
buffer[0] =
need_size
;
633
int
need_size
= ( obs_info->obs_x * obs_info->obs_y * total_states * sizeof(float) +
local
638
if (
need_size
> (*total) )
642
buffer = (int*)cvAlloc(
need_size
+ 3 * sizeof(int));
643
buffer[0] =
need_size
;
[
all
...]
Completed in 106 milliseconds