Home
last modified time | relevance | path

Searched full:attributes (Results 1 – 25 of 4092) sorted by relevance

12345678910>>...164

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/
H A DGNU-Object-Attributes.html16 <title>Using as: GNU Object Attributes</title>
18 <meta name="description" content="Using as: GNU Object Attributes">
19 <meta name="keywords" content="Using as: GNU Object Attributes">
27 <link href="Object-Attributes.html#Object-Attributes" rel="up" title="Object Attributes">
28 …k href="Defining-New-Object-Attributes.html#Defining-New-Object-Attributes" rel="next" title="Defi…
29 <link href="Object-Attributes.html#Object-Attributes" rel="previous" title="Object Attributes">
63 <a name="GNU-Object-Attributes"></a>
66Attributes.html#Defining-New-Object-Attributes" accesskey="n" rel="next">Defining New Object Attri…
69 <a name="GNU-Object-Attributes-1"></a>
70 <h3 class="section">8.1 <small>GNU</small> Object Attributes</h3>
[all …]
H A DDefining-New-Object-Attributes.html16 <title>Using as: Defining New Object Attributes</title>
18 <meta name="description" content="Using as: Defining New Object Attributes">
19 <meta name="keywords" content="Using as: Defining New Object Attributes">
27 <link href="Object-Attributes.html#Object-Attributes" rel="up" title="Object Attributes">
29 <link href="GNU-Object-Attributes.html#GNU-Object-Attributes" rel="previous" title="GNU Object Attr…
63 <a name="Defining-New-Object-Attributes"></a>
66Attributes.html#GNU-Object-Attributes" accesskey="p" rel="previous">GNU Object Attributes</a>, Up:…
69 <a name="Defining-New-Object-Attributes-1"></a>
70 <h3 class="section">8.2 Defining New Object Attributes</h3>
73 will need to modify. New attributes should be discussed on the &lsquo;<samp>binutils</samp>&rsquo;
[all …]
H A DObject-Attributes.html16 <title>Using as: Object Attributes</title>
18 <meta name="description" content="Using as: Object Attributes">
19 <meta name="keywords" content="Using as: Object Attributes">
28 <link href="GNU-Object-Attributes.html#GNU-Object-Attributes" rel="next" title="GNU Object Attribut…
63 <a name="Object-Attributes"></a>
69 <a name="Object-Attributes-1"></a>
70 <h2 class="chapter">8 Object Attributes</h2>
71 <a name="index-object-attributes"></a>
88 <p>Compatibility information is recorded as a series of object attributes. Each
93 attributes are the same as attributes with a zero value or empty string value.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/
H A DGNU-Object-Attributes.html16 <title>Using as: GNU Object Attributes</title>
18 <meta name="description" content="Using as: GNU Object Attributes">
19 <meta name="keywords" content="Using as: GNU Object Attributes">
27 <link href="Object-Attributes.html#Object-Attributes" rel="up" title="Object Attributes">
28 …k href="Defining-New-Object-Attributes.html#Defining-New-Object-Attributes" rel="next" title="Defi…
29 <link href="Object-Attributes.html#Object-Attributes" rel="previous" title="Object Attributes">
63 <a name="GNU-Object-Attributes"></a>
66Attributes.html#Defining-New-Object-Attributes" accesskey="n" rel="next">Defining New Object Attri…
69 <a name="GNU-Object-Attributes-1"></a>
70 <h3 class="section">8.1 <small>GNU</small> Object Attributes</h3>
[all …]
H A DDefining-New-Object-Attributes.html16 <title>Using as: Defining New Object Attributes</title>
18 <meta name="description" content="Using as: Defining New Object Attributes">
19 <meta name="keywords" content="Using as: Defining New Object Attributes">
27 <link href="Object-Attributes.html#Object-Attributes" rel="up" title="Object Attributes">
29 <link href="GNU-Object-Attributes.html#GNU-Object-Attributes" rel="previous" title="GNU Object Attr…
63 <a name="Defining-New-Object-Attributes"></a>
66Attributes.html#GNU-Object-Attributes" accesskey="p" rel="previous">GNU Object Attributes</a>, Up:…
69 <a name="Defining-New-Object-Attributes-1"></a>
70 <h3 class="section">8.2 Defining New Object Attributes</h3>
73 will need to modify. New attributes should be discussed on the &lsquo;<samp>binutils</samp>&rsquo;
[all …]
H A DObject-Attributes.html16 <title>Using as: Object Attributes</title>
18 <meta name="description" content="Using as: Object Attributes">
19 <meta name="keywords" content="Using as: Object Attributes">
28 <link href="GNU-Object-Attributes.html#GNU-Object-Attributes" rel="next" title="GNU Object Attribut…
63 <a name="Object-Attributes"></a>
69 <a name="Object-Attributes-1"></a>
70 <h2 class="chapter">8 Object Attributes</h2>
71 <a name="index-object-attributes"></a>
88 <p>Compatibility information is recorded as a series of object attributes. Each
93 attributes are the same as attributes with a zero value or empty string value.
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0022-HACK-pixman-renderer-Support-mali-egl-client-and-egl.patch118 + struct dmabuf_attributes *attributes = &dmabuf->attributes;
128 + total_size = lseek(attributes->fd[0], 0, SEEK_END);
130 + for (i = 0; i < attributes->n_planes; i++) {
131 + if (attributes->modifier[i] != DRM_FORMAT_MOD_INVALID)
136 + if (attributes->flags & ~ZWP_LINUX_BUFFER_PARAMS_V1_FLAGS_Y_INVERT)
139 + if (attributes->n_planes < 0)
142 + if (attributes->n_planes == 1)
145 + vstride0 = (attributes->offset[1] - attributes->offset[0]) /
146 + attributes->stride[0];
148 + for (i = 1; i < attributes->n_planes; i++) {
[all …]
H A D0018-pixman-renderer-Support-linux-dmabuf.patch75 + struct dmabuf_attributes *attributes = &dmabuf->attributes;
88 + buffer->width = attributes->width;
89 + buffer->height = attributes->height;
91 + if (attributes->n_planes == 1)
92 + vstride = attributes->height;
94 + vstride = (attributes->offset[1] - attributes->offset[0]) /
95 + attributes->stride[0];
97 + switch (attributes->format) {
136 + data->ptr + attributes->offset[0],
137 + attributes->stride[0]);
[all …]
/OK3568_Linux_fs/u-boot/env/
H A Dattr.c25 * attributes = [^,:\s]*
26 * entry = name[:attributes]
30 int (*callback)(const char *name, const char *attributes, void *priv), in env_attr_walk() argument
34 char *name, *attributes; in env_attr_walk() local
83 attributes = strchr(entry_cpy, ENV_ATTR_SEP); in env_attr_walk()
85 if (attributes != NULL) { in env_attr_walk()
87 *attributes++ = '\0'; in env_attr_walk()
88 /* remove white-space from attributes */ in env_attr_walk()
89 attributes = strim(attributes); in env_attr_walk()
98 retval = callback(name, attributes, priv); in env_attr_walk()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompiler_attributes.h6 * The attributes in this file are unconditionally defined and they directly
11 * Any other "attributes" (i.e. those that depend on a configuration option,
12 * on a compiler, on an architecture, on plugins, on other attributes...)
45 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-alias-function-a…
50 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-aligned-function…
51 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Type-Attributes.html#index-aligned-type-attribu…
52 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Variable-Attributes.html#index-aligned-variable…
63 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-always_005finlin…
81 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-assume_005falign…
91 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-cold-function-at…
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0025-HACK-pixman-renderer-Support-mali-egl-client-and-egl.patch118 + struct dmabuf_attributes *attributes = &dmabuf->attributes;
128 + total_size = lseek(attributes->fd[0], 0, SEEK_END);
130 + for (i = 0; i < attributes->n_planes; i++) {
131 + if (attributes->modifier[i] != DRM_FORMAT_MOD_INVALID &&
132 + attributes->modifier[i] != DRM_FORMAT_MOD_LINEAR)
137 + if (attributes->flags & ~ZWP_LINUX_BUFFER_PARAMS_V1_FLAGS_Y_INVERT)
140 + if (attributes->n_planes < 0)
143 + if (attributes->n_planes == 1)
146 + vstride0 = (attributes->offset[1] - attributes->offset[0]) /
147 + attributes->stride[0];
[all …]
H A D0021-pixman-renderer-Support-linux-dmabuf.patch78 + struct dmabuf_attributes *attributes = &dmabuf->attributes;
92 + buffer->width = attributes->width;
93 + buffer->height = attributes->height;
95 + if (attributes->n_planes == 1)
96 + vstride = attributes->height;
98 + vstride = (attributes->offset[1] - attributes->offset[0]) /
99 + attributes->stride[0];
101 + switch (attributes->format) {
165 + data->ptr + attributes->offset[0],
166 + attributes->stride[0]);
[all …]
/OK3568_Linux_fs/buildroot/package/weston/
H A D0025-HACK-pixman-renderer-Support-mali-egl-client-and-egl.patch118 + struct dmabuf_attributes *attributes = &dmabuf->attributes;
128 + total_size = lseek(attributes->fd[0], 0, SEEK_END);
130 + for (i = 0; i < attributes->n_planes; i++) {
131 + if (attributes->modifier[i] != DRM_FORMAT_MOD_INVALID &&
132 + attributes->modifier[i] != DRM_FORMAT_MOD_LINEAR)
137 + if (attributes->flags & ~ZWP_LINUX_BUFFER_PARAMS_V1_FLAGS_Y_INVERT)
140 + if (attributes->n_planes < 0)
143 + if (attributes->n_planes == 1)
146 + vstride0 = (attributes->offset[1] - attributes->offset[0]) /
147 + attributes->stride[0];
[all …]
H A D0021-pixman-renderer-Support-linux-dmabuf.patch78 + struct dmabuf_attributes *attributes = &dmabuf->attributes;
92 + buffer->width = attributes->width;
93 + buffer->height = attributes->height;
95 + if (attributes->n_planes == 1)
96 + vstride = attributes->height;
98 + vstride = (attributes->offset[1] - attributes->offset[0]) /
99 + attributes->stride[0];
101 + switch (attributes->format) {
165 + data->ptr + attributes->offset[0],
166 + attributes->stride[0]);
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/finclude/
H A Dopenacc.f90166 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
173 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
184 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
191 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
202 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
209 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
220 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
227 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
238 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
245 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
[all …]
H A Dopenacc_lib.h213 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
220 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
233 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
240 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
259 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
266 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
279 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
286 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
305 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
312 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/finclude/
H A Dopenacc.f90166 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
173 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
184 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
191 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
202 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
209 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
220 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
227 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
238 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
245 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
[all …]
H A Dopenacc_lib.h213 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
220 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
233 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
240 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
259 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
266 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
279 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
286 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
305 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
312 !GCC$ ATTRIBUTES NO_ARG_CHECK :: a
[all …]
/OK3568_Linux_fs/kernel/net/netlabel/
H A Dnetlabel_mgmt.h28 * Required attributes:
33 * If IPv4 is specified the following attributes are required:
38 * If IPv6 is specified the following attributes are required:
43 * If using NETLBL_NLTYPE_CIPSOV4 the following attributes are required:
47 * If using NETLBL_NLTYPE_UNLABELED no other attributes are required,
56 * Required attributes:
66 * Required attributes:
82 * attributes are required:
87 * attributes are required.
93 * Required attributes:
[all …]
H A Dnetlabel_unlabeled.h28 * Required attributes:
33 * If IPv4 is specified the following attributes are required:
38 * If IPv6 is specified the following attributes are required:
47 * Required attributes:
51 * If IPv4 is specified the following attributes are required:
56 * If IPv6 is specified the following attributes are required:
67 * Required attributes:
72 * If IPv4 is specified the following attributes are required:
77 * If IPv6 is specified the following attributes are required:
90 * If IPv4 is specified the following attributes are required:
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/cascadelakex/
H A Dother.json11 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
24 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
37 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
50 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
63 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
76 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
89 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
102 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
115 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
128 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
[all …]
H A Dmemory.json11 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
24 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
37 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
51 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
65 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
79 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
92 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
106 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
120 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
134 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
[all …]
H A Dcache.json12 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
26 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
40 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
54 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
78 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
92 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
118 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
132 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
166 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
180 …event codes and predefine mask bit value in a dedicated MSR to specify attributes of the offcore t…
[all …]
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Defivars.c39 __u32 Attributes; member
91 ret = efivar_entry_get(entry, &var->Attributes, &size, var->Data); in efivar_attr_read()
96 if (var->Attributes & EFI_VARIABLE_NON_VOLATILE) in efivar_attr_read()
98 if (var->Attributes & EFI_VARIABLE_BOOTSERVICE_ACCESS) in efivar_attr_read()
100 if (var->Attributes & EFI_VARIABLE_RUNTIME_ACCESS) in efivar_attr_read()
102 if (var->Attributes & EFI_VARIABLE_HARDWARE_ERROR_RECORD) in efivar_attr_read()
104 if (var->Attributes & EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS) in efivar_attr_read()
107 if (var->Attributes & in efivar_attr_read()
111 if (var->Attributes & EFI_VARIABLE_APPEND_WRITE) in efivar_attr_read()
127 ret = efivar_entry_get(entry, &var->Attributes, &size, var->Data); in efivar_size_read()
[all …]
/OK3568_Linux_fs/kernel/fs/efivarfs/
H A Dfile.c20 u32 attributes; in efivarfs_file_write() local
22 unsigned long datasize = count - sizeof(attributes); in efivarfs_file_write()
26 if (count < sizeof(attributes)) in efivarfs_file_write()
29 if (copy_from_user(&attributes, userbuf, sizeof(attributes))) in efivarfs_file_write()
32 if (attributes & ~(EFI_VARIABLE_MASK)) in efivarfs_file_write()
35 data = memdup_user(userbuf + sizeof(attributes), datasize); in efivarfs_file_write()
39 bytes = efivar_entry_set_get_size(var, attributes, &datasize, in efivarfs_file_write()
53 i_size_write(inode, datasize + sizeof(attributes)); in efivarfs_file_write()
71 u32 attributes; in efivarfs_file_read() local
90 data = kmalloc(datasize + sizeof(attributes), GFP_KERNEL); in efivarfs_file_read()
[all …]

12345678910>>...164