HomeSort by relevance Sort by last modified time
    Searched refs:SIZEOF (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /device/linaro/bootloader/arm-trusted-firmware/bl1/
bl1.ld.S 162 __DATA_SIZE__ = SIZEOF(.data);
172 __BSS_SIZE__ = SIZEOF(.bss);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xmd.h 82 * can define this macro to be sizeof(x) if and only if their compiler doesn't
94 # define SIZEOF(x) _SIZEOF(x)
176 # define NEXTPTR(p,t) (((char *) p) + SIZEOF(t))
Xlibint.h 459 GetReqSized(name, SIZEOF(x##name##Req), req)
462 GetReqSized(name, SIZEOF(x/**/name/**/Req), req)
470 GetReqSized(name, SIZEOF(x##name##Req) + n, req)
473 GetReqSized(name, SIZEOF(x/**/name/**/Req) + n, req)
485 req = (xResourceReq *) _XGetRequest(dpy, X_##name, SIZEOF(xResourceReq)); \
489 req = (xResourceReq *) _XGetRequest(dpy, X_/**/name, SIZEOF(xResourceReq)); \
499 req = (xReq *) _XGetRequest(dpy, X_##name, SIZEOF(xReq))
502 req = (xReq *) _XGetRequest(dpy, X_/**/name, SIZEOF(xReq))
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/bl2/
bl2.ld.S 144 __BSS_SIZE__ = SIZEOF(.bss);
  /device/linaro/bootloader/arm-trusted-firmware/bl2u/
bl2u.ld.S 131 __BSS_SIZE__ = SIZEOF(.bss);
  /device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/
tsp.ld.S 130 __BSS_SIZE__ = SIZEOF(.bss);
  /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/
bl31.ld.S 173 __BSS_SIZE__ = SIZEOF(.bss);
  /device/linaro/bootloader/arm-trusted-firmware/bl32/sp_min/
sp_min.ld.S 180 __BSS_SIZE__ = SIZEOF(.bss);
  /frameworks/compile/mclinker/include/mcld/Script/
UnaryOp.h 86 IntOperand* UnaryOp<Operator::SIZEOF>::eval(const Module&,
Operator.h 81 SIZEOF = 48,
159 Operator& Operator::create<Operator::SIZEOF>();
  /frameworks/compile/mclinker/lib/Script/
RpnExpr.cpp 79 // ADDR ( `output_sect' ) + SIZEOF ( `output_sect' )
85 expr->push_back(&Operator::create<Operator::SIZEOF>());
Operator.cpp 40 "SIZEOF", "SIZEOF_HEADERS", "MAXPAGESIZE",
154 Operator& Operator::create<Operator::SIZEOF>() {
155 static UnaryOp<Operator::SIZEOF> op;
UnaryOp.cpp 163 IntOperand* UnaryOp<Operator::SIZEOF>::eval(const Module& pModule,
ScriptParser.yy 138 %token SIZEOF
890 | SIZEOF '(' string ')'
894 &Operator::create<Operator::SIZEOF>());
  /device/linaro/bootloader/arm-trusted-firmware/bl31/
bl31.ld.S 242 __BSS_SIZE__ = SIZEOF(.bss);
  /external/mesa3d/src/mesa/x86/
gen_matypes.c 100 #define SIZEOF( s, t ) \
101 DEFINE_UL( s, sizeof(t) )
237 SIZEOF( "SIZEOF_GL_LIGHT ", struct gl_light );
  /external/syslinux/core/i386/
syslinux.ld 163 . += SIZEOF(.config);
167 . += SIZEOF(.replacestub);
  /external/syslinux/core/
syslinux.ld 163 . += SIZEOF(.config);
167 . += SIZEOF(.replacestub);
  /external/syslinux/core/x86_64/
syslinux.ld 163 . += SIZEOF(.config);
167 . += SIZEOF(.replacestub);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib/ldscripts/
elf_i386.xdc 143 . = DATA_SEGMENT_RELRO_END (SIZEOF (.got.plt) >= 12 ? 12 : 0, .);
elf_i386.xsc 135 . = DATA_SEGMENT_RELRO_END (SIZEOF (.got.plt) >= 12 ? 12 : 0, .);
  /external/libdrm/tests/ttmtest/src/
xf86dri.c 205 if (sizeof(drm_handle_t) == 8) {
505 if (rep.length != ((((SIZEOF(xXF86DRIGetDrawableInfoReply) -
506 SIZEOF(xGenericReply) +
507 total_rects * sizeof(drm_clip_rect_t)) +
518 int len = sizeof(drm_clip_rect_t) * (*numClipRects);
528 int len = sizeof(drm_clip_rect_t) * (*numBackClipRects);
576 if (sizeof(drm_handle_t) == 8) {
  /external/mesa3d/src/glx/
XF86dri.c 199 if (sizeof(drm_handle_t) == 8) {
516 if (rep.length != ((((SIZEOF(xXF86DRIGetDrawableInfoReply) -
517 SIZEOF(xGenericReply) +
518 total_rects * sizeof(drm_clip_rect_t)) +
529 int len = sizeof(drm_clip_rect_t) * (*numClipRects);
540 int len = sizeof(drm_clip_rect_t) * (*numBackClipRects);
581 if (sizeof(drm_handle_t) == 8) {
  /hardware/intel/common/libva/va/x11/
va_dri.c 205 if (sizeof(drm_handle_t) == 8) {
500 if (rep.length != ((((SIZEOF(xVA_DRIGetDrawableInfoReply) -
501 SIZEOF(xGenericReply) +
502 total_rects * sizeof(drm_clip_rect_t)) + 3) & ~3) >> 2)) {
512 int len = sizeof(drm_clip_rect_t) * (*numClipRects);
522 int len = sizeof(drm_clip_rect_t) * (*numBackClipRects);
568 if (sizeof(drm_handle_t) == 8) {
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/x86_64-linux-android/lib/ldscripts/
elf32_x86_64.x 143 . = DATA_SEGMENT_RELRO_END (SIZEOF (.got.plt) >= 24 ? 24 : 0, .);

Completed in 507 milliseconds

1 2 3 4 5 6 7