Home
last modified time | relevance | path

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

/third_party/flatbuffers/rust/flexbuffers/src/builder/
Dpush.rs78 forward_to_builder!(i8, push_int);
79 forward_to_builder!(i16, push_int);
80 forward_to_builder!(i32, push_int);
81 forward_to_builder!(i64, push_int);
Dmod.rs202 fn push_int<T: Into<i64>>(&mut self, x: T) { in push_int() method
/third_party/boost/libs/spirit/classic/example/fundamental/
Dfull_calc.cpp34 struct push_int struct
36 push_int(stack<long>& eval_) in push_int() function
112 lexeme_d[ (+digit_p)[push_int(self.eval)] ] in definition()
Dcalc_debug.cpp38 struct push_int struct
40 push_int(stack<long>& eval_) in push_int() function
116 lexeme_d[ (+digit_p)[push_int(self.eval)] ] in definition()
/third_party/boost/libs/spirit/classic/example/fundamental/more_calculators/
Dvmachine_calc.cpp110 struct push_int struct
112 push_int(vector<int>& code_) in push_int() argument
206 lexeme_d[ (+digit_p)[push_int(self.code)] ] in definition()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-cff-interp-common.hh468 void push_int (int v) in push_int() function
503 push_int ((str_ref[0] << 24) | (str_ref[1] << 16) | (str_ref[2] << 8) | (str_ref[3])); in push_longint_from_substr()
645 env.argStack.push_int ((int16_t)((env.str_ref[0] << 8) | env.str_ref[1])); in process_op()
651 env.argStack.push_int ((int16_t)((op - OpCode_TwoBytePosInt0) * 256 + env.str_ref[0] + 108)); in process_op()
657 env.argStack.push_int ((-(int16_t)(op - OpCode_TwoByteNegInt0) * 256 - env.str_ref[0] - 108)); in process_op()
665 env.argStack.push_int ((int)op - 139); in process_op()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-cff-interp-common.hh492 void push_int (int v) in push_int() function
527 push_int ((str_ref[0] << 24) | (str_ref[1] << 16) | (str_ref[2] << 8) | (str_ref[3])); in push_longint_from_substr()
682 env.argStack.push_int ((int16_t)((env.str_ref[0] << 8) | env.str_ref[1])); in process_op()
688 env.argStack.push_int ((int16_t)((op - OpCode_TwoBytePosInt0) * 256 + env.str_ref[0] + 108)); in process_op()
694 env.argStack.push_int ((-(int16_t)(op - OpCode_TwoByteNegInt0) * 256 - env.str_ref[0] - 108)); in process_op()
702 env.argStack.push_int ((int)op - 139); in process_op()
/third_party/harfbuzz/src/
Dhb-cff-interp-common.hh468 void push_int (int v) in push_int() function
503 push_int ((str_ref[0] << 24) | (str_ref[1] << 16) | (str_ref[2] << 8) | (str_ref[3])); in push_longint_from_substr()
645 env.argStack.push_int ((int16_t)((env.str_ref[0] << 8) | env.str_ref[1])); in process_op()
651 env.argStack.push_int ((int16_t)((op - OpCode_TwoBytePosInt0) * 256 + env.str_ref[0] + 108)); in process_op()
657 env.argStack.push_int ((-(int16_t)(op - OpCode_TwoByteNegInt0) * 256 - env.str_ref[0] - 108)); in process_op()
665 env.argStack.push_int ((int)op - 139); in process_op()