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

/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTUtils.cpp140 unsigned char* logical = data + originalDataSize + nameTableLogicalSize; local
142 for (; logical < physical; ++logical) {
143 *logical = 0;
/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.h95 * logical */
368 __u64 logical; /* in */ member in struct:btrfs_ioctl_logical_ino_args
/external/valgrind/main/none/tests/ppc32/
H A Dtest_isa_2_07_part1.c215 PPC_TWO_I16 = 0x00000006, // family: arith/logical
216 PPC_SPECIAL = 0x00000007, // family: logical
1068 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
1711 "PPC altivec integer logical insns with three args",
1765 (type == PPC_LOGICAL && !seln_flags.logical) ||
1918 flags.logical = 1;
1972 printf(" logical = %d\n", flags.logical);
H A Djm-insns.c351 PPC_TWO_I16 = 0x00000006, // family: arith/logical
352 PPC_SPECIAL = 0x00000007, // family: logical
3936 "PPC integer logical insns with two args",
3941 "PPC integer logical insns with two args with flags update",
3966 "PPC integer logical insns\n with one register + one 16 bits immediate args",
3971 "PPC integer logical insns\n with one register + one 16 bits immediate args with flags update",
3976 "PPC condition register logical insns - two operands",
3991 "PPC integer logical insns with one arg",
3996 "PPC integer logical insns with one arg with flags update",
4001 "PPC logical insn
7448 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dtest_isa_2_07_part1.c215 PPC_TWO_I16 = 0x00000006, // family: arith/logical
216 PPC_SPECIAL = 0x00000007, // family: logical
1068 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
1711 "PPC altivec integer logical insns with three args",
1765 (type == PPC_LOGICAL && !seln_flags.logical) ||
1918 flags.logical = 1;
1972 printf(" logical = %d\n", flags.logical);
H A Djm-insns.c351 PPC_TWO_I16 = 0x00000006, // family: arith/logical
352 PPC_SPECIAL = 0x00000007, // family: logical
3936 "PPC integer logical insns with two args",
3941 "PPC integer logical insns with two args with flags update",
3966 "PPC integer logical insns\n with one register + one 16 bits immediate args",
3971 "PPC integer logical insns\n with one register + one 16 bits immediate args with flags update",
3976 "PPC condition register logical insns - two operands",
3991 "PPC integer logical insns with one arg",
3996 "PPC integer logical insns with one arg with flags update",
4001 "PPC logical insn
7448 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
[all...]
/external/qemu/distrib/ext4_utils/src/
H A Dext4.h67 ext4_lblk_t logical; member in struct:ext4_allocation_request
/external/valgrind/main/VEX/switchback/
H A Dtest_ppc_jm1.c3329 "PPC integer logical instructions with two arguments",
3334 "PPC integer logical instructions with two arguments with flags update",
3359 "PPC integer logical instructions\n with one register + one 16 bits immediate arguments",
3364 "PPC integer logical instructions\n with one register + one 16 bits immediate arguments with flags update",
3369 "PPC condition register logical instructions - two operands",
3384 "PPC integer logical instructions with one argument",
3389 "PPC integer logical instructions with one argument with flags update",
3394 "PPC logical instructions with special forms",
3399 "PPC logical instructions with special forms with flags update",
3475 "PPC altivec integer logical instruction
4335 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
4486 int arith = 0, logical = 0, compare = 0; local
[all...]
/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/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/ ...

Completed in 453 milliseconds