HomeSort by relevance Sort by last modified time
    Searched full:newlen (Results 151 - 175 of 331) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/flatbuffers/src/
reflection.cpp 342 const uint8_t *newbuf, size_t newlen) {
351 flatbuf.insert(flatbuf.end(), newbuf + sizeof(uoffset_t), newbuf + newlen);
  /external/icu/icu4c/source/common/
uniset.cpp     [all...]
  /external/curl/lib/
imap.c 1779 size_t newlen = 0; local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 582 /// \brief Return a value containing V broadcasted over NewLen bits.
583 static APInt getSplat(unsigned NewLen, const APInt &V) {
584 assert(NewLen >= V.getBitWidth() && "Can't splat to smaller bit width!");
586 APInt Val = V.zextOrSelf(NewLen);
587 for (unsigned I = V.getBitWidth(); I < NewLen; I <<= 1)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 582 /// \brief Return a value containing V broadcasted over NewLen bits.
583 static APInt getSplat(unsigned NewLen, const APInt &V) {
584 assert(NewLen >= V.getBitWidth() && "Can't splat to smaller bit width!");
586 APInt Val = V.zextOrSelf(NewLen);
587 for (unsigned I = V.getBitWidth(); I < NewLen; I <<= 1)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
tokenizer.c 896 size_t newlen = oldlen + strlen(newtok); local
898 buf = (char *)PyMem_REALLOC(buf, newlen+1);
912 tok->inp = tok->buf + newlen;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
tokenizer.c 876 size_t newlen = oldlen + strlen(newtok); local
878 buf = (char *)PyMem_REALLOC(buf, newlen+1);
892 tok->inp = tok->buf + newlen;
    [all...]
  /external/python/cpython2/Parser/
tokenizer.c 900 size_t newlen = oldlen + strlen(newtok); local
902 buf = (char *)PyMem_REALLOC(buf, newlen+1);
916 tok->inp = tok->buf + newlen;
    [all...]
  /external/python/cpython3/Parser/
tokenizer.c 974 size_t newlen = oldlen + strlen(newtok); local
976 buf = (char *)PyMem_REALLOC(buf, newlen+1);
990 tok->inp = tok->buf + newlen;
    [all...]
  /bionic/libc/kernel/uapi/linux/
sysctl.h 31 size_t newlen; member in struct:__sysctl_args
  /external/boringssl/src/ssl/test/runner/
conn.go 1111 newLen := len(newData) - 4
1112 newData[1] = byte(newLen >> 16)
1113 newData[2] = byte(newLen >> 8)
1114 newData[3] = byte(newLen)
    [all...]
  /external/jemalloc/src/
jemalloc.c     [all...]
  /external/pdfium/third_party/libopenjpeg20/
tcd.h 116 OPJ_UINT32 newlen; member in struct:opj_tcd_seg
  /prebuilts/go/darwin-x86/src/runtime/
sys_freebsd_386.s 357 MOVSL // arg 6 - newlen
sys_freebsd_arm.s 329 // arg 5 (newp) and arg 6 (newlen) are passed on stack
sys_netbsd_386.s 375 MOVSL // arg 6 - newlen
sys_netbsd_amd64.s 350 MOVQ ndst+40(FP), R9 // arg 6 - newlen
sys_netbsd_arm.s 309 MOVW ndst+20(FP), R4 // arg 6 - newlen
sys_openbsd_386.s 383 MOVSL // arg 6 - newlen
sys_openbsd_amd64.s 339 MOVQ ndst+40(FP), R9 // arg 6 - newlen
sys_openbsd_arm.s 333 MOVW ndst+20(FP), R5 // arg 6 - newlen (on stack)
  /prebuilts/go/linux-x86/src/runtime/
sys_freebsd_386.s 357 MOVSL // arg 6 - newlen
sys_freebsd_arm.s 329 // arg 5 (newp) and arg 6 (newlen) are passed on stack
sys_netbsd_386.s 375 MOVSL // arg 6 - newlen
sys_netbsd_amd64.s 350 MOVQ ndst+40(FP), R9 // arg 6 - newlen

Completed in 759 milliseconds

1 2 3 4 5 67 8 91011>>