/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/ |
sysfs.h | 31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, }
|
/bionic/libc/kernel/common/linux/ |
device.h | 75 #define BUS_ATTR(_name,_mode,_show,_store) struct bus_attribute bus_attr_##_name = __ATTR(_name,_mode,_show,_store) 100 #define DRIVER_ATTR(_name,_mode,_show,_store) struct driver_attribute driver_attr_##_name = __ATTR(_name,_mode,_show,_store) 130 #define CLASS_ATTR(_name,_mode,_show,_store) struct class_attribute class_attr_##_name = __ATTR(_name,_mode,_show,_store) 137 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##_name = __ATTR(_name,_mode,_show,_store) 175 #define DEVICE_ATTR(_name,_mode,_show,_store) struct device_attribute dev_attr_##_name = __ATTR(_name,_mode,_show,_store [all...] |
sysfs.h | 36 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, }
|
/external/kernel-headers/original/linux/ |
device.h | 82 #define BUS_ATTR(_name,_mode,_show,_store) \ 83 struct bus_attribute bus_attr_##_name = __ATTR(_name,_mode,_show,_store) 123 #define DRIVER_ATTR(_name,_mode,_show,_store) \ 124 struct driver_attribute driver_attr_##_name = __ATTR(_name,_mode,_show,_store) 169 #define CLASS_ATTR(_name,_mode,_show,_store) \ 170 struct class_attribute class_attr_##_name = __ATTR(_name,_mode,_show,_store) 181 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) \ 183 __ATTR(_name,_mode,_show,_store) 294 #define DEVICE_ATTR(_name,_mode,_show,_store) \ 295 struct device_attribute dev_attr_##_name = __ATTR(_name,_mode,_show,_store [all...] |
sysfs.h | 36 #define __ATTR(_name,_mode,_show,_store) { \ 37 .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, \
|
/external/valgrind/main/include/ |
pub_tool_basics.h | 149 Interpretation depends on _mode: 155 When _mode is SysRes_UNIX_OK, _wHI:_wLO holds the result. 156 When _mode is SysRes_UNIX_ERR, _wHI:_wLO holds the error code. 183 SysResMode _mode; member in struct:__anon17096 219 switch (sr._mode) { 227 switch (sr._mode) { 236 switch (sr._mode) { 243 switch (sr._mode) { 250 return sr1._mode == sr2._mode [all...] |
/external/bison/m4/ |
fpending.m4 | 50 '(fp->_Mode & 0x2000 /*_MWRITE*/ ? fp->_Next - fp->_Buf : 0)' \
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/ |
HashList.cs | 64 private EnumerationMode _mode; field in class:Antlr.Runtime.Collections.HashList.HashListEnumerator 82 _mode = mode; 154 if (_mode == EnumerationMode.Key) 156 else if (_mode == EnumerationMode.Value)
|
/external/bison/lib/ |
fseterr.c | 45 fp->_Mode |= 0x200 /* _MERR */;
|
/external/icu4c/test/perf/normperf/ |
normperf.h | 77 QuickCheckPerfFunction(QuickCheckFn func, ULine* srcLines,int32_t srcNumLines, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) { 82 mode = _mode; 87 QuickCheckPerfFunction(QuickCheckFn func, const UChar* source,int32_t sourceLen, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) { 92 mode = _mode;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
libio.h | 334 int _mode; member in struct:_IO_FILE_complete 525 if ((__fp)->_mode == 0) \ 527 (__fp)->_mode = -1; \ 528 __result = (__fp)->_mode; \ 531 __result = _IO_fwide_maybe_incompatible ? -1 : (__fp)->_mode; \
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
libio.h | 334 int _mode; member in struct:_IO_FILE_complete 525 if ((__fp)->_mode == 0) \ 527 (__fp)->_mode = -1; \ 528 __result = (__fp)->_mode; \ 531 __result = _IO_fwide_maybe_incompatible ? -1 : (__fp)->_mode; \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
libio.h | 334 int _mode; member in struct:_IO_FILE_complete 525 if ((__fp)->_mode == 0) \ 527 (__fp)->_mode = -1; \ 528 __result = (__fp)->_mode; \ 531 __result = _IO_fwide_maybe_incompatible ? -1 : (__fp)->_mode; \
|
/external/valgrind/main/coregrind/ |
m_syscall.c | 167 res._mode = 0; /* invalid */ 174 res._mode = isErr ? SysRes_UNIX_ERR : SysRes_UNIX_OK; 180 res._mode = SysRes_MACH; 186 res._mode = SysRes_MDEP; 200 res._mode = 0; /* invalid */ 207 res._mode = isErr ? SysRes_UNIX_ERR : SysRes_UNIX_OK; 213 res._mode = SysRes_MACH; 219 res._mode = SysRes_MDEP; 234 r._mode = SysRes_UNIX_ERR; 242 r._mode = SysRes_UNIX_OK [all...] |
/external/webkit/Source/WebKit/mac/Plugins/ |
WebBaseNetscapePluginView.h | 62 int _mode; variable
|
/external/eigen/Eigen/src/Core/ |
TriangularMatrix.h | 137 template<typename MatrixType, unsigned int _Mode> 138 struct traits<TriangularView<MatrixType, _Mode> > : traits<MatrixType> 146 Mode = _Mode, 158 template<typename _MatrixType, unsigned int _Mode> class TriangularView 159 : public TriangularBase<TriangularView<_MatrixType, _Mode> > 185 Mode = _Mode,
|
/external/openssl/crypto/evp/ |
e_aes.c | 419 flags|EVP_CIPH_##MODE##_MODE, \ 428 flags|EVP_CIPH_##MODE##_MODE, \ 440 (EVP_CIPH_##MODE##_MODE==EVP_CIPH_XTS_MODE?2:1)*keylen/8, ivlen, \ 441 flags|EVP_CIPH_##MODE##_MODE, \ 449 (EVP_CIPH_##MODE##_MODE==EVP_CIPH_XTS_MODE?2:1)*keylen/8, ivlen, \ 450 flags|EVP_CIPH_##MODE##_MODE, \ 464 flags|EVP_CIPH_##MODE##_MODE, \ 476 (EVP_CIPH_##MODE##_MODE==EVP_CIPH_XTS_MODE?2:1)*keylen/8, ivlen, \ 477 flags|EVP_CIPH_##MODE##_MODE, \ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/ |
libgcc.a | 135 ?? ?? ?? # H ?? #6 ?% # p ? E ?
? i E ?
? ' 8 ?% ? ?o ? ? Q W ? ? ?S low ?? # % ?? # ?r s ?' ll ?? ? ?S ? (? 4 ? u (? D v (? d uu *? vv +? w ,r P?R? __w ,r r ? ?? ?? P / ?
/tmp/gcc32/toolchain-src/gcc/gcc-4.4.3/libgcc/../gcc /tmp/gcc32/build/1/gcc/./gcc/include /tmp/gcc32/1/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits /tmp/gcc32/1/i686-linux-glibc2.7-4.4.3/sysroot/usr/include libgcc2.c stddef.h types.h libio.h stdio.h libgcc2.h ?i9?9?vr>\82 ???? | ( 4 AB
IF`
??A? t t 2 u2 3 t3 4 t ? 4 u ? 4 u ~ __muldi3 4 _IO_buf_end DWstruct complex float short int size_t /tmp/gcc32/build/1/gcc/i686-linux/libgcc _offset _IO_write_ptr _flags _IO_buf_base double _lock _markers __unknown__ __quad_t DWunion _IO_write_base float long long int long int /tmp/gcc32/toolchain-src/gcc/gcc-4.4.3/libgcc/../gcc/libgcc2.c high _cur_column _pos _IO_save_end _sbuf _IO_FILE long double unsigned char signed char long long unsigned int unsigned int _IO_marker _shortbuf _IO_read_end _old_offset _chain _unused2 _IO_read_ptr short unsigned int char __float128 _next __pad1 __pad2 __pad3 __pad4 __pad5 SItype long unsigned int complex double _IO_write_end __off64_t _fileno __muldi3 __off_t DItype _IO_backup_base stdin complex long double _flags2 _mode |