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

1 2 3

  /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);
  /external/dexmaker/src/dx/java/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/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
  /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 732 char *lasts; local
747 for(i = 0, s = strtok_r(str, ",", &lasts); s && i < items;
748 s = strtok_r(NULL, ",", &lasts), i++)
  /external/avahi/avahi-compat-howl/include/salt/
platform.h 199 sw_string * lasts);
  /prebuilts/go/darwin-x86/src/net/http/pprof/
pprof.go 108 // 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 108 // Tracing lasts for duration specified in seconds GET parameter, or for 1 second if not specified.
  /external/libxml2/
relaxng.c 9292 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
  /external/icu/icu4c/source/tools/tzcode/
zic.c 358 static struct lookup const lasts[] = { variable
    [all...]
  /prebuilts/go/darwin-x86/src/testing/
testing.go 47 // During benchmark execution, b.N is adjusted until the benchmark function lasts
  /prebuilts/go/linux-x86/src/testing/
testing.go 47 // During benchmark execution, b.N is adjusted until the benchmark function lasts
  /external/v8/test/mjsunit/asm/poppler/
poppler.js     [all...]

Completed in 3372 milliseconds

1 2 3