/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/ |
debug_addr_address_size_mismatch.s | 20 .long 8 # Length of Unit 22 .byte 1 # DWARF unit type
|
debug_addr_unsupported_version.s | 20 .long 8 # Length of Unit 22 .byte 1 # DWARF unit type
|
debug_addr_version_mismatch.s | 5 # ERR: .debug_addr table at offset 0x0 has version 4 which is different from the version suggested by the DWARF unit header: 5 20 .long 8 # Length of Unit 22 .byte 1 # DWARF unit type
|
debug_loc-OP_addr.s | 47 .long .Lcu_end0-.Lcu_start0 # Length of Unit
|
debug-names-verify-cu-lists.s | 34 .long .Lcu_end0-.Lcu_start0 # Length of Unit 46 .long .Lcu_end1-.Lcu_start1 # Length of Unit 62 .long 0 # Header: compilation unit count 63 .long 0 # Header: local type unit count 64 .long 0 # Header: foreign type unit count 79 .long 2 # Header: compilation unit count 80 .long 0 # Header: local type unit count 81 .long 0 # Header: foreign type unit count 86 .long .Lcu_begin0 # Compilation unit 0 87 .long .Lcu_begin0+1 # Compilation unit [all...] |
debug-names-verify-abbrev-forms.s | 33 .long .Lcu_end0-.Lcu_start0 # Length of Unit 45 .long .Lcu_end1-.Lcu_start1 # Length of Unit 57 .long .Lcu_end2-.Lcu_start2 # Length of Unit 73 .long 1 # Header: compilation unit count 74 .long 0 # Header: local type unit count 75 .long 0 # Header: foreign type unit count 80 .long .Lcu_begin0 # Compilation unit 0 130 .long 2 # Header: compilation unit count 131 .long 0 # Header: local type unit count 132 .long 0 # Header: foreign type unit coun [all...] |
/external/autotest/client/deps/glbench/src/ |
attributefetchtest.cc | 18 virtual const char* Unit() const { return "mvtx_sec"; }
|
/external/llvm/bindings/ocaml/transforms/passmgr_builder/ |
passmgr_builder_ocaml.c | 46 /* t -> unit */ 47 CAMLprim value llvm_pmbuilder_create(value Unit) { 51 /* int -> t -> unit */ 57 /* int -> t -> unit */ 63 /* int -> t -> unit */ 70 /* bool -> t -> unit */ 78 /* bool -> t -> unit */ 86 /* [ `Function ] Llvm.PassManager.t -> t -> unit */ 94 /* [ `Module ] Llvm.PassManager.t -> t -> unit */ 103 internalize:bool -> run_inliner:bool -> t -> unit */ [all...] |
/external/llvm/test/MC/ELF/ |
discriminator.s | 17 .long 34 # Length of Unit
|
/external/perfetto/test/ |
end_to_end_benchmark.cc | 256 ->Unit(benchmark::kMicrosecond) 265 ->Unit(benchmark::kMicrosecond) 274 ->Unit(benchmark::kMicrosecond) 283 ->Unit(benchmark::kMillisecond)
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/transforms/passmgr_builder/ |
passmgr_builder_ocaml.c | 46 /* t -> unit */ 47 CAMLprim value llvm_pmbuilder_create(value Unit) { 51 /* int -> t -> unit */ 57 /* int -> t -> unit */ 63 /* int -> t -> unit */ 70 /* bool -> t -> unit */ 78 /* bool -> t -> unit */ 86 /* [ `Function ] Llvm.PassManager.t -> t -> unit */ 94 /* [ `Module ] Llvm.PassManager.t -> t -> unit */ 103 internalize:bool -> run_inliner:bool -> t -> unit */ [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/ |
discriminator.s | 17 .long 34 # Length of Unit
|
/external/llvm/lib/Fuzzer/ |
FuzzerLoop.cpp | 237 Printf("ALARM: working on the last Unit for %zd seconds\n", Seconds); 320 std::vector<Unit> AdditionalCorpus; 347 std::stable_sort(V->begin(), V->end(), [](const Unit &A, const Unit &B) { 353 void Fuzzer::TruncateUnits(std::vector<Unit> *NewCorpus) { 363 Unit U1(U.begin(), U.begin() + S); 373 std::vector<Unit> NewCorpus; 438 Printf("Slowest unit: %zd s:\n", TimeOfLongestUnitInSeconds); 439 WriteUnitToFileWithPrefix({Data, Data + Size}, "slow-unit-"); 461 // We copy the contents of Unit into a separate heap buffe [all...] |
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv04_context.c | 56 if ((ctx->Texture.Unit[0]._Current && 57 texunit_needs_combiners(&ctx->Texture.Unit[0])) || 58 ctx->Texture.Unit[1]._Current ||
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_maos_arrays.c | 151 GLuint vtx, unit; local 251 for (unit = 0; unit < ctx->Const.MaxTextureUnits; unit++) { 252 if (inputs & VERT_BIT_TEX(unit)) { 253 if (!rmesa->tcl.tex[unit].buf) 256 (char *)VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->data, 257 VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->size, 258 VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->stride, 262 vfmt |= RADEON_ST_BIT(unit); [all...] |
/frameworks/base/cmds/idmap2/idmap2/ |
Lookup.cpp | 59 using android::idmap2::Unit; 160 Result<Unit> Lookup(const std::vector<std::string>& args) { 244 return Unit{};
|
Scan.cpp | 51 using android::idmap2::Unit; 122 Result<Unit> Scan(const std::vector<std::string>& args) { 232 return Unit{};
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
DWARFEmitter.cpp | 141 void onStartCompileUnit(const DWARFYAML::Unit &CU) override { 154 void onStartDIE(const DWARFYAML::Unit &CU, 318 virtual void onStartCompileUnit(DWARFYAML::Unit &CU) { Length = 7; } 320 virtual void onEndCompileUnit(DWARFYAML::Unit &CU) { 324 virtual void onStartDIE(DWARFYAML::Unit &CU, DWARFYAML::Entry &DIE) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cfi-verify/X86/Inputs/ |
unprotected-fullinfo.s | 262 .long 187 # Length of Unit 354 .long .Lcu_begin0 # Offset of Compilation Unit Info 355 .long 191 # Compilation Unit Length 368 .long .Lcu_begin0 # Offset of Compilation Unit Info 369 .long 191 # Compilation Unit Length
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_texstate.c | 214 * Texture unit state management 217 static GLboolean r200UpdateTextureEnv( struct gl_context *ctx, int unit, int slot, GLuint replaceargs ) 220 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit]; 230 fprintf( stderr, "%s( %p, %d )\n", __func__, (void *)ctx, unit ); 240 color_scale |= ((rmesa->state.texture.unit[unit].outputreg + 1) << R200_TXC_OUTPUT_REG_SHIFT) | 241 (unit << R200_TXC_TFACTOR_SEL_SHIFT) | 243 alpha_scale |= ((rmesa->state.texture.unit[unit].outputreg + 1) << R200_TXA_OUTPUT_REG_SHIFT) [all...] |
/external/clang/lib/Frontend/ |
ASTUnit.cpp | 764 /// of all macros that have been defined by the translation unit. 820 ASTUnit &Unit; 825 : Unit(_Unit), Hash(Hash) { 841 Unit.addTopLevelDecl(D); 847 Unit.addFileLevelDecl(D); 869 return Unit.getASTMutationListener(); 873 return Unit.getDeserializationListener(); 879 ASTUnit &Unit; 885 Unit.getCurrentTopLevelHashValue())); 887 Unit, Unit.getCurrentTopLevelHashValue()) [all...] |
/external/mesa3d/src/mesa/program/ |
prog_statevars.c | 213 /* state[1] is the texture unit */ 214 const GLuint unit = (GLuint) state[1]; local 218 COPY_4V(value, ctx->Texture.Unit[unit].GenS.EyePlane); 221 COPY_4V(value, ctx->Texture.Unit[unit].GenT.EyePlane); 224 COPY_4V(value, ctx->Texture.Unit[unit].GenR.EyePlane); 227 COPY_4V(value, ctx->Texture.Unit[unit].GenQ.EyePlane) 249 const GLuint unit = (GLuint) state[1]; local [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_triangle.c | 129 ctx->Texture.Unit[0].CurrentTex[TEXTURE_2D_INDEX]; \ 187 ctx->Texture.Unit[0].CurrentTex[TEXTURE_2D_INDEX]; \ 542 struct gl_texture_unit *unit = ctx->Texture.Unit+0; \ 544 ctx->Texture.Unit[0].CurrentTex[TEXTURE_2D_INDEX]; \ 557 info.envmode = unit->EnvMode; \ 565 info.er = FloatToFixed(unit->EnvColor[RCOMP] * CHAN_MAXF); \ 566 info.eg = FloatToFixed(unit->EnvColor[GCOMP] * CHAN_MAXF); \ 567 info.eb = FloatToFixed(unit->EnvColor[BCOMP] * CHAN_MAXF); \ 568 info.ea = FloatToFixed(unit->EnvColor[ACOMP] * CHAN_MAXF); [all...] |
/external/eigen/Eigen/src/Core/ |
CwiseNullaryOp.h | 796 /** \returns an expression of the i-th unit (basis) vector. 800 * \sa MatrixBase::Unit(Index), MatrixBase::UnitX(), MatrixBase::UnitY(), MatrixBase::UnitZ(), MatrixBase::UnitW() 803 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const typename MatrixBase<Derived>::BasisReturnType MatrixBase<Derived>::Unit(Index newSize, Index i) 809 /** \returns an expression of the i-th unit (basis) vector. 815 * \sa MatrixBase::Unit(Index,Index), MatrixBase::UnitX(), MatrixBase::UnitY(), MatrixBase::UnitZ(), MatrixBase::UnitW() 818 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const typename MatrixBase<Derived>::BasisReturnType MatrixBase<Derived>::Unit(Index i) 824 /** \returns an expression of the X axis unit vector (1{,0}^*) 828 * \sa MatrixBase::Unit(Index,Index), MatrixBase::Unit(Index), MatrixBase::UnitY(), MatrixBase::UnitZ(), MatrixBase::UnitW() 832 { return Derived::Unit(0); [all...] |
/frameworks/base/cmds/idmap2/libidmap2/ |
Idmap.cpp | 145 Result<Unit> IdmapHeader::IsUpToDate() const { 184 return Unit{}; 281 Result<Unit> CheckOverlayable(const LoadedPackage& target_package, 293 ? Result<Unit>({}) 319 return Result<Unit>({}); 425 Result<Unit> success =
|