HomeSort by relevance Sort by last modified time
    Searched refs:di (Results 26 - 50 of 182) sorted by null

12 3 4 5 6 7 8

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_jnf.c 32 float a, b, temp, di; local
133 for(i=n-1,di=(float)(i+i);i>0;i--){
135 b *= di;
138 di -= two;
141 for(i=n-1,di=(float)(i+i);i>0;i--){
143 b *= di;
146 di -= two;
e_jn.c 57 double a, b, temp, di; local
181 for(i=n-1,di=(double)(i+i);i>0;i--){
183 b *= di;
186 di -= two;
189 for(i=n-1,di=(double)(i+i);i>0;i--){
191 b *= di;
194 di -= two;
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 101 new_tab = ML_(dinfo_zalloc)("di.aWA.1", new_size * sizeof(Word));
335 Word process_extended_line_op( struct _DebugInfo* di,
365 di->text_debug_bias, state_machine_regs.address );
379 di,
383 di->text_debug_bias + state_machine_regs.last_address,
384 di->text_debug_bias + state_machine_regs.address,
390 if (di->ddump_line)
398 if (di->ddump_line)
405 addto_WordArray( filenames, (Word)ML_(addStr)(di,name,-1) );
412 if (di->ddump_line
    [all...]
readstabs.c 99 void ML_(read_debuginfo_stabs) ( DebugInfo* di,
140 file.name = ML_(addStr)(di,"???", -1);
148 if (di->trace_symtab) {
198 n = ML_(dinfo_zalloc)("di.readstabs.rds.1", qbuflen);
228 string = ML_(addStr)(di, qbuf, qidx);
275 ML_(addLineInfo)(di, file.name, NULL, line.addr,
286 file.name = ML_(addStr)(di, nm, -1);
290 file.name = ML_(addStr)(di, "?1\0", -1);
300 ML_(addLineInfo)(di, file.name, NULL, line.addr,
353 addr = di->text_debug_bias + st->n_value
    [all...]
priv_readdwarf3.h 44 struct _DebugInfo* di,
priv_storage.h 592 di->text_svma = svma;
594 di->text_bias = rx_bias;
595 di->text_debug_svma = svma;
596 di->text_debug_bias = rx_bias;
818 extern void ML_(addSym) ( struct _DebugInfo* di, DiSym* sym );
822 void ML_(addLineInfo) ( struct _DebugInfo* di,
828 extern void ML_(addDiCfSI) ( struct _DebugInfo* di, DiCfSI* cfsi );
832 extern UChar* ML_(addStr) ( struct _DebugInfo* di, UChar* str, Int len );
834 extern void ML_(addVar)( struct _DebugInfo* di,
846 /* Canonicalise the tables held by 'di', in preparation for use. Cal
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 56 int di = 0; local
57 while (si < sourceSize && di < MAX_WORD_LENGTH - 1 && 0 != source[si]) {
60 dest[di++] = codePoint;
62 dest[di++] = 0xC0 + (codePoint >> 6);
63 dest[di++] = 0x80 + (codePoint & 0x3F);
65 dest[di++] = 0xE0 + (codePoint >> 12);
66 dest[di++] = 0x80 + ((codePoint & 0xFC0) >> 6);
67 dest[di++] = 0x80 + (codePoint & 0x3F);
70 dest[di] = 0;
71 return di;
    [all...]
  /external/valgrind/main/lackey/
lk_main.c 355 IRDirty* di; local
363 di = unsafeIRDirty_0_N( 1, "increment_detail",
366 addStmtToIRSB( sb, IRStmt_Dirty(di) );
471 IRDirty* di; local
497 di = unsafeIRDirty_0_N( /*regparms*/2,
500 addStmtToIRSB( sb, IRStmt_Dirty(di) );
608 IRDirty* di; local
635 di = unsafeIRDirty_0_N( 0, "add_one_SB_entered",
638 addStmtToIRSB( sbOut, IRStmt_Dirty(di) );
643 di = unsafeIRDirty_0_N(
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
prefix_set.cc 134 for (size_t di = iter->second; di < bound && current < prefix; ++di) {
135 current += deltas_[di];
150 for (size_t di = index_[ii].second; di < deltas_end; ++di) {
151 current += deltas_[di];
339 for (size_t di = 0; di < deltas_.size(); ++di)
    [all...]
  /external/grub/stage2/
apm.S 64 xorw %di, %di
80 movw %di, ABS(EXT_C(apm_bios_info)) + 18
  /external/smack/src/org/jivesoftware/smackx/forward/
Forwarded.java 104 DelayInfo di = null; local
112 di = (DelayInfo)dip.parseExtension(parser);
122 return new Forwarded(di, packet);
  /external/libgsm/src/
short_term.c 202 register word di, zzz, ui, sav, rpi; local
207 di = sav = *s;
215 zzz = GSM_MULT_R(rpi, di);
219 di = GSM_ADD( di, zzz );
222 *s = di;
242 register float sav, di, temp; local
249 sav = di = *s;
255 temp = rpfi * di + ufi;
256 di += rpfi * ufi
    [all...]
  /external/valgrind/main/drd/
drd_load_store.c 471 IRDirty* di; local
480 di = unsafeIRDirty_0_N(/*regparms*/1,
487 di = unsafeIRDirty_0_N(/*regparms*/1,
494 di = unsafeIRDirty_0_N(/*regparms*/1,
501 di = unsafeIRDirty_0_N(/*regparms*/1,
509 di = unsafeIRDirty_0_N(/*regparms*/2,
515 addStmtToIRSB(bb, IRStmt_Dirty(di));
523 IRDirty* di; local
542 di = unsafeIRDirty_0_N(/*regparms*/1,
549 di = unsafeIRDirty_0_N(/*regparms*/1
587 IRDirty* di; local
    [all...]
  /external/fdlibm/
e_jn.c 61 double a, b, temp, di; local
186 for(i=n-1,di=(double)(i+i);i>0;i--){
188 b *= di;
191 di -= two;
194 for(i=n-1,di=(double)(i+i);i>0;i--){
196 b *= di;
199 di -= two;
  /packages/apps/BasicSmsReceiver/tests/src/com/android/basicsmsreceiver/
DialogSmsDisplayTests.java 277 Intent di = new Intent(); local
278 di.setClass(dialogSmsDisplayActivity, DialogSmsDisplay.class);
279 di.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_SINGLE_TOP |
281 di.putExtra(DialogSmsDisplay.SMS_FROM_ADDRESS_EXTRA, dest);
282 di.putExtra(DialogSmsDisplay.SMS_MESSAGE_EXTRA, message);
283 di.putExtra(DialogSmsDisplay.SMS_NOTIFICATION_ID_EXTRA, notificationId);
284 dialogSmsDisplayActivity.onNewIntent(di);
  /external/valgrind/main/callgrind/
bb.c 201 DebugInfo* di; local
204 di = VG_(find_DebugInfo)(addr);
205 obj = CLG_(get_obj_node)( di );
210 offset = di ? VG_(DebugInfo_get_text_bias)(di):0;
212 Addr start = di ? VG_(DebugInfo_get_text_avma)(di) : 0;
218 CLG_ASSERT( obj->size == (di ? VG_(DebugInfo_get_text_size)(di) : 0) );
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopTranslator.java 539 DalvInsn di; local
545 di = new SimpleInsn(opcode, pos, getRegs(insn));
558 di = new TargetInsn(opcode, pos, getRegs(insn),
567 addOutput(di);
576 DalvInsn di; local
595 di = new SimpleInsn(opcode, pos,
597 addOutput(di);
602 di = new CstInsn(opcode, pos, regs, insn.getConstant());
603 addOutput(di);
693 DalvInsn di = new CstInsn(opcode, pos, regs, cst) local
700 DalvInsn di; local
751 DalvInsn di = new SimpleInsn(opcode, pos, local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
RopTranslator.java 546 DalvInsn di; local
552 di = new SimpleInsn(opcode, pos, getRegs(insn));
565 di = new TargetInsn(opcode, pos, getRegs(insn),
574 addOutput(di);
583 DalvInsn di; local
602 di = new SimpleInsn(opcode, pos,
604 addOutput(di);
609 di = new CstInsn(opcode, pos, regs, insn.getConstant());
610 addOutput(di);
703 DalvInsn di = new CstInsn(opcode, pos, regs, cst) local
710 DalvInsn di; local
761 DalvInsn di = new SimpleInsn(opcode, pos, local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopTranslator.java 546 DalvInsn di; local
552 di = new SimpleInsn(opcode, pos, getRegs(insn));
565 di = new TargetInsn(opcode, pos, getRegs(insn),
574 addOutput(di);
583 DalvInsn di; local
602 di = new SimpleInsn(opcode, pos,
604 addOutput(di);
609 di = new CstInsn(opcode, pos, regs, insn.getConstant());
610 addOutput(di);
700 DalvInsn di = new CstInsn(opcode, pos, regs, cst) local
707 DalvInsn di; local
758 DalvInsn di = new SimpleInsn(opcode, pos, local
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DFA.java 192 int di = 0; local
198 data[di++] = (short)v;
212 int di = 0; local
218 data[di++] = v;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-dump.h 83 queue_and_dump_index (di, field, child, DUMP_NONE)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-dump.h 83 queue_and_dump_index (di, field, child, DUMP_NONE)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-dump.h 83 queue_and_dump_index (di, field, child, DUMP_NONE)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-dump.h 83 queue_and_dump_index (di, field, child, DUMP_NONE)
  /external/libmtp/src/
ptp-pack.c 283 ptp_unpack_DI (PTPParams *params, unsigned char* data, PTPDeviceInfo *di, unsigned int datalen)
290 di->StandardVersion = dtoh16a(&data[PTP_di_StandardVersion]);
291 di->VendorExtensionID =
293 di->VendorExtensionVersion =
295 di->VendorExtensionDesc =
299 di->FunctionalMode =
301 di->OperationsSupported_len = ptp_unpack_uint16_t_array(params, data,
303 &di->OperationsSupported);
304 totallen=totallen+di->OperationsSupported_len*sizeof(uint16_t)+sizeof(uint32_t);
305 di->EventsSupported_len = ptp_unpack_uint16_t_array(params, data
    [all...]

Completed in 975 milliseconds

12 3 4 5 6 7 8