OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attr_size
(Results
1 - 8
of
8
) sorted by null
/external/linux-tools-perf/util/
header.h
40
u64
attr_size
;
member in struct:perf_file_header
header.c
541
.
attr_size
= sizeof(f_attr),
633
if (header->
attr_size
!= sizeof(struct perf_file_attr)) {
634
u64
attr_size
= bswap_64(header->
attr_size
);
local
636
if (
attr_size
!= sizeof(struct perf_file_attr))
/external/wpa_supplicant_8/src/radius/
radius.c
41
*
attr_size
- Total size of the attribute pointer array
43
size_t
attr_size
;
member in struct:radius_msg
86
msg->
attr_size
= RADIUS_DEFAULT_ATTR_COUNT;
561
if (msg->attr_used >= msg->
attr_size
) {
563
int nlen = msg->
attr_size
* 2;
571
msg->
attr_size
= nlen;
[
all
...]
/external/yaffs2/yaffs2/
devextras.h
231
#define
ATTR_SIZE
8
yaffs_guts.c
[
all
...]
/external/v8/tools/
ll_prof.py
519
("
attr_size
", "u64"),
/external/kernel-headers/original/linux/
fs.h
436
#define
ATTR_SIZE
(1 << 3)
[
all
...]
/libcore/luni/src/main/java/java/sql/
DatabaseMetaData.java
461
* <li>{@code
ATTR_SIZE
} - int - the column size. When referring to char and
[
all
...]
Completed in 3102 milliseconds