Home
last modified time | relevance | path

Searched defs:dpd (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
DdecNumberLocal.h397 #define CANONDPD(dpd) (((dpd)&0x300)==0 || ((dpd)&0x6e)!=0x6e) argument
399 #define CANONDPDOFF(dpd, k) (((dpd)&(0x300<<(k)))==0 \ argument
461 #define dpd2bcd8(u, dpd) memcpy(u, &DPD2BCD8[((dpd)&0x3ff)*4], 4) argument
462 #define dpd2bcd83(u, dpd) memcpy(u, &DPD2BCD8[((dpd)&0x3ff)*4], 3) argument
/third_party/icu/icu4c/source/i18n/
DdecNumberLocal.h397 #define CANONDPD(dpd) (((dpd)&0x300)==0 || ((dpd)&0x6e)!=0x6e) argument
399 #define CANONDPDOFF(dpd, k) (((dpd)&(0x300<<(k)))==0 \ argument
461 #define dpd2bcd8(u, dpd) memcpy(u, &DPD2BCD8[((dpd)&0x3ff)*4], 4) argument
462 #define dpd2bcd83(u, dpd) memcpy(u, &DPD2BCD8[((dpd)&0x3ff)*4], 3) argument
/third_party/node/deps/icu-small/source/i18n/
DdecNumberLocal.h397 #define CANONDPD(dpd) (((dpd)&0x300)==0 || ((dpd)&0x6e)!=0x6e) argument
399 #define CANONDPDOFF(dpd, k) (((dpd)&(0x300<<(k)))==0 \ argument
461 #define dpd2bcd8(u, dpd) memcpy(u, &DPD2BCD8[((dpd)&0x3ff)*4], 4) argument
462 #define dpd2bcd83(u, dpd) memcpy(u, &DPD2BCD8[((dpd)&0x3ff)*4], 3) argument
/third_party/ffmpeg/libavfilter/
Dvf_vectorscope.c296 …uint16_t *dpd = s->mode == COLOR || !s->is_yuv ? (uint16_t *)out->data[s->pd] : (uint16_t *)out->d… in envelope_instant16() local
317 …uint16_t *dpd = s->mode == COLOR || !s->is_yuv ? (uint16_t *)out->data[s->pd] : (uint16_t *)out->d… in envelope_peak16() local
348 uint8_t *dpd = s->mode == COLOR || !s->is_yuv ? out->data[s->pd] : out->data[0]; in envelope_instant() local
368 uint8_t *dpd = s->mode == COLOR || !s->is_yuv ? out->data[s->pd] : out->data[0]; in envelope_peak() local
436 uint16_t *dpd = dst[pd]; in vectorscope16() local
636 uint8_t *dpd = dst[pd]; in vectorscope8() local
/third_party/vk-gl-cts/external/vulkancts/scripts/
Dohos_gen_framework.py3149 dpd = generateDeviceFeaturesOrPropertiesDefs(api, 'Properties') variable
Dgen_framework.py3792 dpd = generateDeviceFeaturesOrPropertiesDefs(api, 'Properties') variable
Dgen_framework_sc.py3057 dpd = generateDevicePropertiesDefs(args.api, src) variable