Searched defs:ul (Results 1 - 25 of 28) sorted by last modified time

12

/external/wpa_supplicant_8/hs20/client/
H A Dosu_client.c840 char *type, *dl = NULL, *ul = NULL; local
871 ul = xml_node_get_text(ctx->xml, node);
873 if (dl == NULL && ul == NULL) {
881 if (ul)
883 ul);
889 if (ul &&
890 set_cred(ctx->ifname, id, "min_ul_bandwidth_home", ul) < 0)
897 if (ul &&
898 set_cred(ctx->ifname, id, "min_ul_bandwidth_roaming", ul) <
904 xml_node_get_text_free(ctx->xml, ul);
[all...]
/external/valgrind/main/perf/
H A Dtinycc.c2162 unsigned int ul; /* address (should be unsigned long on 64 bit cpu) */
5744 fc = sv->c.ul;
5751 v1.c.ul = fc;
5807 fc = v->c.ul;
5863 oad(0xe8 + is_jmp, vtop->c.ul - 4); /* call/jmp im */
6375 fc = vtop->c.ul;
6387 v1.c.ul = fc;
6519 vtop->c.ul = (cur_text_section->reloc->data_offset - sizeof(Elf32_Rel));
6556 rel = (Elf32_Rel *)(cur_text_section->reloc->data + vtop->c.ul);
10154 cval.ul
2160 unsigned int ul; /* address (should be unsigned long on 64 bit cpu) */ member in union:CValue
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_misc.h66 typedef struct { ULong ul; Bool b; } MaybeULong; member in struct:__anon32416
/external/tcpdump/
H A Dprint-bootp.c165 u_int32_t ul; local
167 ul = EXTRACT_32BITS(&bp->bp_vend);
168 if (ul != 0)
169 printf("\n\t Vendor-#0x%x", ul);
374 u_int32_t ul; local
494 while (len >= sizeof(ul)) {
497 ul = EXTRACT_32BITS(bp);
499 ul = htonl(ul);
500 printf("%s", ipaddr_string(&ul));
[all...]
H A Dprint-ospf.c648 register u_int32_t ul; local
651 ul = EXTRACT_32BITS(lp);
652 topology = (ul & SLA_MASK_TOS) >> SLA_SHIFT_TOS;
656 ul & SLA_MASK_METRIC);
665 register u_int32_t ul; local
668 ul = EXTRACT_32BITS(lp);
669 topology = (ul & SLA_MASK_TOS) >> SLA_SHIFT_TOS;
673 ul & SLA_MASK_METRIC);
687 register u_int32_t ul; local
690 ul
[all...]
/external/stlport/test/unit/
H A Dsstream_test.cpp212 unsigned long ul = 0; local
214 s >> i >> u >> l >> ul; local
219 CPPUNIT_ASSERT( ul == ULONG_MAX );
/external/sfntly/cpp/src/sfntly/data/
H A Dfont_output_stream.cc96 void FontOutputStream::WriteULong(int64_t ul) { argument
97 Write((byte_t)((ul >> 24) & 0xff));
98 Write((byte_t)((ul >> 16) & 0xff));
99 Write((byte_t)((ul >> 8) & 0xff));
100 Write((byte_t)(ul & 0xff));
H A Dwritable_font_data.cc128 int32_t WritableFontData::WriteULong(int32_t index, int64_t ul) { argument
129 WriteByte(index, (byte_t)((ul >> 24) & 0xff));
130 WriteByte(index + 1, (byte_t)((ul >> 16) & 0xff));
131 WriteByte(index + 2, (byte_t)((ul >> 8) & 0xff));
132 WriteByte(index + 3, (byte_t)(ul & 0xff));
136 int32_t WritableFontData::WriteULongLE(int32_t index, int64_t ul) { argument
137 WriteByte(index, (byte_t)(ul & 0xff));
138 WriteByte(index + 1, (byte_t)((ul >> 8) & 0xff));
139 WriteByte(index + 2, (byte_t)((ul >> 16) & 0xff));
140 WriteByte(index + 3, (byte_t)((ul >> 2
[all...]
/external/opencv/cv/src/
H A Dcvcanny.cpp112 Cv32suf ul, uh; local
113 ul.f = (float)low_thresh;
116 low = ul.i;
/external/openssl/crypto/bn/
H A Dbn_gf2m.c631 BN_ULONG ul; local
634 while ((ul=udp[utop])==0 && utop) utop--;
635 ubits = utop*BN_BITS2 + BN_num_bits_word(ul);
/external/openssl/crypto/rsa/
H A Drsa_lib.c295 BN_ULONG *ul; local
315 ul=(BN_ULONG *)&(p[off]);
322 bn[i].d=ul;
323 memcpy((char *)ul,b->d,sizeof(BN_ULONG)*b->top);
324 ul+=b->top;
/external/libvpx/libvpx/vp8/common/
H A Dpostproc.c1104 unsigned char *yl, *ul, *vl; local
1108 ul = u_ptr + (x>>1);
1123 (yl+bx, ul+(bx>>1), vl+(bx>>1), Y, U, V, 0xc000, y_stride);
1129 ul += y_stride*1;
/external/libpng/contrib/libtests/
H A Dmakepng.c1247 unsigned long ul = strtoul(arg, &ep, 0); local
1249 if (ul > 65535)
1264 colors[++ncolors] = (unsigned int)ul; /* checked above */
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
H A Ddefault.pass.cpp22 std::shared_lock<std::shared_timed_mutex> ul; local
23 assert(!ul.owns_lock());
24 assert(ul.mutex() == nullptr);
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
H A Ddefault.pass.cpp21 std::unique_lock<std::mutex> ul; local
22 assert(!ul.owns_lock());
23 assert(ul.mutex() == nullptr);
/external/icu/icu4c/source/i18n/
H A DdecNumber.c7751 const Unit *ul; local
7756 for (ur=res->lsu, ul=lhs->lsu; ur<uresp1; ur++, ul++) *ur=*ul;
/external/icu/icu4c/source/test/cintltst/
H A Dcustrtrn.c1403 int32_t ul = sizeof(ustr)/sizeof(*ustr) -1; local
1409 wcs = u_strToWCS(ws, wcap, &wl, ustr, ul, &err);
1414 if(ul!=wl){
1415 log_err("u_strToWCS: ustr = %s, ul = %d, ws = %S, wl = %d!\n", u_austrcpy(astr, ustr), ul, ws, wl);
H A Didnatest.c705 UChar ul[128] = {'\0'}; local
731 u_charsToUChars(cl, ul, len+1);
732 destLen = uidna_toUnicode(ul, len, dest, destLen, UIDNA_DEFAULT, &ps, &status);
740 destLen = uidna_toUnicode(ul, len, dest, destLen, UIDNA_DEFAULT, &ps, &status);
747 destLen = uidna_toASCII(ul, len, dest, destLen, UIDNA_DEFAULT, &ps, &status);
755 destLen = uidna_toASCII(ul, len, dest, destLen, UIDNA_DEFAULT, &ps, &status);
777 UChar ul[400] = {'\0'}; local
783 u_charsToUChars(cl, ul, len+1);
785 destLen = uidna_IDNToUnicode(ul, len, dest, destLen, UIDNA_DEFAULT, &ps, &status);
793 destLen = uidna_IDNToUnicode(ul, le
[all...]
/external/dhcpcd/
H A Ddhcp.c914 uint32_t ul; local
1038 ul = htonl(ifo->leasetime);
1039 memcpy(p, &ul, 4);
1077 ul = encode_rfc1035(ifo->hostname, p);
1078 *lp += ul;
1079 p += ul;
H A Dduid.c47 uint32_t ul; local
85 ul = htonl(t & 0xffffffff);
86 memcpy(p, &ul, 4);
/external/clang/test/CodeGen/
H A Dnvptx-inlineasm-ptx.c12 unsigned long ul; local
34 asm volatile ("mov.b64 %0, %1;" : "=l"(ul) : "l"(ul));
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dintnum.c94 unsigned long ul; local
97 ((ul = BitVector_Chunk_Read(bv, 32, 0)) & 0x80000000)) {
104 intn->val.l = -((long)ul);
753 unsigned long ul; local
760 ul = BitVector_Chunk_Read(conv_bv, 32, 0);
762 return (ul & 0x80000000) ? LONG_MIN : -((long)ul);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dfont_output_stream.cc96 void FontOutputStream::WriteULong(int64_t ul) { argument
97 Write((byte_t)((ul >> 24) & 0xff));
98 Write((byte_t)((ul >> 16) & 0xff));
99 Write((byte_t)((ul >> 8) & 0xff));
100 Write((byte_t)(ul & 0xff));
H A Dwritable_font_data.cc130 int32_t WritableFontData::WriteULong(int32_t index, int64_t ul) { argument
131 WriteByte(index, (byte_t)((ul >> 24) & 0xff));
132 WriteByte(index + 1, (byte_t)((ul >> 16) & 0xff));
133 WriteByte(index + 2, (byte_t)((ul >> 8) & 0xff));
134 WriteByte(index + 3, (byte_t)(ul & 0xff));
138 int32_t WritableFontData::WriteULongLE(int32_t index, int64_t ul) { argument
139 WriteByte(index, (byte_t)(ul & 0xff));
140 WriteByte(index + 1, (byte_t)((ul >> 8) & 0xff));
141 WriteByte(index + 2, (byte_t)((ul >> 16) & 0xff));
142 WriteByte(index + 3, (byte_t)((ul >> 2
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dpostproc.c1108 unsigned char *yl, *ul, *vl; local
1112 ul = u_ptr + (x>>1);
1127 (yl+bx, ul+(bx>>1), vl+(bx>>1), Y, U, V, 0xc000, y_stride);
1133 ul += y_stride*1;

Completed in 618 milliseconds

12