/prebuilts/ndk/8/platforms/android-8/arch-x86/usr/include/linux/mtd/ |
bbm.h | 20 int offs; member in struct:nand_bbt_descr
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/mtd/ |
bbm.h | 20 int offs; member in struct:nand_bbt_descr
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/mtd/ |
bbm.h | 20 int offs; member in struct:nand_bbt_descr
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/mtd/ |
bbm.h | 20 int offs; member in struct:nand_bbt_descr
|
/external/kernel-headers/original/linux/mtd/ |
bbm.h | 27 * @offs: offset of the pattern in the oob area of the page 47 int offs; member in struct:nand_bbt_descr
|
/external/webkit/Source/WebCore/svg/properties/ |
SVGPropertyTearOff.h | 36 // Also used for list tear offs (for example: text.x.baseVal.getItem(0)). 52 // Used only by the list tear offs!
|
/bionic/libc/kernel/common/linux/mtd/ |
bbm.h | 26 int offs; member in struct:nand_bbt_descr
|
/external/libvpx/vp8/common/ |
duck_io.h | 102 int64_t duck_seek(int g_hndl, int64_t offs, int origin);
|
/external/v8/src/ |
disassembler.cc | 81 int offs = static_cast<int>(pc - code_->instruction_start()); local 83 if (0 <= offs && offs < code_->instruction_size()) { 84 OS::SNPrintF(v8_buffer_, "%d (%p)", offs, pc);
|
/external/webkit/Tools/Scripts/webkitpy/common/ |
memoized_unittest.py | 62 # Make sure that get()/tear-offs work:
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
seq_oss.h | 55 int (*load_patch)(struct snd_seq_oss_arg *p, int format, const char __user *buf, int offs, int count);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
seq_oss.h | 55 int (*load_patch)(struct snd_seq_oss_arg *p, int format, const char __user *buf, int offs, int count);
|
/bootable/diskinstaller/editdisklbl/ |
editdisklbl.c | 191 loff_t offs = part_file_map[cnt].pinfo->start_lba * dinfo->sect_size; local 193 if (write_raw_image(dest_fn, part_file_map[cnt].filename, offs, test)) {
|
/external/clang/include/clang/Basic/ |
SourceManagerInternals.h | 49 static LineEntry get(unsigned Offs, unsigned Line, int Filename, 53 E.FileOffset = Offs;
|
/external/qemu/distrib/zlib-1.2.3/ |
inftrees.c | 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local 141 offs[1] = 0; 143 offs[len + 1] = offs[len] + count[len]; 147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
|
/external/zlib/src/contrib/infback9/ |
inftree9.c | 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local 135 offs[1] = 0; 137 offs[len + 1] = offs[len] + count[len]; 141 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
|
/external/zlib/src/ |
inftrees.c | 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local 141 offs[1] = 0; 143 offs[len + 1] = offs[len] + count[len]; 147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
|
/external/valgrind/main/none/tests/ppc32/ |
jm-insns.c | 5417 int i, offs, is_lwa=0; local 5482 int i, offs; local 5512 int i, offs, k; local 5581 int i, offs, k; local 5834 int i, offs; local 5881 int i, offs; local 5925 int i, offs; local 5992 int i, offs; local [all...] |
/external/libvpx/vp8/common/ppc/ |
loopfilter_filters_altivec.asm | 840 .macro hread_uv Dest, U, V, Offs, VMask 841 lvx \U, \Offs, r3 842 lvx \V, \Offs, r4 846 .macro hwrite_uv New, U, V, Offs, Umask, Vmask 849 stvx \U, \Offs, r3 ;# Write to frame buffer 850 stvx \V, \Offs, r4 1139 .macro RLV Offs 1140 stw r0, (\Offs*4)(r5) 1144 .macro WLV Offs 1145 lwz r0, (\Offs*4)(r5 [all...] |
/external/icu4c/test/cintltst/ |
ncnvfbts.c | 141 int32_t *offs; local 179 offs = junokout; 213 checkOffsets ? offs : NULL, 304 int32_t *offs; local 337 offs = junokout; 376 checkOffsets ? offs : NULL,
|
/external/linux-tools-perf/util/ |
probe-finder.c | 417 static int die_get_data_member_location(Dwarf_Die *mb_die, Dwarf_Word *offs) 427 if (dwarf_formudata(&attr, offs) != 0) { 438 *offs = (Dwarf_Word)expr[0].number; 796 static struct probe_trace_arg_ref *alloc_trace_arg_ref(long offs) 801 ref->offset = offs; 817 Dwarf_Word offs = 0; local 843 tvar->ref = alloc_trace_arg_ref((long)offs); 854 offs = op->number; 860 offs += op->number; 866 offs += op->number2 1003 Dwarf_Word offs; local [all...] |
/external/v8/src/ia32/ |
assembler-ia32.cc | 1400 int offs = L->pos() - pc_offset(); local 1401 ASSERT(offs <= 0); 1404 emit(offs - long_size); 1457 int offs = L->pos() - pc_offset(); local 1508 int offs = L->pos() - pc_offset(); local [all...] |
/external/clang/lib/Rewrite/Core/ |
Rewriter.cpp | 407 unsigned offs = Content->SourceLineCache[lineNo]; local 408 unsigned i = offs; 411 StringRef origIndent = MB.substr(offs, i-offs); 413 RB.InsertText(offs, indent, /*InsertAfter=*/false);
|
/external/zlib/src/contrib/blast/ |
blast.c | 190 short offs[MAXBITS+1]; /* offsets in symbol table for each length */ local 222 offs[1] = 0; 224 offs[len + 1] = offs[len] + h->count[len]; 232 h->symbol[offs[length[symbol]]++] = symbol;
|
/external/llvm/include/llvm/Transforms/Utils/ |
Local.h | 205 GEP->getName()+".offs"); 213 Result = Builder->CreateAdd(Result, Scale, GEP->getName()+".offs"); 226 Result = Builder->CreateAdd(Op, Result, GEP->getName()+".offs");
|