HomeSort by relevance Sort by last modified time
    Searched refs:fptr (Results 26 - 50 of 86) sorted by null

12 3 4

  /external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
reloc_ia64.S 89 #define fptr r26 define
119 movl fptr = @gprel(fptr_mem_base)
121 add fptr = fptr, gp
191 // FPTR relocs are a bit more interesting: we need to lookup
196 st8 [target] = fptr
198 add target = 8,fptr
204 cmp.geu Poom,p0 = fptr,fptr_limit
218 st8 [fptr] = val,16
  /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...]
  /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);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
reloc-bad.s 15 adds r1 = @fptr(esym), r0
16 mov r2 = @fptr(esym)
20 adds r1 = @ltoff(@fptr(esym)), r0
  /external/dhcpcd-6.8.2/
dev.c 89 void (*fptr)(struct dev *, const struct dev_dhcpcd *);
99 fptr = (void (*)(struct dev *, const struct dev_dhcpcd *))
101 if (fptr == NULL) {
108 fptr(ctx->dev, &dev_dhcpcd);
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.ml 64 let fptr = get_function_address_ name ee in
65 if Nativeint.to_int fptr <> 0 then
66 let open Ctypes in coerce (ptr void) typ (ptr_of_raw_address fptr)
  /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/curl/lib/
mprintf.c 884 char *fptr = &formatbuf[1]; local
901 *fptr++ = '-';
903 *fptr++ = '+';
905 *fptr++ = ' ';
907 *fptr++ = '#';
909 *fptr = 0;
915 len = curl_msnprintf(fptr, left, "%ld", width);
916 fptr += len;
932 len = curl_msnprintf(fptr, left, ".%ld", prec);
933 fptr += len
    [all...]
  /external/clang/test/Sema/
return.c 161 void (*fptr)() __attribute__((noreturn)); variable
183 fptr();
nullability.c 94 float *fptr = iptr; // expected-warning{{incompatible pointer types initializing 'float *' with an expression of type 'int * _Nonnull'}} local
  /prebuilts/go/darwin-x86/src/reflect/
example_test.go 25 // makeSwap expects fptr to be a pointer to a nil function.
30 makeSwap := func(fptr interface{}) {
31 // fptr is a pointer to a function.
34 fn := reflect.ValueOf(fptr).Elem()
  /prebuilts/go/linux-x86/src/reflect/
example_test.go 25 // makeSwap expects fptr to be a pointer to a nil function.
30 makeSwap := func(fptr interface{}) {
31 // fptr is a pointer to a function.
34 fn := reflect.ValueOf(fptr).Elem()
  /external/clang/test/CXX/except/except.spec/
p1.cpp 21 void (*fptr)() throw(); member in namespace:dyn
  /external/libunwind/tests/
ia64-test-dyn1.c 42 void *mem, *memend, *addr, *fptr; local
59 fptr = mem;
62 fptr = mem;
81 return 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) {
CompassSensor.IIO.primary.cpp 52 FILE *fptr; local
106 fptr = fopen(compassSysFs.compass_orient, "r");
107 if (fptr != NULL) {
109 if (fscanf(fptr, "%d,%d,%d,%d,%d,%d,%d,%d,%d",
111 &om[6], &om[7], &om[8]) < 0 || fclose(fptr)) {
134 if (fptr == NULL) {
  /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) {
CompassSensor.IIO.primary.cpp 52 FILE *fptr; local
106 fptr = fopen(compassSysFs.compass_orient, "r");
107 if (fptr != NULL) {
109 if (fscanf(fptr, "%d,%d,%d,%d,%d,%d,%d,%d,%d",
111 &om[6], &om[7], &om[8]) < 0 || fclose(fptr)) {
134 if (fptr == NULL) {
  /external/libcups/cups/
http.c 1375 const char *fptr; /* Pointer into field */ local
1388 for (fptr = http->fields[field]; *fptr;)
1394 while (_cups_isspace(*fptr))
1395 fptr ++;
1397 if (*fptr == ',')
1399 fptr ++;
1408 *fptr && *fptr != '=' && !_cups_isspace(*fptr) &
    [all...]
  /external/libxml2/include/libxml/
hash.h 45 * @fptr: pointer to a function
51 * #define XML_CAST_FPTR(fptr) (*(void **)(&fptr))
56 #define XML_CAST_FPTR(fptr) 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/elfutils/libdwfl/
dwfl_segment_report_module.c 169 const char *fptr = ptr + 3 * count * sz; local
176 if (! buf_read_ulong (ei_data, sz, &ptr, fptr, &mstart)
177 || ! buf_read_ulong (ei_data, sz, &ptr, fptr, &mend)
178 || ! buf_read_ulong (ei_data, sz, &ptr, fptr, &moffset))
193 const char *fnext = memchr (fptr, 0, (const char *) end - fptr);
197 retval = fptr;
198 if (firstix < mix && mix <= lastix && strcmp (fptr, retval) != 0)
200 fptr = fnext + 1;
  /external/icu/icu4c/source/test/cintltst/
cdattst.c 1792 const FieldsData * fptr; local
    [all...]
  /external/boringssl/src/crypto/bio/
connect.c 472 int (**fptr)(const BIO *bio, int state, int xret);
473 fptr = (int (**)(const BIO *bio, int state, int xret))ptr;
474 *fptr = data->info_callback;

Completed in 1518 milliseconds

12 3 4