Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:__le32
(Results
1 - 25
of
44
) sorted by relevance
1
2
/third_party/alsa-lib/include/sound/uapi/
H
A
D
asoc.h
196
__le32
magic; /* magic number */
197
__le32
abi; /* ABI version */
198
__le32
version; /* optional vendor specific version details */
199
__le32
type; /* SND_SOC_TPLG_TYPE_ */
200
__le32
size; /* size of this structure */
201
__le32
vendor_type; /* optional vendor specific type info */
202
__le32
payload_size; /* data bytes, excluding this header */
203
__le32
index; /* identifier for block */
204
__le32
count; /* number of elements in block */
209
__le32
toke
[all...]
/third_party/f2fs-tools/include/
H
A
D
f2fs_fs.h
118
typedef u32
__le32
;
typedef
133
__le32
clen; /* compressed data size */
134
__le32
chksum; /* checksum of compressed data */
135
__le32
reserved[COMPRESS_DATA_RESERVED_SIZE]; /* reserved */
527
__le32
feature; /* defined features */
758
__le32
total_segments;
800
__le32
magic; /* Magic Number */
803
__le32
log_sectorsize; /* log2 sector size in bytes */
804
__le32
log_sectors_per_block; /* log2 # of sectors per block */
805
__le32
log_blocksiz
[all...]
H
A
D
quota.h
67
__le32
dqb_id; /* id this quota applies to */
68
__le32
dqb_pad;
/third_party/f2fs-tools/fsck/
H
A
D
quotaio_v2.h
19
__le32
dqh_magic; /* Magic number identifying file */
20
__le32
dqh_version; /* File version */
30
__le32
dqi_bgrace; /* Time before block soft limit becomes
32
__le32
dqi_igrace; /* Time before inode soft limit becomes
34
__le32
dqi_flags; /* Flags for quotafile (DQF_*) */
35
__le32
dqi_blocks; /* Number of blocks in file */
36
__le32
dqi_free_blk; /* Number of first free block in the list */
37
__le32
dqi_free_entry; /* Number of block with at least one
44
__le32
dqb_id; /* id this quota applies to */
45
__le32
dqb_pa
[all...]
H
A
D
quotaio_tree.h
29
__le32
dqdh_next_free; /* Number of next block with free
31
__le32
dqdh_prev_free; /* Number of previous block with free
35
__le32
dqdh_pad2;
H
A
D
xattr.h
25
__le32
h_magic; /* magic number for identification */
26
__le32
h_refcount; /* reference count */
59
__le32
e_id;
68
__le32
a_version;
H
A
D
quotaio_tree.c
256
__le32
*ref;
in do_insert_tree()
276
ref = (
__le32
*) buf;
in do_insert_tree()
410
__le32
*ref = (
__le32
*) buf;
in remove_tree()
486
__le32
*ref = (
__le32
*) buf;
in find_tree_dqentry()
612
__le32
*ref = (
__le32
*) buf;
in report_tree()
H
A
D
node.h
51
static inline
__le32
*blkaddr_in_inode(struct f2fs_node *node)
in blkaddr_in_inode()
56
static inline
__le32
*blkaddr_in_node(struct f2fs_node *node)
in blkaddr_in_node()
64
__le32
*addr_array;
in datablock_addr()
H
A
D
quotaio.c
31
__le32
dqh_magic;
32
__le32
dqh_version;
H
A
D
f2fs.h
346
return le32_to_cpu(*((
__le32
*)((unsigned char *)cp + crc_offset)));
in cur_cp_crc()
386
chksum_size = sizeof(
__le32
);
in __bitmap_ptr()
620
return get_inline_xattr_addrs(inode) * sizeof(
__le32
);
in inline_xattr_size()
H
A
D
node.c
92
__le32
*addr_array;
in set_data_blkaddr()
/third_party/exfatprogs/include/
H
A
D
exfat_ondisk.h
112
__le32
fat_offset;
113
__le32
fat_length;
114
__le32
clu_offset;
115
__le32
clu_count;
116
__le32
root_cluster;
117
__le32
vol_serial;
173
__le32
reserved3;
174
__le32
start_clu;
184
__le32
start_clu;
189
__le32
checksu
[all...]
H
A
D
libexfat.h
136
bool is_boot_sec,
__le32
*checksum);
/third_party/alsa-lib/include/
H
A
D
type_compat.h
44
#ifndef
__le32
45
#define
__le32
uint32_t
macro
/third_party/fsverity-utils/common/
H
A
D
common_defs.h
82
# define cpu_to_le32(v) ((__force
__le32
)(u32)(v))
83
# define le32_to_cpu(v) ((__force u32)(
__le32
)(v))
89
# define cpu_to_le32(v) ((__force
__le32
)__builtin_bswap32(v))
H
A
D
fsverity_uapi.h
55
__le32
sig_size;
57
__le32
__reserved_0x04; /* must be 0 */
H
A
D
win32_defs.h
50
typedef __u32
__le32
;
typedef
/third_party/exfatprogs/exfat2img/
H
A
D
exfat2img.c
27
__le32
magic;
28
__le32
major_version;
29
__le32
minor_version;
30
__le32
data_offset;
31
__le32
heap_clus_offset;
32
__le32
cluster_size;
33
__le32
cluster_count;
34
__le32
reserved[20];
634
*((
__le32
*)&buf[1]) =
in dump_clusters_to_stdout()
770
__le32
t_cc_clu_coun
in restore_from_stdin()
[all...]
/third_party/FreeBSD/sys/dev/usb/implementation/
H
A
D
_types_ref.h
41
typedef unsigned int
__le32
;
typedef
/third_party/libbpf/include/linux/
H
A
D
types.h
20
typedef __u32 __bitwise
__le32
;
typedef
/third_party/exfatprogs/mkfs/
H
A
D
mkfs.c
234
static int write_fat_entry(int fd,
__le32
clu,
in write_fat_entry()
238
off_t fat_entry_offset = finfo.fat_byte_off + (offset * sizeof(
__le32
));
in write_fat_entry()
240
nbyte = pwrite(fd, (__u8 *) &clu, sizeof(
__le32
), fat_entry_offset);
in write_fat_entry()
/third_party/f2fs-tools/tools/f2fs_io/
H
A
D
f2fs_io.h
43
typedef u32
__le32
;
typedef
/third_party/exfatprogs/lib/
H
A
D
libexfat.c
84
bool is_boot_sec,
__le32
*checksum)
in boot_calc_checksum()
527
__le32
*checksum_buf;
in exfat_write_checksum_sector()
/third_party/f2fs-tools/mkfs/
H
A
D
f2fs_format.c
821
*((
__le32
*)((unsigned char *)cp + get_cp(checksum_offset))) =
in f2fs_write_check_point_pack()
1086
*((
__le32
*)((unsigned char *)cp + get_cp(checksum_offset))) =
in f2fs_write_check_point_pack()
1302
__le32
raw_id)
in f2fs_write_default_quota()
1377
__le32
raw_id;
in f2fs_write_qf_inode()
/third_party/musl/scripts/build_lite/
H
A
D
Makefile
66
typedef uint32_t __u32,
__le32
;
Completed in 17 milliseconds
1
2