Searched refs:entry_offset (Results 1 - 14 of 14) sorted by relevance

/external/e2fsprogs/ext2ed/
H A Dblockbitmap_com.c79 long entry_offset=1; local
85 entry_offset=atol (buffer);
88 sprintf (buffer,"entry %ld",block_bitmap_info.entry_num+entry_offset);
95 long entry_offset=1; local
101 entry_offset=atol (buffer);
104 sprintf (buffer,"entry %ld",block_bitmap_info.entry_num-entry_offset);
H A Dgroup_com.c25 long entry_offset=1; local
31 entry_offset=atol (buffer);
34 sprintf (buffer,"entry %ld",group_info.group_num+entry_offset);
41 long entry_offset=1; local
47 entry_offset=atol (buffer);
50 sprintf (buffer,"entry %ld",group_info.group_num-entry_offset);
H A Dinodebitmap_com.c52 long entry_offset=1; local
58 entry_offset=atol (buffer);
61 sprintf (buffer,"entry %ld",inode_bitmap_info.entry_num+entry_offset);
68 long entry_offset=1; local
74 entry_offset=atol (buffer);
77 sprintf (buffer,"entry %ld",inode_bitmap_info.entry_num-entry_offset);
/external/freetype/src/base/
H A Dftrfork.c790 FT_Int32 entry_id, entry_offset, entry_length = 0; local
824 if ( FT_READ_LONG( entry_offset ) ||
827 *result_offset = entry_offset;
/external/v8/src/ic/
H A Daccessor-assembler.h208 Node* entry_offset, Node* name, Node* map,
H A Daccessor-assembler.cc1371 Node* entry_offset, Node* name,
1388 entry_offset = IntPtrMul(entry_offset, IntPtrConstant(kMultiplier));
1393 Node* entry_key = Load(MachineType::Pointer(), key_base, entry_offset);
1401 IntPtrAdd(entry_offset, IntPtrConstant(kPointerSize * 2)));
1407 IntPtrAdd(entry_offset, IntPtrConstant(kPointerSize)));
1369 TryProbeStubCacheTable(StubCache* stub_cache, StubCacheTable table_id, Node* entry_offset, Node* name, Node* map, Label* if_handler, Variable* var_handler, Label* if_miss) argument
/external/pdfium/third_party/libtiff/
H A Dtif_dirwrite.c2669 uint64 entry_offset = 0; local
2785 entry_offset = value;
2793 memcpy( &entry_offset, direntry_raw + 12, sizeof(uint64) );
2795 TIFFSwabLong8( &entry_offset );
2880 entry_offset = read_offset + 8;
2888 entry_offset = read_offset + 12;
2900 if (!SeekOK(tif, entry_offset)) {
2923 entry_offset = TIFFSeekFile(tif,0,SEEK_END);
2934 memcpy( &entry_offset, buf_to_write, count*TIFFDataWidth(datatype));
2957 value = (uint32) entry_offset;
[all...]
/external/syslinux/gpxe/src/arch/i386/prefix/
H A Dpxeprefix.S671 entry_offset: .word 0 label
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.cc315 Register entry_offset = scratch0(); local
329 __ mov(entry_offset, Operand(entry - base));
360 // Add the base address to the offset previously loaded in entry_offset.
361 __ add(entry_offset, entry_offset,
363 __ bx(entry_offset);
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.cc334 Register entry_offset = t9; local
348 __ li(entry_offset, Operand(entry - base));
378 // Add the base address to the offset previously loaded in entry_offset.
379 __ Addu(entry_offset, entry_offset,
381 __ Jump(entry_offset);
/external/v8/src/arm/
H A Dmacro-assembler-arm.cc1394 int entry_offset = pc_offset() + Instruction::kPCReadOffset;
1395 sub(ip, pc, Operand(entry_offset));
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.cc765 Register entry_offset = temps.AcquireX(); local
778 __ Mov(entry_offset, entry - base);
822 __ Add(deopt_entry, deopt_entry, entry_offset);
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc328 Register entry_offset = scratch0(); local
342 __ mov(entry_offset, Operand(entry - base));
372 // Add the base address to the offset previously loaded in entry_offset.
374 __ add(ip, entry_offset, ip);
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.cc316 Register entry_offset = scratch0(); local
330 __ mov(entry_offset, Operand(entry - base));
361 // Add the base address to the offset previously loaded in entry_offset.
363 __ AddP(ip, entry_offset, ip);

Completed in 460 milliseconds