HomeSort by relevance Sort by last modified time
    Searched full:pfunc (Results 1 - 25 of 290) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/misc/cgo/test/
issue8945.go 9 //typedef void (*PFunc)();
10 //PFunc success_cb;
  /prebuilts/go/linux-x86/misc/cgo/test/
issue8945.go 9 //typedef void (*PFunc)();
10 //PFunc success_cb;
  /external/compiler-rt/test/builtins/Unit/
clear_cache_test.c 29 typedef int (*pfunc)(void); typedef
73 pfunc f1 = (pfunc)memcpy_f(execution_buffer, func1, 128);
79 pfunc f2 = (pfunc)memcpy_f(execution_buffer, func2, 128);
enable_execute_stack_test.c 36 typedef int (*pfunc)(void); typedef
68 pfunc f1 = (pfunc)memcpy_f(execution_buffer, func1, 128);
74 pfunc f2 = (pfunc)memcpy_f(execution_buffer, func2, 128);
  /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/compile/libbcc/include/bcc/Support/
Disassembler.h 43 const char *pFuncName, const uint8_t *pFunc,
47 const char *pFuncName, const uint8_t *pFunc,
  /frameworks/compile/libbcc/lib/Support/
Disassembler.cpp 69 const char *pFuncName, const uint8_t *pFunc,
124 input_function = new (std::nothrow) BufferMemoryObject(pFunc, pFuncSize);
155 const uint8_t *inst_addr = pFunc + i;
187 const char *pFuncName, const uint8_t *pFunc,
202 Disassemble(*output, pTriple, pFuncName, pFunc, FuncSize);
216 const uint8_t *pFunc, size_t pFuncSize) {
223 const uint8_t *pFunc,
  /external/valgrind/docs/lib/
line-wrap.xsl 11 <xsl:param name="pFunc" select="/.."/>
21 <xsl:apply-templates select="$pFunc[1]">
22 <xsl:with-param name="arg0" select="$pFunc[position() > 1]"/>
29 <xsl:with-param name="pFunc" select="$pFunc"/>
55 <xsl:with-param name="pFunc" select="$vsplit2linesFun"/>
  /frameworks/av/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;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_func.cpp 771 std::unique_ptr<CPDF_Function> pFunc(CPDF_Function::Load(pSub));
772 if (!pFunc) {
777 if (pFunc->CountInputs() != kRequiredNumInputs) {
780 if (pFunc->CountOutputs() != m_nOutputs) {
784 m_nOutputs = pFunc->CountOutputs();
787 m_pSubFunctions.push_back(pFunc.release());
829 CPDF_Function* pFunc = NULL;
839 pFunc = new CPDF_SampledFunc;
841 pFunc = new CPDF_ExpIntFunc;
843 pFunc = new CPDF_StitchFunc
    [all...]
fpdf_page_pattern.cpp 126 CPDF_Object* pFunc = pShadingDict->GetElementValue("Function");
127 if (pFunc) {
128 if (CPDF_Array* pArray = pFunc->AsArray()) {
135 m_pFunctions[0] = CPDF_Function::Load(pFunc);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
AMRWB_E_SAMPLE.c 104 void *pfunc; local
140 pfunc = dlsym(handle, "voGetAMRWBEncAPI");
141 if(pfunc == 0)
147 pGetAPI = (VOGETAUDIOENCAPI)pfunc;
  /hardware/ti/omap4-aah/domx/mm_osal/inc/
timm_osal_task.h 75 TIMM_OSAL_TaskProc pFunc,
  /hardware/ti/omap4xxx/domx/mm_osal/inc/
timm_osal_task.h 75 TIMM_OSAL_TaskProc pFunc,
  /external/tcpdump/
print-ppp.c 418 int (*pfunc)(netdissect_options *, const u_char *, int);
476 pfunc = print_lcp_config_options;
479 pfunc = print_ipcp_config_options;
482 pfunc = print_ip6cp_config_options;
485 pfunc = print_ccp_config_options;
488 pfunc = print_bacp_config_options;
495 pfunc = NULL;
499 if (pfunc == NULL) /* catch the above null pointer if unknown CP */
502 if ((j = (*pfunc)(ndo, tptr, len)) == 0)
    [all...]
print-lldp.c     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 879 std::unique_ptr<CPDF_Function> pFunc;
882 pFunc.reset(CPDF_Function::Load(pFuncObj));
    [all...]
  /external/clang/test/SemaTemplate/
temp_arg_nontype.cpp 159 static int pfunc(float);
162 X0<X1::pfunc> x01;
  /hardware/ti/omap4-aah/domx/mm_osal/src/
timm_osal_task.c 108 TIMM_OSAL_TaskProc pFunc,
186 &pHandle->ThreadAttr, pFunc, pArgv))
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_task.c 108 TIMM_OSAL_TaskProc pFunc,
186 &pHandle->ThreadAttr, pFunc, pArgv))
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
init.go 123 declare(fn.Func.Nname, PFUNC)
export.go 67 if (ctxt != PEXTERN && ctxt != PFUNC) || dclcontext != PEXTERN {
114 case PFUNC:
239 if t.Etype == TFUNC && n.Class == PFUNC {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
init.go 120 declare(fn.Func.Nname, PFUNC)
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
init.go 123 declare(fn.Func.Nname, PFUNC)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
init.go 120 declare(fn.Func.Nname, PFUNC)

Completed in 1171 milliseconds

1 2 3 4 5 6 7 8 91011>>