Searched defs:su (Results 1 - 8 of 8) sorted by relevance

/external/dhcpcd/
H A Dlpf.c76 } su; local
83 memset(&su, 0, sizeof(su));
84 su.sll.sll_family = PF_PACKET;
85 su.sll.sll_protocol = htons(protocol);
86 if (!(su.sll.sll_ifindex = if_nametoindex(iface->name))) {
105 if (bind(s, &su.sa, sizeof(su)) == -1)
129 } su; local
132 memset(&su,
[all...]
H A Dif-bsd.c190 } su; local
194 char buffer[sizeof(su) * 4];
206 memset (&su, 0, sizeof(su)); \
207 su.sin.sin_family = AF_INET; \
208 su.sin.sin_len = sizeof(su.sin); \
209 memcpy (&su.sin.sin_addr, _a, sizeof(su.sin.sin_addr)); \
210 ADDSU(su); \
[all...]
/external/llvm/lib/CodeGen/
H A DLatencyPriorityQueue.cpp147 SUnit *su = q.pop(); local
148 dbgs() << "Height " << su->getHeight() << ": ";
149 su->dump(DAG);
/external/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h106 VReg2SUnit(unsigned reg, SUnit *su): VirtReg(reg), SU(su) {} argument
/external/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp652 SUnit *su = q.pop(); local
653 dbgs() << "Height " << su->getHeight() << ": ";
654 su->dump(DAG);
/external/valgrind/main/exp-sgcheck/
H A Dpc_common.c723 Bool pc_is_recognised_suppression ( Char* name, Supp *su )
734 VG_(set_supp_kind)(su, skind);
739 SizeT* nBufp, Supp* su )
742 if (VG_(get_supp_kind)(su) == XS_SysParam) {
745 VG_(set_supp_string)(su, VG_(strdup)("pc.common.presi.1", *bufpp));
750 Bool pc_error_matches_suppression (Error* err, Supp* su) argument
753 switch (VG_(get_supp_kind)(su)) {
761 VG_(get_supp_kind)(su));
/external/valgrind/main/coregrind/
H A Dm_errormgr.c231 SuppKind VG_(get_supp_kind) ( Supp* su )
233 return su->skind;
236 Char* VG_(get_supp_string) ( Supp* su )
238 return su->string;
241 void* VG_(get_supp_extra) ( Supp* su )
243 return su->extra;
247 void VG_(set_supp_kind) ( Supp* su, SuppKind skind ) argument
249 su->skind = skind;
252 void VG_(set_supp_string) ( Supp* su, Char* string ) argument
254 su
257 set_supp_extra( Supp* su, void* extra ) argument
861 Supp *su; local
914 Supp *su; local
1458 supp_matches_callers(Error* err, Supp* su) argument
1483 supp_matches_error(Supp* su, Error* err) argument
1510 Supp* su; local
[all...]
/external/bluetooth/glib/glib/
H A Dgslice.c1420 unsigned int i, j, t = 0, o = 0, b = 0, su = 0, ex = 0, en = 4294967295u; local
1430 su += smc_tree_root[i][j].n_entries;
1445 su / bf, en, ex);

Completed in 195 milliseconds