Searched defs:logical (Results 1 - 20 of 20) sorted by relevance

/external/eigen/blas/f2c/
H A Ddatatypes.h15 typedef int logical; typedef
/external/e2fsprogs/debugfs/
H A Dextent_inode.c270 extent.e_len = parse_ulong(argv[2], argv[0], "logical block", &err);
366 blk64_t logical; local
387 err = strtoblk(cmd, argv[1], &logical);
395 retval = ext2fs_extent_set_bmap(current_handle, logical,
/external/skia/src/sfnt/
H A DSkOTUtils.cpp140 unsigned char* logical = data + originalDataSize + nameTableLogicalSize; local
142 for (; logical < physical; ++logical) {
143 *logical = 0;
/external/e2fsprogs/misc/
H A Dfilefrag.c266 unsigned long long logical; local
279 for (i = 0, logical = 0, *num_extents = 0, count = last_block = 0;
281 i++, logical += st->st_blksize) {
309 fm_ext.fe_logical + fm_ext.fe_length != logical)) {
313 fm_ext.fe_logical = logical;
H A De4defrag.c131 __u64 logical; /* start logical block number */ member in struct:fiemap_extent_data
152 __u64 orig_start; /* logical start offset in block for orig */
153 __u64 donor_start; /* logical start offset in block for donor */
632 * insert_extent_by_logical() - Sequentially insert extent by logical.
634 * @ext_list_head: the head of logical extent list.
653 if (ext->data.logical <= ext_list_tmp->data.logical) {
655 if (ext_list_tmp->data.logical <
656 ext->data.logical
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dextent.c598 * Go to the node at leaf_level which contains logical block blk.
1124 * Sets the physical block for a logical file block in the extent tree.
1146 blk64_t logical, blk64_t physical, int flags)
1149 int mapped = 1; /* logical is mapped? */
1167 handle->ino, logical, physical, flags);
1187 newextent.e_lblk = logical;
1211 /* go to the logical spot we want to (re/un)map */
1212 retval = ext2fs_extent_goto(handle, logical);
1220 logical);
1229 * This may be the extent *before* the requested logical,
1145 ext2fs_extent_set_bmap(ext2_extent_handle_t handle, blk64_t logical, blk64_t physical, int flags) argument
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dhiddev.h97 __u32 logical; /* logical usage for this field */ member in struct:hiddev_field_info
H A Dbtrfs.h96 * logical */
408 __u64 logical; /* in */ member in struct:btrfs_ioctl_logical_ino_args
/external/valgrind/none/tests/ppc32/
H A Dtest_isa_2_07_part1.c221 PPC_TWO_I16 = 0x00000006, // family: arith/logical
222 PPC_SPECIAL = 0x00000007, // family: logical
1115 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
1851 "PPC altivec integer logical insns with three args",
1905 (type == PPC_LOGICAL && !seln_flags.logical) ||
2058 flags.logical = 1;
2112 printf(" logical = %d\n", flags.logical);
H A Djm-insns.c362 PPC_TWO_I16 = 0x00000006, // family: arith/logical
363 PPC_SPECIAL = 0x00000007, // family: logical
3947 "PPC integer logical insns with two args",
3952 "PPC integer logical insns with two args with flags update",
3977 "PPC integer logical insns\n with one register + one 16 bits immediate args",
3982 "PPC integer logical insns\n with one register + one 16 bits immediate args with flags update",
3987 "PPC condition register logical insns - two operands",
4002 "PPC integer logical insns with one arg",
4007 "PPC integer logical insns with one arg with flags update",
4012 "PPC logical insn
7469 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
[all...]
/external/valgrind/none/tests/ppc64/
H A Dtest_isa_2_07_part1.c221 PPC_TWO_I16 = 0x00000006, // family: arith/logical
222 PPC_SPECIAL = 0x00000007, // family: logical
1115 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
1851 "PPC altivec integer logical insns with three args",
1905 (type == PPC_LOGICAL && !seln_flags.logical) ||
2058 flags.logical = 1;
2112 printf(" logical = %d\n", flags.logical);
H A Djm-insns.c362 PPC_TWO_I16 = 0x00000006, // family: arith/logical
363 PPC_SPECIAL = 0x00000007, // family: logical
3947 "PPC integer logical insns with two args",
3952 "PPC integer logical insns with two args with flags update",
3977 "PPC integer logical insns\n with one register + one 16 bits immediate args",
3982 "PPC integer logical insns\n with one register + one 16 bits immediate args with flags update",
3987 "PPC condition register logical insns - two operands",
4002 "PPC integer logical insns with one arg",
4007 "PPC integer logical insns with one arg with flags update",
4012 "PPC logical insn
7469 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
[all...]
/external/valgrind/VEX/switchback/
H A Dtest_ppc_jm1.c3327 "PPC integer logical instructions with two arguments",
3332 "PPC integer logical instructions with two arguments with flags update",
3357 "PPC integer logical instructions\n with one register + one 16 bits immediate arguments",
3362 "PPC integer logical instructions\n with one register + one 16 bits immediate arguments with flags update",
3367 "PPC condition register logical instructions - two operands",
3382 "PPC integer logical instructions with one argument",
3387 "PPC integer logical instructions with one argument with flags update",
3392 "PPC logical instructions with special forms",
3397 "PPC logical instructions with special forms with flags update",
3473 "PPC altivec integer logical instruction
4333 do_tests(int one_arg, int two_args, int three_args, int arith, int logical, int compare, int integer, int floats, int p405, int altivec, int faltivec, int cr, unsigned char *filter) argument
4484 int arith = 0, logical = 0, compare = 0; local
[all...]
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 5842 milliseconds