HomeSort by relevance Sort by last modified time
    Searched defs:fptr (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/clang/test/CodeGen/
func-ptr-cast-decl.c 6 typedef int (*fptr)(double); typedef
7 void a() { ((fptr)q_sk_num)(0); }
  /external/clang/test/Sema/
warn-main-return-type.c 36 typedef void *(*fptr)(int a); typedef
41 fptr main() {
43 return (fptr) 0;
49 return (fptr) 0;
declspec.c 20 typedef f* fptr; typedef
23 __restrict__ fptr v3; // expected-error {{pointer to function type 'f' (aka 'int (void)') may not be 'restrict' qualified}}
nullability.c 94 float *fptr = iptr; // expected-warning{{incompatible pointer types initializing 'float *' with an expression of type 'int * _Nonnull'}} local
return.c 161 void (*fptr)() __attribute__((noreturn)); variable
183 fptr();
  /hardware/interfaces/gnss/1.0/default/
ThreadCreationWrapper.h 33 ThreadFuncArgs(void (*start)(void*), void* arg) : fptr(start), args(arg) {}
36 threadEntryFunc fptr; member in struct:ThreadFuncArgs
37 /* argument for fptr to be called with */
  /external/toybox/toys/pending/
klogd.c 40 FILE *fptr = xfopen("/proc/sys/kernel/printk", "w"); local
41 fprintf(fptr, "%u\n", level);
42 fclose(fptr);
43 fptr = NULL;
  /system/chre/platform/shared/nanoapp/
nanoapp_support_lib_dso.cc 77 static decltype(functionName) *fptr = nullptr; \
79 fptr = reinterpret_cast<decltype(fptr)>( \
83 fptr; })
87 auto *fptr = CHRE_NSL_LAZY_LOOKUP(chreAudioGetSource); local
88 return (fptr != nullptr) ? fptr(handle, audioSource) : false;
95 auto *fptr = CHRE_NSL_LAZY_LOOKUP(chreAudioConfigureSource); local
96 return (fptr != nullptr) ?
97 fptr(handle, enable, bufferDuration, deliveryInterval) : false
102 auto *fptr = CHRE_NSL_LAZY_LOOKUP(chreAudioGetStatus); local
108 auto *fptr = CHRE_NSL_LAZY_LOOKUP(chreConfigureHostSleepStateEvents); local
116 auto *fptr = CHRE_NSL_LAZY_LOOKUP(chreIsHostAwake); local
122 auto *fptr = CHRE_NSL_LAZY_LOOKUP(chreGnssConfigureLocationMonitor); local
129 auto *fptr = CHRE_NSL_LAZY_LOOKUP(chreWifiRequestRangingAsync); local
    [all...]
  /external/clang/test/CXX/except/except.spec/
p1.cpp 21 void (*fptr)() throw(); member in namespace:dyn
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_recv.py 119 fptr = "pfngl" + name + "proc" variable in class:PrintGlxDispatchFunctions
120 return fptr.upper()
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeFilter.java 79 public interface fptr { interface in class:TreeFilter
95 public void applyOnce(Object t, fptr whichRule) {
118 fptr topdown_fptr = new fptr() {
124 fptr bottomup_fptr = new fptr() {
TreeRewriter.java 35 public interface fptr { interface in class:TreeRewriter
53 public Object applyOnce(Object t, fptr whichRule) {
76 public Object applyRepeatedly(Object t, fptr whichRule) {
107 fptr topdown_fptr = new fptr() {
111 fptr bottomup_ftpr = new fptr() {
  /external/clang/test/SemaCXX/
member-pointers-2.cpp 45 FuncPtr X0::*fptr; member in class:rdar9065289::X1::X0
49 (p.x0->*(p.fptr))();
  /external/libunwind/tests/
ia64-test-dyn1.c 42 void *mem, *memend, *addr, *fptr; local
59 fptr = mem;
62 fptr = mem;
81 return fptr;
  /art/compiler/optimizing/
codegen_test_utils.h 271 typedef Expected (*fptr)(); typedef
273 fptr f = reinterpret_cast<fptr>(allocator.GetMemory());
276 f = reinterpret_cast<fptr>(reinterpret_cast<uintptr_t>(f) + 1);
  /external/ltp/testcases/network/nfsv4/acl/
acl1.c 49 FILE *fptr; local
51 fptr = malloc(sizeof(FILE));
60 fptr = fopen(filename, "r");
61 if (fptr != NULL) {
63 fclose(fptr);
66 fptr = fopen(filename, "r+");
67 if (fptr != NULL) {
69 fclose(fptr);
  /external/mesa3d/src/mesa/tnl/
t_draw.c 74 *fptr++ = MACRO(*in); \
83 *fptr++ = (GLfloat)(*in); \
95 * \param fptr output/float array
99 const GLubyte *ptr, GLfloat *fptr,
107 *fptr++ = UBYTE_TO_FLOAT(in[2]); /* red */
108 *fptr++ = UBYTE_TO_FLOAT(in[1]); /* green */
109 *fptr++ = UBYTE_TO_FLOAT(in[0]); /* blue */
110 *fptr++ = UBYTE_TO_FLOAT(in[3]); /* alpha */
117 const GLubyte *ptr, GLfloat *fptr,
126 *fptr++ = _mesa_half_to_float(in[j])
186 GLfloat *fptr = (GLfloat *)buf; local
    [all...]
  /external/selinux/libsemanage/tests/
test_utilities.c 52 FILE *fptr; variable
64 fptr = fdopen(fd, "w+");
65 if (!fptr) {
70 fprintf(fptr, "one\ntwo\nthree\nsigma=foo\n#boo\n#bar\n");
72 rewind(fptr);
297 if (!fptr) {
303 rewind(fptr);
307 rewind(fptr);
323 if (!fptr) {
326 rewind(fptr);
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_util.cc 414 const float* fptr = reinterpret_cast<const float*>(GetBase(&tensor)); local
418 CHECK(!std::isnan(fptr[i])) << " i " << i;
  /external/vboot_reference/tests/
vboot_display_tests.c 232 VbFont_t *fptr; local
242 fptr = VbInternalizeFontData((FontArrayHeader *)buf);
243 TEST_PTR_EQ(fptr, buf, "Internalize");
245 TEST_PTR_EQ(VbFindFontGlyph(fptr, 'B', &bufferptr, &buffersize),
248 TEST_PTR_EQ(VbFindFontGlyph(fptr, 'X', &bufferptr, &buffersize),
253 VbRenderTextAtPos(NULL, 0, 0, 0, fptr);
256 VbDoneWithFontForNow(fptr);
  /hardware/invensense/6515/libsensors_iio/
CompassSensor.IIO.9150.cpp 89 FILE *fptr; local
90 fptr = fopen(compassSysFs.compass_orient, "r");
91 if (fptr != NULL) {
93 if (fscanf(fptr, "%d,%d,%d,%d,%d,%d,%d,%d,%d",
95 &om[6], &om[7], &om[8]) < 0 || fclose(fptr) < 0) {
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.IIO.9150.cpp 89 FILE *fptr; local
90 fptr = fopen(compassSysFs.compass_orient, "r");
91 if (fptr != NULL) {
93 if (fscanf(fptr, "%d,%d,%d,%d,%d,%d,%d,%d,%d",
95 &om[6], &om[7], &om[8]) < 0 || fclose(fptr) < 0) {
  /bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
random.c 222 * fptr and rptr are two pointers into the state info, a front and a rear
235 static int *fptr = &randtbl[SEP_3 + 1]; variable
297 fptr = &state[rand_sep];
444 fptr = &state[(rear + rand_sep) % rand_deg];
481 f = fptr; r = rptr;
493 fptr = f; rptr = r;
  /external/skia/tests/
DrawPathTest.cpp 54 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[5])
    [all...]
  /external/skqp/tests/
DrawPathTest.cpp 54 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[5])
    [all...]

Completed in 721 milliseconds

1 2 3