HomeSort by: relevance | last modified time | path
    Searched defs:list_p (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libisns/
isns_pdu.c 85 struct isns_buffer_list_s *list_p; member in struct:isns_buffer_pool_s
122 struct isns_buffer_list_s *list_p; local
128 list_p = G_buffer_pool.list_p;
129 while (list_p != NULL) {
130 if (list_p->buf_size == buf_size)
132 list_p = list_p->next;
135 return list_p;
148 struct isns_buffer_list_s *list_p, *p, *p_next local
230 struct isns_buffer_list_s *list_p; local
282 struct isns_buffer_list_s *list_p; local
327 struct isns_buffer_list_s *list_p; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 8644 gimplify_omp_affinity (tree *list_p, gimple_seq *pre_p)
8650 for (tree c = *list_p; c; c = OMP_CLAUSE_CHAIN (c))
8761 /* If *LIST_P contains any OpenMP depend clauses with iterators,
8767 gimplify_omp_depend (tree *list_p, gimple_seq *pre_p)
8778 for (c = *list_p; c; c = OMP_CLAUSE_CHAIN (c))
9016 for (c = *list_p; c; c = OMP_CLAUSE_CHAIN (c))
9270 OMP_CLAUSE_CHAIN (c) = *list_p;
9271 *list_p = c;
9690 /* Walk through LIST_P, and return a list of groups of mappings found (e.g.
9696 omp_gather_mapping_groups_1 (tree *list_p, vec<omp_mapping_group> *groups
13466 tree *list_p; member in struct:gimplify_adjust_omp_clauses_data
13476 tree *list_p = ((struct gimplify_adjust_omp_clauses_data *) data)->list_p; local
19013 gimplify_one_sizepos (&TYPE_MIN_VALUE (type), list_p); local
19014 gimplify_one_sizepos (&TYPE_MAX_VALUE (type), list_p); local
19025 gimplify_type_sizes (TREE_TYPE (type), list_p); local
19026 gimplify_type_sizes (TYPE_DOMAIN (type), list_p); local
19049 gimplify_one_sizepos (&DECL_FIELD_OFFSET (field), list_p); local
19056 gimplify_one_sizepos (&DECL_SIZE (field), list_p); local
19057 gimplify_one_sizepos (&DECL_SIZE_UNIT (field), list_p); local
19058 gimplify_type_sizes (TREE_TYPE (field), list_p); local
19082 gimplify_one_sizepos (&TYPE_SIZE (type), list_p); local
19083 gimplify_one_sizepos (&TYPE_SIZE_UNIT (type), list_p); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 8158 gimplify_omp_affinity (tree *list_p, gimple_seq *pre_p)
8164 for (tree c = *list_p; c; c = OMP_CLAUSE_CHAIN (c))
8275 /* If *LIST_P contains any OpenMP depend clauses with iterators,
8281 gimplify_omp_depend (tree *list_p, gimple_seq *pre_p)
8292 for (c = *list_p; c; c = OMP_CLAUSE_CHAIN (c))
8518 for (c = *list_p; c; c = OMP_CLAUSE_CHAIN (c))
8716 OMP_CLAUSE_CHAIN (c) = *list_p;
8717 *list_p = c;
8896 omp_target_reorder_clauses (tree *list_p)
8900 tree *cp = list_p;
11077 tree *list_p; member in struct:gimplify_adjust_omp_clauses_data
11087 tree *list_p = ((struct gimplify_adjust_omp_clauses_data *) data)->list_p; local
16206 gimplify_one_sizepos (&TYPE_MIN_VALUE (type), list_p); local
16207 gimplify_one_sizepos (&TYPE_MAX_VALUE (type), list_p); local
16218 gimplify_type_sizes (TREE_TYPE (type), list_p); local
16219 gimplify_type_sizes (TYPE_DOMAIN (type), list_p); local
16242 gimplify_one_sizepos (&DECL_FIELD_OFFSET (field), list_p); local
16249 gimplify_one_sizepos (&DECL_SIZE (field), list_p); local
16250 gimplify_one_sizepos (&DECL_SIZE_UNIT (field), list_p); local
16251 gimplify_type_sizes (TREE_TYPE (field), list_p); local
16275 gimplify_one_sizepos (&TYPE_SIZE (type), list_p); local
16276 gimplify_one_sizepos (&TYPE_SIZE_UNIT (type), list_p); local
    [all...]

Completed in 27 milliseconds