Home
last modified time | relevance | path

Searched refs:common_head (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/tests/crypto/opencrypto/
H A Dt_opencrypto.sh45 common_head() { function
74 common_head "Test ARC4 crypto"
92 common_head "Test CAMELLIA_CBC crypto"
105 common_head "Test DES_CBC crypto"
118 common_head "Test 3DES_CBC crypto"
131 common_head "Test GZIP_COMP Compression"
144 common_head "Test DEFLATE_COMP Compression"
157 common_head "Test DEFLATE_COMP Compression with random data"
170 common_head "Test AES_CTR crypto"
183 common_head "Test AES_CTR crypto"
[all …]
/netbsd-src/tests/dev/sysmon/
H A Dt_swsensor.sh67 common_head() { function
329 common_head "Test a simple sensor"
342 common_head "Test a sensor with internal limit"
355 common_head "Test a sensor with internal checking"
368 common_head "Test a simple sensor that provides entropy"
381 common_head "Test a sensor that provides entropy without polling"
/netbsd-src/tests/modules/
H A Dt_kcov.c316 common_head(int *fdp) in common_head() function
392 buf1 = common_head(&fd1); in ATF_TC_BODY()
393 buf2 = common_head(&fd2); in ATF_TC_BODY()
425 buf = common_head(&fd); in ATF_TC_BODY()
464 buf = common_head(&fd); in ATF_TC_BODY()
494 buf = common_head(&fd); in multiple_threads_helper()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmatch.cc5403 sym->common_head = t; in gfc_match_common()
5422 if (other->common_head in gfc_match_common()
5423 && other->common_head != sym->common_head) in gfc_match_common()
5428 sym->name, sym->common_head->name, in gfc_match_common()
5429 other->common_head->name); in gfc_match_common()
5433 other->common_head = t; in gfc_match_common()
5724 gfc_common_head *common_head = NULL; in gfc_match_equivalence() local
5794 common_head = sym->common_head; in gfc_match_equivalence()
5821 if (sym->common_head && sym->common_head != common_head) in gfc_match_equivalence()
5825 sym->common_head->name, common_head->name); in gfc_match_equivalence()
[all …]
H A Dtrans-common.cc1385 c->where = ns->blank_common.head->common_head->where; in gfc_trans_common()
H A Dsymbol.cc3576 p->common_head = old->common_head; in restore_old_symbol()
H A Dgfortran.h1841 struct gfc_common_head* common_head; member
H A DChangeLog-20051704 common.c so that it is accessible to module.c. Add common_head
1709 common blocks are different, using sym->common_head as the
H A DChangeLog-2012844 (gfc_undo_symbols): Use it; free common_head if needed.
H A DChangeLog-20041731 (gfc_symbol): Remove common_head element.
H A Dresolve.cc15920 else if (sym->common_head != NULL && sym->attr.implicit_type == 0) in resolve_symbol()
15922 t = verify_com_block_vars_c_interop (sym->common_head); in resolve_symbol()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmatch.c5354 sym->common_head = t; in gfc_match_common()
5373 if (other->common_head in gfc_match_common()
5374 && other->common_head != sym->common_head) in gfc_match_common()
5379 sym->name, sym->common_head->name, in gfc_match_common()
5380 other->common_head->name); in gfc_match_common()
5384 other->common_head = t; in gfc_match_common()
5655 gfc_common_head *common_head = NULL; in gfc_match_equivalence() local
5725 common_head = sym->common_head; in gfc_match_equivalence()
5752 if (sym->common_head && sym->common_head != common_head) in gfc_match_equivalence()
5756 sym->common_head->name, common_head->name); in gfc_match_equivalence()
[all …]
H A Dtrans-common.c1356 c->where = ns->blank_common.head->common_head->where; in gfc_trans_common()
H A Dsymbol.c3562 p->common_head = old->common_head; in restore_old_symbol()
H A Dgfortran.h1590 struct gfc_common_head* common_head; member
H A Dresolve.c15696 else if (sym->common_head != NULL && sym->attr.implicit_type == 0) in resolve_symbol()
15698 t = verify_com_block_vars_c_interop (sym->common_head); in resolve_symbol()