Searched defs:get_size (Results 1 - 18 of 18) sorted by relevance

/external/clang/test/SemaTemplate/
H A Denum-argument.cpp11 struct get_size { struct
18 Val1 = get_size<T>::value,
/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.hh71 * Works with X of variable size also. X must implement get_size() */
74 { return StructAtOffset<Type>(&X, X.get_size()); }
77 { return StructAtOffset<Type>(&X, X.get_size()); }
440 unsigned int size = obj.get_size ();
459 unsigned int size = obj.get_size ();
782 inline unsigned int get_size (void) const function in struct:OT::GenericArrayOf
907 inline unsigned int get_size (void) const function in struct:OT::HeadlessArrayOf
H A Dhb-ot-layout-common-private.hh1142 inline unsigned int get_size (void) const function in struct:OT::Device
1151 return TRACE_RETURN (c->check_struct (this) && c->check_range (this, this->get_size ()));
H A Dhb-ot-layout-gpos-table.hh94 inline unsigned int get_size (void) const function in struct:OT::ValueFormat
176 return TRACE_RETURN (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_devices (c, base, values)));
183 if (!c->check_array (values, get_size (), count)) return TRACE_RETURN (false);
777 unsigned int record_size = valueFormat1.get_size () + valueFormat2.get_size ();
/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/iproute2/tc/
H A Dtc_util.c278 int get_size(unsigned *size, const char *str) function
315 if (get_size(size, str))
/external/linux-tools-perf/util/
H A Dtrace-event-info.c245 static unsigned long get_size(const char *file) function
354 size = get_size(format);
452 size = get_size(path);
475 size = get_size(path);
/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 ();
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dir.py326 def get_size(self): member in class:Array
331 size = property(get_size)
/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh71 * Works with X of variable size also. X must implement get_size() */
74 { return StructAtOffset<Type>(&X, X.get_size()); }
77 { return StructAtOffset<Type>(&X, X.get_size()); }
440 unsigned int size = obj.get_size ();
459 unsigned int size = obj.get_size ();
776 inline unsigned int get_size (void) const function in struct:OT::GenericArrayOf
901 inline unsigned int get_size (void) const function in struct:OT::HeadlessArrayOf
H A Dhb-ot-layout-common-private.hh1113 inline unsigned int get_size (void) const function in struct:OT::Device
1122 return TRACE_RETURN (c->check_struct (this) && c->check_range (this, this->get_size ()));
H A Dhb-ot-layout-gpos-table.hh94 inline unsigned int get_size (void) const function in struct:OT::ValueFormat
176 return TRACE_RETURN (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_devices (c, base, values)));
183 if (!c->check_array (values, get_size (), count)) return TRACE_RETURN (false);
773 unsigned int record_size = valueFormat1.get_size () + valueFormat2.get_size ();
/external/clang/bindings/python/clang/
H A Dcindex.py1670 def get_size(self): member in class:Type
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 575 milliseconds