Searched refs:bType (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/lib/libusbhid/
H A Dparse.c216 unsigned int bTag, bType, bSize; local
274 bType = 0xff; /* XXX what should it be */
278 bType = (bSize >> 2) & 3;
311 switch (bType) {
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_internal.h118 blockType_e bType; /* used in ZSTD_decompressContinue(), store blockType between block header decoding and block decompression stages */ member in struct:ZSTD_DCtx_s
H A Dzstd_decompress.c855 if (dctx->bType != bt_raw)
928 dctx->bType = bp.blockType;
954 switch(dctx->bType)
1171 dctx->bType = bt_reserved;
/freebsd-current/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_internal.h141 blockType_e bType; /* used in ZSTD_decompressContinue(), store blockType between block header decoding and block decompression stages */ member in struct:ZSTD_DCtx_s
H A Dzstd_decompress.c1123 if (dctx->bType != bt_raw)
1201 dctx->bType = bp.blockType;
1227 switch(dctx->bType)
1459 dctx->bType = bt_reserved;
/freebsd-current/sys/dev/usb/serial/
H A Dufoma.c114 uint8_t bType; member in struct:ufoma_mobile_acm_descriptor
354 if ((mad->bType == UMCPC_ACM_TYPE_AB5) ||
355 (mad->bType == UMCPC_ACM_TYPE_AB6))
411 if ((mad->bType == UMCPC_ACM_TYPE_AB5) ||
412 (mad->bType == UMCPC_ACM_TYPE_AB6)) {
/freebsd-current/sys/dev/hid/
H A Dhid.c241 unsigned int bTag, bType, bSize; local
310 bType = 0xff; /* XXX what should it be */
314 bType = (bSize >> 2) & 3;
348 switch (bType) {
558 DPRINTFN(0, "default bType=%d\n", bType);
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1841 blockType_t bType; member in struct:ZSTDv01_Dctx_s
2125 ctx->bType = bp.blockType;
2135 switch(ctx->bType)
H A Dzstd_v03.c2450 blockType_t bType; member in struct:ZSTD_DCtx_s
3088 ctx->bType = bp.blockType;
3098 switch(ctx->bType)
H A Dzstd_v06.c2817 blockType_t bType; /* used in ZSTDv06_decompressContinue(), to transfer blockType between header decoding and block decoding stages */ member in struct:ZSTDv06_DCtx_s
3764 dctx->bType = bp.blockType;
3771 switch(dctx->bType)
H A Dzstd_v05.c2656 blockType_t bType; /* used in ZSTDv05_decompressContinue(), to transfer blockType between header decoding and block decoding stages */ member in struct:ZSTDv05_DCtx_s
3621 dctx->bType = bp.blockType;
3630 switch(dctx->bType)
H A Dzstd_v04.c2506 blockType_t bType; member in struct:ZSTDv04_Dctx_s
3235 ctx->bType = bp.blockType;
3244 switch(ctx->bType)
H A Dzstd_v07.c2942 blockType_t bType; /* used in ZSTDv07_decompressContinue(), to transfer blockType between header decoding and block decoding stages */ member in struct:ZSTDv07_DCtx_s
4036 dctx->bType = bp.blockType;
4043 switch(dctx->bType)
H A Dzstd_v02.c2809 blockType_t bType; member in struct:ZSTD_DCtx_s
3446 ctx->bType = bp.blockType;
3456 switch(ctx->bType)
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1485 bType = b->getArm64ECRangeType();
1486 return bType && (!aType || *aType < *bType);
/freebsd-current/crypto/openssl/engines/
H A De_capi.c667 if (bh->bType != PUBLICKEYBLOB) {

Completed in 463 milliseconds