/external/oprofile/daemon/ |
opd_events.c | 44 static char * copy_token(char ** c, char delim) function 70 char * str = copy_token(c, delim); 107 if (!(event->name = copy_token(&c, ':')))
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_parse.c | 73 copy_token(void *dst, const void *src) function 88 copy_token(token, &ctx->Tokens[ctx->Position]); 108 copy_token(&decl->Declaration, &token); 152 copy_token(&imm->Immediate, &token); 187 copy_token(&inst->Instruction, &token); 284 copy_token(&prop->Property, &token);
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_parse.c | 73 copy_token(void *dst, const void *src) function 88 copy_token(token, &ctx->Tokens[ctx->Position]); 108 copy_token(&decl->Declaration, &token); 152 copy_token(&imm->Immediate, &token); 187 copy_token(&inst->Instruction, &token); 284 copy_token(&prop->Property, &token);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_fpc_optimize.c | 183 static void copy_token(union i915_full_token* o, union tgsi_full_token* i) function 260 copy_token(¤t , tgsi_current); 331 copy_token(&out_tokens->Tokens[i] , &parse.FullToken);
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_fpc_optimize.c | 183 static void copy_token(union i915_full_token* o, union tgsi_full_token* i) function 260 copy_token(¤t , tgsi_current); 331 copy_token(&out_tokens->Tokens[i] , &parse.FullToken);
|