HomeSort by: relevance | last modified time | path
    Searched refs:common_head (Results 1 - 14 of 14) sorted by relevancy

  /src/tests/crypto/opencrypto/
t_opencrypto.sh 45 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...]
  /src/tests/dev/sysmon/
t_swsensor.sh 67 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"
  /src/tests/modules/
t_kcov.c 316 common_head(int *fdp) function
392 buf1 = common_head(&fd1);
393 buf2 = common_head(&fd2);
425 buf = common_head(&fd);
464 buf = common_head(&fd);
494 buf = common_head(&fd);
  /src/external/gpl3/gcc/dist/gcc/fortran/
match.cc 5412 sym->common_head = t;
5431 if (other->common_head
5432 && other->common_head != sym->common_head)
5437 sym->name, sym->common_head->name,
5438 other->common_head->name);
5442 other->common_head = t;
5771 gfc_common_head *common_head = NULL; local
5841 common_head = sym->common_head;
    [all...]
openmp.cc 496 sym->common_head->name);
7420 "at %L", n->sym->common_head->name, &n->where);
7422 && n->sym->common_head == n->next->sym->common_head)
7475 && n->sym->common_head == n->next->sym->common_head)
7488 com ? n->sym->common_head->name : n->sym->name,
7494 com ? n->sym->common_head->name : n->sym->name,
7497 && n->sym->common_head == n->next->sym->common_head)
    [all...]
trans-common.cc 1385 c->where = ns->blank_common.head->common_head->where;
symbol.cc 3693 p->common_head = old->common_head;
gfortran.h 1884 In opposition to common_block, the common_head pointer takes into account
1886 then both A and B have common_head pointing to C, while A's common_block
1888 struct gfc_common_head* common_head; member in struct:gfc_symbol
resolve.cc 16764 else if (sym->common_head != NULL && sym->attr.implicit_type == 0)
16766 t = verify_com_block_vars_c_interop (sym->common_head);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
match.cc 5403 sym->common_head = t;
5422 if (other->common_head
5423 && other->common_head != sym->common_head)
5428 sym->name, sym->common_head->name,
5429 other->common_head->name);
5433 other->common_head = t;
5724 gfc_common_head *common_head = NULL; local
5794 common_head = sym->common_head;
    [all...]
trans-common.cc 1385 c->where = ns->blank_common.head->common_head->where;
symbol.cc 3576 p->common_head = old->common_head;
gfortran.h 1837 In opposition to common_block, the common_head pointer takes into account
1839 then both A and B have common_head pointing to C, while A's common_block
1841 struct gfc_common_head* common_head; member in struct:gfc_symbol
resolve.cc 15931 else if (sym->common_head != NULL && sym->attr.implicit_type == 0)
15933 t = verify_com_block_vars_c_interop (sym->common_head);

Completed in 142 milliseconds