HomeSort by relevance Sort by last modified time
    Searched refs:groups_count (Results 1 - 25 of 27) sorted by null

1 2

  /external/e2fsprogs/ext2ed/
group_com.c 68 if (group_num < 0 || group_num >= file_system_info.groups_count) {
119 wprintw (show_win,"Group %ld of %ld ",group_num,file_system_info.groups_count-1);
129 if (group_num==file_system_info.groups_count-1) {
ext2ed.h 121 unsigned long groups_count; member in struct:struct_file_system_info
inode_com.c 383 while (!found && group_num>=0 && group_num<file_system_info.groups_count) {
init.c 419 file_system_info.groups_count = ext2fs_div64_ceil(ext2fs_blocks_count(sb),
  /external/capstone/suite/fuzz/
fuzz_harness.c 192 if (detail->groups_count > 0) {
194 for (n = 0; n < detail->groups_count; n++) {
  /external/capstone/tests/
test_iter.c 241 if (detail->groups_count > 0) {
243 for (n = 0; n < detail->groups_count; n++) {
test_detail.c 269 if (detail->groups_count > 0) {
271 for (n = 0; n < detail->groups_count; n++) {
test_skipdata.c 166 printf("@groups_count: %lu\n", offsetof(cs_insn, groups_count));
test_basic.c 290 printf("@groups_count: %lu\n", offsetof(cs_insn, groups_count));
  /external/syslinux/core/fs/ufs/
ufs.c 161 * Ensuring group will not exceed the range 0:groups_count-1.
165 if (group >= UFS_SB(fs)->groups_count) {
168 group, UFS_SB(fs)->groups_count - 1);
413 sbi->groups_count = sb->ufs1.nr_frags / sb->frags_per_cg;
421 sbi->groups_count = sb->ufs2.nr_frags / sb->frags_per_cg;
ufs.h 126 uint32_t groups_count; // Number of groups in the fs member in struct:ufs_sb_info
  /external/capstone/cstool/
cstool.c 377 if (insn[i].detail->groups_count) {
381 for(j = 0; j < insn[i].detail->groups_count; j++) {
  /external/capstone/arch/XCore/
XCoreMapping.c 1387 insn->detail->groups_count = (uint8_t)count_positive(insns[i].groups);
1391 insn->detail->groups[insn->detail->groups_count] = XCORE_GRP_JUMP;
1392 insn->detail->groups_count++;
  /external/capstone/bindings/python/pyx/
ccapstone.pyx 22 self.groups_count = detail.groups_count
153 return detail.groups[:detail.groups_count]
  /external/capstone/bindings/java/capstone/
Capstone.java 85 public byte groups_count; field in class:Capstone._cs_detail
91 return Arrays.asList("regs_read", "regs_read_count", "regs_write", "regs_write_count", "groups", "groups_count", "arch");
146 groups = new byte[insn.cs_detail.groups_count];
  /external/capstone/include/
capstone.h 233 uint8_t groups_count; // number of groups this insn belongs to member in struct:cs_detail
  /external/capstone/arch/Sparc/
SparcMapping.c     [all...]
  /external/capstone/arch/SystemZ/
SystemZMapping.c     [all...]
  /external/capstone/bindings/python/capstone/
__init__.py 285 ('groups_count', ctypes.c_ubyte),
538 return self._detail.groups[:self._detail.groups_count]
  /external/capstone/bindings/vb6/
Module1.bas 96 groups_count As Byte ' number of groups this insn belongs to UNSIGNED
107 ' uint8_t groups_count; // number of groups this insn belongs to
  /external/capstone/
cs.c 890 return arr_exist(insn->detail->groups, insn->detail->groups_count, group_id);
  /external/capstone/bindings/ocaml/
ocaml.c 93 lcount = (insn[j-1]).detail->groups_count;
  /external/capstone/arch/PowerPC/
PPCMapping.c     [all...]
  /external/capstone/arch/AArch64/
AArch64Mapping.c     [all...]
  /external/capstone/arch/ARM/
ARMMapping.c     [all...]

Completed in 199 milliseconds

1 2