Home
last modified time | relevance | path

Searched refs:sense (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/external/kernel-headers/original/scsi/
Dscsi.h222 #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/
Dscsi.h230 #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/
Dxusb.c421 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/
Dname1 write EA when i_extra_size is too small to make sense
/external/vixl/
D.clang-format33 # 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/
Dlogcat_trace_context.h17 #error This file only makes sense to include on Android!
/external/iptables/extensions/
Dlibxt_mac.man4 Note that this only makes sense for packets coming from an Ethernet device
Dlibip6t_frag.man8 Fragment header is static and this option doesn't make sense.
/external/python/cpython2/Mac/
DExtras.ReadMe.txt5 or Unix or another platform, and/or make little sense on a Macintosh.
/external/llvm/test/CodeGen/X86/
Datomic128.ll33 ; 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/
DTODO7 - Simultaneous read/write access (does it make sense?)
/external/ltp/testscripts/build/
DREADME36 functionally makes sense.
58 exercise the following common sense:
/external/eigen/doc/
DLeastSquares.dox6 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/
D0020-unreasonable-td-bitspersample.patch10 + /* depths do not make much sense and could be */
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_CodingGuidelines6 demonstrates the bug, it makes sense to follow the coding guidelines
/external/syslinux/gpxe/src/arch/i386/
Dkir-Makefile7 # be reduced, so it makes sense to be able to build both the normal
/external/libxml2/win32/VC10/
DREADME.vc1020 Running of "configure.sh" won't make sense since VS doesn't support
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/
DDisplacementMap.txt9 …tion evaluates to at each point on the surface. It gives surfaces a great sense of depth and detai…
/external/llvm/test/CodeGen/AArch64/
Darm64-AnInfiniteLoopInDAGCombine.ll12 ; the (1) optimization (It doesn't make sense to replace undefined bits
/external/clang/test/CodeGenObjC/
Darc-linetable-autorelease.m2 // Ensure that the line info is making sense:
/external/kernel-headers/original/uapi/linux/
Dvirtio_scsi.h72 __u8 sense[VIRTIO_SCSI_SENSE_SIZE]; member
/external/eigen/bench/btl/cmake/
DMacroOptionalAddSubdirectory.cmake6 # This makes sense if you want to distribute just one of the subdirs
/external/lz4/contrib/djgpp/
DREADME.MD17 …trib/djgpp/Makefile DESTDIR=/home/user/dos install`, however it doesn't make much sense on a \*nix.
/external/fio/examples/
Dssd-steadystate.fio14 # It's not destructive in the sense that it will ruin the device, but
/external/cmockery/cmockery_0_1_2/m4/
Dgoogle_namespace.m46 # when it makes sense -- for instance, when publishing stl-like code -- you

12345678910>>...15