Home
last modified time | relevance | path

Searched refs:curr_len (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp208 size_t curr_len = full_buffer_len; in GetObjectDescription() local
209 while (curr_len == full_buffer_len) { in GetObjectDescription()
211 curr_len = process->ReadCStringFromMemory(result_ptr + cstr_len, buf, in GetObjectDescription()
213 strm.Write(buf, curr_len); in GetObjectDescription()
214 cstr_len += curr_len; in GetObjectDescription()
/freebsd/contrib/less/
H A Dcommand.c1177 POSITION curr_len; in forw_loop() local
1184 curr_len = ch_length(); in forw_loop()
1185 highest_hilite = until_hilite ? curr_len : NULL_POSITION; in forw_loop()
1189 if (until_hilite && highest_hilite > curr_len) in forw_loop()
/freebsd/contrib/libfido2/src/
H A Dcbor.c30 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 Dctrl_iface_ap.c30 size_t curr_len, const u8 *mcs_set) in hostapd_write_ht_mcs_bitmask() argument
33 size_t len = curr_len; in hostapd_write_ht_mcs_bitmask()
46 return curr_len; in hostapd_write_ht_mcs_bitmask()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c3069 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()