| /dflybsd-src/contrib/wpa_supplicant/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 …]
|
| /dflybsd-src/usr.bin/dsynth/ |
| H A D | mount.c | 39 static void domount(worker_t *work, int type, 42 static void dounmount(worker_t *work, const char *rpath); 181 DoWorkerMounts(worker_t *work) in DoWorkerMounts() argument 191 setNumaDomain(work->index); in DoWorkerMounts() 192 domount(work, TMPFS_RW, "dummy", "", NULL); in DoWorkerMounts() 193 asprintf(&buf, "%s/usr", work->basedir); in DoWorkerMounts() 196 ++work->mount_error; in DoWorkerMounts() 199 asprintf(&buf, "%s/usr/packages", work->basedir); in DoWorkerMounts() 202 ++work->mount_error; in DoWorkerMounts() 206 domount(work, TMPFS_RW, "dummy", "/boot", NULL); in DoWorkerMounts() [all …]
|
| H A D | build.c | 60 static void startworker(pkg_t *pkg, worker_t *work); 61 static void cleanworker(worker_t *work); 63 static void workercomplete(worker_t *work); 65 static int childInstallPkgDeps(worker_t *work); 68 static void dophase(worker_t *work, wmsg_t *wmsg, 109 worker_t *work; in DoInitBuild() local 121 work = &WorkerAry[i]; in DoInitBuild() 122 work->index = (slot_override >= 0) ? slot_override : i; in DoInitBuild() 123 work->state = WORKER_NONE; in DoInitBuild() 124 asprintf(&work->basedir, "%s/SL%02d", BuildBase, work->index); in DoInitBuild() [all …]
|
| H A D | html.c | 165 HtmlUpdate(worker_t *work, const char *portdir) in HtmlUpdate() argument 170 int i = work->index; in HtmlUpdate() 182 switch(work->state) { in HtmlUpdate() 187 if (work->state == WORKER_IDLE) in HtmlUpdate() 192 if (work->state == WORKER_FAILED) in HtmlUpdate() 196 if (work->state == WORKER_EXITING) in HtmlUpdate() 221 t = time(NULL) - work->start_time; in HtmlUpdate() 230 if (work->state == WORKER_RUNNING) in HtmlUpdate() 231 phase = getphasestr(work->phase); in HtmlUpdate() 239 else if (work->pkg) in HtmlUpdate() [all …]
|
| H A D | ncurses.c | 245 NCursesUpdate(worker_t *work, const char *portdir) in NCursesUpdate() argument 250 int i = work->index; in NCursesUpdate() 261 switch(work->state) { in NCursesUpdate() 266 if (work->state == WORKER_IDLE) in NCursesUpdate() 270 if (work->state == WORKER_FAILED) in NCursesUpdate() 274 if (work->state == WORKER_EXITING) in NCursesUpdate() 301 t = time(NULL) - work->start_time; in NCursesUpdate() 306 if (work->state == WORKER_RUNNING) in NCursesUpdate() 307 phase = getphasestr(work->phase); in NCursesUpdate() 315 else if (work->pkg) in NCursesUpdate() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libiberty/ |
| H A D | cplus-dem.c | 67 #define CURRENT_DEMANGLING_STYLE work->options 151 #define PRINT_ANSI_QUALIFIERS (work -> options & DMGL_ANSI) 152 #define PRINT_ARG_TYPES (work -> options & DMGL_PARAMS) 342 #define SCOPE_STRING(work) ((work->options & DMGL_JAVA) ? "." : "::") argument 368 demangle_template_template_parm (struct work_stuff *work, 372 demangle_template (struct work_stuff *work, const char **, string *, 658 struct work_stuff work[1]; in cplus_demangle_opname() local 664 memset ((char *) work, 0, sizeof (work)); in cplus_demangle_opname() 665 work->options = options; in cplus_demangle_opname() 673 if (do_type (work, &tem, &type)) in cplus_demangle_opname() [all …]
|
| /dflybsd-src/sys/dev/drm/ |
| H A D | linux_workqueue.c | 68 struct work_struct *work; in process_all_work() local 72 work = STAILQ_FIRST(&worker->ws_list_head); in process_all_work() 74 work->on_queue = false; in process_all_work() 77 if (work->running) in process_all_work() 81 if (work->canceled) { in process_all_work() 83 work->canceled = false; in process_all_work() 87 work->running = true; in process_all_work() 89 work->func(work); in process_all_work() 92 if (work->on_queue == false) in process_all_work() 93 work->worker = NULL; in process_all_work() [all …]
|
| /dflybsd-src/contrib/binutils-2.27/libiberty/ |
| H A D | cplus-dem.c | 61 #define CURRENT_DEMANGLING_STYLE work->options 142 #define PRINT_ANSI_QUALIFIERS (work -> options & DMGL_ANSI) 143 #define PRINT_ARG_TYPES (work -> options & DMGL_PARAMS) 326 #define SCOPE_STRING(work) ((work->options & DMGL_JAVA) ? "." : "::") argument 352 demangle_template_template_parm (struct work_stuff *work, 356 demangle_template (struct work_stuff *work, const char **, string *, 642 struct work_stuff work[1]; in cplus_demangle_opname() local 648 memset ((char *) work, 0, sizeof (work)); in cplus_demangle_opname() 649 work->options = options; in cplus_demangle_opname() 657 if (do_type (work, &tem, &type)) in cplus_demangle_opname() [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libiberty/ |
| H A D | cplus-dem.c | 61 #define CURRENT_DEMANGLING_STYLE work->options 142 #define PRINT_ANSI_QUALIFIERS (work -> options & DMGL_ANSI) 143 #define PRINT_ARG_TYPES (work -> options & DMGL_PARAMS) 320 #define SCOPE_STRING(work) ((work->options & DMGL_JAVA) ? "." : "::") argument 346 demangle_template_template_parm (struct work_stuff *work, 350 demangle_template (struct work_stuff *work, const char **, string *, 636 struct work_stuff work[1]; in cplus_demangle_opname() local 642 memset ((char *) work, 0, sizeof (work)); in cplus_demangle_opname() 643 work->options = options; in cplus_demangle_opname() 651 if (do_type (work, &tem, &type)) in cplus_demangle_opname() [all …]
|
| /dflybsd-src/contrib/gdb-7/libiberty/ |
| H A D | cplus-dem.c | 61 #define CURRENT_DEMANGLING_STYLE work->options 142 #define PRINT_ANSI_QUALIFIERS (work -> options & DMGL_ANSI) 143 #define PRINT_ARG_TYPES (work -> options & DMGL_PARAMS) 320 #define SCOPE_STRING(work) ((work->options & DMGL_JAVA) ? "." : "::") argument 346 demangle_template_template_parm (struct work_stuff *work, 350 demangle_template (struct work_stuff *work, const char **, string *, 636 struct work_stuff work[1]; in cplus_demangle_opname() local 642 memset ((char *) work, 0, sizeof (work)); in cplus_demangle_opname() 643 work->options = options; in cplus_demangle_opname() 651 if (do_type (work, &tem, &type)) in cplus_demangle_opname() [all …]
|
| /dflybsd-src/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_format_shar.c | 59 struct archive_string work; member 122 archive_string_init(&shar->work); in archive_write_set_format_shar() 167 archive_strcat(&shar->work, "#!/bin/sh\n"); in archive_write_shar_header() 168 archive_strcat(&shar->work, "# This is a shell archive\n"); in archive_write_shar_header() 208 archive_string_sprintf(&shar->work, "echo x %s\n", shar->quoted_name.s); in archive_write_shar_header() 223 archive_strcat(&shar->work, "mkdir -p "); in archive_write_shar_header() 224 shar_quote(&shar->work, p, 1); in archive_write_shar_header() 225 archive_strcat(&shar->work, in archive_write_shar_header() 236 archive_strcat(&shar->work, "mkdir -p "); in archive_write_shar_header() 237 shar_quote(&shar->work, p, 1); in archive_write_shar_header() [all …]
|
| /dflybsd-src/sys/dev/drm/include/linux/ |
| H A D | workqueue.h | 66 struct work_struct work; member 71 to_delayed_work(struct work_struct *work) in to_delayed_work() argument 74 return container_of(work, struct delayed_work, work); in to_delayed_work() 77 #define INIT_WORK(work, _func) \ argument 79 (work)->ws_entries.stqe_next = NULL; \ 80 (work)->func = (_func); \ 81 (work)->on_queue = false; \ 82 (work)->running = false; \ 83 (work)->canceled = false; \ 86 #define INIT_WORK_ONSTACK(work, _func) INIT_WORK(work, _func) argument [all …]
|
| /dflybsd-src/contrib/gcc-8.0/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_gcov_count (struct output_block *ob, gcov_type work) in streamer_write_gcov_count() argument 228 streamer_write_gcov_count_stream (ob->main_stream, work); in streamer_write_gcov_count() 235 unsigned HOST_WIDE_INT work) in streamer_write_uhwi_stream() argument 244 unsigned int byte = (work & 0x7f); in streamer_write_uhwi_stream() 245 work >>= 7; in streamer_write_uhwi_stream() 246 if (work != 0) 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()
|
| /dflybsd-src/sys/dev/drm/amd/amdgpu/ |
| H A D | amdgpu_display.c | 44 struct amdgpu_flip_work *work = in amdgpu_display_flip_callback() local 48 schedule_work(&work->flip_work.work); in amdgpu_display_flip_callback() 51 static bool amdgpu_display_flip_handle_fence(struct amdgpu_flip_work *work, in amdgpu_display_flip_handle_fence() argument 61 if (!dma_fence_add_callback(fence, &work->cb, in amdgpu_display_flip_handle_fence() 72 container_of(__work, struct delayed_work, work); in amdgpu_display_flip_work_func() 73 struct amdgpu_flip_work *work = in amdgpu_display_flip_work_func() local 75 struct amdgpu_device *adev = work->adev; in amdgpu_display_flip_work_func() 76 struct amdgpu_crtc *amdgpu_crtc = adev->mode_info.crtcs[work->crtc_id]; in amdgpu_display_flip_work_func() 83 if (amdgpu_display_flip_handle_fence(work, &work->excl)) in amdgpu_display_flip_work_func() 86 for (i = 0; i < work->shared_count; ++i) in amdgpu_display_flip_work_func() [all …]
|
| /dflybsd-src/sys/dev/drm/i915/ |
| H A D | i915_gem_userptr.c | 42 struct work_struct work; member 61 struct work_struct work; member 65 static void cancel_userptr(struct work_struct *work) in cancel_userptr() argument 67 struct i915_mmu_object *mo = container_of(work, typeof(*mo), work); in cancel_userptr() 73 active = fetch_and_zero(&obj->userptr.work); in cancel_userptr() 146 queue_work(mn->wq, &mo->work); in i915_gem_userptr_mn_invalidate_range_start() 269 INIT_WORK(&mo->work, cancel_userptr); in i915_gem_userptr_init__mmu_notifier() 375 __i915_mm_struct_free__worker(struct work_struct *work) in __i915_mm_struct_free__worker() argument 377 struct i915_mm_struct *mm = container_of(work, typeof(*mm), work); in __i915_mm_struct_free__worker() 394 INIT_WORK(&mm->work, __i915_mm_struct_free__worker); in __i915_mm_struct_free() [all …]
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | data-streamer-out.c | 130 streamer_write_uhwi (struct output_block *ob, unsigned HOST_WIDE_INT work) in streamer_write_uhwi() argument 132 streamer_write_uhwi_stream (ob->main_stream, work); in streamer_write_uhwi() 139 streamer_write_hwi (struct output_block *ob, HOST_WIDE_INT work) in streamer_write_hwi() argument 141 streamer_write_hwi_stream (ob->main_stream, work); in streamer_write_hwi() 149 unsigned HOST_WIDE_INT work) in streamer_write_uhwi_stream() argument 153 unsigned int byte = (work & 0x7f); in streamer_write_uhwi_stream() 154 work >>= 7; in streamer_write_uhwi_stream() 155 if (work != 0) in streamer_write_uhwi_stream() 161 while (work != 0); in streamer_write_uhwi_stream() 168 streamer_write_hwi_stream (struct lto_output_stream *obs, HOST_WIDE_INT work) in streamer_write_hwi_stream() argument [all …]
|
| H A D | data-streamer.c | 30 bp_pack_var_len_unsigned (struct bitpack_d *bp, unsigned HOST_WIDE_INT work) in bp_pack_var_len_unsigned() argument 34 unsigned int half_byte = (work & 0x7); in bp_pack_var_len_unsigned() 35 work >>= 3; in bp_pack_var_len_unsigned() 36 if (work != 0) in bp_pack_var_len_unsigned() 42 while (work != 0); in bp_pack_var_len_unsigned() 49 bp_pack_var_len_int (struct bitpack_d *bp, HOST_WIDE_INT work) in bp_pack_var_len_int() argument 55 half_byte = (work & 0x7); in bp_pack_var_len_int() 57 work >>= 3; in bp_pack_var_len_int() 58 more = !((work == 0 && (half_byte & 0x4) == 0) in bp_pack_var_len_int() 59 || (work == -1 && (half_byte & 0x4) != 0)); in bp_pack_var_len_int()
|
| /dflybsd-src/contrib/binutils-2.27/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 …]
|
| /dflybsd-src/contrib/binutils-2.34/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 …]
|
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | COPYING | 19 any other work released this way by its authors. You can apply it to 80 "The Program" refers to any copyrightable work licensed under this 84 To "modify" a work means to copy from or adapt all or part of the work 86 exact copy. The resulting work is called a "modified version" of the 87 earlier work or a work "based on" the earlier work. 89 A "covered work" means either the unmodified Program or a work based 92 To "propagate" a work means to do anything with it that, without 99 To "convey" a work means any kind of propagation that enables other 106 tells the user that there is no warranty for the work (except to the 108 work under this License, and how to view a copy of this License. If [all …]
|
| /dflybsd-src/contrib/gcc-8.0/ |
| H A D | COPYING3 | 19 any other work released this way by its authors. You can apply it to 80 "The Program" refers to any copyrightable work licensed under this 84 To "modify" a work means to copy from or adapt all or part of the work 86 exact copy. The resulting work is called a "modified version" of the 87 earlier work or a work "based on" the earlier work. 89 A "covered work" means either the unmodified Program or a work based 92 To "propagate" a work means to do anything with it that, without 99 To "convey" a work means any kind of propagation that enables other 106 tells the user that there is no warranty for the work (except to the 108 work under this License, and how to view a copy of this License. If [all …]
|
| /dflybsd-src/contrib/binutils-2.27/bfd/ |
| H A D | COPYING | 19 any other work released this way by its authors. You can apply it to 80 "The Program" refers to any copyrightable work licensed under this 84 To "modify" a work means to copy from or adapt all or part of the work 86 exact copy. The resulting work is called a "modified version" of the 87 earlier work or a work "based on" the earlier work. 89 A "covered work" means either the unmodified Program or a work based 92 To "propagate" a work means to do anything with it that, without 99 To "convey" a work means any kind of propagation that enables other 106 tells the user that there is no warranty for the work (except to the 108 work under this License, and how to view a copy of this License. If [all …]
|
| /dflybsd-src/contrib/gdb-7/bfd/ |
| H A D | COPYING | 19 any other work released this way by its authors. You can apply it to 80 "The Program" refers to any copyrightable work licensed under this 84 To "modify" a work means to copy from or adapt all or part of the work 86 exact copy. The resulting work is called a "modified version" of the 87 earlier work or a work "based on" the earlier work. 89 A "covered work" means either the unmodified Program or a work based 92 To "propagate" a work means to do anything with it that, without 99 To "convey" a work means any kind of propagation that enables other 106 tells the user that there is no warranty for the work (except to the 108 work under this License, and how to view a copy of this License. If [all …]
|
| /dflybsd-src/contrib/grep/ |
| H A D | COPYING | 19 any other work released this way by its authors. You can apply it to 80 "The Program" refers to any copyrightable work licensed under this 84 To "modify" a work means to copy from or adapt all or part of the work 86 exact copy. The resulting work is called a "modified version" of the 87 earlier work or a work "based on" the earlier work. 89 A "covered work" means either the unmodified Program or a work based 92 To "propagate" a work means to do anything with it that, without 99 To "convey" a work means any kind of propagation that enables other 106 tells the user that there is no warranty for the work (except to the 108 work under this License, and how to view a copy of this License. If [all …]
|