OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dLength
(Results
1 - 3
of
3
) sorted by null
/external/libusb/examples/
ezusb.c
568
uint32_t dCheckSum, dExpectedCheckSum, dAddress, i, dLen,
dLength
;
629
if ((fread(&
dLength
, sizeof(uint32_t), 1, image) != 1) || // read
dLength
635
if (
dLength
== 0)
639
dImageBuf = (uint32_t*)calloc(
dLength
, sizeof(uint32_t));
647
if (fread(dImageBuf, sizeof(uint32_t),
dLength
, image) !=
dLength
) {
653
for (i = 0; i <
dLength
; i++)
655
dLength
<<= 2; // convert to Byte length
658
while (
dLength
> 0)
[
all
...]
/external/icu/icu4c/source/test/cintltst/
ucsdetst.c
124
int32_t byteLength = 0, sLength = 0,
dLength
= 0;
147
dLength
= ucsdet_getUChars(match, detected, sLength, &status);
149
if (u_strCompare(detected,
dLength
, s, sLength, FALSE) != 0) {
/external/icu/icu4c/source/test/intltest/
csdetest.cpp
190
int32_t
dLength
= 0;
218
dLength
= ucsdet_getUChars(matches[0], decoded, testLength, &status);
220
if (testString.compare(decoded,
dLength
) != 0) {
[
all
...]
Completed in 5612 milliseconds