OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uints
(Results
1 - 2
of
2
) sorted by null
/external/ltrace/
printf.c
133
static enum arg_type
uints
[] =
local
143
format_type =
uints
[2 + lng - hlf];
/libcore/luni/src/main/native/
java_math_NativeBN.cpp
405
unsigned int*
uints
= reinterpret_cast<unsigned int*>(ints.get());
local
406
if (
uints
== NULL) {
410
int i = wLen; do { i--;
uints
[i*2+1] = a->d[i] >> 32;
uints
[i*2] = a->d[i]; } while (i > 0);
412
int i = wLen; do { i--;
uints
[i] = a->d[i]; } while (i > 0);
Completed in 172 milliseconds