Searched refs:attr_size (Results 1 - 7 of 7) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dheader.h50 u64 attr_size; member in struct:perf_file_header
H A Dheader.c2339 .attr_size = sizeof(f_attr),
2431 uint64_t ref_size, attr_size; local
2438 attr_size = bswap_64(hdr_sz);
2439 if (attr_size != ref_size)
2469 u64 attr_size; local
2474 attr_size = bswap_64(hdr_sz);
2475 if (attr_size != hdr_sz)
2543 header->attr_size, false, ph) < 0) {
2783 nr_attrs = f_header.attrs.size / f_header.attr_size;
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_split_copy.c105 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/
H A Dvbo_split_copy.c105 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/hostapd/src/radius/
H A Dradius.c41 * 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;
/external/wpa_supplicant_8/src/radius/
H A Dradius.c41 * 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;
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius.c41 * 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;

Completed in 241 milliseconds