OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContainerSize
(Results
1 - 9
of
9
) sorted by null
/hardware/ti/wlan/wl1271/stad/src/Data_link/
GeneralUtil.h
63
int
ContainerSize
;
GeneralUtil.c
61
ContainerSize
- The size of the basic data type managed by the list
67
TI_HANDLE List_create(TI_HANDLE hOs,int MaxNumOfElements,int
ContainerSize
)
95
List->ElementList[index].Container = os_memoryAlloc(hOs,
ContainerSize
);
104
os_memoryFree(hOs,List->ElementList[index].Container,
ContainerSize
);
112
List->
ContainerSize
=
ContainerSize
;
139
os_memoryFree(List->hOs,List->ElementList[index].Container,List->
ContainerSize
);
173
os_memoryZero(List->hOs,List->ElementList[index].Container,List->
ContainerSize
);
GeneralUtilApi.h
63
TI_HANDLE List_create(TI_HANDLE hOs,int MaxNumOfElements,int
ContainerSize
);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
GeneralUtil.h
64
int
ContainerSize
;
GeneralUtil.c
61
ContainerSize
- The size of the basic data type managed by the list
67
TI_HANDLE List_create(TI_HANDLE hOs,int MaxNumOfElements,int
ContainerSize
)
95
List->ElementList[index].Container = os_memoryAlloc(hOs,
ContainerSize
);
104
os_memoryFree(hOs,List->ElementList[index].Container,
ContainerSize
);
112
List->
ContainerSize
=
ContainerSize
;
139
os_memoryFree(List->hOs,List->ElementList[index].Container,List->
ContainerSize
);
173
os_memoryZero(List->hOs,List->ElementList[index].Container,List->
ContainerSize
);
GeneralUtilApi.h
64
TI_HANDLE List_create(TI_HANDLE hOs,int MaxNumOfElements,int
ContainerSize
);
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
GeneralUtil.h
63
int
ContainerSize
;
GeneralUtil.c
61
ContainerSize
- The size of the basic data type managed by the list
67
TI_HANDLE List_create(TI_HANDLE hOs,int MaxNumOfElements,int
ContainerSize
)
95
List->ElementList[index].Container = os_memoryAlloc(hOs,
ContainerSize
);
104
os_memoryFree(hOs,List->ElementList[index].Container,
ContainerSize
);
112
List->
ContainerSize
=
ContainerSize
;
139
os_memoryFree(List->hOs,List->ElementList[index].Container,List->
ContainerSize
);
173
os_memoryZero(List->hOs,List->ElementList[index].Container,List->
ContainerSize
);
GeneralUtilApi.h
63
TI_HANDLE List_create(TI_HANDLE hOs,int MaxNumOfElements,int
ContainerSize
);
Completed in 1729 milliseconds