Home
last modified time | relevance | path

Searched refs:DELTA (Results 1 - 16 of 16) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/functional/timers/clocks/
H A Dtwopsetclock.c13 * The two processes will attempt to set the clock to TESTTIME+DELTA
14 * and TESTTIME-DELTA.
27 #define DELTA 5 macro
45 tschild.tv_sec = TESTTIME + DELTA; in main()
59 tsparent.tv_sec = TESTTIME - DELTA; in main()
68 * Ensure we set clock to TESTTIME-DELTA or TESTTIME+DELTA. in main()
79 if ((delta <= ACCEPTABLEDELTA - DELTA) || in main()
80 (delta <= ACCEPTABLEDELTA + DELTA)) { in main()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateTimePatternGenerator.java2432 DELTA = 0x10, field in DateTimePatternGenerator
2512 {'Y', YEAR, NUMERIC + DELTA, 1, 20},
2513 {'u', YEAR, NUMERIC + 2*DELTA, 1, 20},
2514 {'r', YEAR, NUMERIC + 3*DELTA, 1, 20},
2523 {'q', QUARTER, NUMERIC + DELTA, 1, 2},
2524 {'q', QUARTER, SHORT - DELTA, 3},
2525 {'q', QUARTER, LONG - DELTA, 4},
2526 {'q', QUARTER, NARROW - DELTA, 5},
2532 {'L', MONTH, NUMERIC + DELTA, 1, 2},
2533 {'L', MONTH, SHORT - DELTA,
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateTimePatternGenerator.java2294 DELTA = 0x10, field in DateTimePatternGenerator
2374 {'Y', YEAR, NUMERIC + DELTA, 1, 20},
2375 {'u', YEAR, NUMERIC + 2*DELTA, 1, 20},
2376 {'r', YEAR, NUMERIC + 3*DELTA, 1, 20},
2385 {'q', QUARTER, NUMERIC + DELTA, 1, 2},
2386 {'q', QUARTER, SHORT - DELTA, 3},
2387 {'q', QUARTER, LONG - DELTA, 4},
2388 {'q', QUARTER, NARROW - DELTA, 5},
2394 {'L', MONTH, NUMERIC + DELTA, 1, 2},
2395 {'L', MONTH, SHORT - DELTA,
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_mcdeint.c208 #define DELTA(j) av_clip(j, -x, w-1-x) in filter_frame() macro
211 FFABS(srcp[-srcs+DELTA(-1+(j))] - srcp[+srcs+DELTA(-1-(j))])+\ in filter_frame()
212 FFABS(srcp[-srcs+DELTA(j) ] - srcp[+srcs+DELTA( -(j))])+\ in filter_frame()
213 FFABS(srcp[-srcs+DELTA(1+(j)) ] - srcp[+srcs+DELTA( 1-(j))]) in filter_frame()
224 diff0 = filp[-fils+DELTA(j)] - srcp[-srcs+DELTA(j)];\ in filter_frame()
225 diff1 = filp[+fils+DELTA( in filter_frame()
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
H A D15-1.c36 #define DELTA 1 macro
110 if (time(NULL) > currsec + DELTA) { in main()
H A D20-1.c35 #define DELTA 1 macro
110 if (time(NULL) > ts.tv_sec + DELTA) { in main()
/third_party/libinput/tools/
H A Dptraccel-debug.c214 DELTA, enumerator
287 mode = DELTA; in main()
419 case DELTA: in main()
H A Dlibinput-record.c269 enum { DELTA, SLOT_DELTA, NO_DELTA } want = DELTA; in print_evdev_event() enumerator
300 case DELTA: in print_evdev_event()
328 case DELTA: in print_evdev_event()
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetISCII.java47 private static final short TELUGU_DELTA = (UniLang.DELTA * UniLang.TELUGU);
75 static final short DELTA = 0x80; field in CharsetISCII.UniLang
136 this.defDeltaToUnicode = (short)(lookupInitialData[option & UCNV_OPTIONS_VERSION_MASK].uniLang * UniLang.DELTA); /* defDeltaToUnicode */ in initialize()
137 this.currentDeltaFromUnicode = (short)(lookupInitialData[option & UCNV_OPTIONS_VERSION_MASK].uniLang * UniLang.DELTA); /* currentDeltaFromUnicode */ in initialize()
138 this.currentDeltaToUnicode = (short)(lookupInitialData[option & UCNV_OPTIONS_VERSION_MASK].uniLang * UniLang.DELTA); /* currentDeltaToUnicode */ in initialize()
854 data.currentDeltaToUnicode = (short)(lookupTable[sourceChar & 0x0F][0] * UniLang.DELTA); in decodeLoop()
1221 range = (short)(newDelta / UniLang.DELTA); in encodeLoop()
1291 range = (short)((sourceChar - INDIC_BLOCK_BEGIN) / UniLang.DELTA); in encodeLoop()
1292 newDelta = (short)(range * UniLang.DELTA); in encodeLoop()
1448 for(idx=0; idx < UniLang.DELTA ; id in getUnicodeSetImpl()
[all...]
/third_party/icu/icu4c/source/common/
H A Ducnvisci.cpp55 #define TELUGU_DELTA DELTA * TELUGU
79 DELTA=0x80 enumerator
211 = converterData->defDeltaToUnicode = (uint16_t)(lookupInitialData[pArgs->options & UCNV_OPTIONS_VERSION_MASK].uniLang * DELTA); in _ISCIIOpen()
918 range = (uint16_t)(newDelta/DELTA); in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
982 range =(uint16_t)((sourceChar-INDIC_BLOCK_BEGIN)/DELTA); in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
983 newDelta =(uint16_t)(range*DELTA); in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
1220 data->currentDeltaToUnicode = (uint16_t)(lookupTable[sourceChar & 0x0F][0] * DELTA); in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1575 for (idx = 0; idx < DELTA; idx++) { in _ISCIIGetUnicodeSet()
1578 sa->add(sa->set, idx + (script * DELTA) + INDIC_BLOCK_BEGIN); in _ISCIIGetUnicodeSet()
/third_party/node/deps/icu-small/source/common/
H A Ducnvisci.cpp55 #define TELUGU_DELTA DELTA * TELUGU
79 DELTA=0x80 enumerator
211 = converterData->defDeltaToUnicode = (uint16_t)(lookupInitialData[pArgs->options & UCNV_OPTIONS_VERSION_MASK].uniLang * DELTA); in _ISCIIOpen()
918 range = (uint16_t)(newDelta/DELTA); in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
982 range =(uint16_t)((sourceChar-INDIC_BLOCK_BEGIN)/DELTA); in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
983 newDelta =(uint16_t)(range*DELTA); in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
1220 data->currentDeltaToUnicode = (uint16_t)(lookupTable[sourceChar & 0x0F][0] * DELTA); in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1575 for (idx = 0; idx < DELTA; idx++) { in _ISCIIGetUnicodeSet()
1578 sa->add(sa->set, idx + (script * DELTA) + INDIC_BLOCK_BEGIN); in _ISCIIGetUnicodeSet()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnvisci.cpp55 #define TELUGU_DELTA DELTA * TELUGU
79 DELTA=0x80 enumerator
211 = converterData->defDeltaToUnicode = (uint16_t)(lookupInitialData[pArgs->options & UCNV_OPTIONS_VERSION_MASK].uniLang * DELTA); in _ISCIIOpen()
918 range = (uint16_t)(newDelta/DELTA); in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
982 range =(uint16_t)((sourceChar-INDIC_BLOCK_BEGIN)/DELTA); in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
983 newDelta =(uint16_t)(range*DELTA); in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
1220 data->currentDeltaToUnicode = (uint16_t)(lookupTable[sourceChar & 0x0F][0] * DELTA); in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1575 for (idx = 0; idx < DELTA; idx++) { in _ISCIIGetUnicodeSet()
1578 sa->add(sa->set, idx + (script * DELTA) + INDIC_BLOCK_BEGIN); in _ISCIIGetUnicodeSet()
/third_party/python/Lib/test/
H A D_test_multiprocessing.py114 DELTA = 0.1 variable
522 p = self.Process(target=time.sleep, args=(DELTA,))
547 time.sleep(DELTA)
991 time.sleep(DELTA)
1053 time.sleep(DELTA)
1110 time.sleep(DELTA)
1144 time.sleep(DELTA)
1377 time.sleep(DELTA)
1378 time.sleep(DELTA)
1412 time.sleep(DELTA)
[all...]
/third_party/f2fs-tools/lib/
H A Dlibf2fs.c386 #define DELTA 0x9E3779B9 macro
396 sum += DELTA; in TEA_transform()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 32 milliseconds