Searched refs:curr_len (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntime.cpp | 212 size_t curr_len = full_buffer_len; in GetObjectDescription() local 213 while (curr_len == full_buffer_len) { in GetObjectDescription() 215 curr_len = process->ReadCStringFromMemory(result_ptr + cstr_len, buf, in GetObjectDescription() 217 strm.Write(buf, curr_len); in GetObjectDescription() 218 cstr_len += curr_len; in GetObjectDescription()
|
/freebsd/contrib/less/ |
H A D | command.c | 1261 POSITION curr_len; in commands() 1268 curr_len = ch_length(); in commands() 1269 highest_hilite = until_hilite ? curr_len : NULL_POSITION; in commands() 1273 if (until_hilite && highest_hilite > curr_len) in commands() 1177 POSITION curr_len; forw_loop() local
|
/freebsd/contrib/libfido2/src/ |
H A D | cbor.c | 30 size_t curr_len; in ctap_check_cbor() local 48 curr_len = cbor_string_length(curr); in ctap_check_cbor() 51 if (curr_len > prev_len || (curr_len == prev_len && in ctap_check_cbor() 53 curr_len) < 0)) in ctap_check_cbor()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ctrl_iface_ap.c | 31 size_t curr_len, const u8 *mcs_set) in hostapd_write_ht_mcs_bitmask() argument 34 size_t len = curr_len; in hostapd_write_ht_mcs_bitmask() 47 return curr_len; in hostapd_write_ht_mcs_bitmask()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_dbg_fw_funcs.c | 3069 u32 curr_len = OSAL_MIN_T(u32, read_len, total_len - reg_offset); in ecore_grc_dump_reg_entry_skip() local 3071 …offset += ecore_grc_dump_addr_range(p_hwfn, p_ptt, dump_buf + offset, dump, addr, curr_len, false); in ecore_grc_dump_reg_entry_skip() 3072 reg_offset += curr_len; in ecore_grc_dump_reg_entry_skip() 3073 addr += curr_len; in ecore_grc_dump_reg_entry_skip() 3076 curr_len = OSAL_MIN_T(u32, skip_len, total_len - skip_len); in ecore_grc_dump_reg_entry_skip() 3077 OSAL_MEMSET(dump_buf + offset, 0, DWORDS_TO_BYTES(curr_len)); in ecore_grc_dump_reg_entry_skip() 3078 offset += curr_len; in ecore_grc_dump_reg_entry_skip() 3079 reg_offset += curr_len; in ecore_grc_dump_reg_entry_skip() 3080 addr += curr_len; in ecore_grc_dump_reg_entry_skip()
|