OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:leb128
(Results
76 - 100
of
335
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
LEB128.h
1
//===- llvm/Support/
LEB128
.h - [SU]
LEB128
utility functions -----*- C++ -*-===//
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
LEB128.h
1
//===- llvm/Support/
LEB128
.h - [SU]
LEB128
utility functions -----*- C++ -*-===//
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
LEB128.h
1
//===- llvm/Support/
LEB128
.h - [SU]
LEB128
utility functions -----*- C++ -*-===//
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
LEB128.h
1
//===- llvm/Support/
LEB128
.h - [SU]
LEB128
utility functions -----*- C++ -*-===//
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
LEB128.h
1
//===- llvm/Support/
LEB128
.h - [SU]
LEB128
utility functions -----*- C++ -*-===//
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
LEB128.h
1
//===- llvm/Support/
LEB128
.h - [SU]
LEB128
utility functions -----*- C++ -*-===//
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
LEB128.h
1
//===- llvm/Support/
LEB128
.h - [SU]
LEB128
utility functions -----*- C++ -*-===//
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
LEB128.h
1
//===- llvm/Support/
LEB128
.h - [SU]
LEB128
utility functions -----*- C++ -*-===//
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
LEB128.h
1
//===- llvm/Support/
LEB128
.h - [SU]
LEB128
utility functions -----*- C++ -*-===//
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
LEB128.h
1
//===- llvm/Support/
LEB128
.h - [SU]
LEB128
utility functions -----*- C++ -*-===//
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
LEB128.h
1
//===- llvm/Support/
LEB128
.h - [SU]
LEB128
utility functions -----*- C++ -*-===//
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
LEB128.h
1
//===- llvm/Support/
LEB128
.h - [SU]
LEB128
utility functions -----*- C++ -*-===//
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
LEB128.h
1
//===- llvm/Support/
LEB128
.h - [SU]
LEB128
utility functions -----*- C++ -*-===//
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
LEB128.h
1
//===- llvm/Support/
LEB128
.h - [SU]
LEB128
utility functions -----*- C++ -*-===//
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoEncoder.java
46
* <li> signed
LEB128
: initial value for line register.
47
* <li> n instances of signed
LEB128
: string indicies (offset by 1)
361
* Emits the header sequence, which consists of
LEB128
-encoded initial
631
* Emits a string index as an unsigned
LEB128
. The actual value written
654
* Emits a type index as an unsigned
LEB128
. The actual value written
892
* Emits an unsigned
LEB128
value.
/dalvik/dx/src/com/android/dx/dex/file/
DebugInfoEncoder.java
54
* <li> signed
LEB128
: initial value for line register.
55
* <li> n instances of signed
LEB128
: string indicies (offset by 1)
369
* Emits the header sequence, which consists of
LEB128
-encoded initial
643
* Emits a string index as an unsigned
LEB128
. The actual value written
666
* Emits a type index as an unsigned
LEB128
. The actual value written
904
* Emits an unsigned
LEB128
value.
/dalvik/dx/src/com/android/dex/
Dex.java
378
return
Leb128
.readUnsignedLeb128(this);
382
return
Leb128
.readUnsignedLeb128(this) - 1;
386
return
Leb128
.readSignedLeb128(this);
671
Leb128
.writeUnsignedLeb128(this, i);
679
Leb128
.writeSignedLeb128(this, i);
/external/elfutils/libdw/
dwarf.h
329
DW_OP_constu = 0x10, /* Unsigned
LEB128
constant. */
330
DW_OP_consts = 0x11, /* Signed
LEB128
constant. */
348
DW_OP_plus_uconst = 0x23, /* Unsigned
LEB128
addend. */
457
DW_OP_regx = 0x90, /* Unsigned
LEB128
register. */
458
DW_OP_fbreg = 0x91, /* Signed
LEB128
offset. */
/dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java
19
import com.android.dex.
Leb128
;
252
Leb128
.writeUnsignedLeb128(this, value);
263
Leb128
.writeSignedLeb128(this, value);
/art/tools/hiddenapi/
hiddenapi.cc
116
// Locate the
LEB128
-encoded access flags in class data.
118
// until we hit the terminating byte of the previous
Leb128
value.
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp
42
/// EmitSLEB128 - emit the specified signed
leb128
value.
50
/// EmitULEB128 - emit the specified unsigned
leb128
value.
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp
34
/// EmitSLEB128 - emit the specified signed
leb128
value.
57
/// EmitULEB128 - emit the specified signed
leb128
value.
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
unwind.h
260
/*
leb128
type numbers have a potentially unlimited size.
262
is to have efficient data types large enough to hold the
leb128
type
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
unwind.h
260
/*
leb128
type numbers have a potentially unlimited size.
262
is to have efficient data types large enough to hold the
leb128
type
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
unwind.h
260
/*
leb128
type numbers have a potentially unlimited size.
262
is to have efficient data types large enough to hold the
leb128
type
Completed in 1651 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>