Home
last modified time | relevance | path

Searched refs:push_int (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-cff-interp-common.hh471 void push_int (int v) in push_int() function
506 push_int ((str_ref[0] << 24) | (str_ref[1] << 16) | (str_ref[2] << 8) | (str_ref[3])); in push_longint_from_substr()
648 env.argStack.push_int ((int16_t)((env.str_ref[0] << 8) | env.str_ref[1])); in process_op()
654 env.argStack.push_int ((int16_t)((op - OpCode_TwoBytePosInt0) * 256 + env.str_ref[0] + 108)); in process_op()
660 env.argStack.push_int ((-(int16_t)(op - OpCode_TwoByteNegInt0) * 256 - env.str_ref[0] - 108)); in process_op()
668 env.argStack.push_int ((int)op - 139); in process_op()
/external/rust/crates/rusqlite/src/
Dpragma.rs83 self.push_int(i); in push_value()
106 pub fn push_int(&mut self, i: i64) { in push_int() method