Home
last modified time | relevance | path

Searched refs:bType (Results 1 – 7 of 7) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_hid.c225 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/
DInitialize.cpp5814 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/
Dcurl_ntlm_core.c273 blob.hdr.bType = PLAINTEXTKEYBLOB; in encrypt_des()
/third_party/skia/src/core/
DSkMatrix.cpp614 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/
De_capi.c667 if (bh->bType != PUBLICKEYBLOB) { in capi_get_pkey()
/third_party/node/deps/openssl/openssl/engines/
De_capi.c667 if (bh->bType != PUBLICKEYBLOB) { in capi_get_pkey()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h58760 blockType_e bType; member