HomeSort by relevance Sort by last modified time
    Searched defs:overflowed (Results 1 - 9 of 9) sorted by null

  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
function-templates-original.cc 25 this->overflowed();
27 this->overflowed();
32 void overflowed() { } function in class:WTF::Checked
  /bionic/libc/private/
bionic_elf_tls.h 70 bool overflowed() const { return overflowed_; } function in struct:StaticTlsLayout
  /external/pcre/dist2/src/
pcre2_substitute.c 197 if (!overflowed && lengthleft < length) \
200 overflowed = TRUE; \
203 else if (overflowed) \
231 BOOL overflowed = FALSE; local
845 /* If overflowed is set it means the PCRE2_SUBSTITUTE_OVERFLOW_LENGTH is set,
849 if (overflowed)
  /external/v8/src/ppc/
assembler-ppc-inl.h 144 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
157 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
313 // 2) OVERFLOWED access:
321 bool overflowed = (opcode == ADDIS);
323 if (overflowed) {
329 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED
340 bool overflowed = false; local
348 overflowed = true;
351 *access = (overflowed ? ConstantPoolEntry::OVERFLOWE
361 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED); local
384 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED); local
    [all...]
  /external/mksh/src/
shf.c 880 bool overflowed = false; local
885 overflowed = true;
889 if (overflowed)
  /external/python/cpython3/Include/
pystate.h 221 char overflowed; /* The stack has overflowed. Allow 50 more calls member in struct:_ts
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 634 // Compute the size before cookie, and track whether it overflowed.
640 // Add in the cookie, and check whether it's overflowed.
741 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1); local
743 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
745 hasOverflow = overflowed;
780 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1); local
782 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
784 hasOverflow = overflowed;
    [all...]
  /external/libdrm/intel/
intel_decode.c 80 bool overflowed; member in struct:drm_intel_decode
119 if (!ctx->overflowed) {
121 ctx->overflowed = true;
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_types.h 1469 uint32 overflowed; member in struct:__anon33855
    [all...]

Completed in 1428 milliseconds