HomeSort by relevance Sort by last modified time
    Searched full:delta (Results 326 - 350 of 1042) sorted by null

<<11121314151617181920>>

  /dalvik/vm/compiler/codegen/arm/
Assemble.c 934 int delta = target - pc; local
954 int delta = target - pc; local
969 int delta = target - pc; local
978 int delta = target - pc; local
994 int delta = target - curPC; local
    [all...]
  /external/qemu/
vl-android.c 1072 int64_t delta; local
1080 delta = cur_icount - cur_time;
1082 if (delta > 0
1083 && last_delta + ICOUNT_WOBBLE < delta * 2
1088 if (delta < 0
1089 && last_delta - ICOUNT_WOBBLE > delta * 2
1094 last_delta = delta;
1468 int64_t delta; local
1487 int64_t delta; local
4550 int64_t delta; local
    [all...]
vl.c 977 int64_t delta; local
985 delta = cur_icount - cur_time;
987 if (delta > 0
988 && last_delta + ICOUNT_WOBBLE < delta * 2
993 if (delta < 0
994 && last_delta - ICOUNT_WOBBLE > delta * 2
999 last_delta = delta;
1373 int64_t delta; local
1392 int64_t delta; local
4409 int64_t delta; local
    [all...]
  /external/opencore/nodes/pvmediaoutputnode/src/
pv_media_output_node_inport.cpp 1001 uint32 delta = 0; local
1074 uint32 delta = 0; local
2623 uint32 delta = 0; local
    [all...]
  /external/v8/src/third_party/dtoa/
dtoa.c 1544 Bigint *bb = NULL, *bb1, *bd = NULL, *bd0, *bs = NULL, *delta = NULL; local
2373 Bfree(delta); variable
2410 Bfree(delta); variable
2685 Bigint *b, *b1, *delta, *mlo, *mhi, *S; local
    [all...]
  /cts/tools/signature-tools/
sig-check 61 --out ${ANDROID_BUILD_TOP}/out/delta \
  /cts/tools/signature-tools/templates/
ClassOverviewPage.st 31 $if(class_delta.superClassDelta)$ $SingleSubDelta(desc="Superclass Changed", delta=class_delta.superClassDelta)$ $endif$
  /external/freetype/src/autofit/
aflatin.h 99 FT_Pos delta; member in struct:AF_LatinAxisRec_
  /external/icu4c/common/
punycode.h 96 * U_ILLEGAL_CHAR_FOUND if the delta sequence is ill-formed.
ubidi_props.h 130 UBIDI_MIRROR_DELTA_SHIFT=13, /* bidi mirroring delta: 3 bits (15..13) */
ucnvisci.c 52 #define TELUGU_DELTA DELTA * TELUGU
79 DELTA=0x80
124 uint16_t defDeltaToUnicode; /* delta for switching to default state when DEF is encountered */
125 uint16_t currentDeltaFromUnicode; /* current delta in Indic block */
126 uint16_t currentDeltaToUnicode; /* current delta in Indic block */
131 UBool resetToDefaultToUnicode; /* boolean for reseting to default delta and mask when a newline is encountered*/
197 = converterData->defDeltaToUnicode = (uint16_t)(lookupInitialData[pArgs->options & UCNV_OPTIONS_VERSION_MASK].uniLang * DELTA);
    [all...]
  /external/icu4c/test/intltest/
tzfmttst.cpp 379 int32_t delta = toOffset - fromOffset; local
380 if (delta < 0) {
382 testTimes[0] = t + delta - 1;
384 testTimes[1] = t + delta;
  /external/kernel-headers/original/linux/
serial_reg.h 125 #define UART_MSR_DDCD 0x08 /* Delta DCD */
127 #define UART_MSR_DDSR 0x02 /* Delta DSR */
128 #define UART_MSR_DCTS 0x01 /* Delta CTS */
129 #define UART_MSR_ANY_DELTA 0x0F /* Any of the delta bits! */
  /external/netperf/
netcpu_kstat10.c 417 "\t delta[%d].interrupt %llu\n",i,delta_cpu_counters[i].interrupt);
419 "\t delta[%d].idle %llu\n",i,delta_cpu_counters[i].idle);
421 "\t delta[%d].user %llu\n",i,delta_cpu_counters[i].user);
423 "\t delta[%d].kernel %llu\n",i,delta_cpu_counters[i].kernel);
  /external/opencore/baselibs/gen_data_structures/src/
buf_frag_group.cpp 96 else // delta is negative, seek backwards
  /external/opencore/baselibs/media_data_structures/src/
pv_gau.h 43 uint32 ts_delta; // timestamp delta from the previous timestamp
  /external/opencore/fileformats/mp4/parser/src/
assetinfoatoms.cpp 83 uint32 delta = (size - _count); local
85 if (delta > 0)
87 if (!AtomUtils::readString(fp, delta, _charType , _infoNotice))
93 _count += delta;
  /external/quake/quake/src/QW/server/
sv_move.c 236 float delta; local
249 delta = ent->v.angles[YAW] - ent->v.ideal_yaw;
250 if (delta > 45 && delta < 315)
  /external/quake/quake/src/WinQuake/
sv_move.cpp 236 float delta; local
249 delta = ent->u.v.angles[YAW] - ent->u.v.ideal_yaw;
250 if (delta > 45 && delta < 315)
  /external/skia/include/core/
SkUtils.h 124 (delta and current total) in the destructor, with the optional
  /external/speex/libspeex/
lsp.h 56 int lpc_to_lsp (spx_coef_t *a, int lpcrdr, spx_lsp_t *freq, int nb, spx_word16_t delta, char *stack);
  /external/srec/srec/include/
c42mul.h 70 /* score-based pruning threshold - only keep paths within this delta of best cost*/
  /external/v8/src/
log-utils.cc 269 uintptr_t delta; local
272 delta = addr - bias;
275 delta = bias - addr;
278 Append("%c%" V8PRIxPTR, sign, delta);
platform-freebsd.cc 530 struct timeval delta; local
531 delta.tv_usec = timeout % kOneSecondMicros;
532 delta.tv_sec = timeout / kOneSecondMicros;
542 timeradd(&current_time, &delta, &end_time);
platform-openbsd.cc 503 struct timeval delta; local
504 delta.tv_usec = timeout % kOneSecondMicros;
505 delta.tv_sec = timeout / kOneSecondMicros;
515 timeradd(&current_time, &delta, &end_time);

Completed in 133 milliseconds

<<11121314151617181920>>