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

  /external/chromium/third_party/icu/source/test/perf/utfperf/
utfperf.cpp 37 static char intermediate[OUTPUT_CAPACITY]; variable
180 pInterLimit=intermediate+testcase.chunkLength;
186 /* convert a block of [pIn..pInLimit[ to the encoding in intermediate[] */
187 pInter=intermediate;
189 encodedLength+=(int32_t)(pInter-intermediate);
200 /* convert the block [intermediate..pInter[ back to UTF-16 */
201 p=intermediate;
206 /* intermediate must have been consumed (p==pInter) because of the converter semantics */
241 pInterLimit=intermediate+testcase.chunkLength;
246 pInter=intermediate;
    [all...]
  /external/icu4c/test/perf/utfperf/
utfperf.cpp 37 static char intermediate[OUTPUT_CAPACITY]; variable
180 pInterLimit=intermediate+testcase.chunkLength;
186 /* convert a block of [pIn..pInLimit[ to the encoding in intermediate[] */
187 pInter=intermediate;
189 encodedLength+=(int32_t)(pInter-intermediate);
200 /* convert the block [intermediate..pInter[ back to UTF-16 */
201 p=intermediate;
206 /* intermediate must have been consumed (p==pInter) because of the converter semantics */
241 pInterLimit=intermediate+testcase.chunkLength;
246 pInter=intermediate;
    [all...]
  /libcore/luni/src/main/native/
cbigint.cpp 827 uint64_t intermediate, carry1, carry2, prod1, prod2, sum; local
833 intermediate = 0;
839 if ((*pArg1 != 0) || (intermediate != 0))
843 sum = intermediate + prod1;
844 if ((sum < prod1) || (sum < intermediate))
856 intermediate = carry2 + HIGH_IN_U64 (sum) + prod1 + prod2;
857 if ((intermediate < prod1) || (intermediate < prod2))
867 HIGH_U32_FROM_PTR (pArg1) = LOW_U32_FROM_VAR (intermediate);
868 intermediate = carry1 + HIGH_IN_U64 (intermediate
    [all...]
  /build/core/
cleanspec.mk 32 # a file or delete some intermediate files, add a clean step to the end
java.mk 47 # Define the intermediate targets before including base_rules so they get
76 # Note that ANY intermediate targets between the proguard and
main.mk 627 # If you would like to build all goals, and not skip any intermediate
  /frameworks/base/policy/src/com/android/internal/policy/impl/
GlobalActions.java 416 State(boolean intermediate) {
417 inTransition = intermediate;
507 * Implementations may override this if their state can be in on of the intermediate
  /external/v8/test/mjsunit/
d8-os.js 72 // Check that mkdirp makes intermediate directories.
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_fast.c 500 static struct wpabuf * eap_fast_tlv_result(int status, int intermediate)
508 intermediate ? "Intermediate " : "", status);
511 (intermediate ?
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 76 so that intermediate nodes will be able to invalidate flow state before
414 be reused before path state expires and all the intermediate
  /external/wpa_supplicant/
eap_fast.c 1160 static u8 * eap_fast_tlv_result(int status, int intermediate, size_t *len)
1168 (intermediate ?
    [all...]
  /external/libvpx/vp8/common/arm/neon/
sixtappredict8x4_neon.asm 220 vqrshrun.s16 d29, q11, #7 ;load intermediate data from stack
sixtappredict8x8_neon.asm 235 vld1.u8 {q9}, [lr]! ;load intermediate data from stack
  /external/v8/src/
api.cc 2596 char intermediate[unibrow::Utf8::kMaxEncodedSize]; local
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 422 milliseconds