HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 676 - 700 of 1543) sorted by null

<<21222324252627282930>>

  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationInfo.java 176 String base = "00000000"; local
177 nc = base.substring(0, 8 - nc.length()) + nc;
  /external/opencv/otherlibs/highgui/
grfmt_imageio.cpp 197 uchar * base = data; local
201 uchar * line = base + y * step;
322 const uchar * base = data; local
326 const uchar * line = base + y * step;
  /external/ppp/pppd/include/
pcap-int.h 49 u_char *base; member in struct:pcap_sf
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_rwops.h 84 Uint8 *base; member in struct:SDL_RWops::__anon12021::__anon12025
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.h 60 Uint8 *base; member in struct:vidmem_bucket
  /external/qemu/hw/
armv7m.c 122 uint32_t base; member in struct:__anon12320
130 s->base = qdev_get_prop_int(&dev->qdev, "base", 0);
132 &s->base);
141 qdev_set_prop_int(dev, "base", 0x20000000);
146 qdev_set_prop_int(dev, "base", 0x40000000);
  /external/skia/src/core/
SkWriter32.cpp 16 char* base() { return (char*)(this + 1); } function in struct:SkWriter32::Block
17 const char* base() const { return (const char*)(this + 1); } function in struct:SkWriter32::Block
22 void* ptr = this->base() + fAllocated;
30 void* ptr = this->base() + offset;
126 memcpy(dst, block->base(), allocated);
187 if (!stream->write(block->base(), block->fAllocated)) {
  /external/srec/tools/make_ve_grammar/
make_ve_grammar.c 82 char *base = NULL; local
111 printf("USAGE: -swiarb <swiarb file> -base <output base name>\n");
121 else if(!strcmp(argv[i],"-base")){
122 base = argv[++i];
150 strcat(filen,base);
155 strcat(filen,base);
160 strcat(filen,base);
165 strcat(filen,base);
170 strcat(filen,base);
    [all...]
  /external/stlport/src/details/
fstream_unistd.cpp 318 void* base; local
320 base = MMAP(0, len, PROT_READ, MAP_PRIVATE, _M_file_id, offset);
321 if (base != (void*)MAP_FAILED) {
323 this->_M_unmap(base, len);
324 base = 0;
327 base =0;
331 base = 0;
333 return base;
336 void _Filebuf_base::_M_unmap(void* base, streamoff len)
340 munmap((char*)base, len)
    [all...]
  /external/stlport/stlport/stl/
_iterator.h 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; }
69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {}
71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; }
74 iterator_type base() const { return current; } function in class:reverse_iterator
115 { return __x.base() == __y.base(); }
120 { return __y.base() < __x.base(); }
152 { return __y.base() - __x.base(); }
    [all...]
_iterator_old.h 84 _BidirectionalIterator base() const { return current; } function in class:reverse_bidirectional_iterator
137 { return __x.base() == __y.base(); }
176 reverse_iterator(const _Self& __x) : __current(__x.base()) {}
178 _Self& operator=(const _Self& __x) {__current = __x.base(); return *this; }
180 _RandomAccessIterator base() const { return __current; } function in class:reverse_iterator
245 return __x.base() == __y.base();
256 return __y.base() < __x.base();
    [all...]
  /external/strace/
io.c 86 struct { u_int32_t base; u_int32_t len; } iov32; member in struct:__anon14187::__anon14188
87 struct { u_int64_t base; u_int64_t len; } iov64; member in struct:__anon14187::__anon14189
94 ? (u_int64_t) iov.iov32.base : iov.iov64.base)
  /external/v8/test/cctest/
test-alloc.cc 197 : base(base_arg), size(size_arg) {}
199 Address base; member in class:Block
225 Address base = code_range->AllocateRawMemory(requested, &allocated); local
226 CHECK(base != NULL);
227 blocks.Add(Block(base, static_cast<int>(allocated)));
233 code_range->FreeRawMemory(blocks[index].base, blocks[index].size);
  /external/valgrind/main/memcheck/tests/ppc32/
power_ISA2_05.c 8 /* interpret the bitstream representing val as a base 256 number for testing
42 unsigned long base; local
52 base = (unsigned long) &foo;
54 __asm__ volatile ("lfiwax %0, %1, %2":"=f" (FRT1):"r"(base),
87 unsigned long base; local
112 base = (unsigned long) &dbl_pair;
113 offset = (unsigned long) &dbl_pair[1] - base;
114 __asm__ volatile ("or 20, 0, %0"::"r" (base));
124 base = (unsigned long) &dbl_pair;
125 offset = (unsigned long) &dbl_pair[2] - base;
178 unsigned long base; local
249 unsigned long base; local
294 unsigned long base; local
385 unsigned long base; local
456 unsigned long base; local
501 unsigned long base; local
592 unsigned long base; local
663 unsigned long base; local
708 unsigned long base; local
799 unsigned long base; local
870 unsigned long base; local
915 unsigned long base; local
1006 unsigned long base; local
    [all...]
  /external/valgrind/main/memcheck/tests/ppc64/
power_ISA2_05.c 8 /* interpret the bitstream representing val as a base 256 number for testing
42 unsigned long base; local
52 base = (unsigned long) &foo;
54 __asm__ volatile ("lfiwax %0, %1, %2":"=f" (FRT1):"r"(base),
87 unsigned long base; local
112 base = (unsigned long) &dbl_pair;
113 offset = (unsigned long) &dbl_pair[1] - base;
114 __asm__ volatile ("or 20, 0, %0"::"r" (base));
124 base = (unsigned long) &dbl_pair;
125 offset = (unsigned long) &dbl_pair[2] - base;
178 unsigned long base; local
249 unsigned long base; local
294 unsigned long base; local
385 unsigned long base; local
456 unsigned long base; local
501 unsigned long base; local
592 unsigned long base; local
663 unsigned long base; local
708 unsigned long base; local
799 unsigned long base; local
870 unsigned long base; local
915 unsigned long base; local
1006 unsigned long base; local
    [all...]
  /external/webkit/Source/JavaScriptCore/dfg/
DFGOperations.cpp 71 JSCell* base = baseValue.asCell(); local
78 if (isJSArray(globalData, base) && asArray(base)->canGetIndex(i))
79 return JSValue::encode(asArray(base)->getIndex(i));
82 if (isJSString(globalData, base) && asString(base)->canGetIndex(i))
83 return JSValue::encode(asString(base)->getIndex(exec, i));
86 if (isJSByteArray(globalData, base) && asByteArray(base)->canAccessIndex(i))
87 return JSValue::encode(asByteArray(base)->getIndex(exec, i))
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
Operations.h 412 inline size_t normalizePrototypeChain(CallFrame* callFrame, JSValue base, JSValue slotBase, const Identifier& propertyName, size_t& slotOffset)
414 JSCell* cell = base.asCell();
420 // If we didn't find slotBase in base's prototype chain, then base
443 inline size_t normalizePrototypeChain(CallFrame* callFrame, JSCell* base)
447 JSValue v = base->structure()->prototypeForLookup(callFrame);
451 base = v.asCell();
455 if (base->structure()->isDictionary())
456 asObject(base)->flattenDictionaryObject(callFrame->globalData());
471 JSObject* base; local
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
scanner.c 65 InputSrc base; member in struct:StringInputSrc
140 in->base.line++;
154 cpp->currentInput = in->base.prev;
169 in->base.line--;
180 in->base.line = 1;
181 in->base.scan = byte_scan;
182 in->base.getch = (int (*)(InputSrc *, yystypepp *))str_getch;
183 in->base.ungetch = (void (*)(InputSrc *, int, yystypepp *))str_ungetch;
184 in->base.prev = cpp->currentInput;
185 cpp->currentInput = &in->base;
    [all...]
tokens.c 336 InputSrc base; member in struct:TokenInputSrc
348 in->base.line++;
352 cpp->currentInput = in->base.prev;
363 in->base.name = name;
364 in->base.prev = cpp->currentInput;
365 in->base.scan = (int (*)(InputSrc *, yystypepp *))scan_token;
366 in->base.line = 1;
370 cpp->currentInput = &in->base;
375 InputSrc base; member in struct:UngotToken
384 cpp->currentInput = t->base.prev
    [all...]
  /external/webkit/Source/WebCore/editing/
VisibleSelection.h 65 Position base() const { return m_base; } function in class:WebCore::VisibleSelection
132 bool m_baseIsFirst; // true if base is before the extent
  /external/webkit/Source/WebCore/html/
HTMLViewSourceDocument.cpp 288 RefPtr<HTMLBaseElement> base = HTMLBaseElement::create(baseTag, this); local
291 base->setAttributeMap(attributeMap.release());
292 m_current->parserAddChild(base);
293 base->attach();
294 return base.release();
  /external/webkit/Source/WebCore/rendering/
RenderRubyRun.cpp 63 // The only place where a ruby base can be is in the last position
87 RenderRubyBase* base = rubyBase(); local
88 if (!base) {
89 base = createRubyBase();
90 RenderBlock::addChild(base);
92 return base;
136 // Insertion before a ruby base object.
137 // In this case we need insert a new run before the current one and split the base.
145 // child is not a text -> insert it into the base
155 // If the child is a ruby text, then merge the ruby base with the base o
158 RenderRubyBase* base = rubyBase(); local
178 RenderBlock* base = rubyBase(); local
    [all...]
  /external/webkit/Source/WebCore/xml/
XSLStyleSheetLibxslt.cpp 291 xmlChar* base = xmlNodeGetBase(parentDoc, (xmlNodePtr)parentDoc); local
292 xmlChar* childURI = xmlBuildURI((const xmlChar*)importHref.data(), base);
294 xmlFree(base);
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
mock_drt.py 43 from webkitpy.layout_tests.port import base namespace
156 options = base.DummyOptions(chromium=chromium,
  /frameworks/base/cmds/screencap/
screencap.cpp 137 void const* base = 0; local
144 base = screenshot.getPixels();
164 base = (void const *)((char const *)mapbase + offset);
172 if (base) {
176 b.setPixels((void*)base);
187 write(fd, base, size);

Completed in 353 milliseconds

<<21222324252627282930>>