Searched defs:init_value (Results 1 – 18 of 18) sorted by relevance
/external/v8/src/compiler/ |
D | loop-variable-optimizer.h | 23 Node* init_value() const { return init_value_; } in init_value() function 42 InductionVariable(Node* phi, Node* arith, Node* increment, Node* init_value, in InductionVariable()
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeSPARC_32.c | 142 …IT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value) in emit_const()
|
D | sljitNativePPC_32.c | 247 …IT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw init_value) in emit_const()
|
D | sljitNativeMIPS_32.c | 344 …IT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value) in emit_const()
|
D | sljitNativeMIPS_64.c | 439 …IT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value) in emit_const()
|
D | sljitNativePPC_64.c | 392 …IT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw init_value) in emit_const()
|
D | sljitNativeSPARC_common.c | 1419 …ljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) in sljit_emit_const()
|
D | sljitNativeARM_64.c | 2017 …ljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) in sljit_emit_const()
|
D | sljitNativeMIPS_common.c | 2118 …ljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) in sljit_emit_const()
|
D | sljitNativePPC_common.c | 2359 …ljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) in sljit_emit_const()
|
D | sljitNativeARM_T2_32.c | 2057 …ljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) in sljit_emit_const()
|
D | sljitNativeARM_32.c | 2531 …ljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) in sljit_emit_const()
|
D | sljitLir.c | 1481 …ljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) in check_sljit_emit_const()
|
D | sljitNativeX86_common.c | 2902 …ljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value)
|
D | sljitNativeTILEGX_64.c | 2505 …ljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) in sljit_emit_const()
|
/external/python/cpython2/Lib/bsddb/ |
D | dbobj.py | 247 def init_value(self, *args, **kwargs): member in DBSequence
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_mipmap_tree.c | 1444 int init_value) in intel_miptree_init_mcs()
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 379 PyObject *init_value, *msg, *key; in fill_and_set_sslerror() local
|