HomeSort by relevance Sort by last modified time
    Searched refs:fp (Results 176 - 200 of 4020) sorted by null

1 2 3 4 5 6 78 91011>>

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
getdelim.c 47 int sep, FILE *__restrict fp)
53 FLOCKFILE(fp);
64 _SET_ORIENTATION(fp, -1);
68 if (fp->_r <= 0 && __srefill(fp)) {
69 if (__sferror(fp))
76 p = memchr(fp->_p, sep, (size_t)fp->_r);
78 len = fp->_r;
80 len = (p - fp->_p) + 1
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fprintf.c 54 fprintf(FILE *fp, const char *fmt, ...)
59 _DIAGASSERT(fp != NULL);
61 if(fp == NULL) {
67 ret = vfprintf(fp, fmt, ap);
fdopen.c 67 FILE *fp; local
95 if ((fp = __sfp()) == NULL)
97 fp->_flags = (unsigned short)flags;
104 fp->_flags |= __SAPP;
105 fp->_file = (short)fd;
106 fp->_cookie = fp;
107 fp->_read = __sread;
108 fp->_write = __swrite;
109 fp->_seek = __sseek;
    [all...]
fputwc.c 52 __fputwc_unlock(wchar_t wc, FILE *fp)
61 _DIAGASSERT(fp != NULL);
62 if(fp == NULL) {
72 _SET_ORIENTATION(fp, 1);
73 wcio = WCIO_GET(fp);
90 if (__sfvwrite(fp, &uio)) {
98 fputwc(wchar_t wc, FILE *fp)
102 _DIAGASSERT(fp != NULL);
103 if(fp == NULL) {
108 FLOCKFILE(fp);
    [all...]
setbuf.c 56 setbuf(FILE *fp, char *buf)
59 _DIAGASSERT(fp != NULL);
62 (void) setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ);
  /external/clang/test/CodeGenCXX/
attr-cleanup.cpp 9 void *fp __attribute__((cleanup(N::free))); local
  /external/minijail/
parse_seccomp_policy.cc 26 struct sock_fprog fp; local
27 int res = compile_filter(argv[1], f, &fp, 0, 0);
31 dump_bpf_prog(&fp);
33 free(fp.filter);
  /external/selinux/libsepol/tests/
debug.h 26 extern void print_ebitmap(ebitmap_t * bitmap, FILE * fp);
27 extern void display_expr(policydb_t * p, cond_expr_t * exp, FILE * fp);
  /external/syslinux/com32/lib/sys/
read.c 43 struct file_info *fp = &__file_info[fd]; local
45 if (fd >= NFILES || !fp->iop) {
50 return fp->iop->read(fp, buf, count);
write.c 43 struct file_info *fp = &__file_info[fd]; local
45 if (fd >= NFILES || !fp->oop) {
50 return fp->oop->write(fp, buf, count);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
le-fpconst.s 1 # Test fp constants.
2 # These need ARM specific support because 8 byte fp constants in little
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cfi/
cfi-arc-1.s 15 st.a fp,[sp,-4]
16 .cfi_rel_offset fp, 0
17 mov_s fp,sp
18 .cfi_def_cfa_register fp
  /external/libchrome/base/debug/
stack_trace.cc 49 uintptr_t GetNextStackFrame(uintptr_t fp) {
50 return reinterpret_cast<const uintptr_t*>(fp)[0] - kStackFrameAdjustment;
53 uintptr_t GetStackFramePC(uintptr_t fp) {
54 return reinterpret_cast<const uintptr_t*>(fp)[1];
57 bool IsStackFrameValid(uintptr_t fp, uintptr_t prev_fp, uintptr_t stack_end) {
60 if (fp <= prev_fp) return false;
63 if (fp - prev_fp > 100000) return false;
66 if (fp & (sizeof(uintptr_t) - 1)) return false;
69 // Both fp[0] and fp[1] must be within the stack
139 uintptr_t fp = reinterpret_cast<uintptr_t>(fpp) - kStackFrameAdjustment; local
    [all...]
  /external/google-breakpad/src/testing/scripts/generator/cpp/
utils.py 33 fp = open(filename)
35 return fp.read()
37 fp.close()
  /external/googletest/googlemock/scripts/generator/cpp/
utils.py 33 fp = open(filename)
35 return fp.read()
37 fp.close()
  /external/ltp/testcases/misc/math/float/bessel/
genj0.c 44 int fp; local
54 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);
55 if (!fp) {
57 close(fp);
61 write(fp, &tabR[i], sizeof(double));
64 close(fp);
75 int fp; local
85 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);
86 if (!fp) {
88 close(fp);
    [all...]
genj1.c 44 int fp; local
54 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);
55 if (!fp) {
57 close(fp);
61 write(fp, &tabR[i], sizeof(double));
64 close(fp);
75 int fp; local
85 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);
86 if (!fp) {
88 close(fp);
    [all...]
geny0.c 44 int fp; local
54 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);
55 if (!fp) {
57 close(fp);
61 write(fp, &tabR[i], sizeof(double));
64 close(fp);
75 int fp; local
85 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);
86 if (!fp) {
88 close(fp);
    [all...]
geny1.c 44 int fp; local
54 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);
55 if (!fp) {
57 close(fp);
61 write(fp, &tabR[i], sizeof(double));
64 close(fp);
75 int fp; local
85 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);
86 if (!fp) {
88 close(fp);
    [all...]
  /external/ltp/testcases/misc/math/float/exp_log/
genexp.c 44 int fp; local
54 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);
55 if (!fp) {
57 close(fp);
61 write(fp, &tabR[i], sizeof(double));
64 close(fp);
74 int fp; local
84 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);
85 if (!fp) {
87 close(fp);
    [all...]
genlog.c 43 int fp; local
53 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);
54 if (!fp) {
56 close(fp);
60 write(fp, &tabR[i], sizeof(double));
63 close(fp);
73 int fp; local
83 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);
84 if (!fp) {
86 close(fp);
    [all...]
genlog10.c 44 int fp; local
54 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);
55 if (!fp) {
57 close(fp);
61 write(fp, &tabR[i], sizeof(double));
64 close(fp);
74 int fp; local
84 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);
85 if (!fp) {
87 close(fp);
    [all...]
  /external/ltp/testcases/misc/math/float/iperb/
gencosh.c 44 int fp; local
54 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);
55 if (!fp) {
57 close(fp);
61 write(fp, &tabR[i], sizeof(double));
64 close(fp);
74 int fp; local
84 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);
85 if (!fp) {
87 close(fp);
    [all...]
gensinh.c 44 int fp; local
54 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);
55 if (!fp) {
57 close(fp);
61 write(fp, &tabR[i], sizeof(double));
64 close(fp);
74 int fp; local
84 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);
85 if (!fp) {
87 close(fp);
    [all...]
gentanh.c 44 int fp; local
54 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);
55 if (!fp) {
57 close(fp);
61 write(fp, &tabR[i], sizeof(double));
64 close(fp);
74 int fp; local
84 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);
85 if (!fp) {
87 close(fp);
    [all...]

Completed in 180 milliseconds

1 2 3 4 5 6 78 91011>>