OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attr_size
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/mclinker/lib/Target/
ELFAttribute.cpp
234
size_t
attr_size
= subsubsection_length - attribute_offset;
local
238
if (!ELFAttributeData::ReadTag(tag, attr_buf,
attr_size
))
251
if (!ELFAttributeData::ReadValue(*out_attr, attr_buf,
attr_size
))
260
if (!ELFAttributeData::ReadValue(in_attr, attr_buf,
attr_size
))
271
} while (
attr_size
> 0);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
header.h
50
u64
attr_size
;
member in struct:perf_file_header
header.c
2431
uint64_t ref_size,
attr_size
;
local
2469
u64
attr_size
;
local
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_split_copy.c
105
static GLuint
attr_size
( const struct gl_client_array *array )
function
451
copy->varying[j].size =
attr_size
(copy->array[i]);
452
copy->vertex_size +=
attr_size
(copy->array[i]);
/external/mesa3d/src/mesa/vbo/
vbo_split_copy.c
105
static GLuint
attr_size
( const struct gl_client_array *array )
function
451
copy->varying[j].size =
attr_size
(copy->array[i]);
452
copy->vertex_size +=
attr_size
(copy->array[i]);
/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;
589
if (msg->attr_used >= msg->
attr_size
) {
591
int nlen = msg->
attr_size
* 2;
599
msg->
attr_size
= nlen;
[
all
...]
Completed in 577 milliseconds