HomeSort by relevance Sort by last modified time
    Searched full:origlen (Results 1 - 13 of 13) sorted by null

  /external/icu/icu4c/source/common/
simplepatternformatter.cpp 42 int32_t origLen = *len;
44 for (int32_t i = origLen + idLen - 1; i >= origLen; i--) {
49 *len = origLen + idLen;
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
programopt.c 52 const GLuint origLen = vprog->Base.NumInstructions;
53 const GLuint newLen = origLen + 4;
103 _mesa_copy_instructions (newInst + 4, vprog->Base.Instructions, origLen);
106 _mesa_free_instructions(vprog->Base.Instructions, origLen);
120 const GLuint origLen = vprog->Base.NumInstructions;
121 const GLuint newLen = origLen + 4;
205 _mesa_copy_instructions (newInst + 4, vprog->Base.Instructions, origLen);
208 _mesa_free_instructions(vprog->Base.Instructions, origLen);
258 const GLuint origLen = fprog->Base.NumInstructions;
259 const GLuint newLen = origLen + 5
    [all...]
program.c 578 const GLuint origLen = prog->NumInstructions;
579 const GLuint newLen = origLen + count;
608 origLen - start);
611 _mesa_free_instructions(prog->Instructions, origLen);
627 const GLuint origLen = prog->NumInstructions;
628 const GLuint newLen = origLen - count;
657 _mesa_free_instructions(prog->Instructions, origLen);
    [all...]
  /external/mesa3d/src/mesa/program/
programopt.c 52 const GLuint origLen = vprog->Base.NumInstructions;
53 const GLuint newLen = origLen + 4;
103 _mesa_copy_instructions (newInst + 4, vprog->Base.Instructions, origLen);
106 _mesa_free_instructions(vprog->Base.Instructions, origLen);
120 const GLuint origLen = vprog->Base.NumInstructions;
121 const GLuint newLen = origLen + 4;
205 _mesa_copy_instructions (newInst + 4, vprog->Base.Instructions, origLen);
208 _mesa_free_instructions(vprog->Base.Instructions, origLen);
258 const GLuint origLen = fprog->Base.NumInstructions;
259 const GLuint newLen = origLen + 5
    [all...]
program.c 578 const GLuint origLen = prog->NumInstructions;
579 const GLuint newLen = origLen + count;
608 origLen - start);
611 _mesa_free_instructions(prog->Instructions, origLen);
627 const GLuint origLen = prog->NumInstructions;
628 const GLuint newLen = origLen - count;
657 _mesa_free_instructions(prog->Instructions, origLen);
    [all...]
  /external/libpcap/
dlpisubs.c 129 int n, caplen, origlen; local
174 origlen = sbp->sbh_origlen;
177 origlen = len;
183 if (bpf_filter(p->fcode.bf_insns, pk, origlen, caplen)) {
190 pkthdr.len = origlen;
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 63 unsigned OrigLen = Name.size() - PrefixLen;
67 StringRef OrigName = StringRef(Name).substr(PrefixLen, OrigLen);
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 473 final int origLen = end - start;
476 if (origLen == 0 && newLen == 0 && !hasNonExclusiveExclusiveSpanAt(tb, tbstart)) {
482 TextWatcher[] textWatchers = getSpans(start, start + origLen, TextWatcher.class);
483 sendBeforeTextChanged(textWatchers, start, origLen, newLen);
488 boolean adjustSelection = origLen != 0 && newLen != 0;
500 final int offset = (selectionStart - start) * newLen / origLen;
507 final int offset = (selectionEnd - start) * newLen / origLen;
515 sendTextChanged(textWatchers, start, origLen, newLen);
519 sendToSpanWatchers(start, end, newLen - origLen);
    [all...]
  /external/zlib/src/contrib/untgz/
untgz.c 135 int origlen,i; local
138 origlen = strlen(buffer);
142 strcpy(buffer+origlen,TGZsuffix[i]);
  /frameworks/native/cmds/installd/
utils.c 536 static void* _cache_realloc(cache_t* cache, void* cur, size_t origLen, size_t len)
541 memcpy(alloc, cur, origLen < len ? origLen : len);
    [all...]
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 109 unsigned OrigLen = Name.size() - PrefixLen;
114 StringRef OrigName = StringRef(Name).substr(PrefixLen, OrigLen);
    [all...]
  /dalvik/dexdump/
DexDump.cpp     [all...]
  /external/freetype/src/sfnt/
sfobjs.c 513 " tag offset compLen origLen checksum\n"
    [all...]

Completed in 385 milliseconds