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

/external/deqp/framework/delibs/decpp/
H A DdeSTLUtil.cpp68 set<int> su = set_union(s1, s2); local
69 DE_TEST_ASSERT(contains(su, 2));
70 DE_TEST_ASSERT(contains(su, 3));
71 DE_TEST_ASSERT(contains(su, 5));
/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.cpp148 SUnit *su = q.pop(); local
149 dbgs() << "Height " << su->getHeight() << ": ";
150 su->dump(DAG);
H A DMachineScheduler.cpp658 DEBUG(for (unsigned su = 0, e = SUnits.size(); su != e; ++su)
659 SUnits[su].dumpAll(this));
1000 DEBUG(for (unsigned su = 0, e = SUnits.size(); su != e; ++su)
1001 SUnits[su].dumpAll(this));
1226 LoadInfo(SUnit *su, unsigned reg, unsigned ofs) argument
1227 : SU(su), BaseRe
[all...]
/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.h38 VReg2SUnit(unsigned reg, SUnit *su): VirtReg(reg), SU(su) {} argument
52 PhysRegSUOper(SUnit *su, int op, unsigned R): SU(su), OpIdx(op), Reg(R) {} argument
/external/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp650 SUnit *su = q.pop(); local
651 dbgs() << "Height " << su->getHeight() << ": ";
652 su->dump(DAG);
/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/valgrind/main/drd/
H A Ddrd_error.c612 Bool drd_print_extra_suppression_use(Supp* su, argument
/external/valgrind/main/exp-sgcheck/
H A Dpc_common.c723 Bool pc_is_recognised_suppression ( const HChar* name, Supp *su )
734 VG_(set_supp_kind)(su, skind);
739 SizeT* nBufp, Int* lineno, 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));
796 Bool pc_print_extra_suppression_use ( Supp* su, argument
802 void pc_update_extra_suppression_use (Error* err, Supp* su) argument
[all...]
/external/bluetooth/bluedroid/bta/jv/
H A Dbta_jv_act.c1013 tBT_UUID su; local
1014 memset(&su, 0, sizeof(su));
1017 su.len = 2;
1020 su.uu.uuid16 = ntohs(u16);
1021 APPL_TRACE_DEBUG("shorten to 16 bits uuid: %x", su.uu.uuid16);
1025 su.len = 4;
1028 su.uu.uuid32 = ntohl(u32);
1029 APPL_TRACE_DEBUG("shorten to 32 bits uuid: %x", su.uu.uuid32);
1031 return su;
1073 tBT_UUID su = shorten_sdp_uuid(&bta_jv_cb.uuid); local
[all...]
/external/valgrind/main/helgrind/
H A Dhg_errors.c1259 Bool HG_(recognised_suppression) ( const HChar* name, Supp *su )
1263 VG_(set_supp_kind)(su, (_xskind)); \
1279 Int* lineno, Supp* su )
1286 Bool HG_(error_matches_suppression) ( Error* err, Supp* su )
1288 switch (VG_(get_supp_kind)(su)) {
1308 Bool HG_(print_extra_suppression_use) ( Supp* su, argument
1315 void HG_(update_extra_suppression_use) ( Error* err, Supp* su )
/external/valgrind/main/memcheck/
H A Dmc_errors.c1192 Bool MC_(is_recognised_suppression) ( const HChar* name, Supp* su )
1219 VG_(set_supp_kind)(su, skind);
1238 SizeT* nBufp, Int* lineno, Supp *su )
1243 if (VG_(get_supp_kind)(su) == ParamSupp) {
1246 VG_(set_supp_string)(su, VG_(strdup)("mc.resi.1", *bufpp));
1247 } else if (VG_(get_supp_kind)(su) == LeakSupp) {
1255 VG_(set_supp_extra)(su, lse); // By default, all kinds will match.
1272 Bool MC_(error_matches_suppression) ( Error* err, Supp* su )
1278 switch (VG_(get_supp_kind)(su)) {
1282 VG_(get_supp_string)(su)));
1408 print_extra_suppression_use( Supp *su, HChar *buf, Int nBuf ) argument
1427 update_extra_suppression_use( Error* err, Supp* su) argument
[all...]
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_utils.c1002 UINT8 su[LEN_UUID_128], tu[LEN_UUID_128]; local
1027 gatt_convert_uuid16_to_uuid128(su, src.uu.uuid16);
1028 ps = su;
1032 gatt_convert_uuid32_to_uuid128(su, src.uu.uuid32);
1033 ps = su;
/external/valgrind/main/coregrind/
H A Dm_errormgr.c246 SuppKind VG_(get_supp_kind) ( Supp* su )
248 return su->skind;
251 HChar* VG_(get_supp_string) ( Supp* su )
253 return su->string;
256 void* VG_(get_supp_extra) ( Supp* su )
258 return su->extra;
262 void VG_(set_supp_kind) ( Supp* su, SuppKind skind ) argument
264 su->skind = skind;
267 void VG_(set_supp_string) ( Supp* su, HChar* string ) argument
269 su
272 set_supp_extra( Supp* su, void* extra ) argument
846 Supp *su; local
899 Supp *su; local
1611 supp_matches_callers(IPtoFunOrObjCompleter* ip2fo, Supp* su) argument
1635 supp_matches_error(Supp* su, Error* err) argument
1662 Supp* su; local
[all...]
/external/chromium_org/third_party/dom_distiller_js/package/js/
H A Ddomdistiller.js205 function su(a,b){if(!a.b){throw new lp}return a.b[b]}
516 function Dc(a,b){var c,d,e,f,g,h,i,j,k,l;k=$u;Cp('HTML',b.tagName)&&(k=b.getAttribute(Dv)||$u);if(!k.length){f=b.getElementsByTagName('HEAD');f.length==1&&(k=f[0].getAttribute(Dv)||$u)}if(!k.length){e=b.attributes;for(g=0;g<e.length;++g){j=e[g];c=j.nodeName.toLowerCase();i=wu(zc,c);i.b=fl(i.d,i.c);if(!i.b)continue;d=j.nodeValue;l=wu(Ac,d);l.b=fl(l.d,l.c);!!l.b&&Fc(a,su(i,1),su(l,1))}}else{h=wu(Bc,k);while(h.b=fl(h.d,h.c),!!h.b){Fc(a,su(h,2),su(h,4))}}Ss(a.d,(jd(),hd))==null&&Ts(a.d,hd,'og');Ss(a.d,id)==null&&Ts(a.d,id,Ev);Ss(a.d,gd)==null&&Ts(a.d,gd,Fv)}

Completed in 3529 milliseconds