/external/kernel-headers/original/scsi/ |
D | scsi.h | 222 #define sense_class(sense) (((sense) >> 4) & 0x7) argument 223 #define sense_error(sense) ((sense) & 0xf) argument 224 #define sense_valid(sense) ((sense) & 0x80) argument
|
/external/kernel-headers/modified/scsi/ |
D | scsi.h | 230 #define sense_class(sense) (((sense) >> 4) & 0x7) argument 231 #define sense_error(sense) ((sense) & 0xf) argument 232 #define sense_valid(sense) ((sense) & 0x80) argument
|
/external/libusb/examples/ |
D | xusb.c | 421 uint8_t sense[18]; in get_sense() local 428 memset(sense, 0, sizeof(sense)); in get_sense() 434 …rc = libusb_bulk_transfer(handle, endpoint_in, (unsigned char*)&sense, REQUEST_SENSE_LENGTH, &size… in get_sense() 442 if ((sense[0] != 0x70) && (sense[0] != 0x71)) { in get_sense() 445 perr(" ERROR Sense: %02X %02X %02X\n", sense[2]&0x0F, sense[12], sense[13]); in get_sense()
|
/external/e2fsprogs/tests/f_write_ea_toosmall_extra_isize/ |
D | name | 1 write EA when i_extra_size is too small to make sense
|
/external/vixl/ |
D | .clang-format | 33 # Ideally we would like to allow grouping them when it makes sense. But 34 # `clang-format` cannot know what 'makes sense'.
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | logcat_trace_context.h | 17 #error This file only makes sense to include on Android!
|
/external/iptables/extensions/ |
D | libxt_mac.man | 4 Note that this only makes sense for packets coming from an Ethernet device
|
D | libip6t_frag.man | 8 Fragment header is static and this option doesn't make sense.
|
/external/python/cpython2/Mac/ |
D | Extras.ReadMe.txt | 5 or Unix or another platform, and/or make little sense on a Macintosh.
|
/external/llvm/test/CodeGen/X86/ |
D | atomic128.ll | 33 ; INCLO equivalent comes in in %rsi, so it makes sense it stays there. 56 ; INCLO equivalent comes in in %rsi, so it makes sense it stays there. 80 ; INCLO equivalent comes in in %rsi, so it makes sense it stays there. 104 ; INCLO equivalent comes in in %rsi, so it makes sense it stays there.
|
/external/zlib/src/contrib/iostream3/ |
D | TODO | 7 - Simultaneous read/write access (does it make sense?)
|
/external/ltp/testscripts/build/ |
D | README | 36 functionally makes sense. 58 exercise the following common sense:
|
/external/eigen/doc/ |
D | LeastSquares.dox | 6 of equations, say \a Ax = \a b, has no solutions. In this case, it makes sense to search for the 7 vector \a x which is closest to being a solution, in the sense that the difference \a Ax - \a b is
|
/external/pdfium/third_party/libtiff/ |
D | 0020-unreasonable-td-bitspersample.patch | 10 + /* depths do not make much sense and could be */
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_CodingGuidelines | 6 demonstrates the bug, it makes sense to follow the coding guidelines
|
/external/syslinux/gpxe/src/arch/i386/ |
D | kir-Makefile | 7 # be reduced, so it makes sense to be able to build both the normal
|
/external/libxml2/win32/VC10/ |
D | README.vc10 | 20 Running of "configure.sh" won't make sense since VS doesn't support
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/ |
D | DisplacementMap.txt | 9 …tion evaluates to at each point on the surface. It gives surfaces a great sense of depth and detai…
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-AnInfiniteLoopInDAGCombine.ll | 12 ; the (1) optimization (It doesn't make sense to replace undefined bits
|
/external/clang/test/CodeGenObjC/ |
D | arc-linetable-autorelease.m | 2 // Ensure that the line info is making sense:
|
/external/kernel-headers/original/uapi/linux/ |
D | virtio_scsi.h | 72 __u8 sense[VIRTIO_SCSI_SENSE_SIZE]; member
|
/external/eigen/bench/btl/cmake/ |
D | MacroOptionalAddSubdirectory.cmake | 6 # This makes sense if you want to distribute just one of the subdirs
|
/external/lz4/contrib/djgpp/ |
D | README.MD | 17 …trib/djgpp/Makefile DESTDIR=/home/user/dos install`, however it doesn't make much sense on a \*nix.
|
/external/fio/examples/ |
D | ssd-steadystate.fio | 14 # It's not destructive in the sense that it will ruin the device, but
|
/external/cmockery/cmockery_0_1_2/m4/ |
D | google_namespace.m4 | 6 # when it makes sense -- for instance, when publishing stl-like code -- you
|