HomeSort by: relevance | last modified time | path
    Searched defs:list_p (Results 1 - 2 of 2) 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.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 60 milliseconds