OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uLimit
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/io/
ustream.cpp
51
const UChar *
uLimit
= us + str.length();
56
ucnv_fromUnicode(converter, &s, sLimit, &us,
uLimit
, 0, FALSE, &errorCode);
90
const UChar *
uLimit
= uBuffer + sizeof(uBuffer)/sizeof(*uBuffer);
116
ucnv_toUnicode(converter, &us,
uLimit
, &s, sLimit, 0, !continueReading, &errorCode);
/hardware/ti/wlan/wl1271/utils/
queue.h
60
TI_HANDLE que_Create (TI_HANDLE hOs, TI_HANDLE hReport, TI_UINT32
uLimit
, TI_UINT32 uNodeHeaderOffset);
queue.c
55
TI_UINT32
uLimit
; /* Upper limit of nodes in queue */
132
* \param
uLimit
- Maximum items to store in queue
137
TI_HANDLE que_Create (TI_HANDLE hOs, TI_HANDLE hReport, TI_UINT32
uLimit
, TI_UINT32 uNodeHeaderOffset)
158
pQue->
uLimit
=
uLimit
;
239
if(pQue->uCount < pQue->
uLimit
)
342
if (pQue->uCount < pQue->
uLimit
)
421
pQue->uCount, pQue->uMaxCount, pQue->
uLimit
, pQue->uOverflow,
/system/wlan/ti/wilink_6_1/utils/
queue.h
59
TI_HANDLE que_Create (TI_HANDLE hOs, TI_HANDLE hReport, TI_UINT32
uLimit
, TI_UINT32 uNodeHeaderOffset);
queue.c
55
TI_UINT32
uLimit
; /* Upper limit of nodes in queue */
132
* \param
uLimit
- Maximum items to store in queue
137
TI_HANDLE que_Create (TI_HANDLE hOs, TI_HANDLE hReport, TI_UINT32
uLimit
, TI_UINT32 uNodeHeaderOffset)
158
pQue->
uLimit
=
uLimit
;
235
if(pQue->uCount < pQue->
uLimit
)
336
if (pQue->uCount < pQue->
uLimit
)
408
pQue->uCount, pQue->uMaxCount, pQue->
uLimit
, pQue->uOverflow,
Completed in 2437 milliseconds