/netbsd-src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
H A D | clear_cache_test.c | 16 void __clear_cache(void* start, void* end) in __clear_cache() 49 char* end = (char*)((uintptr_t)(&execution_buffer[128+4096]) & (-4095)); in main() local 52 MEMORY_BASIC_INFORMATION b; in main() local
|
H A D | enable_execute_stack_test.c | 16 void __clear_cache(void* start, void* end) in __clear_cache() 23 MEMORY_BASIC_INFORMATION b; in __enable_execute_stack() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
H A D | clear_cache_test.c | 16 void __clear_cache(void* start, void* end) in __clear_cache() 60 char* end = (char*)((uintptr_t)(&execution_buffer[128+4096]) & (-4095)); in main() local 63 MEMORY_BASIC_INFORMATION b; in main() local
|
H A D | enable_execute_stack_test.c | 16 void __clear_cache(void* start, void* end) in __clear_cache() 23 MEMORY_BASIC_INFORMATION b; in __enable_execute_stack() local
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | siphash.c |
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
H A D | siphash.c | 41 #define ROTATE64(x, b) (uint64_t)(((x) << (b)) | ((x) >> (64 - (b)))) argument 43 #define HALF_ROUND64(a, b, c, d, s, t) \ argument 56 #define ROTATE32(x, b) (uint32_t)(((x) << (b)) | ((x) >> (32 - (b)))) argument 58 #define HALF_ROUND32(a, b, c, d, s, t) \ argument 112 uint64_t b = ((uint64_t)inlen) << 56; in isc_siphash24() local 114 const uint8_t *end = (in == NULL) in isc_siphash24() local 193 uint32_t b = ((uint32_t)inlen) << 24; in isc_halfsiphash24() local 195 const uint8_t *end = (in == NULL) in isc_halfsiphash24() local
|
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_shorthash/siphash24/ref/ |
H A D | shorthash_siphashx24_ref.c | 13 uint64_t b; in crypto_shorthash_siphashx24() local 17 const uint8_t *end = in + inlen - (inlen % sizeof(uint64_t)); in crypto_shorthash_siphashx24() local
|
H A D | shorthash_siphash24_ref.c | 14 uint64_t b; in crypto_shorthash_siphash24() local 18 const uint8_t *end = in + inlen - (inlen % sizeof(uint64_t)); in crypto_shorthash_siphash24() local
|
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | siphash.c | 38 #define ROTL(x, b) (uint64_t)(((x) << (b)) | ((x) >> (64 - (b)))) argument 101 const uint8_t *end = in + inlen - (inlen % sizeof(uint64_t)); in siphash() local 103 uint64_t b = ((uint64_t)inlen) << 56; in siphash() local
|
/netbsd-src/external/bsd/nsd/dist/ |
H A D | siphash.c | 26 #define ROTL(x, b) (uint64_t)(((x) << (b)) | ((x) >> (64 - (b)))) argument 88 const uint8_t *end = in + inlen - (inlen % sizeof(uint64_t)); in siphash() local 90 uint64_t b = ((uint64_t)inlen) << 56; in siphash() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | inchash.h | 49 hashval_t end () in end() function 137 void add_commutative (hash &a, hash &b) in add_commutative() 159 #define mix(a,b,c) \ argument 199 hashval_t b = (hashval_t) (val >> (sizeof (hashval_t) * 8 + zero)); in iterative_hash_host_wide_int() local 204 hashval_t b = (hashval_t) (val >> (sizeof (hashval_t) * 24 + zero)); in iterative_hash_host_wide_int() local
|
H A D | cfgrtl.c | 290 create_basic_block_structure (rtx_insn *head, rtx_insn *end, rtx_note *bb_note, in create_basic_block_structure() 371 rtx_insn *end = (rtx_insn *) endp; in rtl_create_basic_block() local 392 cfg_layout_create_basic_block (void *head, void *end, basic_block after) in cfg_layout_create_basic_block() 408 rtl_delete_block (basic_block b) in rtl_delete_block() 410 rtx_insn *insn, *end; in rtl_delete_block() local 438 rtx_insn *end = BB_END (bb); in compute_bb_for_insn() local 542 update_bb_for_insn_chain (rtx_insn *begin, rtx_insn *end, basic_block bb) in update_bb_for_insn_chain() 784 unique_locus_on_edge_between_p (basic_block a, basic_block b) in unique_locus_on_edge_between_p() 787 rtx_insn *insn, *end; in unique_locus_on_edge_between_p() local 821 emit_nop_for_unique_locus_between (basic_block a, basic_block b) in emit_nop_for_unique_locus_between() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | inchash.h | 49 hashval_t end () in end() function 137 void add_commutative (hash &a, hash &b) in add_commutative() 159 #define mix(a,b,c) \ argument 199 hashval_t b = (hashval_t) (val >> (sizeof (hashval_t) * 8 + zero)); in iterative_hash_host_wide_int() local 204 hashval_t b = (hashval_t) (val >> (sizeof (hashval_t) * 24 + zero)); in iterative_hash_host_wide_int() local
|
/netbsd-src/external/mit/isl/dist/imath/ |
H A D | imrat.c | 220 mp_result mp_rat_add(mp_rat a, mp_rat b, mp_rat c) { in mp_rat_add() 224 mp_result mp_rat_sub(mp_rat a, mp_rat b, mp_rat c) { in mp_rat_sub() 228 mp_result mp_rat_mul(mp_rat a, mp_rat b, mp_rat c) { in mp_rat_mul() 244 mp_result mp_rat_div(mp_rat a, mp_rat b, mp_rat c) { in mp_rat_div() 282 mp_result mp_rat_add_int(mp_rat a, mp_int b, mp_rat c) { in mp_rat_add_int() 306 mp_result mp_rat_sub_int(mp_rat a, mp_int b, mp_rat c) { in mp_rat_sub_int() 330 mp_result mp_rat_mul_int(mp_rat a, mp_int b, mp_rat c) { in mp_rat_mul_int() 343 mp_result mp_rat_div_int(mp_rat a, mp_int b, mp_rat c) { in mp_rat_div_int() 359 mp_result mp_rat_expt(mp_rat a, mp_small b, mp_rat c) { in mp_rat_expt() 378 int mp_rat_compare(mp_rat a, mp_rat b) { in mp_rat_compare() [all …]
|
/netbsd-src/external/cddl/osnet/sys/kern/ |
H A D | string.c | 38 strpbrk(const char *s, const char *b) in strpbrk() 62 char *end = s + n - 1; in strident_canon() local
|
/netbsd-src/external/cddl/osnet/dist/lib/libuutil/common/ |
H A D | uu_ident.c | 76 is_valid_component(const char *b, const char *e, uint_t flags) in is_valid_component() 95 const char *end = name + strlen(name); in uu_check_name() local
|
/netbsd-src/games/robots/ |
H A D | auto.c | 58 #define MIN(a,b) (((a)>(b))?(b):(a)) argument 59 #define MAX(a,b) (((a)<(b))?(b):(a)) argument 173 COORD *rob, *end, *minrob = NULL; in closest_robot() local 196 COORD *hp, *end, *minhp = NULL; in closest_heap() local
|
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | bench_httpclient.c | 74 readcb(struct bufferevent *b, void *arg) in readcb() 85 errorcb(struct bufferevent *b, short what, void *arg) in errorcb() 136 struct bufferevent *b; in launch_request() local 182 struct timeval start, end, total; in main() local
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/ |
H A D | bss_fd.c | 113 static int fd_read(BIO *b, char *out, int outl) in fd_read() 131 static int fd_write(BIO *b, const char *in, int inl) in fd_write() 144 static long fd_ctrl(BIO *b, int cmd, long num, void *ptr) in fd_ctrl() 212 char *end = buf + size - 1; in fd_gets() local
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
H A D | bss_fd.c | 115 static int fd_read(BIO *b, char *out, int outl) in fd_read() 133 static int fd_write(BIO *b, const char *in, int inl) in fd_write() 146 static long fd_ctrl(BIO *b, int cmd, long num, void *ptr) in fd_ctrl() 214 char *end = buf + size - 1; in fd_gets() local
|
/netbsd-src/lib/libedit/ |
H A D | literal.c | 78 literal_add(EditLine *el, const wchar_t *buf, const wchar_t *end, int *wp) in literal_add() argument 83 char *b; in literal_add() local [all...] |
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
H A D | a_strnid.c | 51 char *end; in ASN1_STRING_set_default_mask_asc() local 113 const ASN1_STRING_TABLE *const *b) in sk_table_cmp() 120 static int table_cmp(const ASN1_STRING_TABLE *a, const ASN1_STRING_TABLE *b) in table_cmp()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
H A D | a_strnid.c | 51 char *end; in ASN1_STRING_set_default_mask_asc() local 113 const ASN1_STRING_TABLE *const *b) in sk_table_cmp() 120 static int table_cmp(const ASN1_STRING_TABLE *a, const ASN1_STRING_TABLE *b) in table_cmp()
|
/netbsd-src/sys/arch/evbarm/rpi/ |
H A D | vcprop_subr.c | 52 rpi_fb_set_video(int b) in rpi_fb_set_video() 64 struct vcprop_tag end; in rpi_fb_set_video() member 113 struct vcprop_tag end; in rpi_alloc_mem() member 164 struct vcprop_tag end; in rpi_lock_mem() member 212 struct vcprop_tag end; in rpi_unlock_mem() member 260 struct vcprop_tag end; in rpi_release_mem() member 308 struct vcprop_tag end; in rpi_fb_movecursor() member 360 struct vcprop_tag end; in rpi_fb_initcursor() member 414 struct vcprop_tag end; in rpi_fb_get_pixelorder() member 464 struct vcprop_tag end; in rpi_fb_set_pixelorder() member [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
H A D | bitmapped_block.d | 208 void* end = cast(void*) (_payload.ptr + _payload.length); in BitmappedBlockImpl() local 272 const end = start + blockSize * howManyBlocks; in BitmappedBlockImpl() local 400 auto b = allocateImpl((n + a - alignment).roundUpToMultipleOf(blockSize)); in BitmappedBlockImpl() local
|