/netbsd-src/external/bsd/wpa/dist/src/crypto/ |
H A D | des-internal.c | 320 u32 work, right, leftt; in desfunc() local 326 work = ((leftt >> 4) ^ right) & 0x0f0f0f0fL; in desfunc() 327 right ^= work; in desfunc() 328 leftt ^= (work << 4); in desfunc() 330 work = ((leftt >> 16) ^ right) & 0x0000ffffL; in desfunc() 331 right ^= work; in desfunc() 332 leftt ^= (work << 16); in desfunc() 334 work = ((right >> 2) ^ leftt) & 0x33333333L; in desfunc() 335 leftt ^= work; in desfunc() 336 right ^= (work << 2); in desfunc() [all …]
|
/netbsd-src/sys/external/bsd/common/linux/ |
H A D | linux_work.c | 89 SDT_PROBE_DEFINE2(sdt, linux, work, acquire, 91 SDT_PROBE_DEFINE2(sdt, linux, work, release, 93 SDT_PROBE_DEFINE2(sdt, linux, work, queue, 95 SDT_PROBE_DEFINE2(sdt, linux, work, rcu, 97 SDT_PROBE_DEFINE2(sdt, linux, work, cancel, 99 SDT_PROBE_DEFINE3(sdt, linux, work, schedule, 102 SDT_PROBE_DEFINE2(sdt, linux, work, timer, 104 SDT_PROBE_DEFINE2(sdt, linux, work, wait__start, 106 SDT_PROBE_DEFINE2(sdt, linux, work, wait__done, 108 SDT_PROBE_DEFINE2(sdt, linux, work, run, [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/ |
H A D | drm_flip_work.c | 62 void drm_flip_work_queue_task(struct drm_flip_work *work, in drm_flip_work_queue_task() argument 67 spin_lock_irqsave(&work->lock, flags); in drm_flip_work_queue_task() 68 list_add_tail(&task->node, &work->queued); in drm_flip_work_queue_task() 69 spin_unlock_irqrestore(&work->lock, flags); in drm_flip_work_queue_task() 81 void drm_flip_work_queue(struct drm_flip_work *work, void *val) in drm_flip_work_queue() argument 88 drm_flip_work_queue_task(work, task); in drm_flip_work_queue() 90 DRM_ERROR("%s could not allocate task!\n", work->name); in drm_flip_work_queue() 91 work->func(work, val); in drm_flip_work_queue() 106 void drm_flip_work_commit(struct drm_flip_work *work, in drm_flip_work_commit() argument 111 spin_lock_irqsave(&work->lock, flags); in drm_flip_work_commit() [all …]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | des.c | 1063 uint32_t work; in IP() local 1065 work = ((v[0] >> 4) ^ v[1]) & 0x0f0f0f0fL; in IP() 1066 v[1] ^= work; in IP() 1067 v[0] ^= (work << 4); in IP() 1068 work = ((v[0] >> 16) ^ v[1]) & 0x0000ffffL; in IP() 1069 v[1] ^= work; in IP() 1070 v[0] ^= (work << 16); in IP() 1071 work = ((v[1] >> 2) ^ v[0]) & 0x33333333L; in IP() 1072 v[0] ^= work; in IP() 1073 v[1] ^= (work << 2); in IP() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | data-streamer-out.cc | 209 streamer_write_uhwi (struct output_block *ob, unsigned HOST_WIDE_INT work) in streamer_write_uhwi() argument 211 streamer_write_uhwi_stream (ob->main_stream, work); in streamer_write_uhwi() 218 streamer_write_hwi (struct output_block *ob, HOST_WIDE_INT work) in streamer_write_hwi() argument 220 streamer_write_hwi_stream (ob->main_stream, work); in streamer_write_hwi() 226 streamer_write_poly_uint64 (struct output_block *ob, poly_uint64 work) in streamer_write_poly_uint64() argument 229 streamer_write_uhwi_stream (ob->main_stream, work.coeffs[i]); in streamer_write_poly_uint64() 235 streamer_write_poly_int64 (struct output_block *ob, poly_int64 work) in streamer_write_poly_int64() argument 238 streamer_write_hwi_stream (ob->main_stream, work.coeffs[i]); in streamer_write_poly_int64() 244 streamer_write_gcov_count (struct output_block *ob, gcov_type work) in streamer_write_gcov_count() argument 246 streamer_write_gcov_count_stream (ob->main_stream, work); in streamer_write_gcov_count() [all …]
|
H A D | data-streamer.cc | 34 bp_pack_var_len_unsigned (struct bitpack_d *bp, unsigned HOST_WIDE_INT work) in bp_pack_var_len_unsigned() argument 38 unsigned int half_byte = (work & 0x7); in bp_pack_var_len_unsigned() 39 work >>= 3; in bp_pack_var_len_unsigned() 40 if (work != 0) in bp_pack_var_len_unsigned() 46 while (work != 0); in bp_pack_var_len_unsigned() 53 bp_pack_var_len_int (struct bitpack_d *bp, HOST_WIDE_INT work) in bp_pack_var_len_int() argument 59 half_byte = (work & 0x7); in bp_pack_var_len_int() 61 work >>= 3; in bp_pack_var_len_int() 62 more = !((work == 0 && (half_byte & 0x4) == 0) in bp_pack_var_len_int() 63 || (work == -1 && (half_byte & 0x4) != 0)); in bp_pack_var_len_int()
|
/netbsd-src/external/bsd/pcc/ |
H A D | prepare-import.sh | 20 if [ ! -d work -o ! -d work/pcc ]; then 29 find work -type d -name CVS | xargs rm -Rf 32 find work -type d -exec chmod u=rwx,go=rx {} \; 33 find work -type f -exec chmod u=rw,go=r {} \; 37 for f in $(grep -RL '\$(NetBSD|Id).*\$' work); do 47 mkdir work/tmp 48 cd work/tmp 61 < work/tmp/config.h > work/config.h 66 datestamp=$(cat work/pcc/DATESTAMP) 67 version=$(sed -n -e "/PACKAGE_VERSION/s/.*\"\(.*\)\"/\1/p" < work/config.h) [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | data-streamer-out.c | 209 streamer_write_uhwi (struct output_block *ob, unsigned HOST_WIDE_INT work) in streamer_write_uhwi() argument 211 streamer_write_uhwi_stream (ob->main_stream, work); in streamer_write_uhwi() 218 streamer_write_hwi (struct output_block *ob, HOST_WIDE_INT work) in streamer_write_hwi() argument 220 streamer_write_hwi_stream (ob->main_stream, work); in streamer_write_hwi() 226 streamer_write_poly_uint64 (struct output_block *ob, poly_uint64 work) in streamer_write_poly_uint64() argument 229 streamer_write_uhwi_stream (ob->main_stream, work.coeffs[i]); in streamer_write_poly_uint64() 235 streamer_write_gcov_count (struct output_block *ob, gcov_type work) in streamer_write_gcov_count() argument 237 streamer_write_gcov_count_stream (ob->main_stream, work); in streamer_write_gcov_count() 244 unsigned HOST_WIDE_INT work) in streamer_write_uhwi_stream() argument 253 unsigned int byte = (work & 0x7f); in streamer_write_uhwi_stream() [all …]
|
H A D | data-streamer.c | 34 bp_pack_var_len_unsigned (struct bitpack_d *bp, unsigned HOST_WIDE_INT work) in bp_pack_var_len_unsigned() argument 38 unsigned int half_byte = (work & 0x7); in bp_pack_var_len_unsigned() 39 work >>= 3; in bp_pack_var_len_unsigned() 40 if (work != 0) in bp_pack_var_len_unsigned() 46 while (work != 0); in bp_pack_var_len_unsigned() 53 bp_pack_var_len_int (struct bitpack_d *bp, HOST_WIDE_INT work) in bp_pack_var_len_int() argument 59 half_byte = (work & 0x7); in bp_pack_var_len_int() 61 work >>= 3; in bp_pack_var_len_int() 62 more = !((work == 0 && (half_byte & 0x4) == 0) in bp_pack_var_len_int() 63 || (work == -1 && (half_byte & 0x4) != 0)); in bp_pack_var_len_int()
|
/netbsd-src/sys/netinet/ |
H A D | wqinput.c | 67 struct work wwl_work; 78 static void wqinput_work(struct work *, void *); 205 struct wqinput_work *work; in wqinput_work_get() local 209 work = wwl->wwl_head; in wqinput_work_get() 210 if (work != NULL) { in wqinput_work_get() 213 wwl->wwl_head = work->ww_next; in wqinput_work_get() 214 work->ww_next = NULL; in wqinput_work_get() 222 return work; in wqinput_work_get() 226 wqinput_work(struct work *wk, void *arg) in wqinput_work() 229 struct wqinput_work *work; in wqinput_work() local [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
H A D | amdgpu_display.c | 51 struct amdgpu_flip_work *work = in amdgpu_display_flip_callback() local 55 schedule_work(&work->flip_work.work); in amdgpu_display_flip_callback() 58 static bool amdgpu_display_flip_handle_fence(struct amdgpu_flip_work *work, in amdgpu_display_flip_handle_fence() argument 68 if (!dma_fence_add_callback(fence, &work->cb, in amdgpu_display_flip_handle_fence() 79 container_of(__work, struct delayed_work, work); in amdgpu_display_flip_work_func() 80 struct amdgpu_flip_work *work = in amdgpu_display_flip_work_func() local 82 struct amdgpu_device *adev = work->adev; in amdgpu_display_flip_work_func() 83 struct amdgpu_crtc *amdgpu_crtc = adev->mode_info.crtcs[work->crtc_id]; in amdgpu_display_flip_work_func() 90 if (amdgpu_display_flip_handle_fence(work, &work->excl)) in amdgpu_display_flip_work_func() 93 for (i = 0; i < work->shared_count; ++i) in amdgpu_display_flip_work_func() [all …]
|
/netbsd-src/sys/external/bsd/drm2/linux/ |
H A D | linux_firmware.c | 119 struct firmload_work *work = container_of(wk, struct firmload_work, in request_firmware_work() local 125 ret = request_firmware(&fw, work->flw_name, work->flw_device); in request_firmware_work() 130 (*work->flw_callback)(fw, work->flw_cookie); in request_firmware_work() 140 if (work->flw_module) in request_firmware_work() 141 module_rele(work->flw_module); in request_firmware_work() 150 struct firmload_work *work; in request_firmware_nowait() local 153 work = kzalloc(sizeof(*work), gfp); in request_firmware_nowait() 154 if (work == NULL) in request_firmware_nowait() 168 work->flw_name = namedup; in request_firmware_nowait() 169 work->flw_callback = callback; in request_firmware_nowait() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
H A D | lsan_mac.cc | 137 void dispatch_async(dispatch_queue_t dq, void (^work)(void)); 139 void (^work)(void)); 141 void (^work)(void)); 143 void (^work)(void)); 145 void (^work)(void)); 148 #define GET_LSAN_BLOCK(work) \ argument 153 work(); \ 156 INTERCEPTOR(void, dispatch_async, dispatch_queue_t dq, void (^work)(void)) { 157 GET_LSAN_BLOCK(work); 162 dispatch_queue_t dq, void (^work)(void)) { [all …]
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
H A D | lsan_mac.cc | 139 void dispatch_async(dispatch_queue_t dq, void (^work)(void)); 141 void (^work)(void)); 143 void (^work)(void)); 145 void (^work)(void)); 147 void (^work)(void)); 150 #define GET_LSAN_BLOCK(work) \ argument 155 work(); \ 158 INTERCEPTOR(void, dispatch_async, dispatch_queue_t dq, void (^work)(void)) { 159 GET_LSAN_BLOCK(work); 164 dispatch_queue_t dq, void (^work)(void)) { [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
H A D | lsan_mac.cpp | 138 void dispatch_async(dispatch_queue_t dq, void (^work)(void)); 140 void (^work)(void)); 142 void (^work)(void)); 144 void (^work)(void)); 146 void (^work)(void)); 149 #define GET_LSAN_BLOCK(work) \ argument 154 work(); \ 157 INTERCEPTOR(void, dispatch_async, dispatch_queue_t dq, void (^work)(void)) { 158 GET_LSAN_BLOCK(work); 163 dispatch_queue_t dq, void (^work)(void)) { [all …]
|
/netbsd-src/external/bsd/openldap/ |
H A D | Makefile | 40 configure: work/config.status .PHONY 42 work/config.status: ${LDAP_DISTDIR}/configure Makefile openldap.mk 43 mkdir -p work 44 (cd work \ 48 update-include: work/config.status .PHONY 49 (cd work/include \ 52 @for wf in `find work/include -name '*.h'`; do \ 62 update-man: work/config.status .PHONY 63 (cd work/doc/man \ 66 @for wf in `find work/doc/man -name '*.[0-9].tmp'` ; do \ [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
H A D | i915_gem_client_blt.c | 102 struct work_struct work; member 137 static void clear_pages_signal_irq_worker(struct irq_work *work) in clear_pages_signal_irq_worker() argument 139 struct clear_pages_work *w = container_of(work, typeof(*w), irq_work); in clear_pages_signal_irq_worker() 160 static void clear_pages_worker(struct work_struct *work) in clear_pages_worker() argument 162 struct clear_pages_work *w = container_of(work, typeof(*w), work); in clear_pages_worker() 250 schedule_work(&w->work); in clear_pages_work_notify() 270 struct clear_pages_work *work; in i915_gem_schedule_fill_pages_blt() local 278 work = kmalloc(sizeof(*work), GFP_KERNEL); in i915_gem_schedule_fill_pages_blt() 279 if (!work) { in i915_gem_schedule_fill_pages_blt() 284 work->value = value; in i915_gem_schedule_fill_pages_blt() [all …]
|
H A D | i915_gem_userptr.c | 37 struct work_struct work; member 401 __i915_mm_struct_free__worker(struct work_struct *work) in __i915_mm_struct_free__worker() argument 403 struct i915_mm_struct *mm = container_of(work, typeof(*mm), work); in __i915_mm_struct_free__worker() 418 INIT_WORK(&mm->work, __i915_mm_struct_free__worker); in __i915_mm_struct_free() 419 queue_work(mm->i915->mm.userptr_wq, &mm->work); in __i915_mm_struct_free() 435 struct work_struct work; member 486 struct get_pages_work *work = container_of(_work, typeof(*work), work); in __i915_gem_userptr_get_pages_worker() local 487 struct drm_i915_gem_object *obj = work->obj; in __i915_gem_userptr_get_pages_worker() 517 (work->task, mm, in __i915_gem_userptr_get_pages_worker() 534 if (obj->userptr.work == &work->work) { in __i915_gem_userptr_get_pages_worker() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_mac.cpp | 240 void dispatch_async(dispatch_queue_t dq, void(^work)(void)); 242 void(^work)(void)); 244 void(^work)(void)); 246 void(^work)(void)); 247 void dispatch_source_set_event_handler(dispatch_source_t ds, void(^work)(void)); 250 #define GET_ASAN_BLOCK(work) \ argument 256 work(); \ 260 dispatch_queue_t dq, void(^work)(void)) { 262 GET_ASAN_BLOCK(work); 267 dispatch_group_t dg, dispatch_queue_t dq, void(^work)(void)) { [all …]
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_mac.cc | 273 void dispatch_async(dispatch_queue_t dq, void(^work)(void)); 275 void(^work)(void)); 277 void(^work)(void)); 279 void(^work)(void)); 280 void dispatch_source_set_event_handler(dispatch_source_t ds, void(^work)(void)); 283 #define GET_ASAN_BLOCK(work) \ argument 289 work(); \ 293 dispatch_queue_t dq, void(^work)(void)) { 295 GET_ASAN_BLOCK(work); 300 dispatch_group_t dg, dispatch_queue_t dq, void(^work)(void)) { [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_mac.cc | 271 void dispatch_async(dispatch_queue_t dq, void(^work)(void)); 273 void(^work)(void)); 275 void(^work)(void)); 277 void(^work)(void)); 278 void dispatch_source_set_event_handler(dispatch_source_t ds, void(^work)(void)); 281 #define GET_ASAN_BLOCK(work) \ argument 287 work(); \ 291 dispatch_queue_t dq, void(^work)(void)) { 293 GET_ASAN_BLOCK(work); 298 dispatch_group_t dg, dispatch_queue_t dq, void(^work)(void)) { [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | flonum-mult.c | 81 unsigned long work; in flonum_multip() local 119 work = carry; in flonum_multip() 128 A, a->low[A], B, b->low[B], work); in flonum_multip() 134 work += (unsigned long) a->low[A] * (unsigned long) b->low[B]; in flonum_multip() 135 carry += work >> LITTLENUM_NUMBER_OF_BITS; in flonum_multip() 136 work &= LITTLENUM_MASK; in flonum_multip() 138 printf ("work=%08x carry=%04x\n", work, carry); in flonum_multip() 142 significant |= work; in flonum_multip() 147 product->low[P] = work; in flonum_multip() 149 printf ("P=%d. work[p]:=%04x\n", P, work); in flonum_multip() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | flonum-mult.c | 81 unsigned long work; in flonum_multip() local 119 work = carry; in flonum_multip() 128 A, a->low[A], B, b->low[B], work); in flonum_multip() 134 work += (unsigned long) a->low[A] * (unsigned long) b->low[B]; in flonum_multip() 135 carry += work >> LITTLENUM_NUMBER_OF_BITS; in flonum_multip() 136 work &= LITTLENUM_MASK; in flonum_multip() 138 printf ("work=%08x carry=%04x\n", work, carry); in flonum_multip() 142 significant |= work; in flonum_multip() 147 product->low[P] = work; in flonum_multip() 149 printf ("P=%d. work[p]:=%04x\n", P, work); in flonum_multip() [all …]
|
/netbsd-src/sys/arch/cobalt/cobalt/ |
H A D | machdep.c | 390 char *work; in decode_bootstring() local 395 work = strtok_light(bootstring, ' '); in decode_bootstring() 396 while (work != NULL) { in decode_bootstring() 398 if (work[0] == '-') { in decode_bootstring() 400 while (work[i] != ' ' && work[i] != '\0') { in decode_bootstring() 401 BOOT_FLAG(work[i], boothowto); in decode_bootstring() 407 if ((equ = strchr(work, '=')) != NULL) { in decode_bootstring() 408 if (memcmp("nfsroot=", work, 8) == 0) { in decode_bootstring() 411 if (memcmp("root=", work, 5) == 0) { in decode_bootstring() 417 if (memcmp("single", work, 5) == 0) { in decode_bootstring() [all …]
|
/netbsd-src/external/bsd/libpcap/dist/doc/ |
H A D | README.solaris.md | 10 * flex 2.6.4 and GNU Bison 3.8.2 work. 12 * GCC 11.2.0 and Clang 14.0.3 work. 16 * flex 2.6.4 and GNU Bison 3.7.6 work. 18 * GCC 7.5.0 and GCC 10.3.0 work, Clang 9.0.1 works. 35 * flex 2.6.4 and GNU Bison 3.7.3 work. 43 * flex 2.6.4 and GNU Bison 3.7.1 work. 45 * Sun C 5.13, Sun C 5.14 and Sun C 5.15 work; GCC 5.5.0 and GCC 7.3.0 work. 50 * flex 2.6.4 and GNU Bison 3.7.1 work. 56 * flex 2.5.35 and GNU Bison 3.0.2 work. 57 * CMake 2.8.9 does not work. [all …]
|