Home
last modified time | relevance | path

Searched refs:overflowed (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc-inl.h319 bool overflowed = (opcode == ADDIS); in IsConstantPoolLoadStart()
321 if (overflowed) { in IsConstantPoolLoadStart()
327 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED in IsConstantPoolLoadStart()
337 bool overflowed = false; in IsConstantPoolLoadEnd() local
345 overflowed = true; in IsConstantPoolLoadEnd()
348 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED in IsConstantPoolLoadEnd()
357 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED); in GetConstantPoolOffset() local
365 if (overflowed) { in GetConstantPoolOffset()
379 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED); in PatchConstantPoolAccessInstruction() local
380 CHECK(overflowed ! in PatchConstantPoolAccessInstruction()
[all...]
/third_party/python/Python/
H A Dmystrtoul.c219 goto overflowed; in PyOS_strtoul()
224 goto overflowed; in PyOS_strtoul()
231 goto overflowed; in PyOS_strtoul()
246 overflowed: in PyOS_strtoul()
/third_party/pcre2/pcre2/src/
H A Dpcre2_substitute.c199 if (!overflowed && lengthleft < length) \
202 overflowed = TRUE; \
205 else if (overflowed) \
234 BOOL overflowed = FALSE; in pcre2_substitute() local
919 if (!overflowed && mcontext != NULL && mcontext->substitute_callout != NULL) in pcre2_substitute()
969 /* If overflowed is set it means the PCRE2_SUBSTITUTE_OVERFLOW_LENGTH is set, in pcre2_substitute()
973 if (overflowed) in pcre2_substitute()
/third_party/mksh/
H A Dshf.c881 bool overflowed = false; in shf_vfprintf() local
886 overflowed = true; in shf_vfprintf()
890 if (overflowed) in shf_vfprintf()
/third_party/libdrm/intel/
H A Dintel_decode.c80 bool overflowed; member
119 if (!ctx->overflowed) { in instr_out()
121 ctx->overflowed = true; in instr_out()
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_types.h1615 uint32 overflowed; member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c504 LLVMValueRef overflowed = lp_build_cmp(bld, PIPE_FUNC_GREATER, a, res); in lp_build_add() local
505 res = lp_build_select(bld, overflowed, in lp_build_add()

Completed in 17 milliseconds