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

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gatts_utils.c195 UINT8 su[LEN_UUID_128], tu[LEN_UUID_128]; local
214 bta_gatt_convert_uuid16_to_uuid128(su, src.uu.uuid16);
215 ps = su;
H A Dbta_gattc_utils.c75 UINT8 su[LEN_UUID_128], tu[LEN_UUID_128]; local
97 bta_gatt_convert_uuid16_to_uuid128(su, p_src->uu.uuid16);
98 ps = su;
/external/llvm/lib/CodeGen/
H A DLatencyPriorityQueue.cpp147 SUnit *su = q.pop(); local
148 dbgs() << "Height " << su->getHeight() << ": ";
149 su->dump(DAG);
H A DMachineScheduler.cpp557 DEBUG(for (unsigned su = 0, e = SUnits.size(); su != e; ++su)
558 SUnits[su].dumpAll(this));
783 LoadInfo(SUnit *su, unsigned reg, unsigned ofs) argument
784 : SU(su), BaseReg(reg), Offset(ofs) {}
/external/dhcpcd/
H A Dlpf.c76 } su; local
86 memset(&su, 0, sizeof(su));
87 su.sll.sll_family = PF_PACKET;
88 su.sll.sll_protocol = htons(protocol);
89 if (!(su.sll.sll_ifindex = if_nametoindex(iface->name))) {
115 if (bind(s, &su.sa, sizeof(su)) == -1)
139 } su; local
142 memset(&su,
[all...]
H A Dif-bsd.c200 } su; local
204 char buffer[sizeof(su) * 4];
216 memset (&su, 0, sizeof(su)); \
217 su.sin.sin_family = AF_INET; \
218 su.sin.sin_len = sizeof(su.sin); \
219 memcpy (&su.sin.sin_addr, _a, sizeof(su.sin.sin_addr)); \
220 ADDSU(su); \
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_texture.c395 GLuint su; local
399 for (su = 0; su < ctx->Const.MaxTextureCoordUnits; su++) {
400 if (fprog->Base.SamplersUsed & (1 << su)) {
401 const GLuint texUnit = fprog->Base.SamplerUnits[su];
/external/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h37 VReg2SUnit(unsigned reg, SUnit *su): VirtReg(reg), SU(su) {} argument
51 PhysRegSUOper(SUnit *su, int op, unsigned R): SU(su), OpIdx(op), Reg(R) {} argument
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_texture.c395 GLuint su; local
399 for (su = 0; su < ctx->Const.MaxTextureCoordUnits; su++) {
400 if (fprog->Base.SamplersUsed & (1 << su)) {
401 const GLuint texUnit = fprog->Base.SamplerUnits[su];
/external/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp650 SUnit *su = q.pop(); local
651 dbgs() << "Height " << su->getHeight() << ": ";
652 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/bluetooth/bluedroid/bta/jv/
H A Dbta_jv_act.c976 tBT_UUID su; local
977 memset(&su, 0, sizeof(su));
980 su.len = 2;
983 su.uu.uuid16 = ntohs(u16);
984 APPL_TRACE_DEBUG1("shorten to 16 bits uuid: %x", su.uu.uuid16);
988 su.len = 4;
991 su.uu.uuid32 = ntohl(u32);
992 APPL_TRACE_DEBUG1("shorten to 32 bits uuid: %x", su.uu.uuid32);
994 return su;
1036 tBT_UUID su = shorten_sdp_uuid(&bta_jv_cb.uuid); local
[all...]
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_utils.c979 UINT8 su[LEN_UUID_128], tu[LEN_UUID_128]; local
998 gatt_convert_uuid16_to_uuid128(su, src.uu.uuid16);
999 ps = su;
/external/valgrind/main/coregrind/
H A Dm_errormgr.c241 SuppKind VG_(get_supp_kind) ( Supp* su )
243 return su->skind;
246 Char* VG_(get_supp_string) ( Supp* su )
248 return su->string;
251 void* VG_(get_supp_extra) ( Supp* su )
253 return su->extra;
257 void VG_(set_supp_kind) ( Supp* su, SuppKind skind ) argument
259 su->skind = skind;
262 void VG_(set_supp_string) ( Supp* su, Char* string ) argument
264 su
267 set_supp_extra( Supp* su, void* extra ) argument
832 Supp *su; local
885 Supp *su; local
1547 supp_matches_callers(IPtoFunOrObjCompleter* ip2fo, Supp* su) argument
1571 supp_matches_error(Supp* su, Error* err) argument
1598 Supp* su; local
[all...]

Completed in 396 milliseconds