HomeSort by relevance Sort by last modified time
    Searched defs:fp (Results 351 - 375 of 1027) sorted by null

<<11121314151617181920>>

  /build/kati/
regen.cc 87 FILE* fp = fopen(GetNinjaStampFilename().c_str(), "rb+"); local
88 if (!fp)
90 ScopedFile sfp(fp);
91 if (fseek(fp, 0, SEEK_SET) < 0)
93 size_t r = fwrite(&start_time, sizeof(start_time), 1, fp);
115 #define LOAD_INT(fp) ({ \
116 int v = LoadInt(fp); \
124 #define LOAD_STRING(fp, s) ({ \
125 if (!LoadString(fp, s)) { \
132 FILE* fp = fopen(stamp_filename.c_str(), "rb") local
    [all...]
  /development/ndk/platforms/android-21/include/linux/
if_hippi.h 102 struct hippi_fp_hdr fp; member in struct:hippi_hdr
  /development/ndk/platforms/android-3/include/linux/
if_hippi.h 94 struct hippi_fp_hdr fp; member in struct:hippi_hdr
  /development/ndk/platforms/android-9/arch-mips/include/asm/
regdef.h 62 #define fp $30 macro
112 #define fp $30 macro
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_camera.h 316 double f,fp,fpi; local
323 fp=f+dx[3];
324 fpi=db_SafeReciprocal(fp);
325 H_p_dx[2]*=fp;
326 H_p_dx[5]*=fp;
  /device/google/contexthub/util/nanoapp_cmd/
nanoapp_cmd.c 176 FILE *fp; local
183 fp = openFile("/sys/class/nanohub/nanohub/app_info", "r");
184 if (!fp)
187 while ((numRead = getline(&line, &len, fp)) != -1) {
192 fclose(fp);
213 FILE *fp; local
219 fp = openFile("/vendor/firmware/napp_list.cfg", "r");
220 if (!fp)
226 while (((numRead = getline(&line, &len, fp)) != -1) && (installCnt < MAX_INSTALL_CNT)) {
239 fclose(fp);
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpegdec_test.c 52 FILE *fp = fopen(filename, "w+"); \
53 if (fp) { \
54 rc = fwrite(p_addr, 1, len, fp); \
55 fclose(fp); \
172 FILE *fp = NULL; local
174 fp = fopen(p_obj->filename, "rb");
175 if (!fp) {
179 fseek(fp, 0, SEEK_END);
180 file_size = (size_t)ftell(fp);
181 fseek(fp, 0, SEEK_SET)
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpegdec_test.c 52 FILE *fp = fopen(filename, "w+"); \
53 if (fp) { \
54 rc = fwrite(p_addr, 1, len, fp); \
55 fclose(fp); \
172 FILE *fp = NULL; local
174 fp = fopen(p_obj->filename, "rb");
175 if (!fp) {
179 fseek(fp, 0, SEEK_END);
180 file_size = (size_t)ftell(fp);
181 fseek(fp, 0, SEEK_SET)
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpegdec_test.c 51 FILE *fp = fopen(filename, "w+"); \
52 if (fp) { \
53 fwrite(p_addr, 1, len, fp); \
54 fclose(fp); \
171 FILE *fp = NULL; local
173 fp = fopen(p_obj->filename, "rb");
174 if (!fp) {
178 fseek(fp, 0, SEEK_END);
179 file_size = ftell(fp);
180 fseek(fp, 0, SEEK_SET)
    [all...]
  /external/bison/lib/
getopt.c 547 FILE *fp = open_memstream (&buf, &buflen);
548 if (fp != NULL)
550 fprintf (fp,
556 fprintf (fp, " '--%s'", ambig_list->p->name);
561 fputc_unlocked ('\n', fp);
563 if (__builtin_expect (fclose (fp) != EOF, 1))
543 FILE *fp = open_memstream (&buf, &buflen); local
    [all...]
  /external/blktrace/btt/
seek.c 47 FILE *fp; local
54 if ((fp = my_fopen(oname, "w")) == NULL)
57 add_file(fp, oname);
59 return fp;
257 FILE *fp = IOP_READ(iop) ? sip->rfp : sip->wfp; local
259 if (fp)
260 fprintf(fp, "%15.9lf %13lld %c\n", tstamp, dist, rw);
  /external/boringssl/src/crypto/bn/
ctx.c 186 unsigned int fp = BN_STACK_pop(&ctx->stack); local
188 if (fp < ctx->used) {
189 BN_POOL_release(&ctx->pool, ctx->used - fp);
192 ctx->used = fp;
  /external/c-ares/
ares_gethostbyname.c 340 FILE *fp; local
382 fp = fopen(PATH_HOSTS, "r");
383 if (!fp)
400 while ((status = ares__get_hostent(fp, family, host)) == ARES_SUCCESS)
413 fclose(fp);
  /external/clang/test/CXX/drs/
dr15xx.cpp 151 float *fp = f({{1}, {1, 2}, {1, 2, 3}}); member in namespace:dr1591::check_arrays_of_init_list
  /external/clang/test/Sema/
init.c 6 typedef void (* fp)(void); typedef
10 fp a[(short int)1] = { foo };
  /external/clang/test/SemaCXX/
reinterpret-cast.cpp 76 fnptr fp = 0; local
77 (void)reinterpret_cast<fnptr2>(fp);
78 void *vp = reinterpret_cast<void*>(fp);
  /external/dhcpcd-6.8.2/
control.c 56 struct fd_list *fp; local
61 TAILQ_FOREACH(fp, &ctx->control_fds, next) {
62 TAILQ_FOREACH(fpd, &fp->queue, next) {
  /external/e2fsprogs/e2fsck/
pass3.c 610 struct fix_dotdot_struct *fp = (struct fix_dotdot_struct *) priv_data; local
621 retval = e2fsck_adjust_inode_count(fp->ctx, dirent->inode, -1);
624 fix_problem(fp->ctx, PR_3_ADJUST_INODE, &pctx);
626 retval = e2fsck_adjust_inode_count(fp->ctx, fp->parent, 1);
629 fix_problem(fp->ctx, PR_3_ADJUST_INODE, &pctx);
631 dirent->inode = fp->parent;
632 if (fp->ctx->fs->super->s_feature_incompat &
639 fp->done++;
647 struct fix_dotdot_struct fp; local
    [all...]
  /external/e2fsprogs/ext2ed/
general_com.c 856 FILE *fp; local
873 if ( (fp=fopen (device_name,"r+b"))==NULL) {
878 device_handle=fp;write_access=1;
885 FILE *fp; local
892 if ( (fp=fopen (device_name,"rb"))==NULL) {
898 device_handle=fp;write_access=0;
init.c 108 FILE *fp; local
113 if ( (fp=fopen (file_name,"rt"))==NULL) {
118 while (!feof (fp)) {
119 fgets (current_line,500,fp);
120 if (feof (fp)) break;
127 fgets (current_line,500,fp);
128 if (feof (fp)) break;
130 if (feof (fp)) break;
132 fgets (current_line,500,fp);
136 fgets (current_line,500,fp);
488 FILE *fp; local
609 FILE *fp; local
    [all...]
  /external/e2fsprogs/intl/
localealias.c 97 # define FEOF(fp) feof_unlocked (fp)
98 # define FGETS(buf, n, fp) fgets_unlocked (buf, n, fp)
100 # define FEOF(fp) feof (fp)
101 # define FGETS(buf, n, fp) fgets (buf, n, fp)
219 FILE *fp; local
233 fp = fopen (relocate (full_fname), "r")
    [all...]
relocatable.c 318 FILE *fp; local
321 fp = fopen ("/proc/self/maps", "r");
322 if (fp)
330 if (fscanf (fp, "%lx-%lx", &start, &end) != 2)
335 while (c = getc (fp), c != EOF && c != '\n' && c != '/')
342 ungetc (c, fp);
344 len = getline (&shared_library_fullname, &size, fp);
354 while (c = getc (fp), c != EOF && c != '\n')
357 fclose (fp);
  /external/harfbuzz_ng/util/
helper-cairo.cc 279 FILE *fp = (FILE *) closure; local
282 size_t ret = fwrite (data, 1, size, fp);
285 if (size && ferror (fp))
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
CompactDecimalFormatTest.java 315 FieldPosition fp = new FieldPosition(0); local
317 cdf.format(1234567f, sb, fp);
318 assertEquals("fp string", "M1.2", sb.toString());
319 assertEquals("fp start", 1, fp.getBeginIndex());
320 assertEquals("fp end", 2, fp.getEndIndex());
  /external/icu/icu4c/source/i18n/
plurfmt.cpp 264 FixedPrecision fp; local
266 fp.initVisibleDigitsWithExponent(numberMinusOffset, dec, status);

Completed in 390 milliseconds

<<11121314151617181920>>