| /freebsd/lib/libusbhid/ |
| H A D | parse.c | 216 unsigned int bTag, bType, bSize; in hid_get_item_raw() local 274 bType = 0xff; /* XXX what should it be */ in hid_get_item_raw() 278 bType = (bSize >> 2) & 3; in hid_get_item_raw() 311 switch (bType) { in hid_get_item_raw()
|
| /freebsd/sys/dev/hid/ |
| H A D | hid.c | 241 unsigned int bTag, bType, bSize; in hid_get_item() local 311 bType = 0xff; /* XXX what should it be */ in hid_get_item() 315 bType = (bSize >> 2) & 3; in hid_get_item() 353 switch (bType) { in hid_get_item() 563 DPRINTFN(0, "default bType=%d\n", bType); in hid_get_item()
|
| /freebsd/sys/dev/usb/serial/ |
| H A D | ufoma.c | 113 uint8_t bType; member 353 if ((mad->bType == UMCPC_ACM_TYPE_AB5) || in ufoma_probe() 354 (mad->bType == UMCPC_ACM_TYPE_AB6)) in ufoma_probe() 410 if ((mad->bType == UMCPC_ACM_TYPE_AB5) || in ufoma_attach() 411 (mad->bType == UMCPC_ACM_TYPE_AB6)) { in ufoma_attach()
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/ |
| H A D | zstd_decompress_internal.h | 143 …blockType_e bType; /* used in ZSTD_decompressContinue(), store blockType between block … member
|
| H A D | zstd_decompress.c | 1240 if (dctx->bType != bt_raw) in ZSTD_nextSrcSizeToDecompressWithInputSize() 1318 dctx->bType = bp.blockType; in ZSTD_decompressContinue() 1344 switch(dctx->bType) in ZSTD_decompressContinue() 1578 dctx->bType = bt_reserved; in ZSTD_decompressBegin()
|
| /freebsd/sys/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress_internal.h | 142 …blockType_e bType; /* used in ZSTD_decompressContinue(), store blockType between block … member
|
| H A D | zstd_decompress.c | 1239 if (dctx->bType != bt_raw) in ZSTD_nextSrcSizeToDecompressWithInputSize() 1317 dctx->bType = bp.blockType; in ZSTD_decompressContinue() 1343 switch(dctx->bType) in ZSTD_decompressContinue() 1577 dctx->bType = bt_reserved; in ZSTD_decompressBegin()
|
| /freebsd/sys/contrib/zstd/lib/legacy/ |
| H A D | zstd_v01.c | 1809 blockType_t bType; member 2093 ctx->bType = bp.blockType; in ZSTDv01_decompressContinue() 2103 switch(ctx->bType) in ZSTDv01_decompressContinue()
|
| H A D | zstd_v03.c | 2388 blockType_t bType; member 3032 ctx->bType = bp.blockType; in ZSTD_decompressContinue() 3042 switch(ctx->bType) in ZSTD_decompressContinue()
|
| H A D | zstd_v02.c | 2748 blockType_t bType; member 3392 ctx->bType = bp.blockType; in ZSTD_decompressContinue() 3402 switch(ctx->bType) in ZSTD_decompressContinue()
|
| H A D | zstd_v04.c | 2450 blockType_t bType; member 3185 ctx->bType = bp.blockType; in ZSTD_decompressContinue() 3194 switch(ctx->bType) in ZSTD_decompressContinue()
|
| H A D | zstd_v05.c | 2604 …blockType_t bType; /* used in ZSTDv05_decompressContinue(), to transfer blockType between header… member 3575 dctx->bType = bp.blockType; in ZSTDv05_decompressContinue() 3584 switch(dctx->bType) in ZSTDv05_decompressContinue()
|
| H A D | zstd_v06.c | 2761 …blockType_t bType; /* used in ZSTDv06_decompressContinue(), to transfer blockType between header… member 3714 dctx->bType = bp.blockType; in ZSTDv06_decompressContinue() 3721 switch(dctx->bType) in ZSTDv06_decompressContinue()
|
| H A D | zstd_v07.c | 2887 …blockType_t bType; /* used in ZSTDv07_decompressContinue(), to transfer blockType between header… member 3984 dctx->bType = bp.blockType; in ZSTDv07_decompressContinue() 3991 switch(dctx->bType) in ZSTDv07_decompressContinue()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Writer.cpp | 1661 bType = b->getArm64ECRangeType(); in sortECChunks() local 1662 return bType && (!aType || *aType < *bType); in sortECChunks()
|
| /freebsd/crypto/openssl/engines/ |
| H A D | e_capi.c | 663 if (bh->bType != PUBLICKEYBLOB) { in capi_get_pkey()
|