HomeSort by relevance Sort by last modified time
    Searched full:bigger (Results 651 - 675 of 2090) sorted by null

<<21222324252627282930>>

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
patricia_trie_policy.cpp 225 // addresses in this PtNode are bigger than the address we are searching for.
327 // is 8 - although in the practice it's never bigger than 3 or 4 in very bad cases. This means
  /prebuilts/go/darwin-x86/src/reflect/
value.go 264 // Slice is always bigger than a word; assume flagIndir.
275 // Slice is always bigger than a word; assume flagIndir.
652 // Make a new frame that is one word bigger so we can store the receiver.
712 // Slice is always bigger than a word; assume flagIndir.
990 // Interface value is always bigger than a word; assume flagIndir.
1015 // Both are always bigger than a word; assume flagIndir.
1049 // Slice is bigger than a word; assume flagIndir.
1052 // String is bigger than a word; assume flagIndir.
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
value.go 264 // Slice is always bigger than a word; assume flagIndir.
275 // Slice is always bigger than a word; assume flagIndir.
652 // Make a new frame that is one word bigger so we can store the receiver.
712 // Slice is always bigger than a word; assume flagIndir.
990 // Interface value is always bigger than a word; assume flagIndir.
1015 // Both are always bigger than a word; assume flagIndir.
1049 // Slice is bigger than a word; assume flagIndir.
1052 // String is bigger than a word; assume flagIndir.
    [all...]
  /system/bt/stack/l2cap/
l2c_main.cc 909 /* Tester may send any amount of data. otherwise sending message bigger than
920 "L2CAP - CID: 0x%04x cannot send message bigger than peer's mtu size: "
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cPickle.c 217 Py_ssize_t bigger; local
224 bigger = self->size << 1;
225 if (bigger > (PY_SSIZE_T_MAX / sizeof(PyObject *)))
227 nbytes = bigger * sizeof(PyObject *);
232 self->size = bigger;
587 Py_ssize_t bigger; local
601 bigger = self->buf_size << 1;
602 newbuf = (char *)realloc(self->buf, bigger);
608 self->buf_size = bigger;
    [all...]
  /external/python/cpython2/Modules/
cPickle.c 217 Py_ssize_t bigger; local
224 bigger = self->size << 1;
225 if (bigger > (PY_SSIZE_T_MAX / sizeof(PyObject *)))
227 nbytes = bigger * sizeof(PyObject *);
232 self->size = bigger;
587 Py_ssize_t bigger; local
601 bigger = self->buf_size << 1;
602 newbuf = (char *)realloc(self->buf, bigger);
608 self->buf_size = bigger;
    [all...]
  /external/valgrind/coregrind/
m_mallocfree.c 194 // elastic, in that it can be bigger than asked-for to ensure alignment.
560 // it might be made bigger to ensure that VG_MIN_MALLOC_SZB is observed.
572 Note that the clo value can be significantly bigger than MAX_REDZONE_SZB
685 Nb: redzone sizes are *minimums*; they could be made bigger to ensure
    [all...]
  /build/make/tools/fs_config/
fs_config_generator.py 817 # is 'bigger'
820 # If I am an the suffix match, im bigger
823 # If other is the suffix match, he's bigger
    [all...]
  /build/soong/third_party/zip/
reader_test.go 553 // that contains a zip file bigger.zip that contains a zip file
587 // if err := ioutil.WriteFile("/tmp/bigger.zip", biggerZip, 0666); err != nil {
591 // biggestZip := makeZip("bigger.zip", bytes.NewReader(biggerZip))
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
PKIXNameConstraintValidator.java 657 // minimum IP address must be bigger than max
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXNameConstraintValidator.java 388 // minimum IP address must be bigger than max
    [all...]
  /external/valgrind/memcheck/
mc_malloc_wrappers.c 95 (e.g. bigger than VG_(clo_freelist_vol)) without losing
471 /* If the free list volume is bigger than MC_(clo_freelist_vol),
598 /* new size is bigger */
    [all...]
  /libcore/ojluni/src/main/native/
zip_util.c     [all...]
  /prebuilts/go/darwin-x86/src/archive/zip/
reader_test.go 742 // that contains a zip file bigger.zip that contains a zip file
776 // if err := ioutil.WriteFile("/tmp/bigger.zip", biggerZip, 0666); err != nil {
780 // biggestZip := makeZip("bigger.zip", bytes.NewReader(biggerZip))
  /prebuilts/go/linux-x86/src/archive/zip/
reader_test.go 742 // that contains a zip file bigger.zip that contains a zip file
776 // if err := ioutil.WriteFile("/tmp/bigger.zip", biggerZip, 0666); err != nil {
780 // biggestZip := makeZip("bigger.zip", bytes.NewReader(biggerZip))
  /art/runtime/jdwp/
jdwp_socket.cc 292 // called again with a bigger buffer. Which we do now, starting with
  /cts/tests/filesystem/src/android/filesystem/cts/
FileUtil.java 240 * The size is rounded in bufferSize. And the size will be bigger than 400MB.
  /device/generic/goldfish/camera/
QemuClient.cpp 104 /* Preallocated buffer was too small. Allocate a bigger query buffer. */
  /device/google/contexthub/firmware/os/platform/stm32/
platform.c 394 if (delay >= (1000ULL << 32)) //it is only a 32-bit counter - we cannot set delays bigger than that
spi.c 349 * In slave mode, this specific WAR sometimes causes bigger problems
  /device/google/cuttlefish_common/guest/hals/camera/
QemuClient.cpp 92 /* Preallocated buffer was too small. Allocate a bigger query buffer. */
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/Ia32/
PcatIo.c 420 // or the size of an image is 0, or the size of all the images is bigger than the
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/X64/
PcatIo.c 420 // or the size of an image is 0, or the size of all the images is bigger than the
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/DataHubDxe/
DataHub.c 564 // Make sure we get a bigger MTC number on every boot!
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
FwVol.c 122 // Assumed the first block is bigger than the length of Fv headder

Completed in 1202 milliseconds

<<21222324252627282930>>