OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:offset_high
(Results
1 - 8
of
8
) sorted by null
/art/libartbase/base/
mem_map_windows.cc
117
DWORD
offset_high
= static_cast<DWORD>(file_offset >> 32);
local
119
DWORD
offset_high
= static_cast<DWORD>(0);
local
121
void* view_address = MapViewOfFile(handle, view_access,
offset_high
, offset_low, map_length);
/external/curl/lib/
smb.h
208
unsigned int
offset_high
;
member in struct:smb_read
224
unsigned int
offset_high
;
member in struct:smb_write
/external/python/cpython3/Modules/
overlapped.c
1215
"TransmitFile(socket, file, offset,
offset_high
, "
1226
DWORD
offset_high
local
[
all
...]
/external/v8/src/mips64/
assembler-mips64.cc
2320
int16_t
offset_high
= static_cast<uint16_t>(src.offset() >> 16);
local
[
all
...]
/art/compiler/optimizing/
code_generator_mips.cc
7051
int16_t
offset_high
= High16Bits(offset - offset_low); \/\/ Accounts for sign
local
7197
int16_t
offset_high
= High16Bits(offset - offset_low); \/\/ Accounts for sign extension in lw.
local
[
all
...]
/art/compiler/utils/mips/
assembler_mips.cc
4567
int16_t
offset_high
= High16Bits(offset);
local
[
all
...]
/art/compiler/utils/mips64/
assembler_mips64.cc
3430
int16_t
offset_high
= High16Bits(offset);
local
[
all
...]
/external/v8/src/mips/
assembler-mips.cc
2161
int16_t
offset_high
= static_cast<uint16_t>(src.offset() >> 16);
local
[
all
...]
Completed in 4646 milliseconds