OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uvalue
(Results
1 - 4
of
4
) sorted by null
/external/openssl/crypto/bio/
b_print.c
486
unsigned LLONG
uvalue
;
local
495
uvalue
= value;
499
uvalue
= -value;
514
[
uvalue
% (unsigned) base];
515
uvalue
= (
uvalue
/ (unsigned) base);
516
} while (
uvalue
&& (place < (int)sizeof(convert)));
/external/libvpx/nestegg/src/
nestegg.c
585
uint64_t
uvalue
;
local
594
r = ne_bare_read_vint(io, &
uvalue
, &ulength, MASK_FIRST_BIT);
597
*value =
uvalue
- svint_subtr[ulength - 1];
[
all
...]
/external/v8/src/x64/
macro-assembler-x64.cc
846
unsigned int
uvalue
= negative ? -value : value;
848
switch (
uvalue
) {
[
all
...]
/prebuilt/common/jfreechart/
jfreechart-1.0.9.jar
Completed in 111 milliseconds