Home
last modified time | relevance | path

Searched refs:lastp (Results 1 – 14 of 14) sorted by relevance

/freebsd/lib/libc/locale/
H A Drune.c57 void *lastp; in _Read_RuneMagi() local
97 lastp = fdata + sb.st_size; in _Read_RuneMagi()
107 if (variable > lastp) { in _Read_RuneMagi()
113 if (variable > lastp) { in _Read_RuneMagi()
119 if (variable > lastp) { in _Read_RuneMagi()
132 if (variable > lastp) { in _Read_RuneMagi()
138 if ((char *)variable + frl->variable_len > (char *)lastp) { in _Read_RuneMagi()
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dccm.c51 uint8_t *lastp; in ccm_mode_encrypt_contiguous_blocks() local
103 lastp = (uint8_t *)ctx->ccm_tmp; in ccm_mode_encrypt_contiguous_blocks()
123 xor_block(blockp, lastp); in ccm_mode_encrypt_contiguous_blocks()
132 copy_block(lastp, out_data_1); in ccm_mode_encrypt_contiguous_blocks()
134 memcpy(out_data_1, lastp, out_data_1_len); in ccm_mode_encrypt_contiguous_blocks()
137 lastp + out_data_1_len, in ccm_mode_encrypt_contiguous_blocks()
197 uint8_t *lastp, *mac_buf, *ccm_mac_p, *macp = NULL; in ccm_encrypt_final() local
236 lastp = (uint8_t *)ctx->ccm_tmp; in ccm_encrypt_final()
237 encrypt_block(ctx->ccm_keysched, (uint8_t *)ctx->ccm_cb, lastp); in ccm_encrypt_final()
241 macp[i] ^= lastp[i]; in ccm_encrypt_final()
H A Dgcm.c101 uint8_t *lastp; in gcm_mode_encrypt_contiguous_blocks() local
154 lastp = (uint8_t *)ctx->gcm_tmp; in gcm_mode_encrypt_contiguous_blocks()
163 copy_block(lastp, out_data_1); in gcm_mode_encrypt_contiguous_blocks()
165 memcpy(out_data_1, lastp, out_data_1_len); in gcm_mode_encrypt_contiguous_blocks()
168 lastp + out_data_1_len, in gcm_mode_encrypt_contiguous_blocks()
/freebsd/lib/libc/rpc/
H A Dgetnetpath.c198 struct netpath_chain *chainp, *lastp; in endnetpath() local
209 lastp=chainp, chainp=chainp->nchain_next, free(lastp)) { in endnetpath()
/freebsd/sys/contrib/openzfs/cmd/zed/
H A Dzed_event.c276 const char *lastp; in _zed_event_add_var() local
300 lastp = keybuf + sizeof (keybuf); in _zed_event_add_var()
302 for (srcp = prefix; *srcp && (dstp < lastp); srcp++) in _zed_event_add_var()
305 for (srcp = name; *srcp && (dstp < lastp); srcp++) in _zed_event_add_var()
308 if (dstp == lastp) { in _zed_event_add_var()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructCompositionT.h335 const auto &lastp = std::get<LastprivateTy>(clause.u); in mergeDSA() local
336 for (auto &object : std::get<ListTy>(lastp.t)) { in mergeDSA()
337 auto &mod = std::get<std::optional<ModifierTy>>(lastp.t); in mergeDSA()
H A DConstructDecompositionT.h1080 auto *lastp = in applyClause() local
1084 nodes.push_back(lastp); // Appending to the main clause list. in applyClause()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dradix_ipf.c66 count_mask_bits(addrfamily_t *mask, u_32_t **lastp) in count_mask_bits() argument
77 if (lastp != NULL) in count_mask_bits()
78 *lastp = mp; in count_mask_bits()
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c1124 char *addrp, *offp, *sizep, *evp, *lastp, *p; in main() local
1249 evp = strtok_r(optarg, ",", &lastp); in main()
1263 evp = strtok_r(NULL, ",", &lastp); in main()
/freebsd/sys/dev/sym/
H A Dsym_hipd.c1322 u32 lastp; /* SCRIPTS address at end of data */ member
4776 cp->phys.head.lastp = cpu_to_scr(startp); in sym_sir_bad_scsi_status()
5486 if (cp->phys.head.lastp == cp->phys.head.goalp) in sym_compute_residual()
5493 if (cp->startp == cp->phys.head.lastp || in sym_compute_residual()
5494 sym_evaluate_dp(np, cp, scr_to_cpu(cp->phys.head.lastp), in sym_compute_residual()
7265 if (cp->phys.head.lastp != cp->phys.head.goalp)
7663 u32 lastp, goalp; local
7679 lastp = goalp - 8 - (cp->segments * (2*4));
7684 lastp = goalp - 8 - (cp->segments * (2*4));
7688 lastp = goalp = SCRIPTB_BA (np, no_data);
[all …]
H A Dsym_fw1.h656 HADDR_1 (ccb_head.lastp),
H A Dsym_fw2.h632 offsetof (struct sym_ccb, phys.head.lastp),
/freebsd/sys/dev/md/
H A Dmd.c1022 vm_pindex_t i, lastp; in mdstart_swap() local
1051 lastp = (bp->bio_offset + bp->bio_length - 1) / PAGE_SIZE; in mdstart_swap()
1056 for (i = bp->bio_offset / PAGE_SIZE; i <= lastp; i++) { in mdstart_swap()
1057 len = ((i == lastp) ? lastend : PAGE_SIZE) - offs; in mdstart_swap()
/freebsd/sys/kern/
H A Dkern_linker.c863 void *firstp, void *lastp, int *countp) in linker_file_lookup_set() argument
867 return (LINKER_LOOKUP_SET(file, name, firstp, lastp, countp)); in linker_file_lookup_set()