Searched defs:fptr (Results 1 - 25 of 32) sorted by last modified time

12

/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dtncc.c260 void *fptr; local
264 fptr = GetProcAddressA(handle, func);
266 fptr = GetProcAddress(handle, func);
269 fptr = dlsym(handle, func);
272 return fptr;
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Dtncs.c327 void *fptr; local
329 fptr = dlsym(handle, func);
331 return fptr;
/external/wpa_supplicant_8/src/eap_peer/
H A Dtncc.c260 void *fptr; local
264 fptr = GetProcAddressA(handle, func);
266 fptr = GetProcAddress(handle, func);
269 fptr = dlsym(handle, func);
272 return fptr;
/external/wpa_supplicant_8/src/eap_server/
H A Dtncs.c327 void *fptr; local
329 fptr = dlsym(handle, func);
331 return fptr;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dtncc.c260 void *fptr; local
264 fptr = GetProcAddressA(handle, func);
266 fptr = GetProcAddress(handle, func);
269 fptr = dlsym(handle, func);
272 return fptr;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Dtncs.c327 void *fptr; local
329 fptr = dlsym(handle, func);
331 return fptr;
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c567 int32_t *fptr; member in struct:random_data
/external/skia/tests/
H A DDrawPathTest.cpp54 const float* fptr = (const float*)raw; local
55 path->moveTo(fptr[0], fptr[1]);
59 const float* fptr = (const float*)raw; local
60 path->cubicTo(fptr[0], fptr[1], fptr[2], fptr[3], fptr[4], fptr[
[all...]
/external/pcre/dist/
H A Dpcre_exec.c5651 PCRE_PUCHAR fptr; local
5672 fptr = eptr - 1;
5673 if (!utf) c = *fptr; else
5675 BACKCHAR(fptr);
5676 GETCHAR(c, fptr);
5680 eptr = fptr;
/external/mesa3d/src/mesa/tnl/
H A Dt_draw.c71 *fptr++ = MACRO(*in); \
80 *fptr++ = (GLfloat)(*in); \
92 * \param fptr output/float array
96 const GLubyte *ptr, GLfloat *fptr,
104 *fptr++ = UBYTE_TO_FLOAT(in[2]); /* red */
105 *fptr++ = UBYTE_TO_FLOAT(in[1]); /* green */
106 *fptr++ = UBYTE_TO_FLOAT(in[0]); /* blue */
107 *fptr++ = UBYTE_TO_FLOAT(in[3]); /* alpha */
114 const GLubyte *ptr, GLfloat *fptr,
123 *fptr
95 convert_bgra_to_float(const struct gl_client_array *input, const GLubyte *ptr, GLfloat *fptr, GLuint count ) argument
113 convert_half_to_float(const struct gl_client_array *input, const GLubyte *ptr, GLfloat *fptr, GLuint count, GLuint sz) argument
140 convert_fixed_to_float(const struct gl_client_array *input, const GLubyte *ptr, GLfloat *fptr, GLuint count) argument
182 GLfloat *fptr = (GLfloat *)buf; local
[all...]
/external/mesa3d/src/mesa/main/
H A Ddlist.c848 GLfloat *fptr; local
870 fptr = (GLfloat *) list;
871 return (GLint) FLOORF(fptr[n]);
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c1354 RRTableElem *fptr; local
1357 fptr = *ptr;
1359 free(fptr);
H A Duds_daemon.c2098 DNameListElem *fptr = SCPrefBrowseDomains; local
2100 mDNSPlatformMemFree(fptr);
4693 reply_state *fptr = r->replies; local
4695 freeL("reply_state/udsserver_idle", fptr);
/external/lldb/source/Host/common/
H A DHost.cpp557 HostThreadCreateInfo (const char *name, thread_func_t fptr, thread_arg_t arg) : argument
559 thread_fptr (fptr),
/external/libunwind/tests/
H A Dia64-test-dyn1.c42 void *mem, *memend, *addr, *fptr; local
59 fptr = mem;
62 fptr = mem;
81 return fptr;
/external/clang/test/CXX/except/except.spec/
H A Dp1.cpp21 void (*fptr)() throw(); member in namespace:dyn
/external/clang/test/CodeGen/
H A Dfunc-ptr-cast-decl.c6 typedef int (*fptr)(double); typedef
7 void a() { ((fptr)q_sk_num)(0); }
/external/clang/test/CodeGenCXX/
H A Dfunction-template-specialization.cpp10 void test(int *iptr, float *fptr, int diff) { argument
15 fptr = next(fptr, diff);
/external/clang/test/Sema/
H A Ddeclspec.c20 typedef f* fptr; typedef
23 __restrict__ fptr v3; // expected-error {{pointer to function type 'f' (aka 'int (void)') may not be 'restrict' qualified}}
H A Dreturn.c161 void (*fptr)() __attribute__((noreturn)); variable
183 fptr();
H A Dwarn-main-return-type.c36 typedef void *(*fptr)(int a); typedef
41 fptr main() {
43 return (fptr) 0;
49 return (fptr) 0;
/external/clang/test/SemaCXX/
H A Dmember-pointers-2.cpp45 FuncPtr X0::*fptr; member in class:rdar9065289::X1::X0
49 (p.x0->*(p.fptr))();
/external/chromium_org/third_party/skia/tests/
H A DDrawPathTest.cpp54 const float* fptr = (const float*)raw; local
55 path->moveTo(fptr[0], fptr[1]);
59 const float* fptr = (const float*)raw; local
60 path->cubicTo(fptr[0], fptr[1], fptr[2], fptr[3], fptr[4], fptr[
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddlist.c848 GLfloat *fptr; local
870 fptr = (GLfloat *) list;
871 return (GLint) FLOORF(fptr[n]);
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_draw.c71 *fptr++ = MACRO(*in); \
80 *fptr++ = (GLfloat)(*in); \
92 * \param fptr output/float array
96 const GLubyte *ptr, GLfloat *fptr,
104 *fptr++ = UBYTE_TO_FLOAT(in[2]); /* red */
105 *fptr++ = UBYTE_TO_FLOAT(in[1]); /* green */
106 *fptr++ = UBYTE_TO_FLOAT(in[0]); /* blue */
107 *fptr++ = UBYTE_TO_FLOAT(in[3]); /* alpha */
114 const GLubyte *ptr, GLfloat *fptr,
123 *fptr
95 convert_bgra_to_float(const struct gl_client_array *input, const GLubyte *ptr, GLfloat *fptr, GLuint count ) argument
113 convert_half_to_float(const struct gl_client_array *input, const GLubyte *ptr, GLfloat *fptr, GLuint count, GLuint sz) argument
140 convert_fixed_to_float(const struct gl_client_array *input, const GLubyte *ptr, GLfloat *fptr, GLuint count) argument
182 GLfloat *fptr = (GLfloat *)buf; local
[all...]

Completed in 932 milliseconds

12