Searched defs:extra (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | file.cpp | 118 fd_t extra = CreateFileMapping(fd, NULL, prot, size >> 32, size & 0xffffffff, nullptr); in FileMap() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | bit_memory_region.h | 171 T extra = data[index + (shift + (length - 1)) / width]; in Read() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | bit_memory_region.h | 174 T extra = data[index + (shift + (length - 1)) / width]; in Read() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | elf_checker.cpp | 156 …apAddress, int64_t offset, size_t maxsize, ElfCommand cmd, Elf* parent, ElfKind kind, size_t extra) in ElfAllocate()
|