Home
last modified time | relevance | path

Searched refs:DELTA (Results 1 – 25 of 73) sorted by relevance

123

/third_party/toybox/scripts/
Dbloatcheck20 DELTA=0
34 TOTAL=$(($TOTAL+$DELTA))
35 [ $DELTA -ne 0 ] && addline
37 DELTA=0
50 DELTA=$(($DELTA+$SIZE))
53 TOTAL=$(($TOTAL+$DELTA))
54 [ $DELTA -ne 0 ] && addline
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/clocks/
Dtwopsetclock.c27 #define DELTA 5 macro
45 tschild.tv_sec = TESTTIME + DELTA; in main()
59 tsparent.tv_sec = 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/
DDateTimePatternGenerator.java2345 DELTA = 0x10, field in DateTimePatternGenerator
2425 {'Y', YEAR, NUMERIC + DELTA, 1, 20},
2426 {'u', YEAR, NUMERIC + 2*DELTA, 1, 20},
2427 {'r', YEAR, NUMERIC + 3*DELTA, 1, 20},
2436 {'q', QUARTER, NUMERIC + DELTA, 1, 2},
2437 {'q', QUARTER, SHORT - DELTA, 3},
2438 {'q', QUARTER, LONG - DELTA, 4},
2439 {'q', QUARTER, NARROW - DELTA, 5},
2445 {'L', MONTH, NUMERIC + DELTA, 1, 2},
2446 {'L', MONTH, SHORT - DELTA, 3},
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
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, 3},
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_mcdeint.c219 #define DELTA(j) av_clip(j, -x, w-1-x) in filter_frame() macro
222 FFABS(srcp[-srcs+DELTA(-1+(j))] - srcp[+srcs+DELTA(-1-(j))])+\ in filter_frame()
223 FFABS(srcp[-srcs+DELTA(j) ] - srcp[+srcs+DELTA( -(j))])+\ in filter_frame()
224 FFABS(srcp[-srcs+DELTA(1+(j)) ] - srcp[+srcs+DELTA( 1-(j))]) in filter_frame()
235 diff0 = filp[-fils+DELTA(j)] - srcp[-srcs+DELTA(j)];\ in filter_frame()
236 diff1 = filp[+fils+DELTA(-(j))] - srcp[+srcs+DELTA(-(j))];\ in filter_frame()
/third_party/gstreamer/gstplugins_good/gst/effectv/
Dgstradioac.c166 #define DELTA (255/(COLORS/2-1)) in makePalette() macro
170 palettes[i] = i * DELTA; in makePalette()
171 palettes[COLORS + i] = (i * DELTA) << 8; in makePalette()
172 palettes[COLORS * 2 + i] = (i * DELTA) << 16; in makePalette()
175 palettes[i + COLORS / 2] = 255 | (i * DELTA) << 16 | (i * DELTA) << 8; in makePalette()
177 (255 << 8) | (i * DELTA) << 16 | i * DELTA; in makePalette()
179 (255 << 16) | (i * DELTA) << 8 | i * DELTA; in makePalette()
188 #undef DELTA in makePalette()
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmsutils.c226 #define DELTA(ratio, idx, w) \ macro
247 delta = DELTA (ratio, 0, 0); in gst_video_calculate_device_ratio()
253 cur_delta = DELTA (ratio, i, j); in gst_video_calculate_device_ratio()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
D15-1.c36 #define DELTA 1 macro
110 if (time(NULL) > currsec + DELTA) { in main()
D20-1.c35 #define DELTA 1 macro
110 if (time(NULL) > ts.tv_sec + DELTA) { in main()
/third_party/libinput/tools/
Dptraccel-debug.c210 DELTA, enumerator
272 mode = DELTA; in main()
370 case DELTA: in main()
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetISCII.java47 private static final short TELUGU_DELTA = (UniLang.DELTA * UniLang.TELUGU);
75 static final short DELTA = 0x80; field in CharsetISCII.UniLang
136 …)(lookupInitialData[option & UCNV_OPTIONS_VERSION_MASK].uniLang * UniLang.DELTA); /* defDeltaToUni… in initialize()
137 …)(lookupInitialData[option & UCNV_OPTIONS_VERSION_MASK].uniLang * UniLang.DELTA); /* currentDeltaF… in initialize()
138 …)(lookupInitialData[option & UCNV_OPTIONS_VERSION_MASK].uniLang * UniLang.DELTA); /* currentDeltaT… 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 ; idx++){ in getUnicodeSetImpl()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducnvisci.cpp55 #define TELUGU_DELTA DELTA * TELUGU
79 DELTA=0x80 enumerator
211 …nicode = (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/icu/icu4c/source/common/
Ducnvisci.cpp55 #define TELUGU_DELTA DELTA * TELUGU
79 DELTA=0x80 enumerator
211 …nicode = (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/
Ducnvisci.cpp55 #define TELUGU_DELTA DELTA * TELUGU
79 DELTA=0x80 enumerator
211 …nicode = (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/
Ducnvisci.cpp55 #define TELUGU_DELTA DELTA * TELUGU
79 DELTA=0x80 enumerator
211 …nicode = (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/gstreamer/gstplugins_good/sys/ximage/
Dximageutil.c299 #define DELTA(idx) (ABS (ratio - ((gdouble) par[idx][0] / par[idx][1]))) in ximageutil_calculate_pixel_aspect_ratio() macro
314 delta = DELTA (0); in ximageutil_calculate_pixel_aspect_ratio()
318 gdouble this_delta = DELTA (i); in ximageutil_calculate_pixel_aspect_ratio()
/third_party/e2fsprogs/lib/ext2fs/
Ddirhash.c38 #define DELTA 0x9E3779B9 macro
48 sum += DELTA; in TEA_transform()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Drange_info.cc53 delta_ = GetRangeAttr(DELTA); in GetAttrs()
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dscroll_view_test.dart422 const List<String> listOfValues = <String>['ALPHA', 'BETA', 'GAMMA', 'DELTA'];
455 const List<String> listOfValues = <String>['ALPHA', 'BETA', 'GAMMA', 'DELTA'];
485 const List<String> listOfValues = <String>['ALPHA', 'BETA', 'GAMMA', 'DELTA'];
516 const List<String> listOfValues = <String>['ALPHA', 'BETA', 'GAMMA', 'DELTA'];
/third_party/protobuf/python/google/protobuf/internal/
Ddescriptor_pool_test1.proto71 DELTA = 4; enumerator
/third_party/icu/icu4c/source/data/translit/
Del_el_Latn_BGN.txt316 Ν{Δ}Ρ → D ; # GREEK CAPITAL LETTER DELTA
327 Δ → DH ; # GREEK CAPITAL LETTER DELTA
328 δ → dh ; # GREEK SMALL LETTER DELTA
/third_party/skia/third_party/externals/icu/source/data/translit/
Del_el_Latn_BGN.txt316 Ν{Δ}Ρ → D ; # GREEK CAPITAL LETTER DELTA
327 Δ → DH ; # GREEK CAPITAL LETTER DELTA
328 δ → dh ; # GREEK SMALL LETTER DELTA
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
Del_el_Latn_BGN.txt315 Ν{Δ}Ρ → D ; # GREEK CAPITAL LETTER DELTA
326 Δ → DH ; # GREEK CAPITAL LETTER DELTA
327 δ → dh ; # GREEK SMALL LETTER DELTA
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvcontext.c406 #define DELTA(idx) (ABS (ratio - ((gdouble) par[idx][0] / par[idx][1]))) in gst_xvcontext_calculate_pixel_aspect_ratio() macro
421 delta = DELTA (0); in gst_xvcontext_calculate_pixel_aspect_ratio()
425 gdouble this_delta = DELTA (i); in gst_xvcontext_calculate_pixel_aspect_ratio()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dcpu_kernel.h70 constexpr char DELTA[] = "delta"; variable

123