b_end             105 lib/xxhash.c   	const uint8_t *b_end = p + len;
b_end             109 lib/xxhash.c   		const uint8_t *const limit = b_end - 16;
b_end             134 lib/xxhash.c   	while (p + 4 <= b_end) {
b_end             140 lib/xxhash.c   	while (p < b_end) {
b_end             175 lib/xxhash.c   	const uint8_t *const b_end = p + len;
b_end             179 lib/xxhash.c   		const uint8_t *const limit = b_end - 32;
b_end             209 lib/xxhash.c   	while (p + 8 <= b_end) {
b_end             217 lib/xxhash.c   	if (p + 4 <= b_end) {
b_end             223 lib/xxhash.c   	while (p < b_end) {
b_end             273 lib/xxhash.c   	const uint8_t *const b_end = p + len;
b_end             306 lib/xxhash.c   	if (p <= b_end - 16) {
b_end             307 lib/xxhash.c   		const uint8_t *const limit = b_end - 16;
b_end             330 lib/xxhash.c   	if (p < b_end) {
b_end             331 lib/xxhash.c   		memcpy(state->mem32, p, (size_t)(b_end-p));
b_end             332 lib/xxhash.c   		state->memsize = (uint32_t)(b_end-p);
b_end             342 lib/xxhash.c   	const uint8_t *const b_end = (const uint8_t *)(state->mem32) +
b_end             355 lib/xxhash.c   	while (p + 4 <= b_end) {
b_end             361 lib/xxhash.c   	while (p < b_end) {
b_end             380 lib/xxhash.c   	const uint8_t *const b_end = p + len;
b_end             411 lib/xxhash.c   	if (p + 32 <= b_end) {
b_end             412 lib/xxhash.c   		const uint8_t *const limit = b_end - 32;
b_end             435 lib/xxhash.c   	if (p < b_end) {
b_end             436 lib/xxhash.c   		memcpy(state->mem64, p, (size_t)(b_end-p));
b_end             437 lib/xxhash.c   		state->memsize = (uint32_t)(b_end - p);
b_end             447 lib/xxhash.c   	const uint8_t *const b_end = (const uint8_t *)state->mem64 +
b_end             469 lib/xxhash.c   	while (p + 8 <= b_end) {
b_end             477 lib/xxhash.c   	if (p + 4 <= b_end) {
b_end             483 lib/xxhash.c   	while (p < b_end) {