OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:needbytes
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/src/
appSec.c
224
uint32_t
needBytes
;
239
needBytes
= sizeof(*image);
241
needBytes
+= sizeof(*signHdr);
243
needBytes
+= sizeof(*encrHdr);
245
*needBytesOut =
needBytes
;
247
if (
needBytes
> state->haveBytes)
263
BL.blSha2processBytes(&state->sha, state->dataBytes,
needBytes
);
439
uint32_t
needBytes
;
452
needBytes
= 0;
453
ret = appSecProcessIncomingHdr(state, &
needBytes
);
[
all
...]
/external/icu/icu4c/source/i18n/
decNumber.c
674
Int
needbytes
=D2U(d)*sizeof(Unit);\/* bytes needed *\/
local
950
uInt
needbytes
; \/* for space calculations *\/
local
1129
uInt
needbytes
; \/* for space calculations *\/
local
1417
uInt
needbytes
; \/* for space calculations *\/
local
1987
uInt
needbytes
; \/* buffer size needed *\/
local
2840
Int
needbytes
; \/* work *\/
local
4876
Int
needbytes
; \/* size calculator *\/
local
5268
uInt
needbytes
; \/* for space calculations *\/
local
5629
uInt
needbytes
; \/* for space calculations *\/
local
[
all
...]
Completed in 128 milliseconds