Home
last modified time | relevance | path

Searched defs:element (Results 1 – 25 of 171) sorted by relevance

1234567

/netbsd-src/tests/include/sys/
H A Dt_pslist.c57 struct element { in ATF_TC_BODY() struct
58 unsigned i; in ATF_TC_BODY()
59 struct pslist_entry entry; in ATF_TC_BODY()
70 struct element *element; in ATF_TC_BODY() local
/netbsd-src/external/mpl/dhcp/dist/keama/
H A Ddata.h218 struct element { struct
219 int type; /* element type (ELEMENT_XXX) */ argument
220 int kind; /* element kind (e.g. ROOT_GROUP) */ argument
222 char *key; /* element key (for map) */ argument
225 TAILQ_ENTRY(element) next; /* next item in list or map chain */ argument
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dlangprefs.c68 CFTypeRef element = CFArrayGetValueAtIndex (prefArray, i); in _nl_language_preferences_default() local
98 CFTypeRef element = in _nl_language_preferences_default() local
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dhashtab.c585 htab_find_with_hash (htab_t htab, const void *element, hashval_t hash) in htab_find_with_hash()
619 htab_find (htab_t htab, const void *element) in htab_find()
633 htab_find_slot_with_hash (htab_t htab, const void *element, in htab_find_slot_with_hash()
701 htab_find_slot (htab_t htab, const void *element, enum insert_option insert) in htab_find_slot()
712 htab_remove_elt (htab_t htab, const void *element) in htab_remove_elt()
723 htab_remove_elt_with_hash (htab_t htab, const void *element, hashval_t hash) in htab_remove_elt_with_hash()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dtemplate.c376 unsigned int *element = DPO(data, choice->offset); in _asn1_decode() local
669 const unsigned int *element = DPOC(data, choice->offset); in _asn1_encode() local
768 const unsigned char *element = el->val; in _asn1_length() local
804 const unsigned int *element = DPOC(data, choice->offset); in _asn1_length() local
893 unsigned char *element = el->val; in _asn1_free() local
910 const unsigned int *element = DPOC(data, choice->offset); in _asn1_free() local
H A Dfuzzer.c577 const unsigned int *element = DPOC(data, choice->offset); in _asn1_encode_fuzzer() local
685 const unsigned char *element = el->val; in _asn1_length_fuzzer() local
721 const unsigned int *element = DPOC(data, choice->offset); in _asn1_length_fuzzer() local
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dhashtab.c585 htab_find_with_hash (htab_t htab, const void *element, hashval_t hash) in htab_find_with_hash()
619 htab_find (htab_t htab, const void *element) in htab_find()
633 htab_find_slot_with_hash (htab_t htab, const void *element, in htab_find_slot_with_hash()
701 htab_find_slot (htab_t htab, const void *element, enum insert_option insert) in htab_find_slot()
712 htab_remove_elt (htab_t htab, const void *element) in htab_remove_elt()
723 htab_remove_elt_with_hash (htab_t htab, const void *element, hashval_t hash) in htab_remove_elt_with_hash()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dhashtab.c585 htab_find_with_hash (htab_t htab, const PTR element, hashval_t hash) in htab_find_with_hash()
619 htab_find (htab_t htab, const PTR element) in htab_find()
633 htab_find_slot_with_hash (htab_t htab, const PTR element, in htab_find_slot_with_hash()
701 htab_find_slot (htab_t htab, const PTR element, enum insert_option insert) in htab_find_slot()
712 htab_remove_elt (htab_t htab, const PTR element) in htab_remove_elt()
723 htab_remove_elt_with_hash (htab_t htab, const PTR element, hashval_t hash) in htab_remove_elt_with_hash()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dhashtab.c585 htab_find_with_hash (htab_t htab, const PTR element, hashval_t hash) in htab_find_with_hash()
619 htab_find (htab_t htab, const PTR element) in htab_find()
633 htab_find_slot_with_hash (htab_t htab, const PTR element, in htab_find_slot_with_hash()
701 htab_find_slot (htab_t htab, const PTR element, enum insert_option insert) in htab_find_slot()
712 htab_remove_elt (htab_t htab, const PTR element) in htab_remove_elt()
723 htab_remove_elt_with_hash (htab_t htab, const PTR element, hashval_t hash) in htab_remove_elt_with_hash()
/netbsd-src/lib/libc/stdlib/
H A Dremque.c43 remque(void *element) in remque()
H A Dlsearch.c81 char *element, *end; in linear_base() local
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dspu2vmx.h536 static __inline unsigned char spu_extract(vec_uchar16 a, int element) in spu_extract()
547 static __inline signed char spu_extract(vec_char16 a, int element) in spu_extract()
558 static __inline unsigned short spu_extract(vec_ushort8 a, int element) in spu_extract()
569 static __inline signed short spu_extract(vec_short8 a, int element) in spu_extract()
580 static __inline unsigned int spu_extract(vec_uint4 a, int element) in spu_extract()
591 static __inline signed int spu_extract(vec_int4 a, int element) in spu_extract()
602 static __inline float spu_extract(vec_float4 a, int element) in spu_extract()
613 static __inline unsigned long long spu_extract(vec_ullong2 a, int element) in spu_extract()
624 static __inline signed long long spu_extract(vec_llong2 a, int element) in spu_extract()
635 static __inline double spu_extract(vec_double2 a, int element) in spu_extract()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dspu2vmx.h536 static __inline unsigned char spu_extract(vec_uchar16 a, int element) in spu_extract()
547 static __inline signed char spu_extract(vec_char16 a, int element) in spu_extract()
558 static __inline unsigned short spu_extract(vec_ushort8 a, int element) in spu_extract()
569 static __inline signed short spu_extract(vec_short8 a, int element) in spu_extract()
580 static __inline unsigned int spu_extract(vec_uint4 a, int element) in spu_extract()
591 static __inline signed int spu_extract(vec_int4 a, int element) in spu_extract()
602 static __inline float spu_extract(vec_float4 a, int element) in spu_extract()
613 static __inline unsigned long long spu_extract(vec_ullong2 a, int element) in spu_extract()
624 static __inline signed long long spu_extract(vec_llong2 a, int element) in spu_extract()
635 static __inline double spu_extract(vec_double2 a, int element) in spu_extract()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dhash.c28 htab_insert (htab_t htab, void *element, int replace) in htab_insert()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-phinodes.h45 struct phi_arg_d *element, *root; in phi_arg_index_from_use() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-phinodes.h45 struct phi_arg_d *element, *root; in phi_arg_index_from_use() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h189 unsigned code, ElementDataTy element, DataTy &&...data) { in emit()
199 static void read(ArrayRef<T> buffer, ElementDataTy &element, in read()
274 unsigned code, ElementDataTy element, DataTy... data) { in emit()
/netbsd-src/external/bsd/atf/dist/atf-c++/
H A Dmacros.hpp121 #define ATF_REQUIRE_IN(element, collection) \ argument
124 #define ATF_REQUIRE_NOT_IN(element, collection) \ argument
/netbsd-src/usr.sbin/makefs/cd9660/
H A Dcd9660_debug.c277 debug_dump_to_xml_padded_hex_output(const char *element, unsigned char *buf, in debug_dump_to_xml_padded_hex_output()
341 debug_dump_integer(const char *element, char* buf, int mode) in debug_dump_integer()
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build/share/scan-build/
H A Dsorttable.js374 function dean_addEvent(element, type, handler) { argument
400 function removeEvent(element, type, handler) { argument
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/resources/
H A Dsorttable.js374 function dean_addEvent(element, type, handler) { argument
400 function removeEvent(element, type, handler) { argument
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dsarray.c99 sarray_at_put (struct sarray *array, sidx index, void *element) in sarray_at_put()
202 sarray_at_put_safe (struct sarray *array, sidx index, void *element) in sarray_at_put_safe()
/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Dsarray.c99 sarray_at_put (struct sarray *array, sidx index, void *element) in sarray_at_put()
202 sarray_at_put_safe (struct sarray *array, sidx index, void *element) in sarray_at_put_safe()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dhash.c48 htab_insert (htab_t htab, void *element, int replace) in htab_insert()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-code-entry-handler.cc118 tree element in build_tree_operand() local
157 tree element = build_code_ref (*ref); in build_tree_operand() local
639 tree element in get_tree_cst_for_hsa_operand() local
1042 tree element; in build_output_assignment() local
1109 tree element = build3 (BIT_FIELD_REF, input_element_type, operand, in operator ()() local

1234567