/external/syslinux/dos/ |
D | argv.c | 57 int nulls; in __parse_argv() local 63 nulls = 0; in __parse_argv() 66 nulls++; in __parse_argv() 68 nulls = 0; in __parse_argv() 69 } while (nulls < 2); in __parse_argv()
|
/external/llvm/lib/MC/MCDisassembler/ |
D | MCDisassembler.cpp | 23 raw_ostream &cStream = CommentStream ? *CommentStream : nulls(); in tryAddingSymbolicOperand() 32 raw_ostream &cStream = CommentStream ? *CommentStream : nulls(); in tryAddingPcLoadReferenceComment()
|
D | Disassembler.cpp | 254 /*REMOVE*/ nulls(), Annotations); in LLVMDisasmInstruction()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_debug.cpp | 308 nulls(), nulls())) { 310 nulls())) {
|
/external/gptfdisk/ |
D | basicmbr.h | 33 uint16_t nulls; member 46 uint16_t nulls; variable
|
D | basicmbr.cc | 80 nulls = orig.nulls; in operator =() 164 nulls = tempMBR.nulls; in ReadMBRData() 176 ReverseBytes(&nulls, 2); in ReadMBRData() 354 tempMBR.nulls = nulls; in WriteMBRData() 422 ReverseBytes(&mbr.nulls, 2); in WriteMBRData() 446 ReverseBytes(&mbr.nulls, 2); in WriteMBRData() 988 nulls = 0; in EmptyBootloader()
|
D | mbr.cc | 57 nulls = 0; in MakeProtectiveMBR()
|
/external/llvm/tools/llvm-mc/ |
D | Disassembler.cpp | 50 /*REMOVE*/ nulls(), nulls()); in PrintInsts()
|
/external/llvm/tools/llvm-dwarfdump/fuzzer/ |
D | llvm-dwarfdump-fuzzer.cpp | 35 DICtx->dump(nulls(), DIDT_All); in LLVMFuzzerTestOneInput()
|
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 278 raw_ostream &DebugOut = DebugFlag ? dbgs() : nulls(); in DisassembleObject() 280 raw_ostream &DebugOut = nulls(); in DisassembleObject() 287 DebugOut, nulls())) { in DisassembleObject()
|
D | MachODump.cpp | 338 raw_ostream &DebugOut = DebugFlag ? dbgs() : nulls(); in DisassembleInputMachO() 340 raw_ostream &DebugOut = nulls(); in DisassembleInputMachO() 456 DebugOut, nulls())) { in DisassembleInputMachO()
|
D | MCFunction.cpp | 56 if (DisAsm->getInstruction(Inst, Size, Region, Index, DebugOut, nulls())){ in createFunctionFromMC()
|
/external/swiftshader/third_party/LLVM/tools/llvm-mc/ |
D | Disassembler.cpp | 71 /*REMOVE*/ nulls(), nulls()); in PrintInsts()
|
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/ |
D | EDDisassembler.cpp | 148 ErrorStream(nulls()), in EDDisassembler() 249 ErrorStream, nulls()); in createInst()
|
D | Disassembler.cpp | 145 /*REMOVE*/ nulls(), DC->CommentStream); in LLVMDisasmInstruction()
|
/external/llvm/tools/llvm-pdbdump/fuzzer/ |
D | llvm-pdbdump-fuzzer.cpp | 49 ScopedPrinter P(nulls()); in LLVMFuzzerTestOneInput()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | raw_ostream.h | 416 raw_ostream &nulls();
|
/external/llvm/include/llvm/Support/ |
D | raw_ostream.h | 442 raw_ostream &nulls();
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/ |
D | X86Disassembler.cpp | 122 if (&vStream == &nulls()) in getInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXMCAsmStreamer.cpp | 90 return nulls(); // Discard comments unless in verbose asm mode. in GetCommentOS()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldChecker.cpp | 673 Dis->getInstruction(Inst, Size, SectionBytes, 0, nulls(), nulls()); in decodeInst()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | raw_ostream.cpp | 662 raw_ostream &llvm::nulls() { in nulls() function in llvm
|
/external/clang/tools/driver/ |
D | driver.cpp | 179 OS = &llvm::nulls(); in ApplyQAOverride()
|
/external/llvm/lib/Support/ |
D | raw_ostream.cpp | 738 raw_ostream &llvm::nulls() { in nulls() function in llvm
|
/external/llvm/tools/sancov/ |
D | sancov.cc | 405 SectionAddr + Index, nulls(), nulls())) { in getObjectCoveragePoints()
|