OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pfunc
(Results
1 - 5
of
5
) sorted by null
/frameworks/compile/libbcc/runtime/test/Unit/
enable_execute_stack_test.c
21
typedef int (*
pfunc
)(void);
typedef
45
pfunc
f1 = (
pfunc
)(uintptr_t)execution_buffer;
52
pfunc
f2 = (
pfunc
)(uintptr_t)execution_buffer;
clear_cache_test.c
20
typedef int (*
pfunc
)(void);
typedef
47
pfunc
f1 = (
pfunc
)(uintptr_t)execution_buffer;
54
pfunc
f2 = (
pfunc
)(uintptr_t)execution_buffer;
/external/clang/test/Sema/
array-constraint.c
30
typedef int (*
pfunc
)(void);
typedef
32
pfunc
xx(int f[](void)) { // expected-error {{'f' declared as array of functions}}
/frameworks/base/media/libstagefright/codecs/aacenc/SampleCode/
AAC_E_SAMPLES.c
154
void *
pfunc
;
local
198
pfunc
= dlsym(handle, "voGetAACEncAPI");
199
if(
pfunc
== 0)
204
pGetAPI = (VOGETAUDIODECAPI)
pfunc
;
/frameworks/base/media/libstagefright/codecs/amrwbenc/SampleCode/
AMRWB_E_SAMPLE.c
103
void *
pfunc
;
local
139
pfunc
= dlsym(handle, "voGetAMRWBEncAPI");
140
if(
pfunc
== 0)
146
pGetAPI = (VOGETAUDIOENCAPI)
pfunc
;
Completed in 4144 milliseconds