HomeSort by relevance Sort by last modified time
    Searched refs:di (Results 1 - 25 of 154) sorted by null

1 2 3 4 5 6 7

  /external/valgrind/main/coregrind/m_demangle/
cp-demangle.h 129 - call d_check_char(di, '\0')
131 #define d_peek_char(di) (*((di)->n))
132 #define d_peek_next_char(di) ((di)->n[1])
133 #define d_advance(di, i) ((di)->n += (i))
134 #define d_check_char(di, c) (d_peek_char(di) == c ? ((di)->n++, 1) : 0
    [all...]
cp-demangle.c 765 d_make_empty (struct d_info *di)
769 if (di->next_comp >= di->num_comps)
771 p = &di->comps[di->next_comp];
772 ++di->next_comp;
779 d_make_comp (struct d_info *di, enum demangle_component_type type,
863 p = d_make_empty (di);
876 d_make_name (struct d_info *di, const char *s, int len)
880 p = d_make_empty (di);
4398 struct d_info di; local
4682 struct d_info di; local
    [all...]
  /system/core/libpixelflinger/codeflinger/
disassem.c 292 static void disasm_register_shift(const disasm_interface_t *di, u_int insn);
293 static void disasm_print_reglist(const disasm_interface_t *di, u_int insn);
294 static void disasm_insn_ldrstr(const disasm_interface_t *di, u_int insn,
296 static void disasm_insn_ldrhstrh(const disasm_interface_t *di, u_int insn,
298 static void disasm_insn_ldcstc(const disasm_interface_t *di, u_int insn,
304 disasm(const disasm_interface_t *di, u_int loc, int altfmt)
316 insn = di->di_readword(loc);
318 /* di->di_printf("loc=%08x insn=%08x : ", loc, insn);*/
329 di->di_printf("und%s\t%08x\n", insn_condition(insn), insn);
335 di->di_printf("%s", i_ptr->name)
    [all...]
  /frameworks/compile/libbcc/tests/
disassem.cpp 288 static void disasm_register_shift(const disasm_interface_t *di, u_int insn);
289 static void disasm_print_reglist(const disasm_interface_t *di, u_int insn);
290 static void disasm_insn_ldrstr(const disasm_interface_t *di, u_int insn,
292 static void disasm_insn_ldrhstrh(const disasm_interface_t *di, u_int insn,
294 static void disasm_insn_ldcstc(const disasm_interface_t *di, u_int insn,
300 disasm(const disasm_interface_t *di, u_int loc, int altfmt)
312 insn = di->di_readword(loc);
314 /* di->di_printf("loc=%08x insn=%08x : ", loc, insn);*/
325 di->di_printf("und%s\t%08x\n", insn_condition(insn), insn);
331 di->di_printf("%s", i_ptr->name)
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
priv_readxcoff.h 42 Bool ML_(read_xcoff_debug_info) ( struct _DebugInfo* di,
readelf.c 206 struct _DebugInfo* di, /* containing DebugInfo */
260 text_svma = di->text_debug_svma;
261 text_bias = di->text_debug_bias;
262 data_svma = di->data_debug_svma;
263 data_bias = di->data_debug_bias;
264 sdata_svma = di->sdata_debug_svma;
265 sdata_bias = di->sdata_debug_bias;
266 rodata_svma = di->rodata_debug_svma;
267 rodata_bias = di->rodata_debug_bias;
268 bss_svma = di->bss_debug_svma
    [all...]
storage.c 62 void ML_(symerr) ( struct _DebugInfo* di, Bool serious, HChar* msg )
77 (di && di->filename) ? di->filename : (UChar*)"???");
196 UChar* ML_(addStr) ( struct _DebugInfo* di, UChar* str, Int len )
211 if (di->strchunks == NULL ||
212 (di->strchunks->strtab_used
214 chunk = ML_(dinfo_zalloc)("di.storage.addStr.1", sizeof(*chunk));
216 chunk->next = di->strchunks;
217 di->strchunks = chunk
    [all...]
priv_readelf.h 51 extern Bool ML_(read_elf_debug_info) ( struct _DebugInfo* di );
priv_readstabs.h 44 void ML_(read_debuginfo_stabs) ( struct _DebugInfo* di,
debuginfo.c 119 /* Find 'di' in the debugInfo_list and move it one step closer the the
124 static void move_DebugInfo_one_step_forward ( DebugInfo* di )
127 if (di == debugInfo_list)
129 vg_assert(di != NULL);
134 if (di0 == NULL || di0 == di) break;
139 vg_assert(di0 == di);
142 /* di0 points to di, di1 to its predecessor, and di2 to di1's
179 DebugInfo* di; local
183 di = ML_(dinfo_zalloc)("di.debuginfo.aDI.1", sizeof(DebugInfo))
452 DebugInfo* di; local
475 DebugInfo* di; local
608 DebugInfo *di; local
674 DebugInfo* di; local
1150 DebugInfo* di = find_or_create_DebugInfo_for(exename, NULL\/*membername*\/ ); local
1206 DebugInfo* di; local
1283 DebugInfo *di, *di2; local
1311 DebugInfo* di; local
1373 DebugInfo* di; local
1405 DebugInfo* di; local
1606 DebugInfo* di; local
1651 DebugInfo* di; local
2092 DebugInfo* di; local
2185 struct { Addr ip; DebugInfo* di; Word ix; } member in struct:__anon12300
2287 DebugInfo* di; local
2329 DebugInfo* di; local
2438 DebugInfo* di; local
2937 DebugInfo* di; local
3076 DebugInfo* di; local
3405 DebugInfo* di; local
3524 DebugInfo* di; local
3758 DebugInfo* di; local
    [all...]
priv_readdwarf.h 46 ( struct _DebugInfo* di,
56 void ML_(read_debuginfo_dwarf1) ( struct _DebugInfo* di,
65 ( /*OUT*/struct _DebugInfo* di, UChar* frame, SizeT frame_sz, Bool for_eh );
readpdb.c 89 #define BIAS_FOR_SYMBOLS (di->rx_map_avma)
90 #define BIAS_FOR_LINETAB (di->rx_map_avma)
91 #define BIAS_FOR_LINETAB2 (di->text_bias)
92 #define BIAS_FOR_FPO (di->text_bias)
93 /* Using di->text_bias for the FPOs causes 981 in range and 1 out of
95 so di->text_bias looks like a better bet.:
109 di.readpe.pdr.1. I haven't bothered to chase it further. */
1008 buffer = ML_(dinfo_zalloc)("di.readpe.pdr.1", nBlocks * blocksize);
1029 buffer = ML_(dinfo_zalloc)("di.readpe.pjr.1", nBlocks * blocksize);
    [all...]
readmacho.c 158 static Bool map_image_aboard ( DebugInfo* di, /* only for err msgs */
170 ML_(symerr)(di, True, "Can't stat image (to determine its size)?!");
177 ML_(symerr)(di, True, "Can't open image to read symbols?!");
184 ML_(symerr)(di, True, "Can't mmap image to read symbols?!");
207 ML_(symerr)(di, True, "Invalid Mach-O file (0 too small).");
222 ML_(symerr)(di, True, "Invalid Mach-O file (1 too small).");
246 ML_(symerr)(di, True, "Invalid Mach-O file (2 too small).");
255 ML_(symerr)(di, True,
267 ML_(symerr)(di, True, "Invalid Mach-O file (3 too small).");
272 ML_(symerr)(di, True, "Invalid Mach-O file (thin bigger than fat).")
    [all...]
priv_readdwarf3.h 44 struct _DebugInfo* di,
priv_readpdb.h 42 DebugInfo* di,
  /external/bluetooth/bluez/tools/
hcieventmask.c 46 struct hci_dev_info di; local
69 if (hci_devinfo(dev, &di) < 0) {
86 if (di.features[5] & LMP_SNIFF_SUBR)
89 if (di.features[5] & LMP_PAUSE_ENC)
92 if (di.features[6] & LMP_EXT_INQ)
95 if (di.features[6] & LMP_NFLUSH_PKTS)
98 if (di.features[7] & LMP_LSTO)
101 if (di.features[6] & LMP_SIMPLE_PAIR) {
114 if (di.features[4] & LMP_LE)
117 if (di.features[6] & LMP_LE_BREDR
    [all...]
hciconfig.c 48 static struct hci_dev_info di; variable in typeref:struct:hci_dev_info
51 static void print_dev_hdr(struct hci_dev_info *di);
52 static void print_dev_info(int ctl, struct hci_dev_info *di);
74 di.dev_id = (dr+i)->dev_id;
75 if (ioctl(ctl, HCIGETDEVINFO, (void *) &di) < 0)
77 if (hci_test_bit(HCI_RAW, &di.flags) &&
78 !bacmp(&di.bdaddr, BDADDR_ANY)) {
79 int dd = hci_open_dev(di.dev_id);
80 hci_read_bd_addr(dd, &di.bdaddr, 1000);
83 print_dev_info(ctl, &di);
983 struct hci_dev_info di; local
    [all...]
  /external/clang/test/SemaTemplate/
example-dynarray.cpp 128 dynarray<int> di; local
129 di.push_back(0);
130 di.push_back(1);
131 di.push_back(2);
132 di.push_back(3);
133 di.push_back(4);
134 assert(di.size() == 5);
135 for (dynarray<int>::iterator I = di.begin(), IEnd = di.end(); I != IEnd; ++I)
136 assert(*I == I - di.begin())
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/os/
SmsMessageReceiver.java 66 Intent di = new Intent(); local
67 di.setClass(context, SmsReceivedDialog.class);
68 di.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_SINGLE_TOP);
69 di.putExtra(SmsReceivedDialog.SMS_FROM_ADDRESS_EXTRA, fromAddress);
70 di.putExtra(SmsReceivedDialog.SMS_FROM_DISPLAY_NAME_EXTRA, fromDisplayName);
71 di.putExtra(SmsReceivedDialog.SMS_MESSAGE_EXTRA, message.getMessageBody().toString());
72 context.startActivity(di);
  /external/bluetooth/bluez/compat/
dun.c 58 struct rfcomm_dev_info *di; local
68 dl = malloc(sizeof(*dl) + RFCOMM_MAX_DEV * sizeof(*di));
76 di = dl->dev_info;
84 r = func(di + i, arg);
244 static int show_conn(struct rfcomm_dev_info *di, unsigned long arg)
248 if (di->state == BT_CONNECTED &&
249 (di->flags & (1<<RFCOMM_REUSE_DLC)) &&
250 (di->flags & (1<<RFCOMM_TTY_ATTACHED)) &&
251 (di->flags & (1<<RFCOMM_RELEASE_ONHUP))) {
253 if (find_pppd(di->id, &pid))
    [all...]
  /external/grub/stage2/
start.S 74 movw $ABS(firstlist - BOOTSEC_LISTSIZE), %di
77 movl (%di), %ebp
83 cmpw $0, 4(%di)
97 movl (%di), %ebx
104 cmpw %ax, 4(%di) /* compare against total number of sectors */
110 movw 4(%di), %ax
114 subw %ax, 4(%di)
117 addl %eax, (%di)
165 movl (%di), %eax
196 cmpw %ax, 4(%di) /* compare against total number of sectors *
    [all...]
nbloader.S 62 xorw %di, %di
103 xorw %di, %di
  /external/valgrind/main/include/
pub_tool_debuginfo.h 185 Addr VG_(DebugInfo_get_text_avma) ( const DebugInfo *di );
186 SizeT VG_(DebugInfo_get_text_size) ( const DebugInfo *di );
187 Addr VG_(DebugInfo_get_plt_avma) ( const DebugInfo *di );
188 SizeT VG_(DebugInfo_get_plt_size) ( const DebugInfo *di );
189 Addr VG_(DebugInfo_get_gotplt_avma) ( const DebugInfo *di );
190 SizeT VG_(DebugInfo_get_gotplt_size) ( const DebugInfo *di );
191 const UChar* VG_(DebugInfo_get_soname) ( const DebugInfo *di );
192 const UChar* VG_(DebugInfo_get_filename) ( const DebugInfo *di );
193 PtrdiffT VG_(DebugInfo_get_text_bias) ( const DebugInfo *di );
202 const DebugInfo* VG_(next_DebugInfo) ( const DebugInfo *di );
    [all...]
  /packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/
SmsMessageReceiver.java 76 Intent di = new Intent(); local
77 di.setClass(context, DialogSmsDisplay.class);
78 di.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_SINGLE_TOP |
80 di.putExtra(DialogSmsDisplay.SMS_FROM_ADDRESS_EXTRA, fromAddress);
81 di.putExtra(DialogSmsDisplay.SMS_MESSAGE_EXTRA, message);
82 di.putExtra(DialogSmsDisplay.SMS_NOTIFICATION_ID_EXTRA, notificationId);
87 di.setType(Integer.toString(notificationId));
89 PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, di, 0);
  /external/chromium/third_party/libjingle/source/talk/base/
fileutils.cc 177 DirectoryIterator di;
178 di.Iterate(old_dir.pathname());
179 while (di.Next()) {
180 if (di.Name() == "." || di.Name() == "..")
186 source.SetFilename(di.Name());
187 dest.SetFilename(di.Name());
197 DirectoryIterator *di = IterateDirectory(); local
198 di->Iterate(folder);
199 while (di->Next())
    [all...]

Completed in 1148 milliseconds

1 2 3 4 5 6 7