HomeSort by relevance Sort by last modified time
    Searched defs:fp (Results 401 - 425 of 545) sorted by null

<<11121314151617181920>>

  /external/libxml2/
debugXML.c 1888 FILE *fp; local
    [all...]
  /external/linux-tools-perf/
builtin-script.c 792 FILE *fp; local
794 fp = fopen(filename, "r");
795 if (!fp)
798 while (fgets(line, sizeof(line), fp)) {
825 fclose(fp);
  /external/linux-tools-perf/util/
probe-event.c 323 static int __show_one_line(FILE *fp, int l, bool skip, bool show_num)
330 if (fgets(buf, LINEBUF_SIZE, fp) == NULL)
344 if (ferror(fp)) {
351 static int _show_one_line(FILE *fp, int l, bool skip, bool show_num)
353 int rv = __show_one_line(fp, l, skip, show_num);
374 FILE *fp; local
415 fp = fopen(lr->path, "r");
416 if (fp == NULL) {
423 ret = skip_one_line(fp, l++);
430 ret = show_one_line(fp, l - lr->offset)
1436 FILE *fp; local
    [all...]
python.c 630 FILE *fp = fdopen(evlist->pollfd[i].fd, "r"); local
632 if (fp == NULL)
635 file = PyFile_FromFile(fp, "perf", "r", NULL);
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c 503 FILE *fp = fopen(filePath, "r"); local
504 if (fp == NULL) return -1;
505 while (fgets(line,sizeof(line),fp))
    [all...]
  /external/openssh/
scp.c 1226 static FILE *fp; local
1230 if (fp != NULL || (remout != -1 && (fp = fdopen(remout, "w")))) {
1231 (void) fprintf(fp, "%c", 0x01);
1232 (void) fprintf(fp, "scp: ");
1234 (void) vfprintf(fp, fmt, ap);
1236 (void) fprintf(fp, "\n");
1237 (void) fflush(fp);
  /external/qemu/
kqemu.c 407 struct fpstate fp1, *fp = &fp1; local
409 fp->fpuc = env->fpuc;
410 fp->fpus = (env->fpus & ~0x3800) | (env->fpstt & 0x7) << 11;
420 fp->fptag = fptag;
423 memcpy(&fp->fpregs1[i * 10], &env->fpregs[j].d, 10);
426 asm volatile ("frstor %0" : "=m" (*fp));
433 struct fpstate fp1, *fp = &fp1; local
435 asm volatile ("fsave %0" : : "m" (*fp));
436 env->fpuc = fp->fpuc;
437 env->fpstt = (fp->fpus >> 11) & 7
456 struct fpxstate *fp = &fpx1; local
482 struct fpxstate *fp = &fpx1; local
    [all...]
savevm.c 226 FILE *fp = s->stdio_file; local
230 clearerr(fp);
231 bytes = fread(buf, 1, size, fp);
232 } while ((bytes == 0) && ferror(fp) && (errno == EINTR));
    [all...]
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 65 static int load_int(PORT_FILE *fp);
66 static SWIsltsResult load_lquestions(LQUESTION ***pquestions, int *pnum_questions, PORT_FILE *fp);
68 static SWIsltsResult load_letter_mapping(PORT_FILE *fp, LM **ppLetterMap);
70 static SWIsltsResult load_phone_mapping(PORT_FILE *fp, PM **ppPhoneMap);
72 static SWIsltsResult load_outputs(char ***poutputs, char ***pinputs, int *pnum, PORT_FILE *fp);
75 LQUESTION ***pquestions, int *num_questions, LM **plm, PORT_FILE *fp);
77 static SWIsltsResult load_allowable_cons_comb(LTS *lts, PORT_FILE *fp);
79 static SWIsltsResult load_question_strings(LTS* lts, PORT_FILE* fp);
170 static int load_int(PORT_FILE *fp)
174 PORT_FREAD_INT16((uint16 *)&v, sizeof(int), 1, fp);
839 PORT_FILE *fp; local
    [all...]
  /external/v8/src/
frames.cc 66 : limit_(frame->fp()), handler_(handler) {
115 bool use_top, Address fp, Address sp)
120 fp_(use_top ? NULL : fp), sp_(sp),
123 if (use_top || fp != NULL) {
173 state.fp = fp_;
244 bool SafeStackFrameIterator::ExitFrameValidator::IsValidFP(Address fp) {
245 if (!validator_.IsValid(fp)) return false;
246 Address sp = ExitFrame::ComputeStackPointer(fp);
249 ExitFrame::FillState(fp, sp, &state);
273 Address fp, Address sp, Address low_bound, Address high_bound)
291 Address fp = Isolate::c_entry_fp(top); local
490 Address fp = Memory::Address_at(this->fp() + offset); local
682 Address fp = caller_fp(); local
    [all...]
ic.cc 71 while (it.frame()->fp() != this->fp()) it.Advance();
121 Address fp = Memory::Address_at(entry + ExitFrameConstants::kCallerFPOffset); local
127 pc_address = reinterpret_cast<Address*>(fp + kCallerPCOffset);
128 fp = Memory::Address_at(fp + StandardFrameConstants::kCallerFPOffset);
134 ASSERT(fp == frame->fp() && pc_address == frame->pc_address());
136 fp_ = fp;
148 while (it.frame()->fp() != this->fp()) it.Advance()
595 Address fp = Memory::Address_at(entry + ExitFrameConstants::kCallerFPOffset); local
    [all...]
platform-cygwin.cc 257 FILE* fp = fopen("/proc/self/maps", "r"); local
258 if (fp == NULL) return;
270 if (fscanf(fp, "%" V8PRIxPTR "-%" V8PRIxPTR, &start, &end) != 2) break;
271 if (fscanf(fp, " %c%c%c%c", &attr_r, &attr_w, &attr_x, &attr_p) != 4) break;
278 c = getc(fp);
284 ungetc(c, fp); // Push the '/' back into the stream to be read below.
287 if (fgets(lib_name, kLibNameLen, fp) == NULL) break;
303 c = getc(fp);
309 fclose(fp);
719 sample->fp = reinterpret_cast<Address>(context.Rbp)
    [all...]
  /external/v8/src/mips/
simulator-mips.h 163 fp = s8 enumerator in enum:v8::internal::Simulator::Register
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 623 FILE *fp = fopen(defaultXmlFile, "r"); local
624 if (fp == NULL) {
628 fclose(fp); // close the file first.
893 FILE *fp = NULL; local
    [all...]
  /frameworks/base/core/jni/
android_util_Process.cpp 188 FILE *fp; local
  /frameworks/base/tools/aapt/
Images.cpp 1145 FILE* fp; local
1248 FILE* fp; local
    [all...]
  /frameworks/native/opengl/libagl/
matrix.cpp 22 #include "fp.h"
238 GLfloat const* fp = rhs.elements(); local
241 const GLfloat f = *fp++;
296 GLfloat* fp = m; local
299 *fp++ = fixedToFloat(*rhs++);
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu.c 314 FILE *fp; local
319 if ((fp = fopen(fname, "rb")) == NULL ||
320 fseek(fp, 0, SEEK_END) < 0 ||
321 (size = ftell(fp)) < 0)
325 if (fp != NULL)
326 fclose(fp);
1193 FILE *fp;
1359 FILE *fp; local
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 219 struct Frame *fp = NULL; /* frame pointer. bottom level unused */ variable in typeref:struct:Frame
236 fp = frame = (struct Frame *) calloc(nframe += 100, sizeof(struct Frame));
243 dprintf( ("calling %s, %d args (%d in defn), fp=%d\n", s, ncall, ndef, (int) (fp-frame)) );
250 dprintf( ("evaluate args[%d], fp=%d:\n", i, (int) (fp-frame)) );
267 fp++; /* now ok to up frame */
268 if (fp >= frame + nframe) {
269 int dfp = fp - frame; /* old index */
274 fp = frame + dfp
395 FILE *fp; local
965 FILE *fp; local
1471 FILE *fp; local
1567 FILE *fp; local
1575 fputs(getpssval(y), fp); local
1599 FILE *fp; local
1613 FILE *fp; member in struct:files
1633 FILE *fp = 0; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 133 /* Function to read one line. If FP is NULL, read_fn better not
134 be one which uses fp; in particular, read_always_fail() is
146 FILE *fp;
531 long result = ck_getline (&b, &blen, input->fp);
554 ck_fwrite("\n", 1, 1, outf->fp);
561 flush_output(fp)
562 FILE *fp;
564 if (fp != stdout || unbuffered_output)
565 ck_fflush(fp);
581 ck_fwrite(text, 1, length, outf->fp);
145 FILE *fp; member in struct:input
638 FILE *fp; local
1073 FILE *fp = output_file.fp; local
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
Pop3StoreUnitTests.java 538 FetchProfile fp = new FetchProfile(); local
539 fp.add(FetchProfile.Item.FLAGS);
540 fp.add(FetchProfile.Item.ENVELOPE);
541 mFolder.fetch(messages, fp, null);
586 FetchProfile fp = new FetchProfile(); local
587 fp.add(FetchProfile.Item.FLAGS);
588 fp.add(FetchProfile.Item.ENVELOPE);
589 mFolder.fetch(messages, fp, null);
633 FetchProfile fp = new FetchProfile(); local
634 fp.add(FetchProfile.Item.FLAGS)
795 FetchProfile fp = new FetchProfile(); local
835 FetchProfile fp = new FetchProfile(); local
    [all...]
ImapStoreUnitTests.java 769 final FetchProfile fp = new FetchProfile(); local
770 fp.add(FetchProfile.Item.FLAGS);
771 fp.add(FetchProfile.Item.ENVELOPE);
810 final FetchProfile fp = new FetchProfile(); local
849 final FetchProfile fp = new FetchProfile(); local
971 final FetchProfile fp = new FetchProfile(); local
994 final FetchProfile fp = new FetchProfile(); local
1017 final FetchProfile fp = new FetchProfile(); local
1068 FetchProfile fp = new FetchProfile();fp.clear(); local
1127 FetchProfile fp = new FetchProfile(); local
2106 final FetchProfile fp = new FetchProfile(); local
    [all...]
  /system/core/libpixelflinger/
trap.cpp 455 const GGLFormat* fp = &(c->formats[cb->format]); local
457 (x + (cb->stride * y)) * fp->size;
458 const size_t size = ct * fp->size;
    [all...]
  /packages/apps/Email/src/com/android/email/
MessagingController.java 469 FetchProfile fp = new FetchProfile(); local
470 fp.add(FetchProfile.Item.BODY);
471 remoteFolder.fetch(smallMessages.toArray(new Message[smallMessages.size()]), fp, local
486 fp.clear();
487 fp.add(FetchProfile.Item.STRUCTURE);
488 remoteFolder.fetch(largeMessages.toArray(new Message[largeMessages.size()]), fp, null); local
494 fp.clear();
495 fp.add(FetchProfile.Item.BODY_SANE);
499 remoteFolder.fetch(new Message[] { message }, fp, null);
514 fp.clear()
532 FetchProfile fp = new FetchProfile(); local
543 remoteFolder.fetch(unsyncedMessages.toArray(new Message[0]), fp, local
672 FetchProfile fp = new FetchProfile(); local
677 remoteFolder.fetch(messageList.toArray(new Message[0]), fp, local
866 FetchProfile fp = new FetchProfile(); local
1764 FetchProfile fp = new FetchProfile(); local
1774 FetchProfile fp = new FetchProfile(); local
    [all...]
  /bionic/libc/netbsd/resolv/
res_cache.c 1420 FILE* fp; local
    [all...]

Completed in 677 milliseconds

<<11121314151617181920>>