HomeSort by relevance Sort by last modified time
    Searched refs:uns (Results 1 - 6 of 6) sorted by null

  /external/c-ares/
ares_expand_string.c 50 size_t uns; member in union:__anon13384
56 elen.uns = *encoded;
62 *s = malloc(elen.uns+1);
66 strncpy((char *)q, (char *)encoded, elen.uns);
67 q[elen.uns] = '\0';
ares_expand_name.c 73 size_t uns; member in union:__anon13383
80 *s = malloc(nlen.uns + 1);
85 if (nlen.uns == 0) {
  /hardware/ril/reference-ril/
at_tok.c 97 static int at_tok_nextint_base(char **p_cur, int *p_out, int base, int uns)
113 if (uns)
  /external/curl/tests/server/
getpart.c 263 size_t uns; member in union:__anon16320
316 memcpy(ptag, ptr, len.uns);
317 ptag[len.uns] = '\0';
377 memcpy(ptag, ptr, len.uns);
378 ptag[len.uns] = '\0';
396 memcpy(patt, ptr, len.uns);
397 patt[len.uns] = '\0';
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
double-int.h 32 versions of the function -- double_int_op, that takes an extra UNS argument
71 static double_int max_value (unsigned int prec, bool uns);
72 static double_int min_value (unsigned int prec, bool uns);
96 bool fits_hwi (bool uns) const;
158 double_int ext (unsigned prec, bool uns) const;
169 int cmp (double_int b, bool uns) const;
180 double_int max (double_int b, bool uns);
184 double_int min (double_int b, bool uns);
  /external/tcpdump/
print-snmp.c 330 uint32_t uns; member in union:be::__anon33535
560 elem->data.uns = data;
731 ND_PRINT((ndo, "%u", elem->data.uns));
970 ok = (elem->data.uns >= smiRange->minValue.value.unsigned32
971 && elem->data.uns <= smiRange->maxValue.value.unsigned32);
    [all...]

Completed in 488 milliseconds