Home
last modified time | relevance | path

Searched refs:lookup_type (Results 1 – 24 of 24) sorted by relevance

/external/mesa3d/src/broadcom/compiler/
Dv3d33_tex.c50 p0_unpacked.lookup_type = TEXTURE_1D_ARRAY; in v3d33_vir_emit_tex()
52 p0_unpacked.lookup_type = TEXTURE_1D; in v3d33_vir_emit_tex()
57 p0_unpacked.lookup_type = TEXTURE_2D_ARRAY; in v3d33_vir_emit_tex()
59 p0_unpacked.lookup_type = TEXTURE_2D; in v3d33_vir_emit_tex()
62 p0_unpacked.lookup_type = TEXTURE_3D; in v3d33_vir_emit_tex()
65 p0_unpacked.lookup_type = TEXTURE_CUBE_MAP; in v3d33_vir_emit_tex()
/external/python/cpython3/Tools/gdb/
Dlibpython.py63 return gdb.lookup_type('char').pointer() # char*
67 return gdb.lookup_type('unsigned char').pointer() # unsigned char*
71 return gdb.lookup_type('unsigned short').pointer()
75 return gdb.lookup_type('unsigned int').pointer()
79 return gdb.lookup_type('void').pointer().sizeof
416 return gdb.lookup_type(cls._typename).pointer()
478 _PyObject_VAR_SIZE._type_size_t = gdb.lookup_type('size_t')
500 type_PyVarObject_ptr = gdb.lookup_type('PyVarObject').pointer()
741 ent_ptr_t = gdb.lookup_type('PyDictKeyEntry').pointer()
807 if gdb.lookup_type('digit').sizeof == 2:
[all …]
/external/libchrome/mojo/public/tools/chrome_ipc/
Dgenerate_mojom.py134 def lookup_type(self, typename): member in Typemap
142 return 'array<%s>' % self.lookup_type(vector_match.groups()[1].strip())
145 return 'map<%s, %s>' % tuple(self.lookup_type(t.strip())
237 return '%s %s' % (typemaps.lookup_type(self.typename), self.name)
/external/python/cpython2/Tools/gdb/
Dlibpython.py62 return gdb.lookup_type('char').pointer() # char*
66 return gdb.lookup_type('unsigned char').pointer() # unsigned char*
70 return gdb.lookup_type('void').pointer().sizeof
390 return gdb.lookup_type(cls._typename).pointer()
450 _PyObject_VAR_SIZE._type_size_t = gdb.lookup_type('size_t')
472 type_PyVarObject_ptr = gdb.lookup_type('PyVarObject').pointer()
805 if gdb.lookup_type('digit').sizeof == 2:
1102 _type_Py_UNICODE = gdb.lookup_type('Py_UNICODE')
/external/harfbuzz_ng/src/
Dhb-ot-layout-common.hh689 unsigned int lookup_type = get_type (); in dispatch() local
690 TRACE_DISPATCH (this, lookup_type); in dispatch()
693 typename context_t::return_t r = get_subtable<TSubTable> (i).dispatch (c, lookup_type); in dispatch()
701 unsigned int lookup_type, in serialize()
707 lookupType.set (lookup_type); in serialize()
726 lookup_type (lookup_type_) {} in SubTableSubsetWrapper()
729 { return subtable.dispatch (c, lookup_type); } in subset()
733 unsigned int lookup_type; member
763 bool sanitize (hb_sanitize_context_t *c, unsigned int lookup_type) const in sanitize()
764 { return this->dispatch (c, lookup_type); } in sanitize()
Dhb-ot-layout-gsub-table.hh1243 typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const in dispatch()
1245 TRACE_DISPATCH (this, lookup_type); in dispatch()
1246 switch (lookup_type) { in dispatch()
1282 static bool lookup_type_is_reverse (unsigned int lookup_type) in lookup_type_is_reverse()
1283 { return lookup_type == SubTable::ReverseChainSingle; } in lookup_type_is_reverse()
Dhb-ot-layout-gpos-table.hh1528 typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const in dispatch()
1530 TRACE_DISPATCH (this, lookup_type); in dispatch()
1531 switch (lookup_type) { in dispatch()
/external/v8/tools/
Dgdb-v8-support.py65 t_u32 = gdb.lookup_type('unsigned int')
66 t_u64 = gdb.lookup_type('unsigned long long')
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramStateTrait.h64 typedef const value_type* lookup_type;
73 static lookup_type Lookup(data_type B, key_type K) {
DProgramState.h378 typename ProgramStateTrait<T>::lookup_type
/external/swiftshader/third_party/llvm-7.0/llvm/utils/gdb-scripts/
Dprettyprinters.py25 return escape_bytes(begin.cast(gdb.lookup_type('char').pointer()), self.val['Size'])
110 gdb.lookup_type('llvm::ErrorInfoBase').pointer()).dereference())
/external/llvm/utils/gdb-scripts/
Dprettyprinters.py11 return begin.cast(gdb.lookup_type("char").pointer()).string(length = end - begin)
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.h240 extern int lookup_type[];
Dunsquash-2.c154 i.mode = lookup_type[header.base.inode_type] | header.base.mode; in read_inode_2()
Dunsquash-1.c100 i.mode = lookup_type[(header.base.inode_type - 1) % in read_inode_1()
Dunsquash-3.c141 i.mode = lookup_type[header.base.inode_type] | header.base.mode; in read_inode_3()
Dunsquash-4.c115 i.mode = lookup_type[header.base.inode_type] | header.base.mode; in read_inode_4()
Dunsquashfs.c84 int lookup_type[] = { variable
/external/skqp/tools/bookmaker/
Ddefinition.cpp145 OpType lookup_type(string typeWord, string name) { in lookup_type() function
201 OpType returnOpType = lookup_type(returnType, className); in parseOperator()
251 OpType paramOpType = lookup_type(paramType, className); in parseOperator()
/external/skia/tools/bookmaker/
Ddefinition.cpp145 OpType lookup_type(string typeWord, string name) { in lookup_type() function
201 OpType returnOpType = lookup_type(returnType, className); in parseOperator()
251 OpType paramOpType = lookup_type(paramType, className); in parseOperator()
/external/fonttools/Lib/fontTools/feaLib/
Dbuilder.py1109 def __init__(self, font, location, table, lookup_type): argument
1113 self.table, self.lookup_type = table, lookup_type
/external/toolchain-utils/dejagnu/gdb_baseline/
Dx86_64-cros-linux-gnu16743 PASS: gdb.python/lib-types.exp: python struct_a = gdb.lookup_type ('struct A')
18222 …ue.exp: python print (bool(gdb.parse_and_eval('base').dynamic_cast(gdb.lookup_type('Derived').poin…
Di686-pc-linux-gnu16475 PASS: gdb.python/lib-types.exp: python struct_a = gdb.lookup_type ('struct A')
17954 …ue.exp: python print (bool(gdb.parse_and_eval('base').dynamic_cast(gdb.lookup_type('Derived').poin…
Darmv7a-cros-linux-gnueabi16373 PASS: gdb.python/lib-types.exp: python struct_a = gdb.lookup_type ('struct A')
17863 …ue.exp: python print (bool(gdb.parse_and_eval('base').dynamic_cast(gdb.lookup_type('Derived').poin…