/frameworks/native/cmds/servicemanager/ |
binder.h | 33 void *offs; member in struct:binder_txn 39 uint32_t *offs; /* array of offsets */ member in struct:binder_io
|
binder.c | 44 unsigned *offs = txn->offs; local 49 fprintf(stderr," pid %8d uid %8d data %8d offs %8d\n", 53 obj = (void*) (((char*) txn->data) + *offs++); 183 data.txn.offs = 0; 187 data.txn.offs_size = ((char*) reply->offs) - ((char*) reply->offs0); 189 data.txn.offs = reply->offs0; 325 writebuf.txn.offs_size = ((char*) msg->offs) - ((char*) msg->offs0); 327 writebuf.txn.offs = msg->offs0; 397 bio->offs = bio->offs0 = txn->offs [all...] |
/external/chromium_org/third_party/zlib/ |
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/blast/ |
blast.c | 192 short offs[MAXBITS+1]; /* offsets in symbol table for each length */ local 224 offs[1] = 0; 226 offs[len + 1] = offs[len] + h->count[len]; 234 h->symbol[offs[length[symbol]]++] = symbol;
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
mount_passthrough.cc | 37 int err = _real_lseek(real_fd_, attr.offs, 0, &new_offset); 57 int err = _real_lseek(real_fd_, attr.offs, 0, &new_offset); 75 virtual Error GetDents(size_t offs,
|
mount_node_dir.cc | 57 Error MountNodeDir::GetDents(size_t offs, 63 return cache_.GetDents(offs, pdir, size, out_bytes);
|
mount_node_dir.h | 34 virtual Error GetDents(size_t offs,
|
mount_node_html5fs.cc | 86 Error MountNodeHtml5Fs::GetDents(size_t offs, 139 return helper.GetDents(offs, pdir, size, out_bytes); 185 attr.offs, 218 attr.offs,
|
mount_fuse.cc | 319 int result = fuse_ops_->read(path_.c_str(), cbuf, count, attr.offs, &info_); 341 path_.c_str(), static_cast<const char*>(buf), count, attr.offs, &info_); 376 Error MountNodeFuseDir::GetDents(size_t offs, 401 offs, 406 // If the fill function ever wrote an entry with |offs| != 0, then assume it 408 // buffers start with the entry at offset |offs|, so the call to 411 offs = 0; 415 error = getdents.GetDents(offs, pdir, count, out_bytes);
|
mount_node.cc | 80 Error MountNode::GetDents(size_t offs, 145 data.offs = offset;
|
mount_node.h | 61 virtual Error GetDents(size_t offs,
|
mount_node_http.h | 23 virtual Error GetDents(size_t offs,
|
/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/chromium_org/ppapi/generators/ |
idl_generator.py | 53 offs = opt.find('=') 54 if offs > 0: 55 options[opt[:offs]] = opt[offs+1:]
|
idl_diff.py | 136 offs = line.find('//') 137 if offs == -1: 138 offs = line.find('/*') 139 if offs >-1: 140 line = line[:offs-1]
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
mount_http_test.cc | 113 attr.offs = 10; 120 attr.offs = 100; 143 attr.offs = 10; 150 attr.offs = 100; 164 attr.offs = 3;
|
/external/zlib/src/contrib/puff/ |
puff.c | 39 * - Simplify offs[] index in construct() 345 short offs[MAXBITS+1]; /* offsets in symbol table for each length */ local 365 offs[1] = 0; 367 offs[len + 1] = offs[len] + h->count[len]; 375 h->symbol[offs[length[symbol]]++] = symbol; [all...] |
/external/clang/lib/Edit/ |
Commit.cpp | 48 FileOffset Offs; 49 if ((!afterToken && !canInsert(loc, Offs)) || 50 ( afterToken && !canInsertAfterToken(loc, Offs, loc))) { 55 addInsert(loc, Offs, text, beforePreviousInsertions); 69 FileOffset Offs; 70 if ((!afterToken && !canInsert(loc, Offs)) || 71 ( afterToken && !canInsertAfterToken(loc, Offs, loc))) { 82 addInsertFromRange(loc, Offs, RangeOffs, RangeLen, beforePreviousInsertions); 87 FileOffset Offs; 89 if (!canRemoveRange(range, Offs, Len)) [all...] |
/art/compiler/utils/ |
assembler.h | 340 virtual void Store(FrameOffset offs, ManagedRegister src, size_t size) = 0; 367 MemberOffset offs) = 0; 370 Offset offs) = 0; 373 ThreadOffset offs) = 0;
|
/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/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
radeonsi_pm4.c | 111 unsigned offs = state->last_pm4 + 1; local 114 if (state->ndw == offs) { 124 si_pm4_cmd_add(state, offs << 2);
|
/external/chromium_org/third_party/opus/src/celt/ |
entdec.c | 92 return _this->offs<_this->storage?_this->buf[_this->offs++]:0; 130 _this->offs=0;
|
/external/kernel-headers/original/linux/mtd/ |
nand.h | 448 * @offs: offset of the pattern in the oob area of the page 468 int offs; member in struct:nand_bbt_descr 512 extern int nand_update_bbt(struct mtd_info *mtd, loff_t offs); 514 extern int nand_isbad_bbt(struct mtd_info *mtd, loff_t offs, int allowbbt);
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
radeonsi_pm4.c | 111 unsigned offs = state->last_pm4 + 1; local 114 if (state->ndw == offs) { 124 si_pm4_cmd_add(state, offs << 2);
|
/external/clang/lib/Rewrite/Core/ |
Rewriter.cpp | 409 unsigned offs = Content->SourceLineCache[lineNo]; local 410 unsigned i = offs; 413 StringRef origIndent = MB.substr(offs, i-offs); 415 RB.InsertText(offs, indent, /*InsertAfter=*/false);
|