Searched refs:celt (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVCSetupApi.h287 /// <param name="celt">The number of product instances to retrieve.</param>
291 /// retrieved. If celt is 1 this parameter may be NULL.</param>
293 /// was fetched (at end of enumeration), E_INVALIDARG if celt is greater than
297 (_In_ ULONG celt, _Out_writes_to_(celt, *pceltFetched) ISetupInstance **rgelt,
298 _Out_opt_ _Deref_out_range_(0, celt) ULONG *pceltFetched) = 0;
303 /// <param name="celt">The number of product instances to skip.</param>
306 STDMETHOD(Skip)(_In_ ULONG celt) = 0;
/freebsd-12-stable/contrib/libucl/src/
H A Ducl_emitter.c521 const ucl_object_t *cur, *celt; local
563 LL_FOREACH (cur, celt) {
564 ucl_emit_msgpack_elt (ctx, celt, false, true);
/freebsd-12-stable/contrib/gcc/
H A Dc-typeck.c6540 constructor_elt *celt;
6661 celt = VEC_safe_push (constructor_elt, gc, constructor_elements, NULL);
6662 celt->index = field;
6663 celt->value = value;
6509 constructor_elt *celt; local

Completed in 97 milliseconds