代码搜索:section
找到约 10,000 项符合「section」的源代码
代码结果 10,000
www.eeworm.com/read/298531/3864186
s51 util_critical_section.s51
/******************************************************************************
* *
* **********
www.eeworm.com/read/298531/3864232
s51 util_critical_section.s51
/******************************************************************************
* *
* **********
www.eeworm.com/read/366702/2876414
f90 array_section_1.f90
! { dg-do run }
! { dg-options "-fbounds-check" }
! Tests the fix for PR30003, in which the 'end' of an array section
! would not be evaluated at all if it was on the lhs of an assignment
! or would b
www.eeworm.com/read/366702/2880432
c no-section-anchors-vect-66.c
/* { dg-require-effective-target vect_int } */
#include
#include "tree-vect.h"
#define N 16
int ib[6] = {0,3,6,9,12,15};
int ia[8][5][6];
int ic[16][16][5][6];
__attribute__ ((noinline)
www.eeworm.com/read/366702/2880513
c no-section-anchors-vect-64.c
/* { dg-require-effective-target vect_int } */
#include
#include "tree-vect.h"
#define N 16
int ib[N] = {0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45};
int ia[N][4][N+1];
int ic[N][N][3][
www.eeworm.com/read/366702/2880526
c section-anchors-vect-69.c
/* { dg-require-effective-target section_anchors } */
#include
#include "tree-vect.h"
#define N 32
struct s{
int m;
int n[N][N][N];
};
struct s2{
int m;
int n[N-1][N-1][N-1];
};
www.eeworm.com/read/366702/2880599
c no-section-anchors-vect-68.c
/* { dg-require-effective-target vect_int } */
#include
#include "tree-vect.h"
#define N 32
struct s{
int m;
int n[N][N][N];
};
struct test1{
struct s a; /* array a.n is unaligned
www.eeworm.com/read/366702/2880719
c no-section-anchors-vect-31.c
/* { dg-require-effective-target vect_int } */
#include
#include "tree-vect.h"
#define N 32
struct t{
int k[N];
int l;
};
struct s{
char a; /* aligned */
char b[N-1]; /* una
www.eeworm.com/read/366702/2880740
c no-section-anchors-vect-65.c
/* { dg-require-effective-target vect_int } */
#include
#include "tree-vect.h"
#define N 16
#define M 4
int ib[M][M][N] = {{{0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45},
www.eeworm.com/read/366702/2880834
c no-section-anchors-vect-69.c
/* { dg-require-effective-target vect_int } */
#include
#include "tree-vect.h"
#define N 8
struct s{
int m;
int n[N][N][N];
};
struct s2{
int m;
int n[N-1][N-1][N-1];
};
struct