Home
last modified time | relevance | path

Searched refs:avl (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc6807 uint64_t avl;
6812 avl = rs1();
6814 avl = ~0;
6816 avl = rvv_vl();
6818 avl = avl <= rvv_vlmax() ? avl : rvv_vlmax();
6819 set_rvv_vl(avl);
6826 uint64_t avl;
6831 avl
[all...]
/third_party/ltp/testcases/kernel/fs/doio/
H A Dgrowfiles.c3030 long avl; in pre_alloc() local
3032 if (ialloc(fd, size, IA_CONT, &avl) == -1) { in pre_alloc()
/third_party/ntfs-3g/libntfs-3g/
H A Dattrib.c2948 register u32 avl; local
2949 avl = le32_to_cpu(a->value_length);
2950 if (val_len == avl)
2952 if (val_len < avl) {
/third_party/ntfs-3g/ntfsprogs/
H A Dmkntfs.c1313 u32 avl; in mkntfs_attr_find() local
1314 avl = le32_to_cpu(a->value_length); in mkntfs_attr_find()
1315 if (val_len == avl) in mkntfs_attr_find()
1317 if (val_len < avl) { in mkntfs_attr_find()

Completed in 24 milliseconds