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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_list_test.cc 64 ListItem items[6]; local in function:__sanitizer::TEST
70 ListItem *x = &items[0];
71 ListItem *y = &items[1];
72 ListItem *z = &items[2];
73 ListItem *a = &items[3];
74 ListItem *b = &items[4];
75 ListItem *c = &items[5];
  /src/usr.bin/make/
lst.h 161 * A vector is an ordered collection of items, allowing for fast indexed
165 void *items; /* memory holding the items */ member in struct:Vector
180 unsigned char *items = v->items; local in function:Vector_Get
181 return items + i * v->itemSize;
190 free(v->items);
for.c 66 SubstringWords items; /* Substitution items */ member in struct:ForLoop
97 SubstringWords_Init(&f->items);
111 SubstringWords_Free(f->items);
122 const Substring *items; local in function:ForLoop_Details
126 vars = f->vars.items;
128 items = f->items.words + f->nextItem - n;
136 Buf_AddRange(&buf, items[i].start, items[i].end)
191 char *items; local in function:ForLoop_ParseItems
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_mac_test_helpers.mm 216 int items[10]; field in interface:FixedArray
222 return items[index];
  /src/usr.bin/xlint/lint2/
hash.c 116 hte_t **items; member in struct:hte_list
126 list->items = xrealloc(list->items,
127 sizeof(list->items[0]) * list->cap);
129 list->items[list->len++] = item;
176 qsort(sorted.items, sorted.len, sizeof(sorted.items[0]), hte_by_name);
179 action(sorted.items[i]);
181 free(sorted.items);
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga_overlay.h 74 /* May include zero or more items. */
78 } items[1]; member in struct:SVGAEscapeVideoSetRegs
109 } items[1]; member in struct:__anon86a9d9660608
118 } items[SVGA_VIDEO_NUM_REGS]; member in struct:__anon86a9d9660808
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_overlay.c 122 } *items; local in function:vmw_overlay_send_put
130 fifo_size = sizeof(*cmds) + sizeof(*flush) + sizeof(*items) * num_items;
137 items = (typeof(items))&cmds[1];
138 flush = (struct vmw_escape_video_flush *)&items[num_items];
140 /* the size is header + number of items */
141 fill_escape(&cmds->escape, sizeof(*items) * (num_items + 1));
148 items[i].registerId = i;
153 items[SVGA_VIDEO_ENABLED].value = true;
154 items[SVGA_VIDEO_FLAGS].value = arg->flags
    [all...]
  /src/usr.bin/indent/
lexi.c 97 const char **items; member in struct:__anon6178c7710108
279 const char **arr = typenames.items;
313 typenames.items = nonnull(realloc(typenames.items,
314 sizeof(typenames.items[0]) * typenames.cap));
322 memmove(typenames.items + pos + 1, typenames.items + pos,
323 sizeof(typenames.items[0]) * (typenames.len++ - (unsigned)pos));
324 typenames.items[pos] = nonnull(strdup(name));
  /src/games/hunt/hunt/
otto.c 429 struct item items[NUMDIRECTIONS]; local in function:face_and_move_direction
435 items[i] =
437 memcpy(flbr, items, sizeof flbr);
  /src/lib/libmenu/
menu.h 124 int item_count; /* number of items attached */
125 ITEM **items; /* items associated with this menu */ member in struct:__menu
  /src/sys/external/bsd/ipf/netinet/
ip_sync.c 1227 int i, items; local in function:ipf_sync_flush_table
1229 items = 0;
1249 items++;
1253 return items;
ip_state.c 4302 void *items[1]; local in function:ipf_state_log
4343 items[0] = &ipsl;
4347 (void) ipf_log_items(softc, IPL_LOGSTATE, NULL, items, sizes, types, 1);
4857 /* short lifetime where items are put that can't be deleted straight away */
5093 /* that queue so that all of the items on it are updated accordingly. */
ip_nat.c 6062 void *items[1]; local in function:ipf_nat_log
6106 items[0] = &natl;
6110 (void) ipf_log_items(softc, IPL_LOGNAT, NULL, items, sizes, types, 1);
6879 /* lifetime where items are put that can't be deleted straight away because */
  /src/bin/csh/
file.c 305 print_by_column(Char *dir, Char *items[], size_t count)
314 maxwidth = maxwidth > (r = Strlen(items[i])) ? maxwidth : r;
326 (void)fprintf(cshout, "%s", vis_str(items[i]));
327 (void)fputc(dir ? filetype(dir, items[i]) : ' ', cshout);
329 w = Strlen(items[i]) + 1;
457 free_items(Char **items, size_t numitems)
462 free(items[i]);
463 free(items);
466 #define FREE_ITEMS(items, numitems) { \
472 free_items(items, numitems);
488 Char **items = NULL; local in function:tsearch
    [all...]
  /src/usr.bin/xlint/xlint/
xlint.c 64 char **items; member in struct:__anon941f5c590108
118 l->items = xrealloc(l->items, sizeof(*l->items) * l->cap);
120 l->items[l->len++] = s;
142 if (strcmp(l->items[i], s) == 0)
152 list_add(dst, src->items[i]);
160 free(l->items[--l->len]);
205 (void)remove(lint1.outfiles.items[i]);
294 print_sh_quoted(args->items[0])
    [all...]
  /src/sys/arch/sparc/dev/
cgfourteen.c 243 int i, isconsole, items; local in function:cgfourteenattach
337 prom_getprop(sa->sa_node, "address", 4, &items, &ptr);
  /src/sys/external/bsd/sljit/dist/regex_src/
regexJIT.c 151 struct stack_item items[STACK_FRAGMENT_SIZE]; member in struct:stack_fragment
228 return stack->last->items + stack->index;
260 stack->last->items[stack->index].type = type;
261 stack->last->items[stack->index].value = value;
292 static int stack_push_copy(struct stack *stack, int items, int length)
300 SLJIT_ASSERT(stack->count >= length && items <= length && items > 0);
303 counter = items;
328 frag2->items[ind2--] = frag1->items[ind1--]
    [all...]
  /src/usr.bin/xlint/lint1/
lex.c 294 const sym_t **items; member in struct:syms
304 syms->items = xrealloc(syms->items,
305 syms->cap * sizeof(syms->items[0]));
307 syms->items[syms->len++] = sym;
313 struct syms syms = { xcalloc(64, sizeof(syms.items[0])), 0, 64 };
335 qsort(syms.items, syms.len, sizeof(syms.items[0]),
338 debug_sym("", syms.items[i], "\n");
349 free(syms.items);
    [all...]
lint1.h 51 } *items; member in struct:memory_pool
  /src/lib/libnpf/
npf.c 134 const nvlist_t * const *items; local in function:_npf_dataset_lookup
140 items = nvlist_get_nvlist_array(dict, dataset, &nitems);
144 item_name = dnvlist_get_string(items[i], key, NULL);
155 const nvlist_t * const *items; local in function:_npf_dataset_getelement
161 items = nvlist_get_nvlist_array(dict, dataset, &nitems);
163 return items[i];
175 nvlist_t **items; local in function:_npf_rules_process
181 items = nvlist_take_nvlist_array(dict, key, &nitems);
183 nvlist_t *rule_dict = items[i];
205 free(items);
    [all...]
  /src/usr.bin/vmstat/
vmstat.c 1944 int used, items, chain, maxchain; local in function:dohashstat
1985 "hash table", "buckets", "buckets", "%", "items", "chain",
2034 items = maxchain = 0;
2070 items += chain;
2079 items, used ? (double)items / used : 0.0, maxchain);
2136 "hash table", "buckets", "buckets", "%", "items", "chain",

Completed in 34 milliseconds