| /third_party/FreeBSD/sys/dev/usb/ |
| D | usb_parse.c | 43 usb_desc_foreach(struct usb_config_descriptor *cd, in usb_desc_foreach() 95 usb_idesc_foreach(struct usb_config_descriptor *cd, in usb_idesc_foreach() 168 usb_edesc_foreach(struct usb_config_descriptor *cd, in usb_edesc_foreach() 203 usb_ed_comp_foreach(struct usb_config_descriptor *cd, in usb_ed_comp_foreach() 233 usbd_get_no_descriptors(struct usb_config_descriptor *cd, uint8_t type) in usbd_get_no_descriptors() 257 usbd_get_no_alts(struct usb_config_descriptor *cd, in usbd_get_no_alts()
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | object-initializer.js | 34 var cd = 6; variable 37 cd: 8, property 38 cd field
|
| /third_party/openssl/crypto/cms/ |
| D | cms_cd.c | 29 CMS_CompressedData *cd; in ossl_cms_CompressedData_create() local 67 CMS_CompressedData *cd; in ossl_cms_CompressedData_init_bio() local
|
| /third_party/node/deps/openssl/openssl/crypto/cms/ |
| D | cms_cd.c | 29 CMS_CompressedData *cd; in ossl_cms_CompressedData_create() local 67 CMS_CompressedData *cd; in ossl_cms_CompressedData_init_bio() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
| D | civil_time.h | 415 inline CivilDay NextWeekday(CivilDay cd, Weekday wd) { in NextWeekday() 418 inline CivilDay PrevWeekday(CivilDay cd, Weekday wd) { in PrevWeekday()
|
| /third_party/ffmpeg/libavutil/ |
| D | tx.c | 260 static av_cold int ff_tx_null_init(AVTXContext *s, const FFTXCodelet *cd, in ff_tx_null_init() 336 static void print_cd_info(const FFTXCodelet *cd, int prio, int print_prio) in print_cd_info() 377 const FFTXCodelet *cd = s->cd_self; in print_tx_structure() local 390 const FFTXCodelet *cd; member 400 static inline int check_cd_factors(const FFTXCodelet *cd, int len) in check_cd_factors() 501 const FFTXCodelet *cd = NULL; in ff_tx_init_subtx() local 612 const FFTXCodelet *cd = cd_matches[i].cd; in ff_tx_init_subtx() local
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
| D | stress2.c | 197 struct celldata *cd = (struct celldata *)arg; in cleanup() local 210 struct celldata *cd = (struct celldata *)arg; in worker() local 269 struct celldata *cd = (struct celldata *)arg; in signaler() local 305 struct celldata *cd = (struct celldata *)arg; in cellmanager() local
|
| D | stress1.c | 208 struct childdata cd[NTOT]; member 221 struct childdata *cd = (struct childdata *)arg; in threaded_B() local 270 struct childdata *cd = (struct childdata *)arg; in threaded_A() local
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/ |
| D | stress.c | 206 struct celldata *cd = (struct celldata *)arg; in cleanup() local 219 struct celldata *cd = (struct celldata *)arg; in worker() local 278 struct celldata *cd = (struct celldata *)arg; in signaler() local 314 struct celldata *cd = (struct celldata *)arg; in cellmanager() local
|
| D | stress2.c | 206 struct celldata *cd = (struct celldata *)arg; in cleanup() local 219 struct celldata *cd = (struct celldata *)arg; in worker() local 278 struct celldata *cd = (struct celldata *)arg; in signaler() local 314 struct celldata *cd = (struct celldata *)arg; in cellmanager() local
|
| D | stress1.c | 217 struct childdata cd[NTOT]; member 229 struct childdata *cd = (struct childdata *)arg; in threaded_B() local 269 struct childdata *cd = (struct childdata *)arg; in threaded_A() local
|
| /third_party/musl/src/locale/ |
| D | iconv_close.c | 4 int iconv_close(iconv_t cd) in iconv_close()
|
| D | iconv.c | 130 static size_t extract_from(iconv_t cd) in extract_from() 135 static size_t extract_to(iconv_t cd) in extract_to() 151 iconv_t cd = combine_to_from(t, f); in iconv_open() local 227 size_t iconv(iconv_t cd, char **restrict in, size_t *restrict inb, char **restrict out, size_t *res… in iconv()
|
| /third_party/musl/porting/uniproton/kernel/src/locale/ |
| D | iconv.c | 130 static size_t extract_from(iconv_t cd) in extract_from() 135 static size_t extract_to(iconv_t cd) in extract_to() 151 iconv_t cd = combine_to_from(t, f); in iconv_open() local 227 size_t iconv(iconv_t cd, char **restrict in, size_t *restrict inb, char **restrict out, size_t *res… in iconv()
|
| /third_party/musl/porting/liteos_m/kernel/src/locale/ |
| D | iconv.c | 130 static size_t extract_from(iconv_t cd) in extract_from() 135 static size_t extract_to(iconv_t cd) in extract_to() 151 iconv_t cd = combine_to_from(t, f); in iconv_open() local 227 size_t iconv(iconv_t cd, char **restrict in, size_t *restrict inb, char **restrict out, size_t *res… in iconv()
|
| /third_party/musl/libc-test/src/functional/ |
| D | iconv_open.c | 8 iconv_t cd; in main() local
|
| D | iconv_test.c | 46 void CloseIconv(iconv_t cd) in CloseIconv() 55 iconv_t cd = iconv_open(param->to, param->from); in IconvTest() local
|
| /third_party/typescript/tests/cases/compiler/ |
| D | varianceAnnotationValidation.ts | 27 declare let cd: AnimalContainer<Dog>; variable
|
| /third_party/skia/src/gpu/tessellate/ |
| D | PatchWriter.cpp | 119 float4 cd = mix(p2.xyxy(), p3.xyxy(), T); in chopAndWriteCubics() local 139 float2 cd = (p2 + p3) * .5f; in chopAndWriteCubics() local
|
| /third_party/curl/packages/OS400/ |
| D | curlmain.c | 57 iconv_t cd; in main() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/ |
| D | timer_test.cpp | 123 Scaler* cd = reinterpret_cast<Scaler*>(value_.sival_ptr); in ScalerFunc() local 129 Scaler* cd = reinterpret_cast<Scaler*>(value_.sival_ptr); in ScaNotifyFunc() local
|
| /third_party/libfuse/lib/ |
| D | cuse_lowlevel.c | 118 struct cuse_data *cd; in cuse_prep_data() local 153 struct cuse_data *cd; in cuse_lowlevel_new() local 200 struct cuse_data *cd = se->cuse_data; in cuse_lowlevel_init() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
| D | civil_time_test.cc | 52 constexpr civil_day cd(2016, 1, 28); in TEST() local 65 constexpr civil_day cd(cm); in TEST() local 308 constexpr civil_day cd(2016, 1, 28); in TEST() local 314 constexpr civil_day cd(2016, 1, 28); in TEST() local 322 constexpr civil_day cd(2016, 1, 28); in TEST() local 330 constexpr civil_day cd(2016, 1, 28); in TEST() local
|
| /third_party/skia/src/core/ |
| D | SkCachedData.cpp | 47 AutoMutexWritable(const SkCachedData* cd) : fCD(const_cast<SkCachedData*>(cd)) { in AutoMutexWritable()
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| D | char.h | 13 const signed char cd; member
|