Home
last modified time | relevance | path

Searched refs:i_val (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/test/API/python_api/value_var_update/
DTestValueVarUpdate.py36 i_val = i.GetValueAsUnsigned(0)
54 i_val != i.GetValueAsUnsigned(0),
/external/llvm-project/lldb/test/API/functionalities/postmortem/minidump-new/
DTestMiniDumpNew.py293 i_val = (i >> 1) + 1
295 value = "%#8.8x" % (i_val | i_val << 16)
297 value = "%#8.8x" % (i_val | i_val << 8)
/external/lua/src/
Dltable.h14 #define gval(n) (&(n)->i_val)
Dlobject.h681 TValue i_val; /* direct access to node's value as a proper 'TValue' */ member
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dhlo_legalize_to_lhlo.cc317 Value i_val = b->create<ConstantIndexOp>(loc, i); in InsertDynamicMemrefCastOp() local
319 b->create<tensor::ExtractOp>(loc, op.output_dimensions(), i_val); in InsertDynamicMemrefCastOp()
/external/llvm-project/openmp/runtime/src/
Dkmp_atomic.cpp1907 kmp_int##BITS i_val; \
1912 old_value.i_val = KMP_COMPARE_AND_STORE_RET##BITS( \
1914 *VOLATILE_CAST(kmp_int##BITS *) & old_value.i_val, \
1915 *VOLATILE_CAST(kmp_int##BITS *) & old_value.i_val); \
/external/wpa_supplicant_8/src/drivers/
Ddriver_bsd.c116 ireq.i_val = val; in bsd_set80211()
1088 return ireq.i_val; in get80211param()
/external/tensorflow/tensorflow/python/kernel_tests/
Dcontrol_flow_ops_py_test.py3386 i_val, x_val = self.evaluate([i, x])
3387 self.assertEqual(i_val, 3)