Searched defs:fp (Results 226 - 250 of 675) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_main.c47 dump_type(FILE *fp, argument
50 fprintf(fp, "%s%s%u%sx%u",
284 dump_vec(FILE *fp, struct lp_type type, const void *src) argument
289 fprintf(fp, " ");
303 fprintf(fp, "%f", value);
331 fprintf(fp, format, value);
358 fprintf(fp, format, value);
368 FILE *fp = NULL; local
380 fp = fopen(argv[++i], "wt");
396 if(fp) {
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_program.h48 } fp; member in struct:nvc0_program
/external/mesa3d/src/glsl/
H A Dmain.cpp70 FILE *fp = fopen(file_name, "rb"); local
72 if (!fp) {
76 fseek(fp, 0L, SEEK_END);
77 size = ftell(fp);
78 fseek(fp, 0L, SEEK_SET);
84 1, size - total_read, fp);
101 fclose(fp);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_pixeltransfer.c146 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
297 struct gl_fragment_program *fp; local
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_fragprog.c43 struct gl_fragment_program *fp = ctx->FragmentProgram._Current; local
44 return fp && !(fp == ctx->FragmentProgram._TexEnvProgram
45 && fp->Base.NumInstructions == 0);
/external/openssh/
H A Dauth-rsa.c299 char *fp; local
329 fp = key_fingerprint(key, SSH_FP_MD5, SSH_FP_HEX);
331 key_type(key), fp);
332 xfree(fp);
/external/openssh/openbsd-compat/
H A Dport-linux.c266 FILE *fp; local
272 if ((fp = fopen(oom_adj_path, "r+")) != NULL) {
273 if (fscanf(fp, "%d", &oom_adj_save) != 1)
277 rewind(fp);
278 if (fprintf(fp, "%d\n", value) <= 0)
285 fclose(fp);
296 FILE *fp; local
300 (fp = fopen(oom_adj_path, "w")) == NULL)
303 if (fprintf(fp, "%d\n", oom_adj_save) <= 0)
308 fclose(fp);
[all...]
/external/openssl/crypto/bio/
H A Dbf_buff.c71 static long buffer_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp);
442 static long buffer_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp) argument
450 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
H A Dbf_lbuf.c72 static long linebuffer_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp);
373 static long linebuffer_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp) argument
381 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
H A Dbf_nbio.c75 static long nbiof_callback_ctrl(BIO *h,int cmd,bio_info_cb *fp);
226 static long nbiof_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp) argument
234 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
/external/openssl/crypto/bn/
H A Dbn_print.c320 int BN_print_fp(FILE *fp, const BIGNUM *a) argument
327 BIO_set_fp(b,fp,BIO_NOCLOSE);
/external/openssl/crypto/conf/
H A Dconf_lib.c114 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp,
119 if(!(btmp = BIO_new_fp(fp, BIO_NOCLOSE))) {
277 int NCONF_load_fp(CONF *conf, FILE *fp,long *eline) argument
281 if(!(btmp = BIO_new_fp(fp, BIO_NOCLOSE)))
/external/openssl/crypto/ec/
H A Deck_prn.c71 int ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x, int off) argument
81 BIO_set_fp(b, fp, BIO_NOCLOSE);
87 int EC_KEY_print_fp(FILE *fp, const EC_KEY *x, int off) argument
97 BIO_set_fp(b, fp, BIO_NOCLOSE);
103 int ECParameters_print_fp(FILE *fp, const EC_KEY *x) argument
113 BIO_set_fp(b, fp, BIO_NOCLOSE);
144 static int print_bin(BIO *fp, const char *str, const unsigned char *num,
356 static int print_bin(BIO *fp, const char *name, const unsigned char *buf, argument
369 if (BIO_write(fp, str, off) <= 0)
373 if (BIO_printf(fp,"
[all...]
/external/openssl/crypto/evp/
H A Dbio_md.c75 static long md_callback_ctrl(BIO *h,int cmd,bio_info_cb *fp);
238 static long md_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp) argument
246 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
/external/openssl/crypto/pem/
H A Dpem_all.c186 RSA *PEM_read_RSAPrivateKey(FILE *fp, RSA **rsa, pem_password_cb *cb, argument
190 pktmp = PEM_read_PrivateKey(fp, NULL, cb, u);
221 int PEM_write_RSAPrivateKey(FILE *fp, RSA *x, const EVP_CIPHER *enc, argument
235 ret = PEM_write_PrivateKey(fp, k, enc, kstr, klen, cb, u);
241 PEM_STRING_RSA,fp,x,enc,kstr,klen,cb,u);
305 int PEM_write_DSAPrivateKey(FILE *fp, DSA *x, const EVP_CIPHER *enc, argument
317 ret = PEM_write_PrivateKey(fp, k, enc, kstr, klen, cb, u);
323 PEM_STRING_DSA,fp,x,enc,kstr,klen,cb,u);
337 DSA *PEM_read_DSAPrivateKey(FILE *fp, DSA **dsa, pem_password_cb *cb,
341 pktmp = PEM_read_PrivateKey(fp, NUL
406 PEM_write_ECPrivateKey(FILE *fp, EC_KEY *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
[all...]
/external/openssl/crypto/x509v3/
H A Dv3_addr.c1273 IPAddressFamily *fp = sk_IPAddressFamily_value(x->rfc3779_addr, k); local
1274 if (fp == NULL) {
1281 if (fp->ipAddressChoice->type == IPAddressChoice_addressesOrRanges) {
1283 addr_contains(fp->ipAddressChoice->u.addressesOrRanges,
1286 sk_IPAddressFamily_set(child, j, fp);
1299 IPAddressFamily *fp = sk_IPAddressFamily_value(x->rfc3779_addr, j); local
1300 if (fp->ipAddressChoice->type == IPAddressChoice_inherit &&
1301 sk_IPAddressFamily_find(child, fp) >= 0)
H A Dv3_prn.c225 int X509V3_EXT_print_fp(FILE *fp, X509_EXTENSION *ext, int flag, int indent) argument
229 if(!(bio_tmp = BIO_new_fp(fp, BIO_NOCLOSE))) return 0;
/external/oprofile/daemon/
H A Dopd_anon.c133 FILE * fp = NULL; local
139 fp = fopen(buf, "r");
140 if (!fp)
143 while (fgets(buf, PATH_MAX, fp) != NULL) {
160 fclose(fp);
/external/oprofile/libpopt/
H A Dpoptparse.c129 int poptConfigFileToString(FILE *fp, char ** argstrp, /*@unused@*/ int flags) argument
149 if (fp == NULL)
155 while (fgets(line, (int)maxlinelen, fp) != NULL) {
/external/pixman/pixman/
H A Dpixman-mips-dspr2-asm.h65 #define fp $30 macro
/external/protobuf/gtest/test/
H A Dgtest-filepath_test.cc526 FilePath fp; local
527 EXPECT_STREQ("", fp.c_str());
531 const FilePath fp("spicy");
532 EXPECT_STREQ("spicy", fp.c_str());
534 const FilePath fp_copy(fp);
539 const FilePath fp(String("cider"));
540 EXPECT_STREQ("cider", fp.c_str());
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_rwops.h80 FILE *fp; member in struct:SDL_RWops::__anon25283::__anon25286
102 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFP(FILE *fp, int autoclose);
/external/qemu/distrib/sdl-1.2.15/src/audio/esd/
H A DSDL_esdaudio.c252 FILE *fp; local
256 fp = fopen(temp, "r");
257 if ( fp != NULL ) {
258 if ( fgets(temp, sizeof(temp)-1, fp) ) {
266 fclose(fp);
/external/qemu/
H A Dloadpng.c14 FILE *fp = 0; local
36 fp = fopen(fn, "rb");
37 if(fp == 0) {
42 if(fread(header, 8, 1, fp) != 1) {
56 if(fp != 0) fclose(fp);
62 png_init_io(p, fp);
117 fclose(fp);
/external/srec/srec/clib/
H A Dswimodel.c323 static short load_short(PFile* fp) argument
326 pfread(&v, sizeof(short), 1, fp);

Completed in 432 milliseconds

1234567891011>>