Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libusbhid/
HDparse.c216 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-13-stable/sys/dev/hid/
HDhid.c245 unsigned int bTag, bType, bSize; in hid_get_item() local
315 bType = 0xff; /* XXX what should it be */ in hid_get_item()
319 bType = (bSize >> 2) & 3; in hid_get_item()
357 switch (bType) { in hid_get_item()
567 DPRINTFN(0, "default bType=%d\n", bType); in hid_get_item()
/freebsd-13-stable/sys/dev/usb/serial/
HDufoma.c114 uint8_t bType; member
356 if ((mad->bType == UMCPC_ACM_TYPE_AB5) || in ufoma_probe()
357 (mad->bType == UMCPC_ACM_TYPE_AB6)) in ufoma_probe()
413 if ((mad->bType == UMCPC_ACM_TYPE_AB5) || in ufoma_attach()
414 (mad->bType == UMCPC_ACM_TYPE_AB6)) { in ufoma_attach()
/freebsd-13-stable/sys/contrib/zstd/lib/decompress/
HDzstd_decompress_internal.h117 …blockType_e bType; /* used in ZSTD_decompressContinue(), store blockType between block … member
HDzstd_decompress.c864 if (dctx->bType != bt_raw) in ZSTD_nextSrcSizeToDecompressWithInputSize()
937 dctx->bType = bp.blockType; in ZSTD_decompressContinue()
963 switch(dctx->bType) in ZSTD_decompressContinue()
1189 dctx->bType = bt_reserved; in ZSTD_decompressBegin()
/freebsd-13-stable/sys/contrib/zstd/lib/legacy/
HDzstd_v01.c1845 blockType_t bType; member
2129 ctx->bType = bp.blockType; in ZSTDv01_decompressContinue()
2139 switch(ctx->bType) in ZSTDv01_decompressContinue()
HDzstd_v03.c2454 blockType_t bType; member
3092 ctx->bType = bp.blockType; in ZSTD_decompressContinue()
3102 switch(ctx->bType) in ZSTD_decompressContinue()
HDzstd_v04.c2510 blockType_t bType; member
3239 ctx->bType = bp.blockType; in ZSTD_decompressContinue()
3248 switch(ctx->bType) in ZSTD_decompressContinue()
HDzstd_v02.c2813 blockType_t bType; member
3450 ctx->bType = bp.blockType; in ZSTD_decompressContinue()
3460 switch(ctx->bType) in ZSTD_decompressContinue()
HDzstd_v06.c2821 …blockType_t bType; /* used in ZSTDv06_decompressContinue(), to transfer blockType between header… member
3768 dctx->bType = bp.blockType; in ZSTDv06_decompressContinue()
3775 switch(dctx->bType) in ZSTDv06_decompressContinue()
HDzstd_v05.c2660 …blockType_t bType; /* used in ZSTDv05_decompressContinue(), to transfer blockType between header… member
3625 dctx->bType = bp.blockType; in ZSTDv05_decompressContinue()
3634 switch(dctx->bType) in ZSTDv05_decompressContinue()
HDzstd_v07.c2946 …blockType_t bType; /* used in ZSTDv07_decompressContinue(), to transfer blockType between header… member
4040 dctx->bType = bp.blockType; in ZSTDv07_decompressContinue()
4047 switch(dctx->bType) in ZSTDv07_decompressContinue()
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
HDWriter.cpp1485 bType = b->getArm64ECRangeType(); in sortECChunks() local
1486 return bType && (!aType || *aType < *bType); in sortECChunks()
/freebsd-13-stable/crypto/openssl/engines/
HDe_capi.c654 if (bh->bType != PUBLICKEYBLOB) { in capi_get_pkey()
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
HDzstd.c22739 …blockType_e bType; /* used in ZSTD_decompressContinue(), store blockType between block … member
25359 if (dctx->bType != bt_raw) in ZSTD_nextSrcSizeToDecompressWithInputSize()
25432 dctx->bType = bp.blockType; in ZSTD_decompressContinue()
25458 switch(dctx->bType) in ZSTD_decompressContinue()
25675 dctx->bType = bt_reserved; in ZSTD_decompressBegin()