Searched refs:var_num (Results 1 – 6 of 6) sorted by relevance
56 unsigned int var_num = 0; in hb_fc_get_glyph() local58 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()
85 var_num="=$f"
757 .. 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]``.
116 let var_num = msrs[0].value & VAR_MTRR_NUM_MASK; in append_mtrr_entries() localVariable122 if vecs.len() as u64 > var_num { in append_mtrr_entries()
1004 .. 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]``.
2274 int64 var_num = i - params_info.NumPerReplicaArgs() - in BuildDynamicShapeNodes() local2277 TF_RET_CHECK(0 <= var_num && var_num < variable_reads.size()); in BuildDynamicShapeNodes()2278 src = variable_reads[var_num]; in BuildDynamicShapeNodes()