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

1 2

  /toolchain/binutils/binutils-2.27/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>
adj-jump.s 74 _table: label
  /toolchain/binutils/binutils-2.27/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...]
  /external/python/cpython2/Lib/
symtable.py 40 self._table = raw_table
50 if self._table.name == "global":
54 self._table.name,
58 if self._table.type == _symtable.TYPE_MODULE:
60 if self._table.type == _symtable.TYPE_FUNCTION:
62 if self._table.type == _symtable.TYPE_CLASS:
64 assert self._table.type in (1, 2, 3), \
65 "unexpected type: {0}".format(self._table.type)
68 return self._table.id
71 return self._table.nam
    [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/python/cpython3/Lib/
symtable.py 40 self._table = raw_table
50 if self._table.name == "global":
54 self._table.name,
58 if self._table.type == _symtable.TYPE_MODULE:
60 if self._table.type == _symtable.TYPE_FUNCTION:
62 if self._table.type == _symtable.TYPE_CLASS:
64 assert self._table.type in (1, 2, 3), \
65 "unexpected type: {0}".format(self._table.type)
68 return self._table.id
71 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 127 self._table = table
146 ['content', 'query', '--uri', 'content://%s' % self._table],
155 ['content', 'query', '--uri', 'content://%s' % self._table,
168 ['content', 'update', '--uri', 'content://%s' % self._table,
174 ['content', 'insert', '--uri', 'content://%s' % self._table,
181 ['content', 'delete', '--uri', 'content://%s' % self._table,
  /external/freetype/src/otvalid/
otvcommn.h 73 #define OTV_OPTIONAL_TABLE( _table ) FT_UShort _table; \
74 FT_Bytes _table ## _p
76 #define OTV_OPTIONAL_TABLE32( _table ) FT_ULong _table; \
77 FT_Bytes _table ## _p
  /external/tensorflow/tensorflow/python/ops/
lookup_ops.py 771 self._table = table
772 name = name or self._table.name
777 self._table = None
794 if self._table:
795 return self._table.init
814 if self._table is not None:
815 return self._table.table_ref
821 if self._table:
822 tsize = self._table.size(scope)
861 if self._table and (self._table.key_dtype.base_dtype == dtypes.int64)
    [all...]
  /external/toolchain-utils/cros_utils/
tabulator.py 787 self._table = table
796 for row in self._table[1:]:
835 if table_type == 'summary' and all_failed and len(self._table) == 2:
836 labels_row = self._table[0]
880 colspan = max(1, max(len(row) for row in self._table))
904 for row in self._table:
912 for label in self._table[0]:
975 self._table = table
983 for row in self._table:
997 if len(self._table) < 2
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_log.py 518 self._table = defaultdict(list)
522 self._table[key].append(value)
533 self._table.items())
537 return self._table.items()
  /external/tensorflow/tensorflow/contrib/slim/python/slim/data/
tfexample_decoder.py 237 self._table = table
243 return self._table.lookup(unmapped_tensor)
  /external/syslinux/gpxe/src/drivers/net/
tg3.c     [all...]
  /external/syslinux/com32/lua/src/
dmi.c 45 All (*table_fn)() have to be named as get_<tabel_name>_table() for this
52 add_dmi_sub_table(pLua_state, pDmi, #tb_name, get_ ## tb_name ## _table);
  /external/libunwind/doc/
libunwind-dynamic.tex 109 \Const{UNW\_INFO\_FORMAT\_TABLE}, or
110 \Const{UNW\_INFO\_FORMAT\_REMOTE\_TABLE}.
116 \item[\Type{unw\_dyn\_table\_info\_t} \Var{ti}] This member is used
117 for format \Const{UNW\_INFO\_FORMAT\_TABLE}.
118 \item[\Type{unw\_dyn\_remote\_table\_info\_t} \Var{rti}] This member
119 is used for format \Const{UNW\_INFO\_FORMAT\_REMOTE\_TABLE}.
165 is described by a structure of type \Type{unw\_dyn\_table\_info}.

Completed in 630 milliseconds

1 2