Searched refs:packed (Results 1 - 24 of 24) sorted by relevance

/system/bt/btcore/include/
H A Diac.h27 } __attribute__((packed))bt_inquiry_access_code_t;
/system/media/audio_utils/include/audio_utils/
H A Dminifloat.h28 /* A pair of gain_minifloat_t packed into a single word */
46 static inline gain_minifloat_t gain_minifloat_unpack_left(gain_minifloat_packed_t packed) argument
48 return packed & 0xFFFF;
51 static inline gain_minifloat_t gain_minifloat_unpack_right(gain_minifloat_packed_t packed) argument
53 return packed >> 16;
/system/core/base/include/base/
H A Dmemory.h23 // Use packed structures for access to unaligned data on targets with alignment
30 } __attribute__((packed));
39 } __attribute__((packed));
/system/vold/
H A DAsec.h41 } __attribute__((packed));
/system/core/include/cutils/
H A Ddebugger.h42 typedef struct __attribute__((packed)) {
/system/core/mkbootimg/
H A Dbootimg.h57 } __attribute__((packed));
/system/core/libpixelflinger/
H A Dclear.cpp50 static void memset2d(context_t* c, const surface_t& s, uint32_t packed, argument
67 memset(dst, packed, w);
73 android_memset16((uint16_t*)dst, packed, w);
81 android_memset32((uint32_t*)dst, packed, w);
130 const uint32_t packed = c->state.clear.colorPacked; local
131 memset2d(c, c->state.buffers.color, packed, l, t, w, h);
139 const uint32_t packed = c->state.clear.depthPacked; local
140 memset2d(c, c->state.buffers.depth, packed, l, t, w, h);
H A Dscanline.cpp1663 c->packed = ggl_pack_color(c, c->state.buffers.color.format,
1772 c->packed = ggl_pack_color(c, f,
2272 uint32_t packed = c->packed; local
2273 memset(dst, packed, ct);
2283 uint32_t packed = c->packed; local
2284 android_memset16(dst, packed, ct*2);
2294 uint32_t packed = GGL_HOST_TO_RGBA(c->packed); local
[all...]
/system/media/audio_effects/include/audio_effects/
H A Deffect_environmentalreverb.h62 } __attribute__((packed)) t_reverb_settings;
/system/bt/btif/co/
H A Dbta_gatts_co.c41 } __attribute__((packed)) btif_gatts_srv_chg_cb_t;
/system/core/adb/
H A Dusb_linux_client.cpp65 } __attribute__((packed));
73 } __attribute__((packed));
81 } __attribute__((packed)) header;
83 } __attribute__((packed));
93 } __attribute__((packed));
191 } __attribute__((packed)) lang0;
192 } __attribute__((packed)) strings = {
H A Dframebuffer_service.cpp55 } __attribute__((packed));
/system/gatekeeper/include/gatekeeper/
H A Dgatekeeper.h29 struct __attribute__((packed)) failure_record_t {
/system/core/libziparchive/
H A Dzip_archive.cc91 } __attribute__((packed));
145 } __attribute__((packed));
183 } __attribute__((packed));
198 } __attribute__((packed));
/system/bt/bta/gatt/
H A Dbta_gattc_int.h265 } __attribute__((packed)) tBTA_GATTC_CACHE_ATTR;
278 } __attribute__((packed)) tBTA_GATTC_CACHE;
/system/core/gpttool/
H A Dgpttool.c66 } __attribute__((packed));
/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp54 parts.packed = 0;
112 // just use a packed version of the color and extract the
124 parts.packed = (!mTextureMachine.mask && !mBlending
127 if (load || parts.packed) {
129 comment("load initial iterated color (8888 packed)");
134 comment("load initial iterated color (dest format packed)");
156 CONTEXT_LOAD(parts.iterated.reg, packed);
188 // iterated colors are packed, extract the one we need
701 // this is a packed format, and we don't support
H A DGGLAssembler.h298 uint32_t packed : 1; member in struct:android::GGLAssembler::fragment_parts_t
H A DGGLAssembler.cpp255 if (directTex | parts.packed) {
/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h535 uint32_t packed; member in struct:android::context_t
/system/bt/bta/include/
H A Dbta_gatt_api.h57 } __attribute__((packed)) tBTA_GATT_ID;
/system/bt/btif/src/
H A Dbtif_gatt_server.c108 } __attribute__((packed)) btif_gatts_cb_t;
H A Dbtif_gatt_client.c210 } __attribute__((packed)) btif_gattc_cb_t;
225 }__attribute__((packed)) btif_gattc_dev_t;
232 }__attribute__((packed)) btif_gattc_dev_cb_t;
/system/security/keystore/
H A Dkeystore.cpp587 struct __attribute__((packed)) blob {

Completed in 992 milliseconds