Home
last modified time | relevance | path

Searched +defs:type +defs:array (Results 1 – 25 of 227) sorted by relevance

12345678910

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Dipcio.cc201 int type = readByte (req); in readAVal() local
217 Vector<Vector<int>*> *array = new Vector<Vector<int>*>(len); in readAVal() local
224 Vector<int> *array = new Vector<int>(len); in readAVal() local
233 Vector<Vector<long long>*> *array = new Vector<Vector<long long>*>(len); in readAVal() local
240 Vector<long long> *array = new Vector<long long>(len); in readAVal() local
249 Vector<Vector<double>*> *array = new Vector<Vector<double>*>(len); in readAVal() local
256 Vector<double> *array = new Vector<double>(len); in readAVal() local
265 Vector < Vector<bool>*> *array = new Vector < Vector<bool>*>(len); in readAVal() local
272 Vector<bool> *array = new Vector<bool>(len); in readAVal() local
281 Vector<Vector<char>*> *array = new Vector<Vector<char>*>(len); in readAVal() local
[all …]
/netbsd-src/sys/compat/freebsd/
H A Dfreebsd_file.c56 #define ARRAY_LENGTH(array) (sizeof(array)/sizeof(array[0])) argument
61 convert_from_freebsd_mount_type(int type) in convert_from_freebsd_mount_type()
100 const char *type; in freebsd_sys_mount() local
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dipcio.cc208 int type = readByte (req); in readAVal() local
224 Vector<Vector<int>*> *array = new Vector<Vector<int>*>(len); in readAVal() local
231 Vector<int> *array = new Vector<int>(len); in readAVal() local
240 Vector<Vector<long long>*> *array = new Vector<Vector<long long>*>(len); in readAVal() local
247 Vector<long long> *array = new Vector<long long>(len); in readAVal() local
256 Vector<Vector<double>*> *array = new Vector<Vector<double>*>(len); in readAVal() local
263 Vector<double> *array = new Vector<double>(len); in readAVal() local
272 Vector < Vector<bool>*> *array = new Vector < Vector<bool>*>(len); in readAVal() local
279 Vector<bool> *array = new Vector<bool>(len); in readAVal() local
288 Vector<Vector<char>*> *array = new Vector<Vector<char>*>(len); in readAVal() local
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/include/openssl/
H A Dbase.h20 # define OPENSSL_ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) argument
72 #define BORINGSSL_MAKE_DELETER(type, deleter) \ argument
82 #define BORINGSSL_MAKE_STACK_DELETER(type, deleter) \ argument
/netbsd-src/usr.bin/dc/
H A Dbcode.h50 struct array *array; member
51 enum stacktype type; member
54 struct array { struct
55 struct value *data;
56 size_t size;
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dnsec.c43 dns_nsec_setbit(unsigned char *array, unsigned int type, unsigned int bit) { in dns_nsec_setbit()
57 dns_nsec_isset(const unsigned char *array, unsigned int type) { in dns_nsec_isset()
215 dns_nsec_typepresent(dns_rdata_t *nsec, dns_rdatatype_t type) { in dns_nsec_typepresent()
312 dns_nsec_noexistnodata(dns_rdatatype_t type, const dns_name_t *name, in dns_nsec_noexistnodata()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dnsec.c43 dns_nsec_setbit(unsigned char *array, unsigned int type, unsigned int bit) { in dns_nsec_setbit() argument
57 dns_nsec_isset(const unsigned char *array, unsigned int type) { in dns_nsec_isset() argument
215 dns_nsec_typepresent(dns_rdata_t * nsec,dns_rdatatype_t type) dns_nsec_typepresent() argument
340 dns_nsec_noexistnodata(dns_rdatatype_t type,const dns_name_t * name,const dns_name_t * nsecname,dns_rdataset_t * nsecset,bool * exists,bool * data,dns_name_t * wild,dns_nseclog_t logit,void * arg) dns_nsec_noexistnodata() argument
[all...]
/netbsd-src/external/gpl2/dtc/dist/
H A Ddtc-parser.y39 } array; member
361 enum markertype type = TYPE_UINT32; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-convert.cc222 convert (tree type, tree expr) in convert()
330 d_convert (tree type, tree exp) in d_convert()
419 tree type = build_ctype (totype); in convert_expr() local
508 tree type = build_ctype (totype); in convert_expr() local
669 tree array = d_save_expr (TREE_OPERAND (ptr, 0)); in convert_for_rvalue() local
782 convert_for_condition (tree expr, Type *type) in convert_for_condition()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ubsan.c43 tree type = TREE_TYPE (op0); in ubsan_instrument_division() local
254 tree type = TREE_TYPE (size); in ubsan_instrument_vla() local
299 ubsan_instrument_bounds (location_t loc, tree array, tree *index, in ubsan_instrument_bounds()
302 tree type = TREE_TYPE (array); in ubsan_instrument_bounds() local
413 tree type = TREE_TYPE (ptype); in ubsan_maybe_instrument_reference_or_call() local
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ubsan.cc43 tree type = TREE_TYPE (op0); in ubsan_instrument_division() local
281 tree type = TREE_TYPE (size); in ubsan_instrument_vla() local
326 ubsan_instrument_bounds (location_t loc, tree array, tree *index, in ubsan_instrument_bounds()
329 tree type = TREE_TYPE (array); in ubsan_instrument_bounds() local
440 tree type = TREE_TYPE (ptype); in ubsan_maybe_instrument_reference_or_call() local
/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
449 Array.forEach = function(array, block, context) { 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
449 Array.forEach = function(array, block, context) { argument
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Djson.d94 array, /// ditto enumerator
137 @property JSONType type() const pure nothrow @safe @nogc in type() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-convert.cc222 convert (tree type, tree expr) in convert()
330 d_convert (tree type, tree exp) in d_convert()
419 tree type = build_ctype (totype); in convert_expr() local
508 tree type = build_ctype (totype); in convert_expr() local
678 tree array = d_save_expr (TREE_OPERAND (ptr, 0)); in convert_for_rvalue() local
726 Type *type = NULL; in check_valist_conversion() local
876 convert_for_condition (tree expr, Type *type) in convert_for_condition()
/netbsd-src/external/mpl/dhcp/dist/includes/omapip/
H A Domapip.h52 omapi_datatype_t type; member
162 #define OMAPI_OBJECT_ALLOC(name, stype, type) \ argument
181 #define OMAPI_OBJECT_ALLOC_DECL(name, stype, type) \ argument
244 #define omapi_array_foreach_begin(array, stype, var) \ argument
258 #define omapi_array_foreach_end(array, stype, var) \ argument
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dinfo.h65 #define add_pointer_to_array(pointer, idx, array, slots, grow, type) \ argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h262 unsigned code, const ArrayTy &array) { in emit()
291 static void read(ArrayRef<T> buffer, ArrayTy &array) { in read()
324 using type = typename last_type<Tail...>::type; member
/netbsd-src/external/bsd/libfido2/dist/src/
H A Dcbor.c541 cbor_item_t *array = NULL; in cbor_encode_pubkey_list() local
567 cbor_item_t *array = NULL; in cbor_encode_str_array() local
911 char *type = NULL; in cbor_decode_fmt() local
1035 cbor_decode_pubkey(const cbor_item_t *item, int *type, void *key) in cbor_decode_pubkey()
1139 char *type = NULL; in decode_cred_extension() local
1227 char *type = NULL; in decode_assert_extension() local
1660 cbor_array_append(cbor_item_t **array, cbor_item_t *item) in cbor_array_append()
1686 cbor_array_drop(cbor_item_t **array, size_t idx) in cbor_array_drop()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dsimplify.cc120 get_kind (bt type, gfc_expr *k, const char *name, int default_kind) in get_kind()
277 gfc_is_size_zero_array (gfc_expr *array) in gfc_is_size_zero_array()
304 init_result_expr (gfc_expr *e, int init, gfc_expr *array) in init_result_expr()
449 transformational_result (gfc_expr *array, gfc_expr *dim, bt type, in transformational_result()
514 simplify_transformation_to_scalar (gfc_expr *result, gfc_expr *array, gfc_expr *mask, in simplify_transformation_to_scalar()
563 simplify_transformation_to_array (gfc_expr *result, gfc_expr *array, gfc_expr *dim, in simplify_transformation_to_array()
702 simplify_transformation (gfc_expr *array, gfc_expr *dim, gfc_expr *mask, in simplify_transformation()
2072 gfc_simplify_cshift (gfc_expr *array, gfc_expr *shift, gfc_expr *dim) in gfc_simplify_cshift()
2475 gfc_simplify_eoshift (gfc_expr *array, gfc_expr *shift, gfc_expr *boundary, in gfc_simplify_eoshift()
3312 gfc_simplify_iall (gfc_expr *array, gfc_expr *dim, gfc_expr *mask) in gfc_simplify_iall()
[all …]
H A Dcheck.cc488 type_check (gfc_expr *e, int n, bt type) in type_check()
636 kind_check (gfc_expr *k, int n, bt type) in kind_check()
715 logical_array_check (gfc_expr *array, int n) in logical_array_check()
1076 dim_corank_check (gfc_expr *dim, gfc_expr *array) in dim_corank_check()
1109 dim_rank_check (gfc_expr *dim, gfc_expr *array, int allow_assumed) in dim_rank_check()
1261 check_a_kind (gfc_expr *a, gfc_expr *kind, bt type) in check_a_kind()
1363 gfc_check_allocated (gfc_expr *array) in gfc_check_allocated()
2479 gfc_check_cshift (gfc_expr *array, gfc_expr *shift, gfc_expr *dim) in gfc_check_cshift()
2746 gfc_check_eoshift (gfc_expr *array, gfc_expr *shift, gfc_expr *boundary, in gfc_check_eoshift()
3391 gfc_check_lbound (gfc_expr *array, gfc_expr *dim, gfc_expr *kind) in gfc_check_lbound()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsimplify.c120 get_kind (bt type, gfc_expr *k, const char *name, int default_kind) in get_kind()
245 gfc_is_size_zero_array (gfc_expr *array) in gfc_is_size_zero_array()
272 init_result_expr (gfc_expr *e, int init, gfc_expr *array) in init_result_expr()
417 transformational_result (gfc_expr *array, gfc_expr *dim, bt type, in transformational_result()
482 simplify_transformation_to_scalar (gfc_expr *result, gfc_expr *array, gfc_expr *mask, in simplify_transformation_to_scalar()
531 simplify_transformation_to_array (gfc_expr *result, gfc_expr *array, gfc_expr *dim, in simplify_transformation_to_array()
670 simplify_transformation (gfc_expr *array, gfc_expr *dim, gfc_expr *mask, in simplify_transformation()
2040 gfc_simplify_cshift (gfc_expr *array, gfc_expr *shift, gfc_expr *dim) in gfc_simplify_cshift()
2442 gfc_simplify_eoshift (gfc_expr *array, gfc_expr *shift, gfc_expr *boundary, in gfc_simplify_eoshift()
3279 gfc_simplify_iall (gfc_expr *array, gfc_expr *dim, gfc_expr *mask) in gfc_simplify_iall()
[all …]
H A Dcheck.c488 type_check (gfc_expr *e, int n, bt type) in type_check()
636 kind_check (gfc_expr *k, int n, bt type) in kind_check()
715 logical_array_check (gfc_expr *array, int n) in logical_array_check()
1076 dim_corank_check (gfc_expr *dim, gfc_expr *array) in dim_corank_check()
1109 dim_rank_check (gfc_expr *dim, gfc_expr *array, int allow_assumed) in dim_rank_check()
1259 check_a_kind (gfc_expr *a, gfc_expr *kind, bt type) in check_a_kind()
1361 gfc_check_allocated (gfc_expr *array) in gfc_check_allocated()
2475 gfc_check_cshift (gfc_expr *array, gfc_expr *shift, gfc_expr *dim) in gfc_check_cshift()
2742 gfc_check_eoshift (gfc_expr *array, gfc_expr *shift, gfc_expr *boundary, in gfc_check_eoshift()
3387 gfc_check_lbound (gfc_expr *array, gfc_expr *dim, gfc_expr *kind) in gfc_check_lbound()
[all …]
/netbsd-src/external/bsd/libfido2/dist/fuzz/
H A Dfuzz_cred.c37 uint8_t type; member
123 cbor_item_t *argv[17], *array = NULL; in pack() local
214 make_cred(fido_cred_t *cred, uint8_t opt, int type, const struct blob *cdh, in make_cred()
270 verify_cred(int type, const unsigned char *cdh_ptr, size_t cdh_len, in verify_cred()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Drtti.c65 tree type; /* The RECORD_TYPE for this type_info object */ member
192 tree type = TREE_TYPE (exp); in build_headof() local
267 tree type; in get_tinfo_decl_dynamic() local
388 tinfo_name (tree type, bool mark_private) in tinfo_name()
416 get_tinfo_decl (tree type) in get_tinfo_decl()
482 get_tinfo_ptr (tree type) in get_tinfo_ptr()
494 get_typeid (tree type, tsubst_flags_t complain) in get_typeid()
551 build_dynamic_cast_1 (location_t loc, tree type, tree expr, in build_dynamic_cast_1()
811 build_dynamic_cast (location_t loc, tree type, tree expr, in build_dynamic_cast()
839 qualifier_flags (tree type) in qualifier_flags()
[all …]

12345678910