Home
last modified time | relevance | path

Searched defs:elt (Results 1 – 25 of 62) sorted by relevance

123

/external/clang/test/CodeGenCXX/
Dnew-overflow.cpp12 typedef A elt; typedef
34 typedef A elt[100]; typedef
58 typedef A elt[100]; typedef
84 typedef A elt; typedef
103 typedef A elt; typedef
123 typedef A elt; typedef
145 typedef A elt[100]; typedef
168 typedef A elt; typedef
193 typedef A elt; typedef
/external/python/cpython2/Lib/compiler/
Dmisc.py16 def __contains__(self, elt): argument
18 def add(self, elt): argument
22 def has_elt(self, elt): argument
24 def remove(self, elt): argument
37 def push(self, elt): argument
/external/mesa3d/src/util/
Dslab.c89 slab_free_orphaned(struct slab_element_header *elt) in slab_free_orphaned()
154 struct slab_element_header *elt = slab_get_element(pool->parent, page, i); in slab_destroy_child() local
160 struct slab_element_header *elt = pool->migrated; in slab_destroy_child() local
168 struct slab_element_header *elt = pool->free; in slab_destroy_child() local
187 struct slab_element_header *elt = slab_get_element(pool->parent, page, i); in slab_add_new_page() local
210 struct slab_element_header *elt; in slab_alloc() local
246 struct slab_element_header *elt = ((struct slab_element_header*)ptr - 1); in slab_free() local
/external/webrtc/webrtc/libjingle/xmllite/
Dxmlprinter_unittest.cc28 XmlElement elt(QName("google:test", "first")); in TEST() local
35 XmlElement elt(QName("google:test", "first")); in TEST() local
Dxmlelement_unittest.cc30 XmlElement elt(QName("google:test", "first")); in TEST() local
38 XmlElement elt(QName("google:test", "root"), true); in TEST() local
64 XmlElement elt(QName("", "root")); in TEST() local
123 XmlElement elt(QName("", "root")); in TEST() local
/external/libxml2/os400/
Drpgsupport.c247 __htmlDefaultSubelement(const htmlElemDesc * elt) in __htmlDefaultSubelement()
256 const htmlElemDesc * elt) in __htmlElementAllowedHereDesc()
264 __htmlRequiredAttrs(const htmlElemDesc * elt) in __htmlRequiredAttrs()
/external/libxml2/include/libxml/
DHTMLparser.h279 #define htmlDefaultSubelement(elt) elt->defaultsubelt argument
290 #define htmlElementAllowedHereDesc(parent,elt) \ argument
298 #define htmlRequiredAttrs(elt) (elt)->attrs_req argument
/external/scapy/scapy/
Dplist.py47 def _elt2pkt(self, elt): argument
49 def _elt2sum(self, elt): argument
51 def _elt2show(self, elt): argument
545 def _elt2pkt(self, elt): argument
547 def _elt2sum(self, elt): argument
/external/mesa3d/prebuilt-intermediates/main/
Denums.c7393 enum_elt *elt; in _mesa_enum_to_string() local
/external/libffi/src/powerpc/
Dffi_linux64.c113 unsigned int elt, elnum; in ffi_prep_cif_linux64_core() local
453 unsigned int elt, elnum; in ffi_prep_args64() local
752 unsigned int elt, elnum; in ffi_closure_helper_LINUX64() local
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Dffi_linux64.c113 unsigned int elt, elnum; in ffi_prep_cif_linux64_core() local
453 unsigned int elt, elnum; in ffi_prep_args64() local
752 unsigned int elt, elnum; in ffi_closure_helper_LINUX64() local
/external/tcpdump/
Dprint-domain.c133 int bitlen, elt; in labellen() local
154 int elt; in ns_nprint() local
/external/mesa3d/src/mesa/math/
Dm_vector.c44 _mesa_vector4f_clean_elem( GLvector4f *vec, GLuint count, GLuint elt ) in _mesa_vector4f_clean_elem()
/external/elfutils/libdw/
Ddwarf_getaranges.c270 struct arangelist *elt = sortaranges[i]; in dwarf_getaranges() local
/external/mesa3d/src/mesa/vbo/
Dvbo_split_copy.c243 elt(struct copy_context *copy, GLuint elt_idx) in elt() function
245 GLuint elt = copy->srcelt[elt_idx] + copy->prim->basevertex; in elt() local
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ra_init.cpp150 unsigned elt = 0; in find_free_bit() local
187 unsigned elt = 0; in find_free_chans() local
222 unsigned elt = 0; in find_free_chan_by_mask() local
/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_sse.c1094 struct x86_reg elt = p->idx_ESI; in init_inputs() local
1166 unsigned index_size, unsigned var_idx, struct x86_reg elt) in get_buffer_ptr()
1377 struct x86_reg elt = !index_size ? p->idx_ESI : x86_deref(p->idx_ESI); in build_vertex_emit() local
/external/capstone/arch/AArch64/
DAArch64AddressingModes.h119 static inline uint64_t ror(uint64_t elt, unsigned size) in ror()
/external/libchrome/base/json/
Djson_value_serializer_unittest.cc82 Value* elt = nullptr; in ValidateJsonList() local
385 Value* elt = nullptr; in TEST() local
/external/adhd/cras/src/common/
Dutlist.h133 #define LL_SEARCH(head, out, elt, cmp) \ argument
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
Dffi.c809 static int rec_vfp_type_p (ffi_type *t, int *elt, int *elnum) in rec_vfp_type_p()
855 int elt, elnum; in vfp_type_p() local
/external/libffi/src/arm/
Dffi.c809 static int rec_vfp_type_p (ffi_type *t, int *elt, int *elnum) in rec_vfp_type_p()
855 int elt, elnum; in vfp_type_p() local
/external/v8/src/
Dstring-builder.cc62 Object* elt = fixed_array->get(i); in StringBuilderConcatLength() local
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x500/style/
DIETFUtils.java27 private static String unescape(String elt) in unescape()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
DIETFUtils.java23 private static String unescape(String elt) in unescape()

123