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

12 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h 351 int32_t *fptr; /* Front pointer. */ member in struct:random_data
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 351 int32_t *fptr; /* Front pointer. */ member in struct:random_data
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
random.c 189 /* FPTR and RPTR are two pointers into the state info, a front and a rear
199 static long int *fptr = &randtbl[SEP_3 + 1]; variable
240 fptr = &state[rand_sep];
360 fptr = &state[(rear + rand_sep) % rand_deg];
391 *fptr += *rptr;
393 i = (*fptr >> 1) & LONG_MAX;
394 ++fptr;
395 if (fptr >= end_ptr)
397 fptr = state;
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/
inv_self_test.c 254 FILE *fptr; local
284 fptr = fopen(mpu.self_test, "r");
285 if (fptr) {
286 fscanf(fptr, "%d", &self_test_status);
292 fclose(fptr);
316 fptr= fopen(MLCAL_FILE, "rb");
317 if (!fptr) {
322 fread(buffer, 1, packet_sz, fptr);
323 fclose(fptr);
380 fptr = fopen(mpu.self_test, "r")
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
vms-misc.c 489 char *fname, *fptr;
502 fptr = strrchr (fout, '/');
503 if (fptr != NULL)
504 fout = fptr + 1;
509 fptr = strrchr (fname, '.');
510 if (fptr != 0)
511 *fptr = 0;
515 fptr = fname;
516 for (fptr = fname; *fptr != 0; fptr++
487 char *fname, *fptr; local
    [all...]
elf64-ia64-vms.c 40 FPTR The canonical function descriptor. Created for local
44 objects. The FPTR relocs for such _are_ passed through
54 transformed into an FPTR relocation, since it must be in
1745 asection *fptr; local
1909 asection *got, *fptr, *srel, *pltoff; local
    [all...]
elfnn-ia64.c 1981 asection *fptr; local
2142 asection *got, *fptr, *srel, *pltoff; local
    [all...]
  /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/wpa_supplicant_8/src/eap_server/
tncs.c 327 void *fptr; local
329 fptr = dlsym(handle, func);
331 return fptr;
  /external/curl/lib/
mprintf.c 891 char *fptr = &formatbuf[1]; local
908 *fptr++ = '-';
910 *fptr++ = '+';
912 *fptr++ = ' ';
914 *fptr++ = '#';
916 *fptr = 0;
920 len = curl_msnprintf(fptr, left, "%ld", width);
921 fptr += len;
926 len = curl_msnprintf(fptr, left, ".%ld", prec);
927 fptr += len
    [all...]
  /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/ltp/testcases/kernel/fs/doio/
iogen.c 586 struct file_info *fptr; local
632 fptr = &File_List[random_range(0, Nfiles - 1, 1, NULL)];
641 if (fptr->f_type == S_IFREG && (flags->m_flags & FLG_RAW))
642 mult = fptr->f_riou;
644 mult = fptr->f_iou;
654 laststart = fptr->f_lastoffset;
655 lastend = fptr->f_lastoffset + fptr->f_lastlength - 1;
668 if (minlength > fptr->f_length - offset)
671 maxlength = fptr->f_length - offset
1383 struct file_info *fptr; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
tncc.c 261 void *fptr; local
265 fptr = GetProcAddressA(handle, func);
267 fptr = GetProcAddress(handle, func);
270 fptr = dlsym(handle, func);
273 return fptr;
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp 897 FILE *fptr; local
935 FILE *fptr; local
    [all...]
  /device/generic/goldfish/audio/
audio_hw.c 1538 FILE *fptr = fopen ("\/proc\/asound\/pcm", "r"); local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cdattst.c 1792 const FieldsData * fptr; local
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.c 1354 RRTableElem *fptr; local
    [all...]
uds_daemon.c 2104 DNameListElem *fptr = SCPrefBrowseDomains; local
4695 reply_state *fptr = r->replies; local
    [all...]
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.cpp 167 FILE *fptr; local
839 FILE *fptr; local
854 fptr = fopen(mpu.dmp_firmware, "w");
855 if(fptr == NULL) {
858 if (inv_load_dmp(fptr) < 0) {
863 if (fclose(fptr) < 0) {
879 FILE *fptr; local
884 fptr = fopen(mpu.gyro_orient, "r");
885 if (fptr != NULL) {
887 if (fscanf(fptr, "%d,%d,%d,%d,%d,%d,%d,%d,%d"
6661 FILE* fptr = fopen(mpu.six_axis_q_value, "w"); local
    [all...]
  /external/pcre/dist2/src/
pcre2_match.c 5757 PCRE2_SPTR fptr; local
    [all...]
  /external/v8/src/ppc/
simulator-ppc.cc 1852 float* fptr = reinterpret_cast<float*>(&val); local
3807 float* fptr = reinterpret_cast<float*>(&val); local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
pe-dll.c 3227 bfd_vma fptr = pe_get32 (dll, secptr1 + 20); local
    [all...]
  /external/valgrind/perf/
test_input_for_tinycc.c 567 int32_t *fptr; member in struct:random_data
    [all...]
  /external/elfutils/src/
readelf.c 9279 char const *fptr = (char *) fstart; local
    [all...]
  /external/mesa3d/src/mesa/main/
dlist.c 1188 GLfloat *fptr; local
    [all...]

Completed in 1268 milliseconds

12 3