Searched refs:get_size (Results 1 - 25 of 36) sorted by relevance

12

/external/clang/test/SemaTemplate/
H A Denum-argument.cpp11 struct get_size { struct
18 Val1 = get_size<T>::value,
/external/e2fsprogs/tests/progs/test_data/
H A Dtest.icount48 get_size
113 get_size
135 get_size
/external/e2fsprogs/tests/progs/
H A Dtest_icount_cmds.ct29 get_size;
/external/iproute2/tc/
H A Dq_fifo.c40 if (get_size(&opt.limit, *argv)) {
H A Dq_red.c53 if (get_size(&opt.limit, *argv)) {
59 if (get_size(&opt.qth_min, *argv)) {
65 if (get_size(&opt.qth_max, *argv)) {
77 if (get_size(&avpkt, *argv)) {
H A Dq_cbq.c87 if (get_size(&cell, *argv)) {
101 if (get_size(&avpkt, *argv)) {
107 if (get_size(&mpu, *argv)) {
114 if (get_size(&allot, *argv)) {
266 if (get_size(&cell, *argv)) {
293 if (get_size(&wrr.allot, *argv)) {
299 if (get_size(&lss.avpkt, *argv)) {
306 if (get_size(&mpu, *argv)) {
312 if (get_size(&wrr.weight, *argv)) {
H A Dq_drr.c64 if (get_size(&tmp, *argv)) {
H A Dq_gred.c136 if (get_size(&opt.limit, *argv)) {
150 if (get_size(&opt.qth_min, *argv)) {
157 if (get_size(&opt.qth_max, *argv)) {
182 if (get_size(&avpkt, *argv)) {
H A Dq_sfq.c52 if (get_size(&opt.v0.quantum, *argv)) {
129 if (get_size(&avpkt, *argv)) {
H A Dq_tbf.c60 if (get_size(&opt.limit, *argv)) {
107 if (get_size(&mpu, *argv)) {
H A Dtc_util.h65 extern int get_size(unsigned *size, const char *str);
H A Dtc_util.c278 int get_size(unsigned *size, const char *str) function
315 if (get_size(size, str))
H A Dq_choke.c85 if (get_size(&avpkt, *argv)) {
H A Dm_police.c188 if (get_size(&mpu, *argv)) {
H A Dq_hfsc.c344 if (get_size(&umax, *argv) < 0) {
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-name-table.hh101 inline unsigned int get_size (void) const function in struct:OT::name
H A Dhb-open-type-private.hh69 * Works with X of variable size also. X must implement get_size() */
72 { return StructAtOffset<Type>(&X, X.get_size()); }
75 { return StructAtOffset<Type>(&X, X.get_size()); }
447 unsigned int size = obj.get_size ();
466 unsigned int size = obj.get_size ();
768 inline unsigned int get_size (void) const function in struct:OT::ArrayOf
886 inline unsigned int get_size (void) const function in struct:OT::HeadlessArrayOf
H A Dhb-ot-layout-gpos-table.hh94 inline unsigned int get_size (void) const function in struct:OT::ValueFormat
182 return TRACE_RETURN (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_devices (c, base, values)));
189 if (!c->check_array (values, get_size (), count)) return TRACE_RETURN (false);
783 unsigned int record_size = valueFormat1.get_size () + valueFormat2.get_size ();
/external/harfbuzz_ng/src/
H A Dhb-ot-name-table.hh101 inline unsigned int get_size (void) const function in struct:OT::name
H A Dhb-open-type-private.hh69 * Works with X of variable size also. X must implement get_size() */
72 { return StructAtOffset<Type>(&X, X.get_size()); }
75 { return StructAtOffset<Type>(&X, X.get_size()); }
447 unsigned int size = obj.get_size ();
466 unsigned int size = obj.get_size ();
768 inline unsigned int get_size (void) const function in struct:OT::ArrayOf
886 inline unsigned int get_size (void) const function in struct:OT::HeadlessArrayOf
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_points.c55 get_size(const struct gl_context *ctx, const SWvertex *vert, GLboolean smoothed) function
101 size = get_size(ctx, vert, GL_FALSE);
258 size = get_size(ctx, vert, GL_TRUE);
378 size = get_size(ctx, vert, GL_FALSE);
/external/mesa3d/src/mesa/swrast/
H A Ds_points.c55 get_size(const struct gl_context *ctx, const SWvertex *vert, GLboolean smoothed) function
101 size = get_size(ctx, vert, GL_FALSE);
258 size = get_size(ctx, vert, GL_TRUE);
378 size = get_size(ctx, vert, GL_FALSE);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_draw_upload.c280 static GLuint get_size( GLenum type ) function
392 if (input->glarray->Size && get_size(input->glarray->Type))
405 int type_size = get_size(glarray->Type);
804 ib_type_size = get_size(index_buffer->type);
823 if ((get_size(index_buffer->type) - 1) & offset) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_draw_upload.c280 static GLuint get_size( GLenum type ) function
392 if (input->glarray->Size && get_size(input->glarray->Type))
405 int type_size = get_size(glarray->Type);
804 ib_type_size = get_size(index_buffer->type);
823 if ((get_size(index_buffer->type) - 1) & offset) {
/external/pixman/test/
H A Dstress-test.c75 get_size (void) function
273 width = get_size ();
274 height = get_size ();

Completed in 367 milliseconds

12