OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:high_bits
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/base/containers/
hash_tables.h
142
std::size_t
high_bits
= static_cast<std::size_t>(
local
144
return
high_bits
;
177
std::size_t
high_bits
= static_cast<std::size_t>(
local
179
return
high_bits
;
/external/chromium_org/v8/test/cctest/
test-log-stack-tracer.cc
140
int64_t
high_bits
= *reinterpret_cast<uint64_t*>(*args[1]);
local
141
Address fp = reinterpret_cast<Address>(
high_bits
| low_bits);
221
int32_t
high_bits
= static_cast<int32_t>(fp >> 32);
local
223
args.This()->Set(v8_str("
high_bits
"), v8_num(
high_bits
));
252
" %s(fp.low_bits, fp.
high_bits
);"
/external/v8/test/cctest/
test-log-stack-tracer.cc
139
int64_t
high_bits
= *reinterpret_cast<uint64_t*>(*args[1]);
local
140
Address fp = reinterpret_cast<Address>(
high_bits
| low_bits);
231
int32_t
high_bits
= static_cast<int32_t>(fp >> 32);
local
233
args.This()->Set(v8_str("
high_bits
"), v8_num(
high_bits
));
260
" %s(fp.low_bits, fp.
high_bits
);"
/external/libvorbis/doc/
08-residue.tex
196
2) [
high_bits
] = 0
199
5) if ( [bitflag] is set ) then [
high_bits
] = read five bits as unsigned integer
200
6) vector [residue_cascade] element [i] = [
high_bits
] * 8 + [low_bits]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py
451
high_bits
= obj >> 31 # note that Python shift sign-extends
452
if
high_bits
== 0 or
high_bits
== -1:
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py
451
high_bits
= obj >> 31 # note that Python shift sign-extends
452
if
high_bits
== 0 or
high_bits
== -1:
[
all
...]
Completed in 124 milliseconds