HomeSort by relevance Sort by last modified time
    Searched refs:offs (Results 26 - 50 of 276) sorted by null

12 3 4 5 6 7 8 91011>>

  /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/chromium_org/third_party/opus/src/celt/
entenc.c 61 if(_this->offs+_this->end_offs>=_this->storage)return -1;
62 _this->buf[_this->offs++]=(unsigned char)_value;
67 if(_this->offs+_this->end_offs>=_this->storage)return -1;
119 _this->offs=0;
220 if(_this->offs>0){
238 celt_assert(_this->offs+_this->end_offs<=_size);
277 OPUS_CLEAR(_this->buf+_this->offs,
278 _this->storage-_this->offs-_this->end_offs);
286 if(_this->offs+_this->end_offs>=_this->storage&&l<used){
  /external/clang/lib/Edit/
EditedSource.cpp 31 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) {
32 FileEditsTy::iterator FA = getActionForOffset(Offs);
34 if (FA->first != Offs)
54 FileOffset Offs, StringRef text,
56 if (!canInsertInOffset(OrigLoc, Offs))
69 FileEdit &FA = FileEdits[Offs];
86 FileOffset Offs,
140 return commitInsert(OrigLoc, Offs, StrVec.str(), beforePreviousInsertions);
270 SourceLocation Loc, FileOffset offs,
278 StringRef buffer = SM.getBufferData(offs.getFID(), &Invalid)
348 FileOffset offs = I->first; local
    [all...]
  /art/runtime/
offsets.h 38 std::ostream& operator<<(std::ostream& os, const Offset& offs);
  /bionic/libc/kernel/common/linux/mtd/
bbm.h 26 int offs; member in struct:nand_bbt_descr
  /development/ndk/platforms/android-3/include/linux/mtd/
bbm.h 20 int offs; member in struct:nand_bbt_descr
  /external/elfutils/libdwfl/
dwfl_module_getdwarf.c 283 OFFS[*] start out zero and remain zero if unresolved. */
286 GElf_Addr addrs[n], GElf_Off offs[n])
295 if (offs[j] == 0
299 offs[j] = addrs[j] - phdr->p_vaddr + phdr->p_offset;
379 GElf_Off offs[i_max] = { 0, }; local
380 find_offsets (mod->main.elf, ehdr, i_max, addrs, offs);
383 if (offs[i_hash] != 0)
389 offs[i_hash] + entsz, entsz,
397 if (offs[i_gnu_hash] != 0 && mod->syments == 0)
409 data = elf_getdata_rawchunk (mod->main.elf, offs[i_gnu_hash]
    [all...]
  /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/lzma/C/
Ppmd7.h 78 #define Ppmd7_GetPtr(p, offs) ((void *)((p)->Base + (offs)))
79 #define Ppmd7_GetContext(p, offs) ((CPpmd7_Context *)Ppmd7_GetPtr((p), (offs)))
  /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);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mtd/
bbm.h 20 int offs; member in struct:nand_bbt_descr
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mtd/
bbm.h 20 int offs; member in struct:nand_bbt_descr
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mtd/
bbm.h 20 int offs; member in struct:nand_bbt_descr
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/mtd/
bbm.h 20 int offs; member in struct:nand_bbt_descr
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/mtd/
bbm.h 20 int offs; member in struct:nand_bbt_descr
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/mtd/
bbm.h 20 int offs; member in struct:nand_bbt_descr
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/mtd/
bbm.h 20 int offs; member in struct:nand_bbt_descr
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/mtd/
bbm.h 20 int offs; member in struct:nand_bbt_descr
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/mtd/
bbm.h 20 int offs; member in struct:nand_bbt_descr
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/mtd/
bbm.h 20 int offs; member in struct:nand_bbt_descr
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/mtd/
bbm.h 20 int offs; member in struct:nand_bbt_descr
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/mtd/
bbm.h 20 int offs; member in struct:nand_bbt_descr
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/mtd/
bbm.h 20 int offs; member in struct:nand_bbt_descr
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/mtd/
bbm.h 20 int offs; member in struct:nand_bbt_descr

Completed in 1592 milliseconds

12 3 4 5 6 7 8 91011>>