1276792Sdim/*
2276792Sdim * CDDL HEADER START
3276792Sdim *
4276792Sdim * The contents of this file are subject to the terms of the
5276792Sdim * Common Development and Distribution License (the "License").
6276792Sdim * You may not use this file except in compliance with the License.
7276792Sdim *
8276792Sdim * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9276792Sdim * or http://www.opensolaris.org/os/licensing.
10276792Sdim * See the License for the specific language governing permissions
11276792Sdim * and limitations under the License.
12276792Sdim *
13276792Sdim * When distributing Covered Code, include this CDDL HEADER in each
14276792Sdim * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15276792Sdim * If applicable, add the following below this CDDL HEADER, with the
16276792Sdim * fields enclosed by brackets "[]" replaced with your own identifying
17276792Sdim * information: Portions Copyright [yyyy] [name of copyright owner]
18276792Sdim *
19276792Sdim * CDDL HEADER END
20276792Sdim */
21276792Sdim
22276792Sdim/*
23276792Sdim * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
24276792Sdim * Use is subject to license terms.
25276792Sdim */
26276792Sdim
27276792Sdim
28276792Sdim#pragma	ident	"%Z%%M%	%I%	%E% SMI"
29276792Sdim
30276792Sdim
31276792Sdim/*
32276792Sdim * ASSERTION:
33276792Sdim *  lquantize() lower bound must be a 32-bit quantity
34276792Sdim *
35276792Sdim * SECTION: Aggregations/Aggregations
36276792Sdim *
37276792Sdim */
38276792Sdim
39276792SdimBEGIN
40276792Sdim{
41276792Sdim	@a[1] = lquantize(timestamp, 2147483657, 1000, 1);
42276792Sdim}
43276792Sdim
44276792Sdim