OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ulength
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/leveldatabase/src/table/
format.cc
120
size_t
ulength
= 0;
local
121
if (!port::Snappy_GetUncompressedLength(data, n, &
ulength
)) {
125
char* ubuf = new char[
ulength
];
132
result->data = Slice(ubuf,
ulength
);
/external/libvpx/libvpx/third_party/nestegg/src/
nestegg.c
603
uint64_t
ulength
;
local
611
r = ne_bare_read_vint(io, &uvalue, &
ulength
, MASK_FIRST_BIT);
614
*value = uvalue - svint_subtr[
ulength
- 1];
616
*length =
ulength
;
[
all
...]
Completed in 222 milliseconds