Searched defs:offs (Results 1 - 25 of 82) sorted by relevance

1234

/external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
H A Dexample.js25 if (addr < map[0].offs) {
30 if (addr < map[i].offs) {
31 var offs = addr - map[i - 1].offs;
45 return filename + ' ' + map[i - 1].name + ' + 0x' + offs.toString(16);
50 return filename + ' ' + map[last].name + ' + 0x' + offs.toString(16);
81 offs: parseInt(vals[0], 16),
98 orderedMap.sort(function(a, b) { return a.offs - b.offs; });
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dgetdents_helper.cc61 Error GetDentsHelper::GetDents(size_t offs, argument
83 if (offs >= max) {
88 if (offs + size >= max)
89 size = max - offs;
91 memcpy(pdir, reinterpret_cast<const char*>(dirents_.data()) + offs, size);
H A Dkernel_handle.h31 HandleAttr() : offs(0), flags(0) {}
34 off_t offs; member in struct:nacl_io::HandleAttr
H A Dfifo_char.cc63 size_t offs = tail_; local
65 size_t read_len = std::min(len, size_ - offs);
66 memcpy(ptr, &buffer_[offs], read_len);
69 offs += read_len;
71 if (offs == size_)
72 offs = 0;
96 size_t offs = (tail_ + avail_) % size_; local
98 size_t write_len = std::min(len, size_ - offs);
99 memcpy(&buffer_[offs], ptr, write_len);
102 offs
[all...]
H A Ddir_node.cc63 Error DirNode::GetDents(size_t offs, argument
69 return cache_.GetDents(offs, pdir, size, out_bytes);
/external/chromium_org/third_party/opus/src/celt/
H A Dentcode.h71 opus_uint32 offs; member in struct:ec_ctx
88 return _this->offs;
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Daddressmap_unittest.cc103 int offs = rnd.Uniform(ptrs_and_sizes[i].size); local
104 CHECK(!map.FindInside(&SizeFunc, kMaxSize, p + offs, &res_p));
108 CHECK(result = map.FindInside(&SizeFunc, kMaxRealSize, p + offs, &res_p));
129 int offs = rnd.Uniform(ptrs_and_sizes[i].size); local
130 CHECK(result = map.FindInside(&SizeFunc, kMaxRealSize, p + offs, &res_p));
141 int offs = rnd.Uniform(ptrs_and_sizes[i].size); local
142 CHECK(!map.FindInside(&SizeFunc, kMaxSize, p + offs, &res_p));
146 CHECK(result = map.FindInside(&SizeFunc, kMaxRealSize, p + offs, &res_p));
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Daddressmap_unittest.cc103 int offs = rnd.Uniform(ptrs_and_sizes[i].size); local
104 CHECK(!map.FindInside(&SizeFunc, kMaxSize, p + offs, &res_p));
108 CHECK(result = map.FindInside(&SizeFunc, kMaxRealSize, p + offs, &res_p));
129 int offs = rnd.Uniform(ptrs_and_sizes[i].size); local
130 CHECK(result = map.FindInside(&SizeFunc, kMaxRealSize, p + offs, &res_p));
141 int offs = rnd.Uniform(ptrs_and_sizes[i].size); local
142 CHECK(!map.FindInside(&SizeFunc, kMaxSize, p + offs, &res_p));
146 CHECK(result = map.FindInside(&SizeFunc, kMaxRealSize, p + offs, &res_p));
/external/chromium_org/third_party/zlib/
H A Dinftrees.c59 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/clang/include/clang/Edit/
H A DFileOffset.h24 FileOffset(FileID fid, unsigned offs) : FID(fid), Offs(offs) { } argument
/external/libopus/celt/
H A Dentcode.h71 opus_uint32 offs; member in struct:ec_ctx
88 return _this->offs;
/external/qemu/distrib/zlib-1.2.8/
H A Dinftrees.c59 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/
H A Dinftree9.c59 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/
H A Dinftrees.c59 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/native_client_sdk/src/examples/api/websocket/
H A Dwebsocket.cc49 uint32_t offs = 0; local
52 for (offs = 0; offs < array.ByteLength() && offs < MAX_TO_CONVERT; offs++)
53 sprintf(&tmp[offs * BYTES_PER_CHAR], "%02Xh ", data[offs]);
55 sprintf(&tmp[offs * BYTES_PER_CHAR], "...");
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/passthroughfs/
H A Dreal_node.cc34 int err = _real_lseek(real_fd_, attr.offs, 0, &new_offset);
56 err = _real_lseek(real_fd_, attr.offs, 0, &new_offset);
74 Error RealNode::GetDents(size_t offs, argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_pm4.c111 unsigned offs = state->last_pm4 + 1; local
114 if (state->ndw == offs) {
124 si_pm4_cmd_add(state, offs << 2);
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_pm4.c111 unsigned offs = state->last_pm4 + 1; local
114 if (state->ndw == offs) {
124 si_pm4_cmd_add(state, offs << 2);
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_inftrees.c59 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/native_client_sdk/src/libraries/nacl_io/html5fs/
H A Dhtml5_fs_node.cc87 Error Html5FsNode::GetDents(size_t offs, argument
144 return helper.GetDents(offs, pdir, size, out_bytes);
189 attr.offs,
221 attr.offs,
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/jsfs/
H A Djs_fs_node.cc185 "offset", attr.offs)) {
265 "offset", attr.offs)) {
287 Error JsFsNode::GetDents(size_t offs, argument
296 size_t first = offs / sizeof(dirent);
297 size_t last = (offs + count + sizeof(dirent) - 1) / sizeof(dirent);
303 "offs", first,
360 size_t dirents_offs = offs - first * sizeof(dirent);
/external/chromium_org/v8/src/
H A Ddisassembler.cc58 int offs = static_cast<int>(pc - code_->instruction_start()); local
60 if (0 <= offs && offs < code_->instruction_size()) {
61 SNPrintF(v8_buffer_, "%d (%p)", offs, pc);
/external/clang/lib/Edit/
H A DCommit.cpp220 bool Commit::canInsert(SourceLocation loc, FileOffset &offs) { argument
241 offs = FileOffset(locInfo.first, locInfo.second);
242 return canInsertInOffset(loc, offs);
245 bool Commit::canInsertAfterToken(SourceLocation loc, FileOffset &offs, argument
276 offs = FileOffset(locInfo.first, locInfo.second);
277 return canInsertInOffset(loc, offs);
H A DEditedSource.cpp268 SourceLocation Loc, FileOffset offs,
276 StringRef buffer = SM.getBufferData(offs.getFID(), &Invalid);
280 unsigned begin = offs.getOffset();
305 StringRef text, FileOffset offs, unsigned len,
307 assert(!offs.getFID().isInvalid());
308 SourceLocation Loc = SM.getLocForStartOfFile(offs.getFID());
309 Loc = Loc.getLocWithOffset(offs.getOffset());
313 adjustRemoval(SM, LangOpts, Loc, offs, len, text);
346 FileOffset offs = I->first; local
348 assert(offs >
267 adjustRemoval(const SourceManager &SM, const LangOptions &LangOpts, SourceLocation Loc, FileOffset offs, unsigned &len, StringRef &text) argument
304 applyRewrite(EditsReceiver &receiver, StringRef text, FileOffset offs, unsigned len, const SourceManager &SM, const LangOptions &LangOpts) argument
[all...]
/external/svox/pico/lib/
H A Dpicokfst.c148 picoos_int32 offs; local
169 BytesToNum(kfst->fstStream,& curpos,& offs);
170 kfst->alphaHashTabPos = kfst->hdrLen + offs;
172 BytesToNum(kfst->fstStream,& curpos,& offs);
173 kfst->transTabPos = kfst->hdrLen + offs;
174 BytesToNum(kfst->fstStream,& curpos,& offs);
175 kfst->inEpsStateTabPos = kfst->hdrLen + offs;
176 BytesToNum(kfst->fstStream,& curpos,& offs);
177 kfst->accStateTabPos = kfst->hdrLen + offs;
276 picoos_int32 offs; local
367 picoos_int32 offs; local
[all...]

Completed in 3885 milliseconds

1234