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

<<11121314151617181920>>

  /external/openssl/crypto/bio/
bf_nbio.c 75 static long nbiof_callback_ctrl(BIO *h,int cmd,bio_info_cb *fp);
228 static long nbiof_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp)
236 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
  /external/openssl/crypto/evp/
bio_md.c 75 static long md_callback_ctrl(BIO *h,int cmd,bio_info_cb *fp);
233 static long md_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp)
241 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
  /external/oprofile/libpopt/
popt.h 445 * @param fp file handle to read
452 int poptConfigFileToString(FILE *fp, /*@out@*/ char ** argstrp, int flags)
454 /*@modifies *fp, *argstrp, fileSystem @*/;
479 * @param fp ouput file handle
482 void poptPrintHelp(poptContext con, FILE * fp, /*@unused@*/ int flags)
484 /*@modifies *fp, fileSystem @*/;
489 * @param fp ouput file handle
492 void poptPrintUsage(poptContext con, FILE * fp, /*@unused@*/ int flags)
494 /*@modifies *fp, fileSystem @*/;
  /external/oprofile/
popt.h 445 * @param fp file handle to read
452 int poptConfigFileToString(FILE *fp, /*@out@*/ char ** argstrp, int flags)
454 /*@modifies *fp, *argstrp, fileSystem @*/;
479 * @param fp ouput file handle
482 void poptPrintHelp(poptContext con, FILE * fp, /*@unused@*/ int flags)
484 /*@modifies *fp, fileSystem @*/;
489 * @param fp ouput file handle
492 void poptPrintUsage(poptContext con, FILE * fp, /*@unused@*/ int flags)
494 /*@modifies *fp, fileSystem @*/;
  /external/qemu/
gen-charmap.py 134 fp = open(file,"rb")
135 for line in fp.xreadlines():
143 fp.close()
  /frameworks/base/tests/DumpRenderTree/assets/
run_layout_tests.py 46 fp = open(os.path.abspath(filename), "r");
48 for line in fp.readlines():
50 fp.close()
257 fp = open(results_dir + "/layout_tests_crashed.txt", "w");
259 fp.writelines(crashed_test + '\n')
260 fp.close()
  /dalvik/vm/
Misc.h 109 FILE* fp; member in struct:DebugOutputTarget::__anon667::__anon669
119 void dvmCreateFileOutputTarget(DebugOutputTarget* target, FILE* fp);
  /dalvik/vm/compiler/
Ralloc.c 58 * Quick & dirty - make FP usage sticky. This is strictly a hint - local
76 cUnit->regLocation[ssaRep->uses[i]].fp = true;
80 cUnit->regLocation[ssaRep->defs[i]].fp = true;
  /dalvik/vm/interp/
Jit.c 59 * Save out PC, FP, InterpState, and registers to shadow space.
62 void* dvmSelfVerificationSaveState(const u2* pc, const void* fp,
70 //LOGD("### selfVerificationSaveState(%d) pc: 0x%x fp: 0x%x",
71 // self->threadId, (int)pc, (int)fp);
77 LOGD("PC: 0x%x FP: 0x%x", (int)pc, (int)fp);
105 shadowSpace->fp = fp;
117 shadowSpace->interpState.fp = shadowSpace->shadowFP;
121 memcpy(((char*)shadowSpace->shadowFP)-preBytes, ((char*)fp)-preBytes
    [all...]
  /development/tools/jdwpspy/
Main.c 33 void printHexDumpEx(FILE* fp, const void* vaddr, size_t length,
96 fprintf(fp, "%s%s", prefix, out);
  /external/kernel-headers/original/asm-arm/
thread_info.h 41 __u32 fp; member in struct:cpu_context_save
103 ((unsigned long)(task_thread_info(tsk)->cpu_context.fp))
  /external/oprofile/libop/
op_events.c 224 FILE * fp = fopen(file, "r"); local
226 if (!fp) {
235 line = op_get_line(fp);
256 line = op_get_line(fp);
260 fclose(fp);
431 FILE * fp = fopen(file, "r"); local
434 if (!fp) {
442 line = op_get_line(fp);
528 line = op_get_line(fp);
532 fclose(fp);
817 FILE * fp = open_event_mapping_file(cpu_name); local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_rwops.h 79 FILE *fp; member in struct:SDL_RWops::__anon5832::__anon5835
100 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFP(FILE *fp, int autoclose);
  /external/srec/srec/include/
comp_stats.h 110 void print_cs_clock(CS_CLOCK *c, float num_seconds, PFile* fp, char *prompt, char *item_name);
111 void dump_comp_stats(COMP_STATS *c, PFile* fp);
128 #define print_cs_clock1( CLK, NS,FP,PR,IN) print_cs_clock( CLK, NS,FP,PR,IN)
129 #define dump_comp_stats1( CS,FP) dump_comp_stats( CS,FP)
139 #define print_cs_clock1( CLK, NS,FP,PR,IN)
140 #define dump_comp_stats1( CS,FP)
  /packages/inputmethods/PinyinIME/jni/include/
spellingtrie.h 233 bool save_spl_trie(FILE *fp);
236 bool load_spl_trie(FILE *fp);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_rwops.h 79 FILE *fp; member in struct:SDL_RWops::__anon11214::__anon11217
100 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFP(FILE *fp, int autoclose);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_rwops.h 79 FILE *fp; member in struct:SDL_RWops::__anon12216::__anon12219
100 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFP(FILE *fp, int autoclose);
  /prebuilt/windows/sdl/include/SDL/
SDL_rwops.h 79 FILE *fp; member in struct:SDL_RWops::__anon17275::__anon17278
100 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFP(FILE *fp, int autoclose);
  /libcore/luni/src/main/java/com/ibm/icu4jni/text/
NativeDecimalFormat.java 513 public static FieldPositionIterator forFieldPosition(FieldPosition fp) {
514 if (fp != null && fp.getField() != -1) {
520 private static int getNativeFieldPositionId(FieldPosition fp) {
527 int id = fp.getField();
532 Format.Field attr = fp.getFieldAttribute();
545 private static void setFieldPosition(FieldPositionIterator fpi, FieldPosition fp) {
546 if (fpi != null && fp != null) {
547 int field = getNativeFieldPositionId(fp);
551 fp.setBeginIndex(fpi.start())
    [all...]
  /bionic/libc/stdio/
vfprintf.c 63 __sprint(FILE *fp, struct __suio *uio)
71 err = __sfvwrite(fp, uio);
83 __sbprintf(FILE *fp, const char *fmt, va_list ap)
92 fake._flags = fp->_flags & ~__SNBF;
93 fake._file = fp->_file;
94 fake._cookie = fp->_cookie;
95 fake._write = fp->_write;
107 fp->_flags |= __SERR;
159 vfprintf(FILE *fp, const char *fmt0, __va_list ap)
220 if (__sprint(fp, &uio))
    [all...]
  /external/v8/src/arm/
builtins-arm.cc 724 __ add(r2, fp, Operand(StandardFrameConstants::kCallerSPOffset));
775 __ ldr(cp, MemOperand(fp, StandardFrameConstants::kContextOffset));
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-armv4t.S 35 r11 (fp) is used by gcc (unless -fomit-frame-pointer is set)
82 /* save/restore the PC and/or FP from the glue struct */
94 * In C this is "SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc", i.e.
95 * fp - sizeof(StackSaveArea) + offsetof(SaveArea, xtra.currentPc)
300 .save {r4-r10,fp,lr}; \
301 stmfd sp!, {r4-r10,fp,lr} @ save 9 regs
408 LDMFD_PC "r4-r10,fp" @ restore 9 regs and return
450 GET_VREG(r2, r1) @ r2<- fp[B]
453 SET_VREG(r2, r0) @ fp[A]<- r2
465 GET_VREG(r2, r1) @ r2<- fp[BBBB
    [all...]
InterpAsm-armv5te.S 35 r11 (fp) is used by gcc (unless -fomit-frame-pointer is set)
82 /* save/restore the PC and/or FP from the glue struct */
94 * In C this is "SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc", i.e.
95 * fp - sizeof(StackSaveArea) + offsetof(SaveArea, xtra.currentPc)
300 .save {r4-r10,fp,lr}; \
301 stmfd sp!, {r4-r10,fp,lr} @ save 9 regs
408 LDMFD_PC "r4-r10,fp" @ restore 9 regs and return
450 GET_VREG(r2, r1) @ r2<- fp[B]
453 SET_VREG(r2, r0) @ fp[A]<- r2
465 GET_VREG(r2, r1) @ r2<- fp[BBBB
    [all...]
  /bionic/libc/kernel/common/linux/
if_hippi.h 94 struct hippi_fp_hdr fp; member in struct:hippi_hdr
  /dalvik/vm/mterp/armv5te/
OP_IPUT.S 17 GET_VREG(r9, r0) @ r9<- fp[B], the object pointer
41 GET_VREG(r0, r1) @ r0<- fp[A]

Completed in 2486 milliseconds

<<11121314151617181920>>