/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/CostModel/X86/ |
D | costmodel.ll | 3 …size -analyze -mtriple=x86_64-unknown-linux-gnu -mcpu=corei7 | FileCheck %s --check-prefix=CODESIZE 25 ; CODESIZE-LABEL: 'foo' 26 ; CODESIZE-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %A1 = alloca i32, align… 27 ; CODESIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %A2 = alloca i64, i64 u… 28 ; CODESIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %I64 = add i64 undef, u… 29 ; CODESIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %1 = load i64, i64* und… 30 ; CODESIZE-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %BC = bitcast i8* undef… 31 ; CODESIZE-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %I2P = inttoptr i64 und… 32 ; CODESIZE-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %P2I = ptrtoint i8* und… 33 ; CODESIZE-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %TC = trunc i64 undef t… [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | codeview-linetables.test | 45 MFUN32: CodeSize: 0xA 64 MFUN32: CodeSize: 0xA 83 MFUN32: CodeSize: 0x14 109 MFUN32-NEXT CodeSize: 0xA 132 MFUN32-NEXT CodeSize: 0xA 155 MFUN32-NEXT CodeSize: 0x14 197 MFUN64: CodeSize: 0xE 212 MFUN64: CodeSize: 0xE 227 MFUN64: CodeSize: 0x18 253 MFUN64-NEXT: CodeSize: 0xE [all …]
|
/external/llvm/test/tools/llvm-readobj/ |
D | codeview-linetables.test | 45 MFUN32: CodeSize: 0xA 64 MFUN32: CodeSize: 0xA 83 MFUN32: CodeSize: 0x14 109 MFUN32-NEXT CodeSize: 0xA 132 MFUN32-NEXT CodeSize: 0xA 155 MFUN32-NEXT CodeSize: 0x14 197 MFUN64: CodeSize: 0xE 212 MFUN64: CodeSize: 0xE 227 MFUN64: CodeSize: 0x18 253 MFUN64-NEXT: CodeSize: 0xE [all …]
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lzw/ |
D | LZWInputStream.java | 46 private int codeSize = DEFAULT_CODE_SIZE; field in LZWInputStream 118 * @param codeSize code size 120 protected void setClearCode(final int codeSize) { in setClearCode() argument 121 clearCode = (1 << (codeSize - 1)); in setClearCode() 171 if (codeSize > 31) { in readNextCode() 174 return (int) in.readBits(codeSize); in readNextCode() 240 return codeSize; in getCodeSize() 248 this.codeSize = cs; in setCodeSize() 252 codeSize++; in incrementCodeSize()
|
/external/adhd/cras/src/common/ |
D | cras_sbc_codec.c | 16 * codesize - The size of one PCM input block in bytes. 21 unsigned int codesize; member 64 while (input_len - processed >= data->codesize && in cras_sbc_encode() 68 data->codesize, in cras_sbc_encode() 87 return data->codesize; in cras_sbc_get_codesize() 120 data->codesize = sbc_get_codesize(&data->sbc); in cras_sbc_codec_create()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/ |
D | fpo-csrs.ll | 77 ; OBJ-NEXT: CodeSize: 0x1E 90 ; OBJ-NEXT: CodeSize: 0x1D 135 ; OBJ-NEXT: CodeSize: 0x29 148 ; OBJ-NEXT: CodeSize: 0x28 160 ; OBJ-NEXT: CodeSize: 0x27 206 ; OBJ-NEXT: CodeSize: 0x34 219 ; OBJ-NEXT: CodeSize: 0x33 231 ; OBJ-NEXT: CodeSize: 0x32 243 ; OBJ-NEXT: CodeSize: 0x31 294 ; OBJ-NEXT: CodeSize: 0x3F [all …]
|
D | multifunction.ll | 160 ; OBJ32: CodeSize: 0x6 177 ; OBJ32: CodeSize: 0x6 194 ; OBJ32: CodeSize: 0x10 207 ; OBJ32-NEXT: CodeSize: 0x6 229 ; OBJ32-NEXT: CodeSize: 0x6 251 ; OBJ32-NEXT: CodeSize: 0x10 440 ; OBJ64: CodeSize: 0xE 454 ; OBJ64: CodeSize: 0xE 468 ; OBJ64: CodeSize: 0x18 481 ; OBJ64-NEXT: CodeSize: 0xE [all …]
|
D | asm.ll | 39 ; OBJ32: CodeSize: 0x6 49 ; OBJ32-NEXT: CodeSize: 0x6 98 ; OBJ64: CodeSize: 0xE 108 ; OBJ64-NEXT: CodeSize: 0xE
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/ |
D | cv-fpo-csrs.s | 70 # OBJ-NEXT: CodeSize: 0x23 83 # OBJ-NEXT: CodeSize: 0x22 95 # OBJ-NEXT: CodeSize: 0x21 107 # OBJ-NEXT: CodeSize: 0x20 119 # OBJ-NEXT: CodeSize: 0x1F 131 # OBJ-NEXT: CodeSize: 0x1C
|
D | cv-fpo-setframe.s | 73 # OBJ-NEXT: CodeSize: 0x23 86 # OBJ-NEXT: CodeSize: 0x22 98 # OBJ-NEXT: CodeSize: 0x20 110 # OBJ-NEXT: CodeSize: 0x1F 122 # OBJ-NEXT: CodeSize: 0x1E 134 # OBJ-NEXT: CodeSize: 0x1D
|
/external/adhd/cras/src/server/ |
D | cras_a2dp_info.c | 75 a2dp->codesize = cras_sbc_get_codesize(a2dp->codec); in init_a2dp() 94 return a2dp->codesize; in a2dp_codesize() 99 return a2dp_bytes / a2dp->frame_length * a2dp->codesize; in a2dp_block_size() 170 if (a2dp->codesize > 0) in a2dp_encode() 171 a2dp->frame_count += processed / a2dp->codesize; in a2dp_encode()
|
D | cras_a2dp_info.h | 17 * codesize - Size of a SBC frame in bytes. 28 int codesize; member 48 * Gets the codesize of the SBC codec.
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/ |
D | Assembler.cpp | 235 explicit TrackingSectionMemoryManager(uintptr_t *CodeSize) in TrackingSectionMemoryManager() argument 236 : CodeSize(CodeSize) {} in TrackingSectionMemoryManager() 241 *CodeSize = Size; in allocateCodeSection() 247 uintptr_t *const CodeSize = nullptr; member in exegesis::__anon40bdd97c0111::TrackingSectionMemoryManager 260 uintptr_t CodeSize = 0; in ExecutableFunction() local 268 llvm::make_unique<TrackingSectionMemoryManager>(&CodeSize)) in ExecutableFunction() 280 CodeSize); in ExecutableFunction()
|
/external/swiftshader/src/Vulkan/ |
D | VkShaderModule.cpp | 24 memcpy(code, pCreateInfo->pCode, pCreateInfo->codeSize); in ShaderModule() 25 wordCount = static_cast<uint32_t>(pCreateInfo->codeSize / sizeof(uint32_t)); in ShaderModule() 35 return pCreateInfo->codeSize; in ComputeRequiredAllocationSize()
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITMemoryManagerTest.cpp | 125 uintptr_t CodeSize = i % 16 + 1; in TEST() local 131 code[i] = MemMgr->allocateCodeSection(CodeSize, Align, i, ""); in TEST() 135 for (unsigned j = 0; j < CodeSize; j++) { in TEST() 154 uintptr_t CodeSize = i % 16 + 1; in TEST() local 157 for (unsigned j = 0; j < CodeSize; j++) { in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITMemoryManagerTest.cpp | 125 uintptr_t CodeSize = i % 16 + 1; in TEST() local 131 code[i] = MemMgr->allocateCodeSection(CodeSize, Align, i, ""); in TEST() 135 for (unsigned j = 0; j < CodeSize; j++) { in TEST() 154 uintptr_t CodeSize = i % 16 + 1; in TEST() local 157 for (unsigned j = 0; j < CodeSize; j++) { in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/PerfJITEvents/ |
D | PerfJITEventListener.cpp | 80 uint64_t CodeSize); 145 uint64_t CodeSize; member 396 uint64_t CodeAddr, uint64_t CodeSize) { in NotifyCode() argument 400 if (CodeSize == 0) in NotifyCode() 407 CodeSize; // and code in NotifyCode() 410 rec.CodeSize = CodeSize; in NotifyCode() 423 Dumpstream->write(reinterpret_cast<const char *>(CodeAddr), CodeSize); in NotifyCode()
|
/external/llvm/test/DebugInfo/COFF/ |
D | multifunction.ll | 158 ; OBJ32: CodeSize: 0x6 173 ; OBJ32: CodeSize: 0x6 188 ; OBJ32: CodeSize: 0x10 201 ; OBJ32-NEXT: CodeSize: 0x6 223 ; OBJ32-NEXT: CodeSize: 0x6 245 ; OBJ32-NEXT: CodeSize: 0x10 427 ; OBJ64: CodeSize: 0xE 442 ; OBJ64: CodeSize: 0xE 457 ; OBJ64: CodeSize: 0x18 470 ; OBJ64-NEXT: CodeSize: 0xE [all …]
|
D | simple.ll | 70 ; OBJ32: CodeSize: 0x6 80 ; OBJ32-NEXT: CodeSize: 0x6 160 ; OBJ64: CodeSize: 0xE 170 ; OBJ64-NEXT: CodeSize: 0xE
|
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/ |
D | GifDecoder.java | 529 …int available, clear, codeMask, codeSize, endOfInformation, inCode, oldCode, bits, code, count, i,… in decodeBitmapData() local 552 codeSize = dataSize + 1; in decodeBitmapData() 553 codeMask = (1 << codeSize) - 1; in decodeBitmapData() 579 while (bits >= codeSize) { in decodeBitmapData() 582 datum >>= codeSize; in decodeBitmapData() local 583 bits -= codeSize; in decodeBitmapData() 588 codeSize = dataSize + 1; in decodeBitmapData() 589 codeMask = (1 << codeSize) - 1; in decodeBitmapData() 628 codeSize++; in decodeBitmapData()
|
/external/libjpeg-turbo/ |
D | jchuff.c | 891 int codesize[257]; /* codesize[k] = code length of symbol k */ in jpeg_gen_optimal_table() local 900 MEMZERO(codesize, sizeof(codesize)); in jpeg_gen_optimal_table() 943 /* Increment the codesize of everything in c1's tree branch */ in jpeg_gen_optimal_table() 944 codesize[c1]++; in jpeg_gen_optimal_table() 947 codesize[c1]++; in jpeg_gen_optimal_table() 952 /* Increment the codesize of everything in c2's tree branch */ in jpeg_gen_optimal_table() 953 codesize[c2]++; in jpeg_gen_optimal_table() 956 codesize[c2]++; in jpeg_gen_optimal_table() 962 if (codesize[i]) { in jpeg_gen_optimal_table() 965 if (codesize[i] > MAX_CLEN) in jpeg_gen_optimal_table() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 310 IO.mapRequired("CodeSize", Obj.CodeSize); in mapping() 327 IO.mapRequired("CodeSize", Lines.CodeSize); in map() 419 Result->setCodeSize(Lines.CodeSize); in toCodeViewSubsection() 517 F.CodeSize = YF.CodeSize; in toCodeViewSubsection() 586 Result->Lines.CodeSize = Lines.header()->CodeSize; in fromCodeViewSubsection() 715 YF.CodeSize = F.CodeSize; in fromCodeViewSubsection()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrFormats.td | 187 let CodeSize = 3; 193 let CodeSize = 3; 199 let CodeSize = 3; 205 let CodeSize = 3; 211 let CodeSize = 3; 218 let CodeSize = 3; 225 let CodeSize = 3; 249 let CodeSize = 3; 255 let CodeSize = 3; 495 let CodeSize = 3;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/Inputs/ |
D | debug-subsections.yaml | 39 CodeSize: 10 83 - CodeSize: 1
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugLinesSubsection.cpp | 106 Header.CodeSize = CodeSize; in commit() 155 void DebugLinesSubsection::setCodeSize(uint32_t Size) { CodeSize = Size; } in setCodeSize()
|