Home
last modified time | relevance | path

Searched defs:init_value (Results 1 – 24 of 24) sorted by relevance

/third_party/pcre2/pcre2/src/sljit/
DsljitNativeRISCV_32.c46 …jit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value, sljit_ins … in emit_const()
DsljitNativeRISCV_64.c129 …jit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value, sljit_ins … in emit_const()
DsljitNativePPC_32.c322 …IT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw init_value) in emit_const()
DsljitNativeMIPS_64.c121 …IT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value) in emit_const()
DsljitNativePPC_64.c557 …IT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw init_value) in emit_const()
DsljitNativeMIPS_32.c41 …IT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value) in emit_const()
DsljitNativeS390X.c134 sljit_sw init_value; /* required to build literal pool */ member
3665 …ljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) in sljit_emit_const()
DsljitNativeARM_64.c2351 …ljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) in sljit_emit_const()
DsljitNativeRISCV_common.c2710 …ljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) in sljit_emit_const()
DsljitNativePPC_common.c2799 …ljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) in sljit_emit_const()
DsljitNativeARM_32.c3637 …ljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) in sljit_emit_const()
DsljitNativeARM_T2_32.c3093 …ljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) in sljit_emit_const()
DsljitNativeX86_common.c3310 …ljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value)
DsljitNativeMIPS_common.c3673 …ljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) in sljit_emit_const()
DsljitLir.c2250 …ljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) in check_sljit_emit_const()
/third_party/node/deps/v8/src/compiler/
Dloop-variable-optimizer.h26 Node* init_value() const { return init_value_; } in init_value() function
47 Node* init_value, Zone* zone, ArithmeticType arithmeticType) in InductionVariable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_descriptor.cpp723 int64_t init_value = 0; in FindNumberOfIterations() local
756 int64_t init_value, int64_t step_value) const { in GetIterations()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_descriptor.cpp723 int64_t init_value = 0; in FindNumberOfIterations() local
756 int64_t init_value, int64_t step_value) const { in GetIterations()
/third_party/spirv-tools/source/opt/
Dloop_descriptor.cpp717 int64_t init_value = 0; in FindNumberOfIterations() local
750 int64_t init_value, int64_t step_value) const { in GetIterations()
/third_party/ffmpeg/libavcodec/
Dhevc_cabac.c496 int init_value = init_values[init_type][i]; in cabac_init_state() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-iter.hh504 InitT init_value; member
/third_party/node/deps/v8/src/wasm/
Dwasm-objects.cc259 uint32_t count, Handle<Object> init_value) { in Grow()
Dwasm-js.cc1999 i::Handle<i::Object> init_value; in WebAssemblyTableGrow() local
/third_party/python/Modules/
D_ssl.c448 PyObject *init_value, *msg, *key; in fill_and_set_sslerror() local