OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALIGN4
(Results
1 - 13
of
13
) sorted by null
/external/libhevc/common/
ihevc_macros.h
52
#define
ALIGN4
(x) ((((x) + 3) >> 2) << 2)
/prebuilts/misc/common/swig/include/2.0.11/
constraints.i
27
Pointer
ALIGN4
- 4-byte aligned pointer
203
void *
ALIGN4
,
204
Pointer
ALIGN4
/external/libavc/common/
ih264_macros.h
50
#define
ALIGN4
(x) ((((x) + 3) >> 2) << 2)
/external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp
65
ALIGN4
,
71
AlignVariant =
ALIGN4
;
/external/libavc/encoder/
ih264e_utils.c
747
mv_bank_size +=
ALIGN4
(num_pu);
750
mv_bank_size +=
ALIGN4
(num_pu * sizeof(enc_pu_t));
929
pu1_buf +=
ALIGN4
(num_pu);
932
pu1_buf +=
ALIGN4
(num_pu * sizeof(enc_pu_t));
[
all
...]
/external/libhevc/decoder/
ihevcd_utils.c
275
mv_bank_size +=
ALIGN4
(num_ctb * sizeof(UWORD16));
684
pu1_buf +=
ALIGN4
(num_ctb * sizeof(UWORD16));
995
size =
ALIGN4
(num_ctb * sizeof(UWORD16));
[
all
...]
ihevcd_api.c
[
all
...]
/external/libavc/decoder/
ih264d_parse_cavlc.c
403
offset =
ALIGN4
(offset);
685
offset =
ALIGN4
(offset);
[
all
...]
ih264d_parse_cabac.c
558
offset =
ALIGN4
(offset);
[
all
...]
ih264d_process_intra_mb.c
189
offset =
ALIGN4
(offset);
693
offset =
ALIGN4
(offset);
[
all
...]
/external/syslinux/gpxe/src/drivers/net/
depca.c
416
#define
ALIGN4
((u32)4 - 1) /* 1 longword align */
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
arm_math.h
345
#define
ALIGN4
348
#define
ALIGN4
__attribute__((aligned(4)))
350
#define
ALIGN4
__align(4)
[
all
...]
/device/google/contexthub/firmware/external/arm/
arm_common_tables.c
[
all
...]
Completed in 1006 milliseconds