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

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
genperf.c 151 const char *struct_name, keyword_list *kws,
201 fprintf(out, "static const struct %s *\n", struct_name);
208 fprintf(out, " static const struct %s pd[%lu] = {\n", struct_name, nkeys);
235 fprintf(out, " const struct %s *ret;\n", struct_name);
256 static char struct_name[128] = ""; local
327 struct_name[i++] = *ch++;
332 struct_name[i] = '\0';
526 perfect_gen(out, lookup_function_name, struct_name, &keywords, filename);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.c 70 create_jit_texture_type(struct gallivm_state *gallivm, const char *struct_name)
98 LLVMAddTypeName(gallivm->module, struct_name, texture_type);
154 LLVMTypeRef texture_type, const char *struct_name)
171 LLVMAddTypeName(gallivm->module, struct_name, context_type);
196 create_jit_vertex_buffer_type(struct gallivm_state *gallivm, const char *struct_name)
210 LLVMAddTypeName(gallivm->module, struct_name, vb_type);
235 char struct_name[24]; local
237 util_snprintf(struct_name, 23, "vertex_header%d", data_elems);
247 LLVMAddTypeName(gallivm->module, struct_name, vertex_header);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 70 create_jit_texture_type(struct gallivm_state *gallivm, const char *struct_name)
98 LLVMAddTypeName(gallivm->module, struct_name, texture_type);
154 LLVMTypeRef texture_type, const char *struct_name)
171 LLVMAddTypeName(gallivm->module, struct_name, context_type);
196 create_jit_vertex_buffer_type(struct gallivm_state *gallivm, const char *struct_name)
210 LLVMAddTypeName(gallivm->module, struct_name, vb_type);
235 char struct_name[24]; local
237 util_snprintf(struct_name, 23, "vertex_header%d", data_elems);
247 LLVMAddTypeName(gallivm->module, struct_name, vertex_header);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 483 (** [struct_name ty] returns the name of the named structure type [ty],
485 val struct_name : lltype -> string option var
    [all...]

Completed in 1044 milliseconds