Searched refs:funcs (Results 1 - 25 of 199) sorted by relevance

12345678

/external/skia/src/sksl/ir/
H A DSkSLUnresolvedFunction.h19 UnresolvedFunction(std::vector<const FunctionDeclaration*> funcs) argument
20 : INHERITED(-1, kUnresolvedFunction_Kind, funcs[0]->fName)
21 , fFunctions(std::move(funcs)) {
23 for (auto func : funcs) {
/external/skqp/src/sksl/ir/
H A DSkSLUnresolvedFunction.h19 UnresolvedFunction(std::vector<const FunctionDeclaration*> funcs) argument
20 : INHERITED(-1, kUnresolvedFunction_Kind, funcs[0]->fName)
21 , fFunctions(std::move(funcs)) {
23 for (auto func : funcs) {
/external/vulkan-validation-layers/scripts/
H A Dloader_extension_generator.py838 funcs = ''
870 funcs += '\n// ---- Core %s trampoline/terminators\n\n' % ext_cmd.ext_name[11:]
872 funcs += '\n// ---- %s extension trampoline/terminators\n\n' % ext_cmd.ext_name
876 funcs += '#ifdef %s\n' % ext_cmd.protect
931 funcs += tramp_header
934 funcs += ' const VkLayerInstanceDispatchTable *disp;\n'
935 funcs += ' VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(%s);\n' % (phys_dev_var_name)
936 funcs += ' disp = loader_get_instance_layer_dispatch(%s);\n' % (phys_dev_var_name)
938 funcs += '#error("Not implemented. Likely needs to be manually generated!");\n'
940 funcs
[all...]
/external/mesa3d/src/mapi/
H A Dtable.h67 mapi_func *funcs = (mapi_func *) tbl; local
68 funcs[slot] = func;
77 const mapi_func *funcs = (const mapi_func *) tbl; local
78 return funcs[slot];
/external/nanopb-c/tests/alltypes_callback/
H A Ddecode_alltypes_callback.c224 alltypes.req_int32.funcs.decode = &read_varint;
227 alltypes.req_int64.funcs.decode = &read_varint;
230 alltypes.req_uint32.funcs.decode = &read_varint;
233 alltypes.req_uint32.funcs.decode = &read_varint;
236 alltypes.req_uint64.funcs.decode = &read_varint;
239 alltypes.req_sint32.funcs.decode = &read_svarint;
242 alltypes.req_sint64.funcs.decode = &read_svarint;
245 alltypes.req_bool.funcs.decode = &read_varint;
248 alltypes.req_fixed32.funcs.decode = &read_fixed32;
251 alltypes.req_sfixed32.funcs
[all...]
H A Dencode_alltypes_callback.c208 alltypes.req_int32.funcs.encode = &write_varint;
211 alltypes.req_int64.funcs.encode = &write_varint;
214 alltypes.req_uint32.funcs.encode = &write_varint;
217 alltypes.req_uint32.funcs.encode = &write_varint;
220 alltypes.req_uint64.funcs.encode = &write_varint;
223 alltypes.req_sint32.funcs.encode = &write_svarint;
226 alltypes.req_sint64.funcs.encode = &write_svarint;
229 alltypes.req_bool.funcs.encode = &write_varint;
232 alltypes.req_fixed32.funcs.encode = &write_fixed32;
235 alltypes.req_sfixed32.funcs
[all...]
/external/honggfuzz/linux/
H A Dunwind.h54 extern size_t arch_unwindStack(pid_t pid, funcs_t* funcs);
56 size_t symbolsListSz, char** symbolsList, size_t num_frames, funcs_t* funcs);
H A Dunwind.c121 size_t arch_unwindStack(pid_t pid, funcs_t* funcs) { argument
153 funcs[num_frames].pc = 0;
155 funcs[num_frames].pc = (void*)(uintptr_t)ip;
158 memcpy(funcs[num_frames].mapName, mapName, sizeof(funcs[num_frames].mapName));
160 strncpy(funcs[num_frames].mapName, "UNKNOWN", sizeof(funcs[num_frames].mapName));
168 size_t arch_unwindStack(pid_t pid, funcs_t* funcs) { argument
225 funcs[num_frames].line = offset;
226 funcs[num_frame
247 arch_btContainsSymbol( size_t symbolsListSz, char** symbolsList, size_t num_frames, funcs_t* funcs) argument
[all...]
H A Dbfd.h38 extern void arch_bfdResolveSyms(pid_t pid, funcs_t* funcs, size_t num);
H A Dbfd.c99 void arch_bfdResolveSyms(pid_t pid, funcs_t* funcs, size_t num) { argument
119 snprintf(funcs[i].func, sizeof(funcs->func), "[UNKNOWN]");
120 if (funcs[i].pc == NULL) {
123 long offset = (long)funcs[i].pc - bfdParams.section->vma;
129 snprintf(funcs[i].func, sizeof(funcs->func), "%s", func);
130 funcs[i].line = line;
/external/freetype/src/cid/
H A Dcidparse.h96 (p)->root.funcs.skip_spaces( &(p)->root )
98 (p)->root.funcs.skip_PS_token( &(p)->root )
100 #define cid_parser_to_int( p ) (p)->root.funcs.to_int( &(p)->root )
101 #define cid_parser_to_fixed( p, t ) (p)->root.funcs.to_fixed( &(p)->root, t )
104 (p)->root.funcs.to_coord_array( &(p)->root, m, c )
106 (p)->root.funcs.to_fixed_array( &(p)->root, m, f, t )
108 (p)->root.funcs.to_token( &(p)->root, t )
110 (p)->root.funcs.to_token_array( &(p)->root, t, m, c )
113 (p)->root.funcs.load_field( &(p)->root, f, o, 0, 0 )
115 (p)->root.funcs
[all...]
/external/freetype/src/type1/
H A Dt1parse.h79 #define T1_Add_Table( p, i, o, l ) (p)->funcs.add( (p), i, o, l )
83 if ( (p)->funcs.release ) \
84 (p)->funcs.release( p ); \
88 #define T1_Skip_Spaces( p ) (p)->root.funcs.skip_spaces( &(p)->root )
89 #define T1_Skip_PS_Token( p ) (p)->root.funcs.skip_PS_token( &(p)->root )
91 #define T1_ToInt( p ) (p)->root.funcs.to_int( &(p)->root )
92 #define T1_ToFixed( p, t ) (p)->root.funcs.to_fixed( &(p)->root, t )
95 (p)->root.funcs.to_coord_array( &(p)->root, m, c )
97 (p)->root.funcs.to_fixed_array( &(p)->root, m, f, t )
99 (p)->root.funcs
[all...]
/external/nanopb-c/tests/callbacks/
H A Dencode_callbacks.c71 testmessage.stringvalue.funcs.encode = &encode_string;
72 testmessage.int32value.funcs.encode = &encode_int32;
73 testmessage.fixed32value.funcs.encode = &encode_fixed32;
74 testmessage.fixed64value.funcs.encode = &encode_fixed64;
77 testmessage.submsg.stringvalue.funcs.encode = &encode_string;
78 testmessage.submsg.int32value.funcs.encode = &encode_int32;
79 testmessage.submsg.fixed32value.funcs.encode = &encode_fixed32;
80 testmessage.submsg.fixed64value.funcs.encode = &encode_fixed64;
82 testmessage.repeatedstring.funcs.encode = &encode_repeatedstring;
H A Ddecode_callbacks.c73 testmessage.submsg.stringvalue.funcs.decode = &print_string;
75 testmessage.submsg.int32value.funcs.decode = &print_int32;
77 testmessage.submsg.fixed32value.funcs.decode = &print_fixed32;
79 testmessage.submsg.fixed64value.funcs.decode = &print_fixed64;
82 testmessage.stringvalue.funcs.decode = &print_string;
84 testmessage.int32value.funcs.decode = &print_int32;
86 testmessage.fixed32value.funcs.decode = &print_fixed32;
88 testmessage.fixed64value.funcs.decode = &print_fixed64;
90 testmessage.repeatedstring.funcs.decode = &print_string;
/external/libdrm/freedreno/kgsl/
H A Dkgsl_device.c45 static const struct fd_device_funcs funcs = { variable in typeref:struct:fd_device_funcs
62 dev->funcs = &funcs;
/external/libdrm/freedreno/
H A Dfreedreno_ringbuffer.c44 ring = pipe->funcs->ringbuffer_new(pipe, size);
49 ring->start = ring->funcs->hostptr(ring);
60 ring->funcs->destroy(ring);
79 if (ring->funcs->reset)
80 ring->funcs->reset(ring);
85 return ring->funcs->flush(ring, ring->last_start, -1, NULL);
91 return ring->funcs->flush(ring, ring->last_start, in_fence_fd, out_fence_fd);
96 assert(ring->funcs->grow); /* unsupported on kgsl */
102 ring->funcs->grow(ring, ring->size);
104 ring->start = ring->funcs
[all...]
H A Dfreedreno_pipe.c47 pipe = dev->funcs->pipe_new(dev, id);
68 pipe->funcs->destroy(pipe);
74 return pipe->funcs->get_param(pipe, param, value);
85 return pipe->funcs->wait(pipe, timestamp, timeout);
/external/libdrm/radeon/
H A Dradeon_cs.c12 struct radeon_cs_int *csi = csm->funcs->cs_create(csm, ndw);
23 return csi->csm->funcs->cs_write_reloc(csi,
35 return csi->csm->funcs->cs_begin(csi, ndw, file, func, line);
43 return csi->csm->funcs->cs_end(csi, file, func, line);
49 return csi->csm->funcs->cs_emit(csi);
55 return csi->csm->funcs->cs_destroy(csi);
61 return csi->csm->funcs->cs_erase(csi);
67 return csi->csm->funcs->cs_need_flush(csi);
73 csi->csm->funcs->cs_print(csi, file);
H A Dradeon_bo.c52 bo = bom->funcs->bo_open(bom, handle, size, alignment, domains, flags);
60 boi->bom->funcs->bo_ref(boi);
70 return boi->bom->funcs->bo_unref(boi);
76 return boi->bom->funcs->bo_map(boi, write);
82 return boi->bom->funcs->bo_unmap(boi);
88 if (!boi->bom->funcs->bo_wait)
90 return boi->bom->funcs->bo_wait(boi);
96 return boi->bom->funcs->bo_is_busy(boi, domain);
104 return boi->bom->funcs->bo_set_tiling(boi, tiling_flags, pitch);
112 return boi->bom->funcs
[all...]
/external/libdrm/freedreno/msm/
H A Dmsm_device.c46 static const struct fd_device_funcs funcs = { variable in typeref:struct:fd_device_funcs
63 dev->funcs = &funcs;
/external/libunwind/tests/
H A Dtest-static-link-gen.c34 static void *funcs[] = variable
57 printf (__FILE__": funcs[0]=%p\n", funcs[0]);
H A Dtest-static-link-loc.c52 static void *funcs[] = variable
80 printf (__FILE__": funcs[0]=%p\n", funcs[0]);
/external/harfbuzz_ng/src/
H A Dhb-ot-font.cc227 hb_font_funcs_t *funcs = (hb_font_funcs_t *) hb_atomic_ptr_get (&static_ot_funcs); local
229 if (unlikely (!funcs))
231 funcs = hb_font_funcs_create ();
233 hb_font_funcs_set_font_h_extents_func (funcs, hb_ot_get_font_h_extents, nullptr, nullptr);
234 hb_font_funcs_set_font_v_extents_func (funcs, hb_ot_get_font_v_extents, nullptr, nullptr);
235 hb_font_funcs_set_nominal_glyph_func (funcs, hb_ot_get_nominal_glyph, nullptr, nullptr);
236 hb_font_funcs_set_variation_glyph_func (funcs, hb_ot_get_variation_glyph, nullptr, nullptr);
237 hb_font_funcs_set_glyph_h_advance_func (funcs, hb_ot_get_glyph_h_advance, nullptr, nullptr);
238 hb_font_funcs_set_glyph_v_advance_func (funcs, hb_ot_get_glyph_v_advance, nullptr, nullptr);
239 //hb_font_funcs_set_glyph_h_origin_func (funcs, hb_ot_get_glyph_h_origi
[all...]
H A Dhb-ucdn.cc249 hb_unicode_funcs_t *funcs = (hb_unicode_funcs_t *) hb_atomic_ptr_get (&static_ucdn_funcs); local
251 if (unlikely (!funcs))
253 funcs = hb_unicode_funcs_create (nullptr);
256 hb_unicode_funcs_set_##name##_func (funcs, hb_ucdn_##name, nullptr, nullptr);
260 hb_unicode_funcs_make_immutable (funcs);
262 if (!hb_atomic_ptr_cmpexch (&static_ucdn_funcs, nullptr, funcs)) {
263 hb_unicode_funcs_destroy (funcs);
272 return hb_unicode_funcs_reference (funcs);
/external/boringssl/src/crypto/
H A Dex_data.c133 CRYPTO_EX_DATA_FUNCS *funcs; local
136 funcs = OPENSSL_malloc(sizeof(CRYPTO_EX_DATA_FUNCS));
137 if (funcs == NULL) {
142 funcs->argl = argl;
143 funcs->argp = argp;
144 funcs->free_func = free_func;
153 !sk_CRYPTO_EX_DATA_FUNCS_push(ex_data_class->meth, funcs)) {
155 OPENSSL_free(funcs);

Completed in 566 milliseconds

12345678