Searched refs:digs (Results 1 - 7 of 7) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dactions.rb211 nums returns [ds]: digs+=DIGIT+
212 { $ds = $digs.map { |t| t.value } };
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c141 static int s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs);
143 static int s_mp_mul_high_digs(mp_int * a, mp_int * b, mp_int * c, int digs);
146 static int fast_s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs);
518 int digs = a->used + b->used + 1; local
520 if ((digs < MP_WARRAY) &&
523 res = fast_s_mp_mul_digs (a, b, c, digs);
2337 /* multiplies |a| * |b| and only computes up to digs digits of result
2341 static int s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs) argument
2351 if (((digs) < MP_WARRAY) &&
2354 return fast_s_mp_mul_digs (a, b, c, digs);
2426 fast_s_mp_mul_digs(mp_int * a, mp_int * b, mp_int * c, int digs) argument
2593 s_mp_mul_high_digs(mp_int * a, mp_int * b, mp_int * c, int digs) argument
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c141 static int s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs);
143 static int s_mp_mul_high_digs(mp_int * a, mp_int * b, mp_int * c, int digs);
146 static int fast_s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs);
518 int digs = a->used + b->used + 1; local
520 if ((digs < MP_WARRAY) &&
523 res = fast_s_mp_mul_digs (a, b, c, digs);
2337 /* multiplies |a| * |b| and only computes up to digs digits of result
2341 static int s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs) argument
2351 if (((digs) < MP_WARRAY) &&
2354 return fast_s_mp_mul_digs (a, b, c, digs);
2426 fast_s_mp_mul_digs(mp_int * a, mp_int * b, mp_int * c, int digs) argument
2593 s_mp_mul_high_digs(mp_int * a, mp_int * b, mp_int * c, int digs) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c141 static int s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs);
143 static int s_mp_mul_high_digs(mp_int * a, mp_int * b, mp_int * c, int digs);
146 static int fast_s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs);
518 int digs = a->used + b->used + 1; local
520 if ((digs < MP_WARRAY) &&
523 res = fast_s_mp_mul_digs (a, b, c, digs);
2337 /* multiplies |a| * |b| and only computes up to digs digits of result
2341 static int s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs) argument
2351 if (((digs) < MP_WARRAY) &&
2354 return fast_s_mp_mul_digs (a, b, c, digs);
2426 fast_s_mp_mul_digs(mp_int * a, mp_int * b, mp_int * c, int digs) argument
2593 s_mp_mul_high_digs(mp_int * a, mp_int * b, mp_int * c, int digs) argument
[all...]
/external/dnsmasq/src/
H A Drfc1035.c95 unsigned int count, digs; local
106 digs = ((count-1)>>2)+1;
108 /* output is \[x<hex>/siz]. which is digs+9 chars */
109 if (cp - (unsigned char *)name + digs + 9 >= MAXDNAME)
117 for (j=0; j<digs; j++)
H A Doption.c670 int i, addrs, digs, is_addr, is_hex, is_dec, is_string, dots; local
741 addrs = digs = 1;
751 digs++;
795 if (is_hex && digs > 1)
797 new->len = digs;
799 parse_hex(comma, new->val, digs, (flags & DHOPT_MATCH) ? &new->u.wildcard_mask : NULL, NULL);
/external/marisa-trie/
H A Dconfigure4711 char digs[] = "0123456789";
4712 int xlcbug = 1 / (&(digs + 5)[-2 + (bool) 1] == &digs[4] ? 1 : -1);

Completed in 5901 milliseconds