Searched defs:tgt (Results 1 - 25 of 42) sorted by relevance

12

/external/ltrace/
H A Dvalue_dict.c43 value_clone_cb(struct value *tgt, const struct value *src, void *data) argument
45 return value_clone(tgt, src);
55 named_value_clone(struct named_value *tgt, argument
58 tgt->name = strdup(src->name);
59 if (tgt->name == NULL)
61 tgt->own_name = 1;
62 if (value_clone(&tgt->value, &src->value) < 0) {
63 free((char *)tgt->name);
H A Dvect.c45 copy_elt(void *tgt, const void *src, void *data) argument
48 memcpy(tgt, src, target->elt_size);
54 int (*clone)(void *tgt, const void *src, void *data),
53 vect_clone(struct vect *target, const struct vect *source, int (*clone)(void *tgt, const void *src, void *data), void (*dtor)(void *elt, void *data), void *data) argument
H A Dvalue.c374 value_extract_buf_sz(struct value *value, unsigned char *tgt, size_t sz, argument
381 memcpy(tgt, data, sz);
423 value_extract_buf(struct value *value, unsigned char *tgt, argument
430 return value_extract_buf_sz(value, tgt, sz, arguments);
H A Ddict.c59 int (*clone_key)(void *tgt, const void *src, void *data);
60 int (*clone_value)(void *tgt, const void *src, void *data);
61 void (*dtor_key)(void *tgt, void *data);
62 void (*dtor_value)(void *tgt, void *data);
99 int (*clone_key)(void *tgt, const void *src, void *data),
100 void (*dtor_key)(void *tgt, void *data),
101 int (*clone_value)(void *tgt, const void *src, void *data),
102 void (*dtor_value)(void *tgt, void *data),
134 void (*dtor_key)(void *tgt, void *data);
135 void (*dtor_value)(void *tgt, voi
98 dict_clone(struct dict *target, const struct dict *source, int (*clone_key)(void *tgt, const void *src, void *data), void (*dtor_key)(void *tgt, void *data), int (*clone_value)(void *tgt, const void *src, void *data), void (*dtor_value)(void *tgt, void *data), void *data) argument
151 dict_destroy(struct dict *dict, void (*dtor_key)(void *tgt, void *data), void (*dtor_value)(void *tgt, void *data), void *data) argument
414 dict_erase(struct dict *dict, const void *key, void (*dtor_key)(void *tgt, void *data), void (*dtor_value)(void *tgt, void *data), void *data) argument
499 dict_clone_string(const char **tgt, const char **src, void *data) argument
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dsortkey.cpp184 const uint8_t *tgt = target.getBytes(); local
187 if (src == tgt)
205 int diff = uprv_memcmp(src, tgt, minLength);
/external/icu/icu4c/source/i18n/
H A Dsortkey.cpp184 const uint8_t *tgt = target.getBytes(); local
187 if (src == tgt)
205 int diff = uprv_memcmp(src, tgt, minLength);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.cpp158 Graph::Edge::Edge(Node *org, Node *tgt, Type kind) argument
160 target = tgt;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexstate.c719 GLint tgt; local
725 for (tgt = 0; tgt < NUM_TEXTURE_TARGETS; tgt++) {
726 if (!(ctx->Texture.ProxyTex[tgt]
727 = ctx->Driver.NewTextureObject(ctx, 0, targets[tgt]))) {
729 while (--tgt >= 0) {
730 ctx->Driver.DeleteTexture(ctx, ctx->Texture.ProxyTex[tgt]);
832 GLuint u, tgt; local
839 for (tgt
[all...]
H A Ddebug.c41 tex_target_name(GLenum tgt) argument
58 if (tex_targets[i].target == tgt)
H A Dtexobj.c872 GLuint tgt, total = 0; local
877 for (tgt = 0; tgt < NUM_TEXTURE_TARGETS; tgt++) {
878 total += texture_size(ctx->Shared->DefaultTex[tgt]);
H A Duniforms.c75 GLuint tgt = shProg->SamplerTargets[s]; local
77 assert(tgt < NUM_TEXTURE_TARGETS);
78 prog->TexturesUsed[unit] |= (1 << tgt);
H A Dattrib.c682 GLuint tgt; local
757 for (tgt = 0; tgt < NUM_TEXTURE_TARGETS; tgt++) {
762 obj = &texstate->SavedObj[u][tgt];
819 for (tgt = 0; tgt < NUM_TEXTURE_TARGETS; tgt++) {
820 _mesa_reference_texobj(&texstate->SavedTexRef[u][tgt], NULL);
1633 GLuint u, tgt; local
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.cpp158 Graph::Edge::Edge(Node *org, Node *tgt, Type kind) argument
160 target = tgt;
/external/mesa3d/src/mesa/main/
H A Dtexstate.c719 GLint tgt; local
725 for (tgt = 0; tgt < NUM_TEXTURE_TARGETS; tgt++) {
726 if (!(ctx->Texture.ProxyTex[tgt]
727 = ctx->Driver.NewTextureObject(ctx, 0, targets[tgt]))) {
729 while (--tgt >= 0) {
730 ctx->Driver.DeleteTexture(ctx, ctx->Texture.ProxyTex[tgt]);
832 GLuint u, tgt; local
839 for (tgt
[all...]
H A Ddebug.c41 tex_target_name(GLenum tgt) argument
58 if (tex_targets[i].target == tgt)
H A Dtexobj.c872 GLuint tgt, total = 0; local
877 for (tgt = 0; tgt < NUM_TEXTURE_TARGETS; tgt++) {
878 total += texture_size(ctx->Shared->DefaultTex[tgt]);
H A Duniforms.c75 GLuint tgt = shProg->SamplerTargets[s]; local
77 assert(tgt < NUM_TEXTURE_TARGETS);
78 prog->TexturesUsed[unit] |= (1 << tgt);
H A Dattrib.c682 GLuint tgt; local
757 for (tgt = 0; tgt < NUM_TEXTURE_TARGETS; tgt++) {
762 obj = &texstate->SavedObj[u][tgt];
819 for (tgt = 0; tgt < NUM_TEXTURE_TARGETS; tgt++) {
820 _mesa_reference_texobj(&texstate->SavedTexRef[u][tgt], NULL);
1633 GLuint u, tgt; local
[all...]
/external/sepolicy/tools/
H A Dsepolicy-check.c118 type_datum_t *tgt = NULL; local
138 tgt = hashtab_search(policy->p_types.table, t);
139 if (tgt == NULL) {
169 key.target_type = tgt->s.value;
/external/kernel-headers/original/uapi/linux/netfilter_arp/
H A Darp_tables.h4 * src, tgt, src_mask, tgt_mask, arpop, arpop_mask are always stored in
44 struct in_addr src, tgt; member in struct:arpt_arp
/external/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp371 unsigned tgt = fieldFromInstruction(insn, 0, 30); local
372 tgt <<= 2;
373 if (!tryAddingSymbolicOperand(tgt+Address, false, Address,
375 MI.addOperand(MCOperand::CreateImm(tgt));
381 unsigned tgt = SignExtend32<13>(fieldFromInstruction(insn, 0, 13)); local
382 MI.addOperand(MCOperand::CreateImm(tgt));
/external/chromium_org/third_party/skia/src/gpu/
H A DGrGpu.cpp142 GrRenderTarget* tgt = tex->asRenderTarget(); local
143 if (tgt &&
144 !this->attachStencilBufferToRenderTarget(tgt)) {
/external/icu/icu4c/source/test/cintltst/
H A Dcitertst.c1026 const char *tgt[] = { local
1070 u_unescape(tgt[count], tstr, 20);
/external/skia/src/gpu/
H A DGrGpu.cpp190 GrRenderTarget* tgt = tex->asRenderTarget(); local
191 if (NULL != tgt &&
192 !this->attachStencilBufferToRenderTarget(tgt)) {
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcitertst.c1383 const char *tgt[] = { local
1427 u_unescape(tgt[count], tstr, 20);

Completed in 391 milliseconds

12