Home
last modified time | relevance | path

Searched defs:result_length (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dgrowable-fixed-array-gen.cc62 const TNode<Smi> result_length = SmiTag(length()); in ToJSArray() local
H A Dbuiltins-string.cc248 ConvertCaseHelper( Isolate* isolate, String string, SeqString result, int result_length, unibrow::Mapping<Converter, 128>* mapping) ConvertCaseHelper() argument
/third_party/node/deps/v8/src/zone/
H A Dzone-list-inl.h36 int result_length = length_ + length; in AddAll() local
/third_party/node/deps/v8/src/bigint/
H A Dbitwise.cc161 int result_length = X.len() - digit_shift; in RightShift_ResultLength() local
/third_party/node/deps/v8/src/ast/
H A Dast-value-factory.cc222 int result_length = 0; in AllocateFlat() local
/third_party/node/deps/v8/src/strings/
H A Duri.cc193 int result_length = in Decode() local
/third_party/node/src/
H A Dnode_i18n.cc224 int32_t result_length; in TranscodeUcs2FromUtf8() local
253 int32_t result_length; in TranscodeUtf8FromUcs2() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c73 safexcel_hash_token(struct safexcel_command_desc *cdesc, u32 input_length, u32 result_length, bool cbcmac) safexcel_hash_token() argument
/kernel/linux/linux-5.10/drivers/media/usb/ttusb-dec/
H A Dttusb_dec.c314 ttusb_dec_send_command(struct ttusb_dec *dec, const u8 command, int param_length, const u8 params[], int *result_length, u8 cmd_result[]) ttusb_dec_send_command() argument
1630 fe_send_command(struct dvb_frontend* fe, const u8 command, int param_length, const u8 params[], int *result_length, u8 cmd_result[]) fe_send_command() argument
/kernel/linux/linux-6.6/drivers/media/usb/ttusb-dec/
H A Dttusb_dec.c314 ttusb_dec_send_command(struct ttusb_dec *dec, const u8 command, int param_length, const u8 params[], int *result_length, u8 cmd_result[]) ttusb_dec_send_command() argument
1623 fe_send_command(struct dvb_frontend* fe, const u8 command, int param_length, const u8 params[], int *result_length, u8 cmd_result[]) fe_send_command() argument
/kernel/linux/linux-6.6/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c75 safexcel_hash_token(struct safexcel_command_desc *cdesc, u32 input_length, u32 result_length, bool cbcmac) safexcel_hash_token() argument
/third_party/libcoap/src/
H A Dcoap_tinydtls.c370 get_psk_info(struct dtls_context_t *dtls_context, const session_t *dtls_session, dtls_credentials_type_t type, const uint8_t *id, size_t id_len, unsigned char *result, size_t result_length) get_psk_info() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dbigint.cc451 int result_length = bigint::MultiplyResultLength(GetDigits(x), GetDigits(y)); in Multiply() local
486 int result_length = bigint::DivideResultLength(GetDigits(x), GetDigits(y)); in Divide() local
514 int result_length = bigint::ModuloResultLength(GetDigits(y)); in Remainder() local
536 int result_length = in Add() local
556 int result_length in Subtract() local
638 int result_length = BitwiseAnd() local
644 int result_length = BitwiseAnd() local
653 int result_length = bigint::BitwiseAnd_PosNeg_ResultLength(x->length()); BitwiseAnd() local
667 int result_length = BitwiseXor() local
673 int result_length = BitwiseXor() local
680 int result_length = BitwiseXor() local
695 int result_length = bigint::BitwiseOrResultLength(x->length(), y->length()); BitwiseOr() local
1208 int result_length = input_length + will_overflow; AbsoluteAddOne() local
1250 const int result_length = bigint::LeftShift_ResultLength( LeftShiftByAbsolute() local
1274 const int result_length = RightShiftByAbsolute() local
1434 int result_length = bigint::AsUintN_Neg_ResultLength(static_cast<int>(n)); AsUintN() local
1439 int result_length = AsUintN() local
[all...]
/third_party/python/Modules/
H A Dposixmodule.c4378 int result_length; in os__getfinalpathname_impl() local
4401 result_length = GetFinalPathNameByHandleW(hFile, target_path, in os__getfinalpathname_impl() local

Completed in 35 milliseconds