Searched refs:bType (Results 1 – 7 of 7) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_hid.c | 225 unsigned int bTag, bType, bSize; in hid_get_item() local 285 bType = 0xff; /* XXX what should it be */ in hid_get_item() 289 bType = (bSize >> 2) & 3; in hid_get_item() 323 switch (bType) { in hid_get_item() 532 DPRINTFN(0, "default bType=%d\n", bType); in hid_get_item()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | Initialize.cpp | 5814 for (size_t bType = 0; bType < sizeof(bTypes)/sizeof(TBasicType); ++bType) { local 5816 … if (bTypes[bType] == EbtFloat16 && (profile == EEsProfile || version < 450)) 5818 if (dim == EsdRect && version < 140 && bType > 0) 5821 if (shadow && (bTypes[bType] == EbtInt || bTypes[bType] == EbtUint)) 5830 sampler.setSubpass(bTypes[bType], ms ? true : false); 5834 … sampler.setImage(bTypes[bType], (TSamplerDim)dim, arrayed ? true : false, 5838 sampler.set(bTypes[bType], (TSamplerDim)dim, arrayed ? true : false,
|
/third_party/curl/lib/ |
D | curl_ntlm_core.c | 273 blob.hdr.bType = PLAINTEXTKEYBLOB; in encrypt_des()
|
/third_party/skia/src/core/ |
D | SkMatrix.cpp | 614 TypeMask bType = b.getType(); in setConcat() local 620 } else if (only_scale_and_translate(aType | bType)) { in setConcat() 628 if ((aType | bType) & kPerspective_Mask) { in setConcat()
|
/third_party/openssl/engines/ |
D | e_capi.c | 667 if (bh->bType != PUBLICKEYBLOB) { in capi_get_pkey()
|
/third_party/node/deps/openssl/openssl/engines/ |
D | e_capi.c | 667 if (bh->bType != PUBLICKEYBLOB) { in capi_get_pkey()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 58760 blockType_e bType; member
|