Searched refs:next_token (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.c87 next_token( function in typeref:typename:void
104 next_token( ctx, &token );
114 next_token( ctx, &decl->Range );
117 next_token(ctx, &decl->Dim);
121 next_token( ctx, &decl->Interp );
125 next_token( ctx, &decl->Semantic );
129 next_token(ctx, &decl->Image);
133 next_token(ctx, &decl->SamplerView);
137 next_token(ctx, &decl->Array);
157 next_token(ct
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.c87 next_token( function in typeref:typename:void
104 next_token( ctx, &token );
114 next_token( ctx, &decl->Range );
117 next_token(ctx, &decl->Dim);
121 next_token( ctx, &decl->Interp );
125 next_token( ctx, &decl->Semantic );
129 next_token(ctx, &decl->Image);
133 next_token(ctx, &decl->SamplerView);
137 next_token(ctx, &decl->Array);
157 next_token(ct
[all...]
/xsrc/external/mit/xedit/dist/
H A Drealpath.c53 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; local in function:realpath
104 if (s - left >= sizeof(next_token)) {
108 memcpy(next_token, left, s - left);
109 next_token[s - left] = '\0';
121 if (next_token[0] == '\0')
123 else if (strcmp(next_token, ".") == 0)
125 else if (strcmp(next_token, "..") == 0) {
144 resolved_len = strlcat(resolved, next_token, PATH_MAX);

Completed in 3 milliseconds