HomeSort by relevance Sort by last modified time
    Searched refs:fp (Results 501 - 525 of 2100) sorted by null

<<21222324252627282930>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
EvaluationTestBench.c 278 FILE *fp; local
280 fp = fopen("dec_api.trc", "at");
282 if (!fp)
285 fwrite(string, 1, strlen(string), fp);
286 fwrite("\n", 1,1, fp);
288 fclose(fp);
  /frameworks/base/graphics/java/android/renderscript/
ScriptIntrinsicHistogram.java 107 FieldPacker fp = new FieldPacker(16); local
108 fp.addF32(r);
109 fp.addF32(g);
110 fp.addF32(b);
111 fp.addF32(a);
112 setVar(0, fp);
  /frameworks/base/tools/aapt/
ZipEntry.cpp 39 status_t ZipEntry::initFromCDE(FILE* fp)
48 result = mCDE.read(fp);
57 posn = ftell(fp);
58 if (fseek(fp, mCDE.mLocalHeaderRelOffset, SEEK_SET) != 0) {
64 result = mLFH.read(fp);
70 if (fseek(fp, posn, SEEK_SET) != 0)
399 * On entry, "fp" points to the signature at the start of the header.
400 * On exit, "fp" points to the start of data.
402 status_t ZipEntry::LocalFileHeader::read(FILE* fp)
410 if (fread(buf, 1, kLFHLen, fp) != kLFHLen)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_shader_state.c 108 struct nvc0_program *fp = nvc0->fragprog; local
110 if (!nvc0_program_validate(nvc0, fp))
112 nvc0_program_update_context_state(nvc0, fp, 4);
114 if (fp->fp.early_z != nvc0->state.early_z_forced) {
115 nvc0->state.early_z_forced = fp->fp.early_z;
116 IMMED_NVC0(push, NVC0_3D(FORCE_EARLY_FRAGMENT_TESTS), fp->fp.early_z);
121 PUSH_DATA (push, fp->code_base)
    [all...]
  /external/clang/test/Sema/
overloadable.c 14 float *fp = f(fv); local
25 float *fp = accept_funcptr(f1); local
36 float *fp = accept_struct(y); local
  /external/clang/test/SemaTemplate/
virtual-member-functions.cpp 47 virtual T *f(float *fp);
51 T *HasOutOfLineKey<T>::f(float *fp) {
52 return fp; // expected-error{{cannot initialize return object of type 'int *' with an lvalue of type 'float *'}}
  /external/harfbuzz_ng/util/
hb-shape.cc 80 fprintf (options.fp, "%s", gs->str);
89 fprintf (options.fp, "%s", gs->str);
99 fprintf (options.fp, "%s", gs->str);
  /external/iproute2/lib/
rt_names.c 41 FILE *fp; local
43 fp = fopen(file, "r");
44 if (!fp)
46 while (fgets(buf, sizeof(buf), fp)) {
61 fclose(fp);
73 fclose(fp);
79 FILE *fp; local
81 fp = fopen(file, "r");
82 if (!fp)
84 while (fgets(buf, sizeof(buf), fp)) {
    [all...]
  /external/libppp/src/
ipcp.h 103 #define fsm2ipcp(fp) (fp->proto == PROTO_IPCP ? (struct ipcp *)fp : NULL)
lcp.h 132 #define fsm2lcp(fp) (fp->proto == PROTO_LCP ? (struct lcp *)fp : NULL)
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_shader_state.c 108 struct nvc0_program *fp = nvc0->fragprog; local
110 if (!nvc0_program_validate(nvc0, fp))
112 nvc0_program_update_context_state(nvc0, fp, 4);
114 if (fp->fp.early_z != nvc0->state.early_z_forced) {
115 nvc0->state.early_z_forced = fp->fp.early_z;
116 IMMED_NVC0(push, NVC0_3D(FORCE_EARLY_FRAGMENT_TESTS), fp->fp.early_z);
121 PUSH_DATA (push, fp->code_base)
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syscall-arm-linux.S 80 push {r0, r1, r3, r4, r5, r7, fp, lr}
121 pop {r1, r3, r4, r5, r7, fp, pc}
125 pop {r1, r3, r4, r5, r7, fp, pc}
  /bionic/libc/tools/
gensyscalls.py 306 def scan_linux_unistd_h(self, fp, path):
314 fp.write("#define SYS_%s %s\n" % (syscall, make__NR_name(syscall)))
343 fp = create_file( path )
344 fp.write( "# auto-generated by gensyscalls.py, do not touch\n" )
345 fp.write( "syscall_src := \n" )
354 fp.write("syscall_src += arch-%s/syscalls/%s.S\n" %
356 fp.close()
366 fp = create_file( fname )
367 fp.write(sc["asm-arm"])
368 fp.close(
    [all...]
  /dalvik/vm/interp/
Jit.h 44 u4* fp; /* starting fp of jitted region */ member in struct:ShadowSpace
52 void* shadowFP; /* pointer to fp in shadow space */
57 const void* endShadowFP; /* ending fp in shadow space */
68 void* dvmSelfVerificationSaveState(const u2* pc, u4* fp,
71 void* dvmSelfVerificationRestoreState(const u2* pc, u4* fp,
177 void dvmJitResumeTranslation(Thread* self, const u2* pc, const u4* fp);
  /dalvik/vm/mterp/armv5te/
OP_IPUT_OBJECT_QUICK.S 6 GET_VREG(r3, r2) @ r3<- fp[B], the object pointer
12 GET_VREG(r0, r2) @ r0<- fp[A]
binopWide2addr.S 20 add r1, rFP, r1, lsl #2 @ r1<- &fp[B]
21 add r9, rFP, r9, lsl #2 @ r9<- &fp[A]
  /dalvik/vm/mterp/armv6t2/
binopWide2addr.S 19 add r1, rFP, r1, lsl #2 @ r1<- &fp[B]
20 add r9, rFP, r9, lsl #2 @ r9<- &fp[A]
  /dalvik/vm/mterp/c/
OP_INSTANCE_OF.cpp 16 if (!checkForNullExportPC(obj, fp, pc))
  /dalvik/vm/mterp/mips/
OP_IPUT_OBJECT_QUICK.S 6 GET_VREG(a3, a2) # a3 <- fp[B], the object pointer
10 GET_VREG(a0, a2) # a0 <- fp[A]
OP_MUL_LONG_2ADDR.S 8 EAS2(t0, rFP, t0) # t0 <- &fp[A]
12 EAS2(t1, rFP, t1) # t1 <- &fp[B]
binflopWide2addr.S 15 EAS2(a1, rFP, a1) # a1 <- &fp[B]
16 EAS2(rOBJ, rFP, rOBJ) # rOBJ <- &fp[A]
binopWide2addr.S 18 EAS2(a1, rFP, a1) # a1 <- &fp[B]
19 EAS2(rOBJ, rFP, rOBJ) # rOBJ <- &fp[A]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_glsl_to_tgsi.h 57 void get_pixel_transfer_visitor(struct st_fragment_program *fp,
60 void get_bitmap_visitor(struct st_fragment_program *fp,
  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs12/
p12_utl.c 104 int i2d_PKCS12_fp(FILE *fp, PKCS12 *p12)
106 return ASN1_item_i2d_fp(ASN1_ITEM_rptr(PKCS12), fp, p12);
115 PKCS12 *d2i_PKCS12_fp(FILE *fp, PKCS12 **p12)
117 return ASN1_item_d2i_fp(ASN1_ITEM_rptr(PKCS12), fp, p12);
  /external/chromium_org/v8/src/utils/
random-number-generator.cc 82 FILE* fp = fopen("/dev/urandom", "rb"); local
83 if (fp != NULL) {
85 size_t n = fread(&seed, sizeof(seed), 1, fp);
86 fclose(fp);

Completed in 2098 milliseconds

<<21222324252627282930>>