/third_party/toybox/scripts/ |
D | bloatcheck | 20 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/ |
D | twopsetclock.c | 27 #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/ |
D | DateTimePatternGenerator.java | 2345 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/ |
D | DateTimePatternGenerator.java | 2294 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/ |
D | vf_mcdeint.c | 219 #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/ |
D | gstradioac.c | 166 #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/ |
D | gstkmsutils.c | 226 #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/ |
D | 15-1.c | 36 #define DELTA 1 macro 110 if (time(NULL) > currsec + DELTA) { in main()
|
D | 20-1.c | 35 #define DELTA 1 macro 110 if (time(NULL) > ts.tv_sec + DELTA) { in main()
|
/third_party/libinput/tools/ |
D | ptraccel-debug.c | 210 DELTA, enumerator 272 mode = DELTA; in main() 370 case DELTA: in main()
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetISCII.java | 47 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/ |
D | ucnvisci.cpp | 55 #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/ |
D | ucnvisci.cpp | 55 #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/ |
D | ucnvisci.cpp | 55 #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/ |
D | ucnvisci.cpp | 55 #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/ |
D | ximageutil.c | 299 #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/ |
D | dirhash.c | 38 #define DELTA 0x9E3779B9 macro 48 sum += DELTA; in TEA_transform()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | range_info.cc | 53 delta_ = GetRangeAttr(DELTA); in GetAttrs()
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | scroll_view_test.dart | 422 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/ |
D | descriptor_pool_test1.proto | 71 DELTA = 4; enumerator
|
/third_party/icu/icu4c/source/data/translit/ |
D | el_el_Latn_BGN.txt | 316 Ν{Δ}Ρ → 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/ |
D | el_el_Latn_BGN.txt | 316 Ν{Δ}Ρ → 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/ |
D | el_el_Latn_BGN.txt | 315 Ν{Δ}Ρ → D ; # GREEK CAPITAL LETTER DELTA 326 Δ → DH ; # GREEK CAPITAL LETTER DELTA 327 δ → dh ; # GREEK SMALL LETTER DELTA
|
/third_party/gstreamer/gstplugins_base/sys/xvimage/ |
D | xvcontext.c | 406 #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/ |
D | cpu_kernel.h | 70 constexpr char DELTA[] = "delta"; variable
|