/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 | 118 …blockType_e bType; /* used in ZSTD_decompressContinue(), store blockType between block … member
|
H A D | zstd_decompress.c | 855 if (dctx->bType != bt_raw) in ZSTD_nextSrcSizeToDecompressWithInputSize() 928 dctx->bType = bp.blockType; in ZSTD_decompressContinue() 954 switch(dctx->bType) in ZSTD_decompressContinue() 1171 dctx->bType = bt_reserved; in ZSTD_decompressBegin()
|
/freebsd/sys/contrib/zstd/lib/decompress/ |
H A D | zstd_decompress_internal.h | 141 …blockType_e bType; /* used in ZSTD_decompressContinue(), store blockType between block … member
|
H A D | zstd_decompress.c | 1123 if (dctx->bType != bt_raw) in ZSTD_nextSrcSizeToDecompressWithInputSize() 1201 dctx->bType = bp.blockType; in ZSTD_decompressContinue() 1227 switch(dctx->bType) in ZSTD_decompressContinue() 1459 dctx->bType = bt_reserved; in ZSTD_decompressBegin()
|
/freebsd/sys/contrib/zstd/lib/legacy/ |
H A D | zstd_v01.c | 1841 blockType_t bType; member 2125 ctx->bType = bp.blockType; in ZSTDv01_decompressContinue() 2135 switch(ctx->bType) in ZSTDv01_decompressContinue()
|
H A D | zstd_v03.c | 2450 blockType_t bType; member 3088 ctx->bType = bp.blockType; in ZSTD_decompressContinue() 3098 switch(ctx->bType) in ZSTD_decompressContinue()
|
H A D | zstd_v02.c | 2809 blockType_t bType; member 3446 ctx->bType = bp.blockType; in ZSTD_decompressContinue() 3456 switch(ctx->bType) in ZSTD_decompressContinue()
|
H A D | zstd_v04.c | 2506 blockType_t bType; member 3235 ctx->bType = bp.blockType; in ZSTD_decompressContinue() 3244 switch(ctx->bType) in ZSTD_decompressContinue()
|
H A D | zstd_v05.c | 2656 …blockType_t bType; /* used in ZSTDv05_decompressContinue(), to transfer blockType between header… member 3621 dctx->bType = bp.blockType; in ZSTDv05_decompressContinue() 3630 switch(dctx->bType) in ZSTDv05_decompressContinue()
|
H A D | zstd_v06.c | 2817 …blockType_t bType; /* used in ZSTDv06_decompressContinue(), to transfer blockType between header… member 3764 dctx->bType = bp.blockType; in ZSTDv06_decompressContinue() 3771 switch(dctx->bType) in ZSTDv06_decompressContinue()
|
H A D | zstd_v07.c | 2942 …blockType_t bType; /* used in ZSTDv07_decompressContinue(), to transfer blockType between header… member 4036 dctx->bType = bp.blockType; in ZSTDv07_decompressContinue() 4043 switch(dctx->bType) in ZSTDv07_decompressContinue()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Writer.cpp | 1485 bType = b->getArm64ECRangeType(); in sortECChunks() local 1486 return bType && (!aType || *aType < *bType); in sortECChunks()
|
/freebsd/crypto/openssl/engines/ |
H A D | e_capi.c | 667 if (bh->bType != PUBLICKEYBLOB) { in capi_get_pkey()
|