/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
ZFile.java | 235 * Minimum size for the extra field when we have to add one. We rely on the alignment segment 237 * segment. [all...] |
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
Gpt.S | 54 # Initialize segment registers and copy code at 0x0000:0x7c00 to 0x0000:0x0600
193 movw %es, %ds:6(%si) # 06 = Transfer Buffer Segment
213 .word 0x000 # Destination Address segment (To be fixed each times)
|
efi64.asm | 244 ; Segment Not Present causes an error code to be pushed so no phony push necessary
741 Int11String db "0Bh Segment not present -",0
|
st16_64.S | 364 movw %cs,%bx # BX=segment
365 shll $4,%ebx # BX="linear" address of segment base
607 # linear data segment descriptor
616 # linear code segment descriptor
625 # system data segment descriptor
634 # system code segment descriptor
643 # spare segment descriptor
653 # system data segment descriptor
660 .byte 0xCF # G | D | L | AVL | Segment [19..16]
664 # system code segment descriptor [all...] |
st32_64.S | 379 movw %cs,%bx # BX=segment
380 shll $4,%ebx # BX="linear" address of segment base
622 # linear data segment descriptor
631 # linear code segment descriptor
640 # system data segment descriptor
649 # system code segment descriptor
658 # spare segment descriptor
668 # system data segment descriptor
675 .byte 0xCF # G | D | L | AVL | Segment [19..16]
679 # system code segment descriptor [all...] |
start64.S | 371 movw %cs,%bx # BX=segment
372 shll $4,%ebx # BX="linear" address of segment base
614 # linear data segment descriptor
623 # linear code segment descriptor
632 # system data segment descriptor
641 # system code segment descriptor
650 # spare segment descriptor
660 # system data segment descriptor
667 .byte 0xCF # G | D | L | AVL | Segment [19..16]
671 # system code segment descriptor [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ipf/ |
SalApi.h | 161 UINT64 Segment : 8;
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/ |
LegacyBios.h | 91 /// The segment of the entry point within the traditional BIOS for Compatibility16 functions.
101 /// The segment of the entry point within the traditional BIOS for EfiCompatibility
173 /// The segment of the OEM-specific INT table/code.
183 /// The segment of the OEM-specific 32-bit table/code.
193 /// The segment of the OEM-specific 16-bit table/code.
203 /// The segment of the TPM binary passed to 16-bit CSM.
379 UINT16 OpromSegment; ///< The segment where the OpROM was placed. Offset is assumed to be 3.
386 UINT16 RuntimeSegment; ///< The segment where the OpROM can be relocated to. If this value is 0x0000, this
414 /// The segment of the reverse thunk call code.
646 /// Segment:offset address of an ASCIIZ description string describing the manufacturer. [all...] |
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/ |
SmiException.S | 244 .word EXCEPTION_TSS_SEL # TSS Segment selector
432 ## NOTE - modified segment registers could hang the debugger... We
634 ## NOTE - modified segment registers could hang the debugger... We
|
/external/llvm/lib/CodeGen/ |
PHIElimination.cpp | 323 IncomingLI.addSegment(LiveInterval::Segment(MBBStartIndex,
|
MachineBasicBlock.cpp | 892 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); 911 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); [all...] |
RegisterPressure.cpp | [all...] |
/frameworks/native/libs/gui/ |
BufferQueueConsumer.cpp | 740 std::vector<OccupancyTracker::Segment>* outHistory) {
|
/frameworks/native/services/surfaceflinger/ |
Layer.h | 547 virtual std::vector<OccupancyTracker::Segment> getOccupancyHistory(bool /*forceFlush*/) {
|
/prebuilts/jdk/jdk8/darwin-x86/sample/scripting/scriptpad/src/resources/ |
scriptpad.js | 214 var text = new guiPkgs.Segment();
|
/prebuilts/jdk/jdk8/linux-x86/sample/scripting/scriptpad/src/resources/ |
scriptpad.js | 214 var text = new guiPkgs.Segment();
|
/prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.6.0/ |
okio-1.6.0.jar | |
/prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.8.0/ |
okio-1.8.0.jar | |
/prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.9.0/ |
okio-1.9.0.jar | |
/external/deqp/modules/gles31/functional/ |
es31fTessellationTests.cpp | [all...] |
/external/brotli/go/cbrotli/ |
cbrotli_test.go | 218 segment, ok := <-ch 222 if n, err := writer.Write(segment); err != nil || n != len(segment) { 223 errch <- fmt.Errorf("write=%v,%v, want %v,%v", n, err, len(segment), nil) 239 for k, segment := range segments { 240 t.Run(fmt.Sprintf("Segment%d", k), func(t *testing.T) { 242 case ch <- segment: 248 wantLen := len(segment) 250 if n, err := reader.Read(got); err != nil || n != wantLen || !bytes.Equal(got, segment) { 251 t.Fatalf("read[%d]=%q,%v,%v, want %q,%v,%v", k, got, n, err, segment, wantLen, nil [all...] |
/prebuilts/go/darwin-x86/src/debug/dwarf/ |
const.go | 141 AttrSegment: "Segment",
|
/prebuilts/go/darwin-x86/src/debug/macho/ |
file_test.go | 254 case *Segment:
|
/prebuilts/go/linux-x86/src/debug/dwarf/ |
const.go | 141 AttrSegment: "Segment",
|
/prebuilts/go/linux-x86/src/debug/macho/ |
file_test.go | 254 case *Segment:
|