Home
last modified time | relevance | path

Searched refs:count (Results 1 – 25 of 2064) sorted by relevance

12345678910>>...83

/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Daslcompiler.l187 count (int type);
217 [ ] { count (0); }
220 [ \t] { count (0); }
228 ";" { count (0); return(';'); }
274 "{" { count (0); return ('{'); }
275 "}" { count (0); return ('}'); }
276 "," { count (0); return (','); }
817 count (0);
833 count (0);
852 count (0);
[all …]
/dragonfly/contrib/gdb-7/readline/
H A Dtext.c263 if (count < 0)
294 int count; in _rl_forward_char_internal()
412 count--;
470 while (count)
503 --count;
519 while (count)
553 --count;
751 if (count > 1 && count <= TEXT_COUNT_MAX)
924 int count; local
926 count = data->count;
[all …]
H A Dvi_mode.c193 int count; in _rl_vi_stuff_insert()
196 while (count--)
394 if (count < 0)
416 if (count < 0)
437 if (count < 0)
783 int count; in _rl_vi_change_mbchar_case()
793 count--;
1685 count--;
1687 count++;
1709 count--;
[all …]
H A Dkill.c202 int count, key; in rl_kill_word()
206 if (count < 0)
230 if (count < 0)
317 int count, key; in rl_unix_word_rubout()
327 count = 1;
350 int count, key; in rl_unix_filename_rubout()
360 count = 1;
394 int count, key; in rl_unix_line_discard()
485 if (count < 0)
495 if (count < 0)
[all …]
H A Dmisc.c254 int count, key; in rl_universal_argument()
495 int count, key; in rl_beginning_of_history()
503 int count, key; in rl_end_of_history()
518 if (count < 0)
521 if (count == 0)
531 while (count)
536 --count;
557 if (count < 0)
560 if (count == 0)
574 while (count)
[all …]
/dragonfly/sys/kern/
H A Dkern_lock.c111 uint64_t count; in lockmgr_shared() local
209 &count, count | LKC_SHARED)) { in lockmgr_shared()
218 &count, count | LKC_SHARED)) { in lockmgr_shared()
286 uint64_t count; in lockmgr_exclusive() local
880 count = in lockmgr_release()
892 KKASSERT((count & LKC_SHARED) && (count & LKC_SMASK)); in lockmgr_release()
992 &count, count | LKC_CANCEL)) { in lockmgr_cancel_beg()
1157 } else if ((count & LKC_SHARED) && (count & LKC_SMASK)) { in undo_exreq()
1332 ((count & LKC_SHARED) || (count & LKC_SMASK) == 0)); in lockuninit()
1423 } else if ((count & LKC_SMASK) && (count & LKC_SHARED)) { in lockmgr_printinfo()
[all …]
H A Dsubr_blist.c334 blist_free(newbl, count, newbl->bl_blocks - count); in blist_resize()
376 swblk_t count) in blst_leaf_alloc() argument
657 v = count; in blst_meta_free()
680 count -= v; in blst_meta_free()
772 v = count; in blst_meta_fill()
783 count -= v; in blst_meta_fill()
866 if (count) { in blst_copy()
873 count in blst_copy()
876 count = 0; in blst_copy()
944 count in blst_radix_init()
[all …]
H A Dsubr_alist.c122 alist_blk_t count);
248 KKASSERT(count); in alist_alloc()
249 if ((count | (count - 1)) != (count << 1) - 1) { in alist_alloc()
255 alist_free(bl, blk + count, ncount - count); in alist_alloc()
426 alist_blk_t count) in alst_leaf_alloc() argument
457 if (count == 1) { in alst_leaf_alloc()
612 count); in alst_meta_alloc()
615 count, in alst_meta_alloc()
711 if (v > count) in alst_meta_free()
712 v = count; in alst_meta_free()
[all …]
/dragonfly/sys/cpu/x86_64/include/
H A Dbus_dma.h708 for (; count != 0; count--, addr++) in bus_space_set_region_1()
711 for (; count != 0; count--, addr++) in bus_space_set_region_1()
722 for (; count != 0; count--, addr += 2) in bus_space_set_region_2()
725 for (; count != 0; count--, addr += 2) in bus_space_set_region_2()
736 for (; count != 0; count--, addr += 4) in bus_space_set_region_4()
739 for (; count != 0; count--, addr += 4) in bus_space_set_region_4()
781 for (; count != 0; count--, addr1++, addr2++) in bus_space_copy_region_1()
785 for (addr1 += (count - 1), addr2 += (count - 1); in bus_space_copy_region_1()
786 count != 0; count--, addr1--, addr2--) in bus_space_copy_region_1()
792 for (; count != 0; count--, addr1++, addr2++) in bus_space_copy_region_1()
[all …]
/dragonfly/sys/dev/misc/syscons/
H A Dscvtb.c57 size_t count; in sc_vtb_bcopy() local
62 count = bytes >> 1; in sc_vtb_bcopy()
65 *(uint8_t *)(dw + count) = *(uint8_t *)(sw + count); in sc_vtb_bcopy()
66 while (count--) { in sc_vtb_bcopy()
67 dw[count] = sw[count]; in sc_vtb_bcopy()
70 for (n = 0; n < count; ++n) in sc_vtb_bcopy()
221 while (count > 0) { in sc_vtb_append()
233 count -= len; in sc_vtb_append()
248 count = vtb->vtb_size - at; in sc_vtb_erase()
261 count = vtb->vtb_size - to; in sc_vtb_move()
[all …]
/dragonfly/sys/vfs/hammer2/
H A Dhammer2_ccms.c85 --cst->count; in ccms_thread_lock()
99 ++cst->count; in ccms_thread_lock()
106 cst->count = -1; in ccms_thread_lock()
123 --cst->count; in ccms_thread_lock_nonblock()
134 ++cst->count; in ccms_thread_lock_nonblock()
141 cst->count = -1; in ccms_thread_lock_nonblock()
194 --cst->count; in ccms_thread_lock_upgrade()
217 cst->count = 1; in ccms_thread_lock_downgrade()
243 ++cst->count; in ccms_thread_unlock()
248 cst->count = 0; in ccms_thread_unlock()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-utils.c433 if (dst->count.initialized_p () && dst->count.ipa () == dst->count) in ipa_merge_profiles()
434 dst->count += src->count.ipa (); in ipa_merge_profiles()
436 dst->count = src->count.ipa (); in ipa_merge_profiles()
563 dstbb->count = srcbb->count; in ipa_merge_profiles()
583 dstbb->count += srcbb->count; in ipa_merge_profiles()
626 indirect->count += e2->count; in ipa_merge_profiles()
637 direct->count = direct2->count; in ipa_merge_profiles()
640 indirect->count += indirect2->count + direct2->count; in ipa_merge_profiles()
644 direct->count += direct2->count; in ipa_merge_profiles()
660 e->count = count; in ipa_merge_profiles()
[all …]
H A Ddouble-int.c1153 if (count > 0) in lshift()
1168 if (count > 0) in rshift()
1182 if (count > 0) in alshift()
1196 if (count > 0) in arshift()
1210 if (count > 0) in llshift()
1224 if (count > 0) in lrshift()
1239 count %= prec; in lrotate()
1240 if (count < 0) in lrotate()
1257 count %= prec; in rrotate()
1258 if (count < 0) in rrotate()
[all …]
/dragonfly/contrib/gmp/mpn/generic/
H A Dgcdext_1.c106 u >>= count; in mpn_gcdext_1()
114 count += c; in mpn_gcdext_1()
120 u >>= count; in mpn_gcdext_1()
130 v >>= count; in mpn_gcdext_1()
138 count += c; in mpn_gcdext_1()
144 v >>= count; in mpn_gcdext_1()
196 count += c; in mpn_gcdext_1()
212 count++; in mpn_gcdext_1()
213 u >>= count; in mpn_gcdext_1()
214 t1 <<= count; in mpn_gcdext_1()
[all …]
/dragonfly/usr.bin/calendar/
H A Ddays.c160 int count = 0; in find_days_yearly() local
224 return count; in find_days_yearly()
239 int count = 0; in find_days_cjieqi() local
270 return count; in find_days_cjieqi()
296 int count = 0; in find_days_moon() local
339 return count; in find_days_moon()
353 int count = 0; in find_days_ymd() local
369 return count; in find_days_ymd()
393 return count; in find_days_dom()
415 return count; in find_days_month()
[all …]
/dragonfly/stand/boot/dloader/
H A Dsubs.c72 while (--var->count >= 0) in dvar_set()
77 var->count = count; in dvar_set()
79 var->data[count] = NULL; in dvar_set()
80 while (--count >= 0) in dvar_set()
81 var->data[count] = strdup(data[count]); in dvar_set()
88 int count; in dvar_copy() local
92 count = ovar->count; in dvar_copy()
94 var->count = count; in dvar_copy()
96 var->data[count] = NULL; in dvar_copy()
97 while (--count >= 0) in dvar_copy()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/basics/
H A Dvector.c48 vector->count = 0; in dal_vector_construct()
57 uint32_t count, in dal_vector_presized_costruct() argument
89 vector->count = count; in dal_vector_presized_costruct()
135 vector->count = 0; in dal_vector_destruct()
152 return vector->count; in dal_vector_get_count()
176 vector->count -= 1; in dal_vector_remove_at_index()
220 if (vector->count && position < vector->count) in dal_vector_insert_at()
231 vector->count++; in dal_vector_insert_at()
247 uint32_t count; in dal_vector_clone() local
252 if (count == 0) in dal_vector_clone()
[all …]
/dragonfly/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c172 int count; in _nc_timed_wait() local
225 count = 0; in _nc_timed_wait()
226 (void) count; in _nc_timed_wait()
248 count++; in _nc_timed_wait()
252 fds[count].fd = fd; in _nc_timed_wait()
254 count++; in _nc_timed_wait()
265 count++; in _nc_timed_wait()
278 count = 0; in _nc_timed_wait()
358 count = max(fd, count) + 1; in _nc_timed_wait()
368 count = max(ev->data.fev.fd + 1, count); in _nc_timed_wait()
[all …]
/dragonfly/contrib/gcc-4.7/libobjc/
H A Dprotocols.c95 unsigned int count = 0; in objc_copyProtocolList() local
105 count++; in objc_copyProtocolList()
109 if (count != 0) in objc_copyProtocolList()
155 protocols->count = 1; in class_addProtocol()
210 unsigned int count = 0; in class_copyProtocolList() local
230 count = count + proto_list->count; in class_copyProtocolList()
234 if (count != 0) in class_copyProtocolList()
401 unsigned int count = 0; in protocol_copyMethodDescriptionList() local
435 count = methods->count; in protocol_copyMethodDescriptionList()
525 count = count + proto_list->count; in protocol_copyProtocolList()
[all …]
/dragonfly/contrib/tcpdump/
H A Dprint-snmp.c1330 np += count; in snmppdu_print()
1355 np += count; in snmppdu_print()
1380 np += count; in snmppdu_print()
1408 np += count; in trappdu_print()
1423 np += count; in trappdu_print()
1439 np += count; in trappdu_print()
1455 np += count; in trappdu_print()
1470 np += count; in trappdu_print()
1567 np += count; in scopedpdu_print()
1583 np += count; in scopedpdu_print()
[all …]
/dragonfly/contrib/tcsh-6/
H A Dtc.printf.c178 count++; in doprnt()
187 count++; in doprnt()
249 count++; in doprnt()
256 count++; in doprnt()
264 count++; in doprnt()
279 count++; in doprnt()
287 count++; in doprnt()
293 count++; in doprnt()
300 count++; in doprnt()
317 count++; in doprnt()
[all …]
/dragonfly/crypto/libressl/apps/openssl/
H A Dspeed.c1028 for (count = 0, run = 1; COND(c[D_MD4][j]); count++) in speed_main()
1041 for (count = 0, run = 1; COND(c[D_MD5][j]); count++) in speed_main()
1064 for (count = 0, run = 1; COND(c[D_HMAC][j]); count++) { in speed_main()
1089 for (count = 0, run = 1; COND(c[D_SHA1][j]); count++) in speed_main()
1100 for (count = 0, run = 1; COND(c[D_SHA256][j]); count++) in speed_main()
1152 for (count = 0, run = 1; COND(c[D_RC4][j]); count++) in speed_main()
1265 for (count = 0, run = 1; COND(c[D_GHASH][j]); count++) in speed_main()
1524 for (count = 0, run = 1; COND(rsa_c[j][0]); count++) { in speed_main()
1553 for (count = 0, run = 1; COND(rsa_c[j][1]); count++) { in speed_main()
1598 for (count = 0, run = 1; COND(dsa_c[j][0]); count++) { in speed_main()
[all …]
/dragonfly/usr.sbin/cron/lib/
H A Denv.c50 int count, i; in env_copy() local
53 for (count = 0; envp[count] != NULL; count++) in env_copy()
60 for (i = 0; i < count; i++) in env_copy()
68 p[count] = NULL; in env_copy()
76 int count, found; in env_set() local
85 for (count = 0; envp[count] != NULL; count++) { in env_set()
86 if (!strcmp_until(envp[count], envstr, '=')) in env_set()
87 found = count; in env_set()
89 count++; /* for the NULL */ in env_set()
119 p[count] = p[count-1]; in env_set()
[all …]
/dragonfly/usr.sbin/config/
H A Dmkioconf.c68 count++; in write_device_resources()
72 count++; in write_device_resources()
76 count++; in write_device_resources()
80 count++; in write_device_resources()
84 count++; in write_device_resources()
88 count++; in write_device_resources()
92 count++; in write_device_resources()
96 count++; in write_device_resources()
100 count++; in write_device_resources()
104 count++; in write_device_resources()
[all …]
/dragonfly/contrib/zstd/lib/compress/
H A Dhist.c29 unsigned HIST_count_simple(unsigned* count, unsigned* maxSymbolValuePtr, in HIST_count_simple() argument
37 ZSTD_memset(count, 0, (maxSymbolValue+1) * sizeof(*count)); in HIST_count_simple()
42 count[*ip++]++; in HIST_count_simple()
45 while (!count[maxSymbolValue]) maxSymbolValue--; in HIST_count_simple()
50 if (count[s] > largestCount) largestCount = count[s]; in HIST_count_simple()
74 size_t const countSize = (*maxSymbolValuePtr + 1) * sizeof(*count); in HIST_count_parallel_wksp()
84 ZSTD_memset(count, 0, countSize); in HIST_count_parallel_wksp()
140 size_t HIST_countFast_wksp(unsigned* count, unsigned* maxSymbolValuePtr, in HIST_countFast_wksp() argument
154 size_t HIST_count_wksp(unsigned* count, unsigned* maxSymbolValuePtr, in HIST_count_wksp() argument
168 size_t HIST_countFast(unsigned* count, unsigned* maxSymbolValuePtr, in HIST_countFast() argument
[all …]

12345678910>>...83