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

1 2 3 4

  /toolchain/binutils/binutils-2.25/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);
  /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/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/sdm845/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
  /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 730 char *lasts; local
745 for(i = 0, s = strtok_r(str, ",", &lasts); s && i < items;
746 s = strtok_r(NULL, ",", &lasts), i++)
  /prebuilts/go/darwin-x86/src/net/http/pprof/
pprof.go 118 // 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 118 // 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...]
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
testing.go 24 // The benchmark package will vary b.N until the benchmark function lasts
  /prebuilts/go/linux-x86/src/go/doc/testdata/
testing.go 24 // The benchmark package will vary b.N until the benchmark function lasts

Completed in 1254 milliseconds

1 2 3 4