HomeSort by relevance Sort by last modified time
    Searched refs:get_space (Results 1 - 4 of 4) sorted by null

  /external/grub/stage2/
tparm.c 146 get_space(int need) function
162 get_space(s_len + 1);
174 get_space(len + 1);
185 get_space(1);
709 get_space(1);
  /ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c 140 static int get_space P_ ((int c));
331 c = get_space (c);
351 return get_space (c);
358 get_space (register int c) function
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_draw.c 42 static GLubyte *get_space(struct gl_context *ctx, GLuint bytes) function
181 GLubyte *buf = get_space(ctx, count * sz * sizeof(GLfloat));
252 GLboolean *space = (GLboolean *)get_space(ctx, count + CLIPVERTS);
367 GLuint *elts = (GLuint *)get_space(ctx, ib->count * sizeof(GLuint));
  /external/mesa3d/src/mesa/tnl/
t_draw.c 42 static GLubyte *get_space(struct gl_context *ctx, GLuint bytes) function
181 GLubyte *buf = get_space(ctx, count * sz * sizeof(GLfloat));
252 GLboolean *space = (GLboolean *)get_space(ctx, count + CLIPVERTS);
367 GLuint *elts = (GLuint *)get_space(ctx, ib->count * sizeof(GLuint));

Completed in 879 milliseconds