HomeSort by relevance Sort by last modified time
    Searched full:alen (Results 76 - 100 of 247) sorted by null

1 2 34 5 6 7 8 910

  /prebuilts/go/linux-x86/src/syscall/
route_bsd.go 79 Alen byte
83 l := 4 + int(lla.Nlen) + int(lla.Alen) + int(lla.Slen)
88 sa := &SockaddrDatalink{Type: lla.Type, Nlen: lla.Nlen, Alen: lla.Alen, Slen: lla.Slen}
  /bionic/libc/bionic/
system_property_set.cpp 66 socklen_t alen = namelen + offsetof(sockaddr_un, sun_path) + 1; local
68 if (TEMP_FAILURE_RETRY(connect(socket_, reinterpret_cast<sockaddr*>(&addr), alen)) == -1) {
  /external/deqp/framework/randomshaders/
rsgBinaryOps.cpp 511 T aLen = GetRandom()(rnd, T(0), T(8)-rLen);
514 aMin = aMax - aLen;
522 T aLen = GetRandom()(rnd, T(0), T(8)-rLen);
525 aMax = aMin + aLen;
567 T aLen = GetRandom()(rnd, T(0), T(8)-rLen);
570 aMin = aMax - aLen;
578 T aLen = GetRandom()(rnd, T(0), T(8)-rLen);
581 aMax = aMin + aLen;
  /external/iputils/
arping.c 1148 socklen_t alen = sizeof(saddr); local
1159 if (getsockname(probe_fd, (struct sockaddr*)&saddr, &alen) == -1) {
1177 socklen_t alen = sizeof(me); local
1178 if (getsockname(s, (struct sockaddr*)&me, &alen) == -1) {
1215 socklen_t alen = sizeof(from); local
1219 (struct sockaddr *)&from, &alen)) < 0) {
rarpd.c 347 int put_mylladdr(unsigned char **ptr_p, int ifindex, int alen)
358 memcpy(*ptr_p, ifl->lladdr, alen);
359 *ptr_p += alen;
  /external/libnl/lib/
msg.c 879 int padlen, alen = nla_len(nla); local
884 fprintf(ofd, " [ATTR PADDING] %d octets\n", alen);
888 alen);
891 dump_attrs(ofd, nla_data(nla), alen, prefix+1);
895 padlen = nla_padlen(alen);
900 dump_hex(ofd, nla_data(nla) + alen,
  /prebuilts/go/darwin-x86/src/math/big/
rat.go 86 alen := a.bitLen()
87 if alen == 0 {
101 exp := alen - blen
184 alen := a.bitLen()
185 if alen == 0 {
199 exp := alen - blen
  /prebuilts/go/linux-x86/src/math/big/
rat.go 86 alen := a.bitLen()
87 if alen == 0 {
101 exp := alen - blen
184 alen := a.bitLen()
185 if alen == 0 {
199 exp := alen - blen
  /external/eigen/Eigen/src/OrderingMethods/
Eigen_Colamd.h 188 The recommended length Alen of the array A passed to colamd is given by
217 static IndexType find_ordering (IndexType n_row, IndexType n_col, IndexType Alen, Colamd_Row<IndexType> Row [], colamd_col<IndexType> Col [], IndexType A [], IndexType head [], IndexType n_col2, IndexType max_deg, IndexType pfree);
243 * \brief Returns the recommended value of Alen
245 * Returns recommended value of Alen for use by colamd.
254 * \return recommended value of Alen for use by colamd
315 * \param Alen, size of the array A
316 * \param A row indices of the matrix, of size ALen
322 static bool colamd(IndexType n_row, IndexType n_col, IndexType Alen, IndexType *A, IndexType *p, double knobs[COLAMD_KNOBS], IndexType stats[COLAMD_STATS])
416 if (need > Alen)
421 stats [COLAMD_INFO2] = Alen ;
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.c 878 int reslen, alen, i; local
882 alen = int_array_len(a);
884 n = os_realloc_array(*res, reslen + alen + 1, sizeof(int));
890 for (i = 0; i <= alen; i++)
911 int alen; local
917 alen = int_array_len(a);
918 qsort(a, alen, sizeof(int), freq_cmp);
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 3302 u16 alen; local
3421 size_t alen, elen; local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
asm_amd64p32.s 726 // BX = alen
735 CMOVQLT BX, R8 // R8 = min(alen, blen) = # of bytes to compare
765 // 0 through 16 bytes left, alen>=8, blen>=8
836 SETGT AX // 1 if alen > blen
837 SETEQ CX // 1 if alen == blen
  /prebuilts/go/linux-x86/src/runtime/
asm_amd64p32.s 726 // BX = alen
735 CMOVQLT BX, R8 // R8 = min(alen, blen) = # of bytes to compare
765 // 0 through 16 bytes left, alen>=8, blen>=8
836 SETGT AX // 1 if alen > blen
837 SETEQ CX // 1 if alen == blen
  /external/icu/icu4c/source/tools/genrb/
derb.cpp 324 int alen = len;
332 ++alen;
337 newstr = (UChar *) uprv_malloc((1 + alen) * U_SIZEOF_UCHAR);
  /external/toybox/toys/pending/
tftp.c 138 socklen_t alen; local
143 alen = sizeof(struct sockaddr_storage);
144 nb = recvfrom(sd, buf, len, 0, (struct sockaddr *) from, &alen);
arping.c 266 socklen_t alen = sizeof(src_pk); local
267 getsockname(TT.sockfd, (struct sockaddr *)&src_pk, &alen);
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
CharSequences.java 57 int alen = a.length(); local
59 for (; i < alen && j < blen; ++i, ++j) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
CharSequences.java 55 int alen = a.length(); local
57 for (; i < alen && j < blen; ++i, ++j) {
  /external/wpa_supplicant_8/src/radius/
radius.c 916 * Returns the Attribute payload and sets alen to indicate the length of the
922 u8 subtype, size_t *alen)
969 if (alen)
970 *alen = len;
1264 size_t alen; local
    [all...]
  /external/curl/lib/
memdebug.h 61 CURL_EXTERN curl_socket_t curl_accept(curl_socket_t s, void *a, void *alen,
  /frameworks/base/core/java/com/android/internal/app/procstats/
SparseMappingTable.java 596 final int alen = array.length; local
597 if (num > alen) {
598 logOrThrow("bad array lengths: got " + num + " array is " + alen);
611 while (i < alen) {
  /prebuilts/go/darwin-x86/src/syscall/
syscall_bsd.go 200 sa.raw.Alen = sa.Alen
218 sa.Alen = pp.Alen
ztypes_darwin_386.go 177 Alen uint8
ztypes_darwin_amd64.go 183 Alen uint8
ztypes_darwin_arm.go 178 Alen uint8

Completed in 2635 milliseconds

1 2 34 5 6 7 8 910