HomeSort by relevance Sort by last modified time
    Searched refs:_table (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
relax-direct.s 21 adca _table+2
22 adcb _table+3
23 adda _table+4
24 addb _table+5
25 addd _table+6
26 anda _table+7
27 andb _table+8
28 cmpa _table+9
29 cmpb _table+10
30 cpd _table+1
81 _table: label
    [all...]
relax-direct.d 18 0+8013 <F1\+0x4> addd \*0x0+cc <_table\+0x9a>
20 0+8018 <F1\+0x9> adca \*0x0+34 <_table\+0x2>
21 0+801a <F1\+0xb> adcb \*0x0+35 <_table\+0x3>
22 0+801c <F1\+0xd> adda \*0x0+36 <_table\+0x4>
23 0+801e <F1\+0xf> addb \*0x0+37 <_table\+0x5>
24 0+8020 <F1\+0x11> addd \*0x0+38 <_table\+0x6>
25 0+8022 <F1\+0x13> anda \*0x0+39 <_table\+0x7>
26 0+8024 <F1\+0x15> andb \*0x0+3a <_table\+0x8>
27 0+8026 <F1\+0x17> cmpa \*0x0+3b <_table\+0x9>
28 0+8028 <F1\+0x19> cmpb \*0x0+3c <_table\+0xa
    [all...]
adj-brset.s 30 brset *_table,#7,L5
31 brset *_table+10,#95,L7
34 brclr *_table+1,#8,L6
35 brset *_table+11,#94,L8
38 brclr *_table+1,#8,L6
51 _table: label
adj-brset.d 23 0+8032 <L5\+0x2> brset \*0x0+32 <_table>, \#0x07, 0x0+8030 <L5>
24 0+8036 <L5\+0x6> brset \*0x0+3c <_table\+0xa>, \#0x5f, 0x0+8044 <L7>
26 0+803c <L6\+0x2> brclr \*0x0+33 <_table\+0x1>, \#0x08, 0x0+803a <L6>
27 0+8040 <L6\+0x6> brset \*0x0+3d <_table\+0xb>, \#0x5e, 0x0+804a <L8>
29 0+8046 <L7\+0x2> brclr \*0x0+33 <_table\+0x1>, \#0x08, 0x0+803a <L6>
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
bug-1825.s 37 ldd _table,pc
38 addd _table+2,pc
39 subd _table+4,pc
40 addd _table+8,pc
41 addd _table+12,pc
42 addd _table+16,pc
45 _table: label
47 leax _table,sp ; 16-bit absolute reloc
48 leay _table,x
49 leax _table,
    [all...]
bug-1825.d 100 ldd _table,pc
101 540: ec cf ldd 0xf,PC \{0x551 <_table>\}
102 addd _table\+2,pc
103 542: e3 cf addd 0xf,PC \{0x553 <_table\+0x2>\}
104 subd _table\+4,pc
105 544: a3 cf subd 0xf,PC \{0x555 <_table\+0x4>\}
106 addd _table\+8,pc
107 546: e3 f8 10 addd 0x10,PC \{0x559 <_table\+0x8>\}
108 addd _table\+12,pc
109 549: e3 f8 11 addd 0x11,PC \{0x55d <_table\+0xc>\
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
symtable.py 43 self._table = raw_table
53 if self._table.name == "global":
57 self._table.name,
61 if self._table.type == _symtable.TYPE_MODULE:
63 if self._table.type == _symtable.TYPE_FUNCTION:
65 if self._table.type == _symtable.TYPE_CLASS:
67 assert self._table.type in (1, 2, 3), \
68 "unexpected type: {0}".format(self._table.type)
71 return self._table.id
74 return self._table.name
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
symtable.py 43 self._table = raw_table
53 if self._table.name == "global":
57 self._table.name,
61 if self._table.type == _symtable.TYPE_MODULE:
63 if self._table.type == _symtable.TYPE_FUNCTION:
65 if self._table.type == _symtable.TYPE_CLASS:
67 assert self._table.type in (1, 2, 3), \
68 "unexpected type: {0}".format(self._table.type)
71 return self._table.id
74 return self._table.nam
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
symtable.py 43 self._table = raw_table
53 if self._table.name == "global":
57 self._table.name,
61 if self._table.type == _symtable.TYPE_MODULE:
63 if self._table.type == _symtable.TYPE_FUNCTION:
65 if self._table.type == _symtable.TYPE_CLASS:
67 assert self._table.type in (1, 2, 3), \
68 "unexpected type: {0}".format(self._table.type)
71 return self._table.id
74 return self._table.nam
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py 43 self._table = raw_table
53 if self._table.name == "global":
57 self._table.name,
61 if self._table.type == _symtable.TYPE_MODULE:
63 if self._table.type == _symtable.TYPE_FUNCTION:
65 if self._table.type == _symtable.TYPE_CLASS:
67 assert self._table.type in (1, 2, 3), \
68 "unexpected type: {0}".format(self._table.type)
71 return self._table.id
74 return self._table.nam
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py 43 self._table = raw_table
53 if self._table.name == "global":
57 self._table.name,
61 if self._table.type == _symtable.TYPE_MODULE:
63 if self._table.type == _symtable.TYPE_FUNCTION:
65 if self._table.type == _symtable.TYPE_CLASS:
67 assert self._table.type in (1, 2, 3), \
68 "unexpected type: {0}".format(self._table.type)
71 return self._table.id
74 return self._table.nam
    [all...]
  /external/tpm2/generator/
extract_structures.py 42 self._table = tpm_table.Table()
63 return self._table
103 self._table.ProcessTable()
104 self._table.Init()
123 self._table.Init(self._title)
129 self._table.NewRow()
132 self._table.NewRow()
134 self._table.NewCell()
138 if tag == 'table' and self._table.InProgress():
146 self._table.AddData(self._Normalize(data)
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/
efi.h 106 * @v _table EFI configuration table name
110 #define EFI_USE_TABLE( _table, _ptr, _required ) \
111 struct efi_config_table __ ## _table __efi_config_table = { \
112 .u.guid = _table ## _GUID, \
  /external/chromium-trace/catapult/devil/devil/android/
settings.py 123 self._table = table
144 ['content', 'query', '--uri', 'content://%s' % self._table],
163 ['content', 'query', '--uri', 'content://%s' % self._table,
170 ['content', 'update', '--uri', 'content://%s' % self._table,
176 ['content', 'insert', '--uri', 'content://%s' % self._table,
183 ['content', 'delete', '--uri', 'content://%s' % self._table,
  /external/libvorbis/doc/
10-tables.tex 6 \subsection{floor1\_inverse\_dB\_table} \label{vorbis:spec:floor1:inverse:dB:table}
  /external/toolchain-utils/cros_utils/
tabulator.py 782 self._table = table
791 for row in self._table[1:]:
830 if table_type == 'summary' and all_failed and len(self._table) == 2:
831 labels_row = self._table[0]
875 colspan = max(1, max(len(row) for row in self._table))
899 for row in self._table:
907 for label in self._table[0]:
970 self._table = table
978 for row in self._table:
992 if len(self._table) < 2
    [all...]
  /development/ndk/platforms/android-9/include/linux/
module.h 71 #define MODULE_GENERIC_TABLE(gtype,name) extern const struct gtype##_id __mod_##gtype##_table __attribute__ ((unused, alias(__stringify(name))))
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
module.h 71 #define MODULE_GENERIC_TABLE(gtype,name) extern const struct gtype##_id __mod_##gtype##_table __attribute__ ((unused, alias(__stringify(name))))
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
module.h 71 #define MODULE_GENERIC_TABLE(gtype,name) extern const struct gtype##_id __mod_##gtype##_table __attribute__ ((unused, alias(__stringify(name))))
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
module.h 71 #define MODULE_GENERIC_TABLE(gtype,name) extern const struct gtype##_id __mod_##gtype##_table __attribute__ ((unused, alias(__stringify(name))))
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
module.h 71 #define MODULE_GENERIC_TABLE(gtype,name) extern const struct gtype##_id __mod_##gtype##_table __attribute__ ((unused, alias(__stringify(name))))
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
module.h 71 #define MODULE_GENERIC_TABLE(gtype,name) extern const struct gtype##_id __mod_##gtype##_table __attribute__ ((unused, alias(__stringify(name))))
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
module.h 71 #define MODULE_GENERIC_TABLE(gtype,name) extern const struct gtype##_id __mod_##gtype##_table __attribute__ ((unused, alias(__stringify(name))))
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
module.h 71 #define MODULE_GENERIC_TABLE(gtype,name) extern const struct gtype##_id __mod_##gtype##_table __attribute__ ((unused, alias(__stringify(name))))
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
module.h 71 #define MODULE_GENERIC_TABLE(gtype,name) extern const struct gtype##_id __mod_##gtype##_table __attribute__ ((unused, alias(__stringify(name))))

Completed in 529 milliseconds

1 2 3 4