/external/libpcap/ |
savefile.c | 177 FILE *fp; local 182 fp = stdin; 188 SET_BINMODE(fp); 193 fp = fopen(fname, "r"); 195 fp = fopen(fname, "rb"); 197 if (fp == NULL) { 203 p = pcap_fopen_offline_with_tstamp_precision(fp, precision, errbuf); 205 if (fp != stdin) 206 fclose(fp); 261 pcap_fopen_offline_with_tstamp_precision(FILE *fp, u_int precision [all...] |
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
lmpar.h | 21 Scalar fp; local 64 fp = dxnorm - delta; 65 if (fp <= Scalar(0.1) * delta) { 88 parl = fp / delta / temp / temp; 121 temp = fp; 122 fp = dxnorm - delta; 127 if (abs(fp) <= Scalar(0.1) * delta || (parl == 0. && fp <= temp && temp < 0.) || iter == 10) 142 parc = fp / delta / temp / temp; 145 if (fp > 0. 179 Scalar fp; local [all...] |
/external/oprofile/libpopt/ |
popthelp.c | 213 * @param fp output file handle 218 static void singleOptionHelp(FILE * fp, size_t maxLeftCol, 222 /*@modifies *fp, fileSystem @*/ 359 fprintf(fp," %-*s ", maxLeftCol+displaypad, left); 361 fprintf(fp," %s\n", left); 387 fprintf(fp, format, help, " "); 395 if (helpLength) fprintf(fp, "%s\n", help); 467 * @param fp output file handle 473 static void itemHelp(FILE * fp, 477 /*@modifies *fp, fileSystem @* [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_test_format.c | 49 write_tsv_header(FILE *fp) 51 fprintf(fp, 55 fflush(fp); 60 write_tsv_row(FILE *fp, 64 fprintf(fp, "%s\t", success ? "pass" : "fail"); 66 fprintf(fp, "%s\n", desc->name); 68 fflush(fp); 130 test_format_float(unsigned verbose, FILE *fp, 206 if(fp) 207 write_tsv_row(fp, desc, success) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_atom_pixeltransfer.c | 146 struct gl_fragment_program *fp; local 150 fp = (struct gl_fragment_program *) 152 if (!fp) 170 fp->Base.InputsRead = BITFIELD64_BIT(FRAG_ATTRIB_TEX0); 171 fp->Base.OutputsWritten = BITFIELD64_BIT(FRAG_RESULT_COLOR); 172 fp->Base.SamplersUsed = 0x1; /* sampler 0 (bit 0) is used */ 248 fp->Base.SamplersUsed |= (1 << 1); /* sampler 1 is used */ 266 fp->Base.Instructions = _mesa_alloc_instructions(ic); 267 if (!fp->Base.Instructions) { 274 _mesa_copy_instructions(fp->Base.Instructions, inst, ic) 297 struct gl_fragment_program *fp; local [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_test_format.c | 49 write_tsv_header(FILE *fp) 51 fprintf(fp, 55 fflush(fp); 60 write_tsv_row(FILE *fp, 64 fprintf(fp, "%s\t", success ? "pass" : "fail"); 66 fprintf(fp, "%s\n", desc->name); 68 fflush(fp); 130 test_format_float(unsigned verbose, FILE *fp, 206 if(fp) 207 write_tsv_row(fp, desc, success) [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_atom_pixeltransfer.c | 146 struct gl_fragment_program *fp; local 150 fp = (struct gl_fragment_program *) 152 if (!fp) 170 fp->Base.InputsRead = BITFIELD64_BIT(FRAG_ATTRIB_TEX0); 171 fp->Base.OutputsWritten = BITFIELD64_BIT(FRAG_RESULT_COLOR); 172 fp->Base.SamplersUsed = 0x1; /* sampler 0 (bit 0) is used */ 248 fp->Base.SamplersUsed |= (1 << 1); /* sampler 1 is used */ 266 fp->Base.Instructions = _mesa_alloc_instructions(ic); 267 if (!fp->Base.Instructions) { 274 _mesa_copy_instructions(fp->Base.Instructions, inst, ic) 297 struct gl_fragment_program *fp; local [all...] |
/cts/tests/tests/os/jni/ |
android_os_cts_NoExecutePermissionTest.cpp | 28 FILE *fp = fopen("/proc/self/maps", "re"); local 29 if (fp == NULL) { 33 while(fgets(line, sizeof(line), fp) != NULL) { 43 fclose(fp);
|
/external/bison/lib/ |
fopen.c | 78 FILE *fp; local 97 fp = fdopen (fd, mode); 98 if (fp == NULL) 104 return fp;
|
/external/blktrace/btt/ |
latency.c | 31 FILE *fp = NULL; local 41 if ((fp = my_fopen(oname, "w")) == NULL) 44 add_file(fp, strdup(oname)); 47 return fp;
|
unplug_hist.c | 67 FILE *fp; local 74 if ((fp = my_fopen(oname, "w")) != NULL) { 78 fprintf(fp, "%d %d\n", i, hbp->hist[i]); 79 fclose(fp);
|
/external/chromium_org/third_party/icu/source/i18n/ |
fpositer.cpp | 88 UBool FieldPositionIterator::next(FieldPosition& fp) { 93 fp.setField(data->elementAti(pos++)); 94 fp.setBeginIndex(data->elementAti(pos++)); 95 fp.setEndIndex(data->elementAti(pos++));
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/ |
mkvreader.hpp | 20 explicit MkvReader(FILE* fp);
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/ |
p3.cpp | 12 const float * const volatile fp = ap; local
|
/external/clang/test/CodeGenCXX/ |
global-llvm-constant.cpp | 13 int (*fp)(int, int); member in struct:X
|
mangle-unnameable-conversions.cpp | 13 char (S::*fp)() = S(); // CHECK: @_ZNK1ScvMT0_FT_vEIcS_EEv(
|
/external/clang/test/Sema/ |
pointer-addition.c | 5 void (*fp)(int) = 0;
|
/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...] |
/external/icu/icu4c/source/i18n/ |
fpositer.cpp | 88 UBool FieldPositionIterator::next(FieldPosition& fp) { 93 fp.setField(data->elementAti(pos++)); 94 fp.setBeginIndex(data->elementAti(pos++)); 95 fp.setEndIndex(data->elementAti(pos++));
|
/external/iproute2/misc/ |
ssfilter.h | 19 int ssfilter_parse(struct ssfilter **f, int argc, char **argv, FILE *fp);
|
/external/libvpx/libvpx/third_party/libwebm/ |
mkvreader.hpp | 24 MkvReader(FILE* fp);
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
builtin-buildid-list.c | 19 static int sysfs__fprintf_build_id(FILE *fp) 30 fprintf(fp, "%s\n", sbuild_id); 34 static int filename__fprintf_build_id(const char *name, FILE *fp) 44 return fprintf(fp, "%s\n", sbuild_id);
|
/external/openssl/crypto/dsa/ |
dsa_prn.c | 65 int DSA_print_fp(FILE *fp, const DSA *x, int off) 75 BIO_set_fp(b,fp,BIO_NOCLOSE); 81 int DSAparams_print_fp(FILE *fp, const DSA *x) 91 BIO_set_fp(b,fp,BIO_NOCLOSE);
|
/external/openssl/crypto/err/ |
err_prn.c | 90 static int print_fp(const char *str, size_t len, void *fp) 95 BIO_set_fp(&bio,fp,BIO_NOCLOSE); 99 void ERR_print_errors_fp(FILE *fp) 101 ERR_print_errors_cb(print_fp, fp);
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/tools/ |
audio_codec_speed_test.cc | 43 FILE* fp = fopen(in_filename_.c_str(), "rb"); local 44 assert(fp != NULL); 47 fseek(fp, 0, SEEK_END); 48 loop_length_samples_ = ftell(fp) / sizeof(int16_t); 49 rewind(fp); 58 ASSERT_EQ(fread(&in_data_[0], sizeof(int16_t), loop_length_samples_, fp), 60 fclose(fp);
|