Home
last modified time | relevance | path

Searched refs:var_num (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/util/
Dhb-fc.cc56 unsigned int var_num = 0; in hb_fc_get_glyph() local
58 var_num = variation_selector - 0xFE00 + 1; in hb_fc_get_glyph()
60 var_num = variation_selector - 0xE0100 + 17; in hb_fc_get_glyph()
61 *glyph = (var_num << 21) | unicode; in hb_fc_get_glyph()
/external/libxml2/fuzz/
Dxpath.dict85 var_num="=$f"
/external/python/cpython2/Doc/library/
Ddis.rst757 .. opcode:: LOAD_FAST (var_num)
759 Pushes a reference to the local ``co_varnames[var_num]`` onto the stack.
762 .. opcode:: STORE_FAST (var_num)
764 Stores TOS into the local ``co_varnames[var_num]``.
767 .. opcode:: DELETE_FAST (var_num)
769 Deletes local ``co_varnames[var_num]``.
/external/crosvm/x86_64/src/
Dregs.rs116 let var_num = msrs[0].value & VAR_MTRR_NUM_MASK; in append_mtrr_entries() localVariable
122 if vecs.len() as u64 > var_num { in append_mtrr_entries()
/external/python/cpython3/Doc/library/
Ddis.rst1004 .. opcode:: LOAD_FAST (var_num)
1006 Pushes a reference to the local ``co_varnames[var_num]`` onto the stack.
1009 .. opcode:: STORE_FAST (var_num)
1011 Stores TOS into the local ``co_varnames[var_num]``.
1014 .. opcode:: DELETE_FAST (var_num)
1016 Deletes local ``co_varnames[var_num]``.
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_pass.cc2274 int64 var_num = i - params_info.NumPerReplicaArgs() - in BuildDynamicShapeNodes() local
2277 TF_RET_CHECK(0 <= var_num && var_num < variable_reads.size()); in BuildDynamicShapeNodes()
2278 src = variable_reads[var_num]; in BuildDynamicShapeNodes()