HomeSort by relevance Sort by last modified time
    Searched refs:lasts (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.27/libiberty/
bcopy.c 26 const char *lasts = (const char *)src + (len-1); local
29 *lastd-- = *lasts--;
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
BlockAddresses.java 37 private final CodeAddress[] lasts; field in class:BlockAddresses
54 this.lasts = new CodeAddress[maxLabel];
87 return lasts[block.getLabel()];
98 return lasts[label];
139 lasts[label] = new CodeAddress(pos);
  /dalvik/dx/src/com/android/dx/dex/code/
BlockAddresses.java 37 private final CodeAddress[] lasts; field in class:BlockAddresses
54 this.lasts = new CodeAddress[maxLabel];
87 return lasts[block.getLabel()];
98 return lasts[label];
139 lasts[label] = new CodeAddress(pos);
  /external/python/cpython3/Modules/_decimal/tests/
bench.py 28 lasts, t, s, n, na, d, da = 0, 3.0, 3, 1, 0, 0, 24
29 while s != lasts:
30 lasts = s
40 lasts, t, s, n, na, d, da = D(0), D(3), D(3), D(1), D(0), D(0), D(24)
41 while s != lasts:
42 lasts = s
52 lasts, t, s, n, na, d, da = D(0), D(3), D(3), D(1), D(0), D(0), D(24)
53 while s != lasts:
54 lasts = s
  /hardware/qcom/gps/msm8960/utils/
loc_cfg.cpp 222 char *lasts; local
251 config_value.param_name = strtok_r(input_buf, "=", &lasts);
253 config_value.param_str_value = strtok_r(NULL, "=", &lasts);
  /hardware/qcom/gps/msm8084/utils/
loc_cfg.cpp 189 char *lasts; local
194 config_value.param_name = strtok_r(input_buf, "=", &lasts);
197 config_value.param_str_value = strtok_r(NULL, "=", &lasts);
385 char *lasts; local
  /hardware/qcom/gps/msm8909/utils/
loc_cfg.cpp 189 char *lasts; local
194 config_value.param_name = strtok_r(input_buf, "=", &lasts);
197 config_value.param_str_value = strtok_r(NULL, "=", &lasts);
384 char *lasts; local
  /hardware/qcom/gps/msm8909w_3100/utils/
loc_cfg.cpp 189 char *lasts; local
194 config_value.param_name = strtok_r(input_buf, "=", &lasts);
197 config_value.param_str_value = strtok_r(NULL, "=", &lasts);
384 char *lasts; local
  /hardware/qcom/gps/msm8994/utils/
loc_cfg.cpp 189 char *lasts; local
194 config_value.param_name = strtok_r(input_buf, "=", &lasts);
197 config_value.param_str_value = strtok_r(NULL, "=", &lasts);
384 char *lasts; local
  /hardware/qcom/gps/msm8996/utils/
loc_cfg.cpp 189 char *lasts; local
194 config_value.param_name = strtok_r(input_buf, "=", &lasts);
197 config_value.param_str_value = strtok_r(NULL, "=", &lasts);
384 char *lasts; local
  /hardware/qcom/gps/msm8998/utils/
loc_cfg.cpp 189 char *lasts; local
194 config_value.param_name = strtok_r(input_buf, "=", &lasts);
197 config_value.param_str_value = strtok_r(NULL, "=", &lasts);
384 char *lasts; local
  /hardware/qcom/gps/utils/
loc_cfg.cpp 189 char *lasts; local
194 config_value.param_name = strtok_r(input_buf, "=", &lasts);
197 config_value.param_str_value = strtok_r(NULL, "=", &lasts);
384 char *lasts; local
  /external/libpcap/
sockutils.c 877 char *lasts; local
890 token = pcap_strtok_r(temphostlist, sep, &lasts);
914 token = pcap_strtok_r(NULL, sep, &lasts);
939 token = pcap_strtok_r(NULL, sep, &lasts);
    [all...]
  /external/mesa3d/src/compiler/glsl/
ir_expression_operation.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_fractions.py 549 lasts, t, s, n, na, d, da = 0, three, 3, 1, 0, 0, 24
550 while abs(s - lasts) > F(1, 10**9):
551 lasts = s
562 i, lasts, s, fact, num, sign = 0, 0, F(1), 1, 1, 1
563 while abs(s - lasts) > F(1, 10**9):
564 lasts = s
  /external/python/cpython2/Lib/test/
test_fractions.py 562 lasts, t, s, n, na, d, da = 0, three, 3, 1, 0, 0, 24
563 while abs(s - lasts) > F(1, 10**9):
564 lasts = s
575 i, lasts, s, fact, num, sign = 0, 0, F(1), 1, 1, 1
576 while abs(s - lasts) > F(1, 10**9):
577 lasts = s
  /external/python/cpython3/Lib/test/
test_fractions.py 595 lasts, t, s, n, na, d, da = 0, three, 3, 1, 0, 0, 24
596 while abs(s - lasts) > F(1, 10**9):
597 lasts = s
608 i, lasts, s, fact, num, sign = 0, 0, F(1), 1, 1, 1
609 while abs(s - lasts) > F(1, 10**9):
610 lasts = s
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_fractions.py 562 lasts, t, s, n, na, d, da = 0, three, 3, 1, 0, 0, 24
563 while abs(s - lasts) > F(1, 10**9):
564 lasts = s
575 i, lasts, s, fact, num, sign = 0, 0, F(1), 1, 1, 1
576 while abs(s - lasts) > F(1, 10**9):
577 lasts = s
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_fractions.py 562 lasts, t, s, n, na, d, da = 0, three, 3, 1, 0, 0, 24
563 while abs(s - lasts) > F(1, 10**9):
564 lasts = s
575 i, lasts, s, fact, num, sign = 0, 0, F(1), 1, 1, 1
576 while abs(s - lasts) > F(1, 10**9):
577 lasts = s
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fractions.py 562 lasts, t, s, n, na, d, da = 0, three, 3, 1, 0, 0, 24
563 while abs(s - lasts) > F(1, 10**9):
564 lasts = s
575 i, lasts, s, fact, num, sign = 0, 0, F(1), 1, 1, 1
576 while abs(s - lasts) > F(1, 10**9):
577 lasts = s
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fractions.py 562 lasts, t, s, n, na, d, da = 0, three, 3, 1, 0, 0, 24
563 while abs(s - lasts) > F(1, 10**9):
564 lasts = s
575 i, lasts, s, fact, num, sign = 0, 0, F(1), 1, 1, 1
576 while abs(s - lasts) > F(1, 10**9):
577 lasts = s
  /external/curl/lib/
ldap.c 802 char *lasts; local
817 for(i = 0, s = strtok_r(str, ",", &lasts); s && i < items;
818 s = strtok_r(NULL, ",", &lasts), i++)
  /prebuilts/go/darwin-x86/src/net/http/pprof/
pprof.go 137 // Tracing lasts for duration specified in seconds GET parameter, or for 1 second if not specified.
  /prebuilts/go/linux-x86/src/net/http/pprof/
pprof.go 137 // Tracing lasts for duration specified in seconds GET parameter, or for 1 second if not specified.
  /external/libxml2/
relaxng.c 9294 xmlNodePtr *list = NULL, *lasts = NULL; local
    [all...]

Completed in 1182 milliseconds

1 2 3 4