OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_bits
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/sdmmc/
sdmmc_mem.c
72
typedef struct { uint32_t
_bits
[512/32]; } __packed __aligned(4) sdmmc_bitfield512_t;
member in struct:__anond8fa86af0108
733
const size_t bitswords = __arraycount(buf->
_bits
);
735
tmp0 = buf->
_bits
[i];
736
tmp1 = buf->
_bits
[bitswords - 1 - i];
737
buf->
_bits
[i] = be32toh(tmp1);
738
buf->
_bits
[bitswords - 1 - i] = be32toh(tmp0);
sdmmc_mem.c
72
typedef struct { uint32_t
_bits
[512/32]; } __packed __aligned(4) sdmmc_bitfield512_t;
member in struct:__anond8fa86af0108
733
const size_t bitswords = __arraycount(buf->
_bits
);
735
tmp0 = buf->
_bits
[i];
736
tmp1 = buf->
_bits
[bitswords - 1 - i];
737
buf->
_bits
[i] = be32toh(tmp1);
738
buf->
_bits
[bitswords - 1 - i] = be32toh(tmp0);
Completed in 28 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025