HomeSort by relevance Sort by last modified time
    Searched full:_mode (Results 101 - 125 of 177) sorted by null

1 2 3 45 6 7 8

  /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??  ?Slow??# %??#?rs?'ll????S?(?4?u(?Dv(?duu*?vv+?w,rP?R?__w,rr?????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/includelibgcc2.cstddef.htypes.hlibio.hstdio.hlibgcc2.h?i9?9?vr>\82????| (4AB IF` ??A?tt2u23t34t ? 4u?4u~__muldi34  _IO_buf_endDWstructcomplex floatshort intsize_t/tmp/gcc32/build/1/gcc/i686-linux/libgcc_offset_IO_write_ptr_flags_IO_buf_basedouble_lock_markers__unknown____quad_tDWunion_IO_write_basefloatlong long intlong int/tmp/gcc32/toolchain-src/gcc/gcc-4.4.3/libgcc/../gcc/libgcc2.chigh_cur_column_pos_IO_save_end_sbuf_IO_FILElong doubleunsigned charsigned charlong long unsigned intunsigned int_IO_marker_shortbuf_IO_read_end_old_offset_chain_unused2_IO_read_ptrshort unsigned intchar__float128_next__pad1__pad2__pad3__pad4__pad5SItypelong unsigned intcomplex double_IO_write_end__off64_t_fileno__muldi3__off_tDItype_IO_backup_basestdincomplex long double_flags2_mode_IO_read_base_vtable_offset_IO_save_baseGNU C 4.4.3stdout_IO_lock_tGCC: (GNU) 4.4.3.symtab.strtab.shstrtab.text.data.bss.debug_abbrev.rel.debug_info.rel.debug_line.rel.debug_frame.debug_loc.rel.debug_pubnames.rel.debug_aranges.debug_ranges.debug_str.comment.note.GNU-stack@4!t't,tM>?: pN?TJ t^(@Z | kh?z?v ? ?  ? ??+ ?0K?d ?v v ?? ???    4libgcc2.c__muldi3    !- : A H O V ] d k r y ~ ? ? ? ? ? ? ? ?    . = L [ j y ? ? ? ? ? ? ? ?    - < K Z j q } ? ? ? ? ? ?      ! ( D s ? ??? ? ? ? ?  <_negdi2.o/ 1316764851 28587 5000 100640 4816 `
296 ?? ?? ??# T??# B?%#p? E? ?i E? ?'8?%??o?!?Q c?? ?Slow??# 1??#?rs?'ll????S?E?0?uE?DuuG?wH?P?R?r?????L/? /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/includelibgcc2.cstddef.htypes.hlibio.hstdio.hlibgcc2.h??=9??G?????| (0AB GI[ ??A?tt.u./t/0t?0u?~__negdi20_IO_buf_end_old_offsetDWstructcomplex floatshort intsize_t/tmp/gcc32/build/1/gcc/i686-linux/libgcc_offset_IO_write_ptr_flags_IO_buf_basedouble_markers__unknown____quad_tDWunion_IO_write_basefloatlong long int_locklong int/tmp/gcc32/toolchain-src/gcc/gcc-4.4.3/libgcc/../gcc/libgcc2.chigh_cur_column_pos_IO_save_end_sbuf_IO_FILElong doubleunsigned charsigned charlong long unsigned intunsigned int_IO_marker_shortbuf_IO_read_end_chain_unused2_IO_read_ptrshort unsigned intchar__float128_next__pad1__pad2__pad3__pad4__pad5SItypelong unsigned intcomplex double_IO_write_end__off64_t_fileno__off_tDItype_IO_backup_basestdincomplex long double_flags2_mode_IO_read_base_vtable_offset__negdi2_IO_save_baseGNU C 4.4.3stdout_IO_lock_tGCC: (GNU) 4.4.3.symtab.strtab.shstrtab.text.data.bss.debug_abbrev.rel.debug_info.rel.debug_line.rel.debug_frame.debug_loc.rel.debug_pubnames.rel.debug_aranges.debug_str.comment.note.GNU-stack@0!p'p,pF>??: @`N?PJ ?^?@Z ? k,dz?v ? ?? ? ??0???
458 H ??A?F ttIuIJtJPtP^u?P?u ?!P?R?!;u?R?A^u?R??.V.KuK^V!2PKRP8DP?W?Z^P?W?7?__lshrdi3^_IO_buf_end_old_offsetDWstructcomplex floatshort intsize_t/tmp/gcc32/build/1/gcc/i686-linux/libgcc_offset_IO_write_ptr_flags_IO_buf_basedouble_markers__unknown____quad_tshift_count_typeDWunion_IO_write_basefloatlong long int_locklong int/tmp/gcc32/toolchain-src/gcc/gcc-4.4.3/libgcc/../gcc/libgcc2.chigh_cur_column_pos_IO_save_end_sbuf_IO_FILElong doubleunsigned charsigned charlong long unsigned intunsigned int_IO_marker_shortbuf_IO_read_end_chain_unused2_IO_read_ptrshort unsigned intcharUSItype__lshrdi3_next__pad1__pad2__pad3__pad4__pad5__float128SItypelong unsigned intcomplex double_IO_write_end__off64_t_fileno__off_tDItype_IO_backup_basestdincomplex long double_flags2carries_mode_IO_read_base_vtable_offset_IO_save_baseGNU C 4.4.3stdout_IO_lock_tGCC: (GNU) 4.4.3.symtab.strtab.shstrtab.text.data.bss.debug_abbrev.rel.debug_info.rel.debug_line.rel.debug_frame.debug_loc.rel.debug_pubnames.rel.debug_aranges.debug_str.comment.note.GNU-stack@^!?'?,?\>?7: ??N3^J t^?DZ | k?#z? v ? ? ? ??0; ;?v ?? ? ?? ???    ^libgcc2.c__lshrdi3    !- : A H O V ] d k r y ~ ? ? ? ? ? ? ? ?    . = L [ j y ? ? ? ? ? ? ? ?    - < K Z j q } ? ? ? ? ? ?      ' , 3 > Z ? ? ??? ? ? ? ? ??  * <_ashldi3.o/ 1316764851 28587 5000 100640 5332 `
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libssp.so 
libssp.so.0 
libssp.so.0.0.0 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/
libssp.so 
libssp.so.0 
libssp.so.0.0.0 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/
libmpfr.a 183  mpfr_check_range__off_t_IO_read_ptr_chainsize_t_shortbufmpfr_erangeflag_pmpfr_get_emaxmpfr_overflow_pmpfr_get_emin_min_IO_buf_basempfr_prec_tmpfr_set_underflowmpfr_clear_underflowlong long unsigned int_mpfr_precGNU C 4.4.3GMP_RNDDmpfr_clear_overflowmpfr_clear_inexflagGMP_RNDNlong long intsigned charGMP_RNDU_mpfr_expGMP_RNDZ_fileno_IO_read_end../mpfr-2.4.1/exceptions.csignlong int_flags_IO_buf_end_cur_column__quad_tdoublempfr_underflow_p_old_offset_offset__gmpfr_flagsmpfr_underflowGMP_RNDNAGMP_RND_MAXmpfr_rnd_t_IO_markerstdinunsigned intmpfr_ptr_mpfr_dlong unsigned intexponent_IO_write_ptrrnd_mode_sbufshort unsigned intmpfr_clear_erangeflag_IO_save_base/tmp/gcc32/build/1/mpfr/build_lock_flags2_modestdoutlong double__gmpfr_emaxmpfr_overflow_IO_write_end__gmpfr_emininex_IO_lock_t_IO_FILEmpfr_set_inexflag_posmpfr_clear_flags_markersunsigned charshort intmpfr_inexflag_pmpfr_nanflag_pmp_limb_tmpfr_get_emin_max_vtable_offsetmpfr_set_overflowmpfr_set_nanflag_mpfr_signmpfr_set_emaxmpfr_set_erangeflagmpfr_get_emax_maxcharmpfr_set_eminmpfr_get_emax_minmpfr_clear_nanflag_next__off64_t_IO_read_base_IO_save_end__pad1__pad2__pad3__pad4__pad5_unused2mpfr_sign_tmp_exp_t_IO_backup_base__mpfr_structmpfr_get_emin_IO_write_baseGCC: (Ubuntu 4.4.3-4ubuntu5) 4.4.3????| ?
469 ZZa? ibP# ?c[# ?d3# Fe# /fft}???  ?N? N?4NZdN%?1?@1?t1@d1%F?"5?y">,p"?ni"0??$E?%E&(3?????9?? ../mpfr-2.4.1/usr/include/bits/usr/lib/gcc/x86_64-linux-gnu/4.4.3/include/usr/include/tmp/gcc32/1/i686-linux-glibc2.7-4.4.3/includeextract.cstring3.hstddef.htypes.hlibio.hstdio.hgmp.hmpfr.h""V0V=W<?/???=?/??Y?@&Ytt5u'?'?V??u?2V25u'?'?W??u ?3W35u '?'/Q/5u\S??S??S ERm{R??R??P??R??P??R??R?R"*R?Gmpfr_extract5__off_t_IO_read_ptr_chainsize_psize_t_shortbuf__ch_IO_buf_basempfr_prec_tlong long unsigned int_mpfr_prec__srcGNU C 4.4.3long long intsigned charmpfr_extract_mpfr_expmp_size_t_fileno_IO_read_endlong inttwo_i_flags_IO_buf_end_cur_column__quad_tdouble_old_offset_offset_IO_markerstdinunsigned int_mpfr_dlong unsigned int_IO_write_ptr_sbufmpfr_srcptrshort unsigned int_IO_save_base/tmp/gcc32/build/1/mpfr/build_mp_size_lock_flags2_modestdoutlong double../mpfr-2.4.1/extract.c_IO_write_end__desttwo_i_2_IO_lock_t_IO_FILE_pos_mp_d_markersunsigned charshort int__lenmp_limb_t_vtable_offset_mpfr_signmpz_ptrchar_mp_alloc_next__off64_t_IO_read_basememcpy_IO_save_end__pad1__pad2__pad3__pad4__pad5_unused2memsetmpfr_sign_tmp_exp_t_IO_backup_base__mpfr_struct__mpz_struct_IO_write_baseGCC: (Ubuntu 4.4.3-4ubuntu5) 4.4.3????| ?5AG? M???.symtab.strtab.shstrtab.rel.text.data.bss.debug_abbrev.rel.debug_info.rel.debug_line.debug_loc.rel.debug_pubnames.rel.debug_aranges.debug_str.comment.note.GNU-stack.rel.debug_frame@5 ? %x+x0x7B??> R{=N ^?zm2
648 X?>VRpXd <= 1024.0../mpfr-2.4.1/uceil_exp2.c?D?tt?u?"u`?u ?"?u`$X?__gmpfr_ceil_exp2?__off64_t_IO_read_endsize_t_IO_FILE_IO_write_base_IO_buf_end__pad2__pad3_IO_read_ptr__pad5unsigned int/tmp/gcc32/build/1/mpfr/build_offset_mode_chain_IO_save_baseunsigned charlong unsigned intshort unsigned intstdin_IO_save_end_IO_lock_t_markers_pos__gmpfr_ceil_exp2double_flags2_sbuf__quad_t_old_offset_lock_IO_marker_cur_columnlong long unsigned int_fileno_IO_buf_base_vtable_offset../mpfr-2.4.1/uceil_exp2.c__off_t_unused2long long intstdoutGNU C 4.4.3char_IO_write_endshort int_IO_backup_base_flags__pad1long int_IO_write_ptr__pad4long doublesigned char_IO_read_base_next_shortbufGCC: (Ubuntu 4.4.3-4ubuntu5) 4.4.3????| ??AB? .symtab.strtab.shstrtab.rel.text.data.bss.debug_abbrev.rel.debug_info.rel.debug_line.rodata.str1.1.rodata.cst4.debug_loc.rel.debug_pubnames.rel.debug_aranges.debug_str.comment.note.GNU-stack.rel.debug_frame@? ((% + 0  BX> PRo?N X^2P'mxz?^??(? ` ? ? h?0&??0? $?? ?? ,? x? ??0 ?1??
    [all...]

Completed in 704 milliseconds

1 2 3 45 6 7 8