HomeSort by: relevance | last modified time | path
    Searched defs:nums (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
pretty-array.c 18 int nums[2][3] = {{11, 12, 13}, {21, 22, 23}}; variable
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
pretty-array.c 18 int nums[2][3] = {{11, 12, 13}, {21, 22, 23}}; variable
  /src/usr.bin/tput/
tput.c 150 long nums[TPARM_MAX]; local
170 nums[i] = strtol(*argv, &tmp, 0);
172 (nums[i] == LONG_MIN || nums[i] == LONG_MAX)) ||
173 (errno != 0 && nums[i] == 0) ||
182 (piss[i - 1] ? (long)strs[i - 1] : nums[i - 1]) : 0)
  /src/external/bsd/atf/dist/atf-c/detail/
list_test.c 276 int nums[10]; local
292 nums[i] = i + 1;
293 RE(atf_list_append(&list, &nums[i], false));
315 int nums[10]; local
331 nums[i] = i + 1;
332 RE(atf_list_append(&list, &nums[i], false));
map_test.c 290 int nums[10]; local
306 nums[i] = i + 1;
307 snprintf(keys[i], sizeof(keys[i]), "%d", nums[i]);
308 RE(atf_map_insert(&map, keys[i], &nums[i], false));
331 int nums[10]; local
347 nums[i] = i + 1;
348 snprintf(keys[i], sizeof(keys[i]), "%d", nums[i]);
349 RE(atf_map_insert(&map, keys[i], &nums[i], false));
  /src/lib/libterminfo/
tparm.c 54 long nums[20]; member in struct:__anon561
67 if (stack->offset >= sizeof(stack->nums)) {
71 stack->nums[stack->offset] = num;
90 *num = stack->nums[stack->offset];
term_private.h 122 int *nums; member in struct:__anon556
173 TBUF nums; member in struct:__anon558
term.h 236 #define t_bit_image_entwining(t) (t)->nums[TICODE_bitwin]
237 #define t_bit_image_type(t) (t)->nums[TICODE_bitype]
238 #define t_buffer_capacity(t) (t)->nums[TICODE_bufsz]
239 #define t_buttons(t) (t)->nums[TICODE_btns]
240 #define t_columns(t) (t)->nums[TICODE_cols]
241 #define t_dot_horz_spacing(t) (t)->nums[TICODE_spinh]
242 #define t_dot_vert_spacing(t) (t)->nums[TICODE_spinv]
243 #define t_init_tabs(t) (t)->nums[TICODE_it]
244 #define t_label_height(t) (t)->nums[TICODE_lh]
245 #define t_label_width(t) (t)->nums[TICODE_lw
1937 int *nums; member in struct:__anon554
    [all...]
  /src/sys/altq/
altq_wfq.h 117 int nums; /* number of queues */ member in struct:wfqstate
  /src/usr.bin/tip/
cmds.c 719 int nums[3]; local
722 nums[i] = (int)(a % quant[i]);
727 if (nums[i] || (i == 0 && nums[1] == 0 && nums[2] == 0))
728 (void)printf("%d %s%c ", nums[i], sep[i],
729 nums[i] == 1 ? '\0' : 's');
  /src/external/mpl/bind/dist/lib/dns/
dst_internal.h 112 uint32_t nums[DST_MAX_NUMERIC]; /*%< numeric metadata member in struct:dst_key
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dst_internal.h 135 uint32_t nums[DST_MAX_NUMERIC + 1]; /*%< numeric metadata member in struct:dst_key
  /src/external/mit/lua/dist/src/
ltable.c 394 ** Compute the optimal size for the array part of table 't'. 'nums' is a
395 ** "count array" where 'nums[i]' is the number of integers in the table
401 static unsigned int computesizes (unsigned int nums[], unsigned int *pna) {
411 a += nums[i];
423 static int countint (lua_Integer key, unsigned int *nums) {
426 nums[luaO_ceillog2(k)]++; /* count as such */
435 ** Count keys in array part of table 't': Fill 'nums[i]' with
439 static unsigned int numusearray (const Table *t, unsigned int *nums) {
442 unsigned int ause = 0; /* summation of 'nums' */
459 nums[lg] += lc
611 unsigned int nums[MAXABITS + 1]; local
    [all...]
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
ucgendat.c 215 static _num_t *nums; variable
222 static _num_t *nums; variable
757 if (nums[n].numerator == num && nums[n].denominator == denom)
763 nums = (_num_t *) malloc(sizeof(_num_t) << 3);
765 nums = (_num_t *) realloc((char *) nums,
771 nums[n].numerator = num;
772 nums[n].denominator = denom;
1844 if (nums[i].numerator < 0)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
kgd_pp_interface.h 166 uint32_t nums; member in struct:pp_states_info
  /src/external/gpl3/binutils/dist/gas/
read.c 4773 LITTLENUM_TYPE *nums;
4831 nums = generic_bignum + size / CHARS_PER_LITTLENUM;
4834 --nums;
4835 md_number_to_chars (p, *nums, CHARS_PER_LITTLENUM);
4842 nums = generic_bignum;
4845 md_number_to_chars (p, *nums, CHARS_PER_LITTLENUM);
4846 ++nums;
4768 LITTLENUM_TYPE *nums; local
  /src/external/gpl3/binutils.old/dist/gas/
read.c 4762 LITTLENUM_TYPE *nums;
4820 nums = generic_bignum + size / CHARS_PER_LITTLENUM;
4823 --nums;
4824 md_number_to_chars (p, *nums, CHARS_PER_LITTLENUM);
4831 nums = generic_bignum;
4834 md_number_to_chars (p, *nums, CHARS_PER_LITTLENUM);
4835 ++nums;
4757 LITTLENUM_TYPE *nums; local

Completed in 105 milliseconds