Searched refs:packed (Results 126 - 150 of 396) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dbocu1tst.c127 /* The length of a byte sequence, according to its packed form. */
128 #define BOCU1_LENGTH_FROM_PACKED(packed) \
129 ((uint32_t)(packed)<0x04000000 ? (packed)>>24 : 4)
274 * and return a packed integer with them.
331 /* encode the length of the packed result */
360 * @return the packed 1/2/3/4-byte encoding, see packDiff(),
600 * Write a packed BOCU-1 byte sequence into a byte array,
604 * @param packed packed BOC
611 writePacked(int32_t packed, uint8_t *p) argument
644 unpackDiff(int32_t initialPrev, int32_t packed) argument
680 int32_t packed, initialPrev; local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dbocu1tst.c127 /* The length of a byte sequence, according to its packed form. */
128 #define BOCU1_LENGTH_FROM_PACKED(packed) \
129 ((uint32_t)(packed)<0x04000000 ? (packed)>>24 : 4)
274 * and return a packed integer with them.
331 /* encode the length of the packed result */
360 * @return the packed 1/2/3/4-byte encoding, see packDiff(),
600 * Write a packed BOCU-1 byte sequence into a byte array,
604 * @param packed packed BOC
611 writePacked(int32_t packed, uint8_t *p) argument
644 unpackDiff(int32_t initialPrev, int32_t packed) argument
680 int32_t packed, initialPrev; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format.h92 LLVMValueRef packed,
98 LLVMValueRef packed,
H A Dlp_bld_format_soa.c79 * It takes a vector of packed pixels:
81 * packed = {P0, P1, P2, P3, ..., Pn}
90 * It requires that a packed pixel fits into an element of the output
94 * \param format_desc the format of the 'packed' incoming pixel vector
96 * \param packed the incoming vector of packed pixels
103 LLVMValueRef packed,
129 input = packed;
260 LLVMValueRef packed,
267 packed
100 lp_build_unpack_rgba_soa(struct gallivm_state *gallivm, const struct util_format_description *format_desc, struct lp_type type, LLVMValueRef packed, LLVMValueRef rgba_out[4]) argument
258 lp_build_rgba8_to_f32_soa(struct gallivm_state *gallivm, struct lp_type dst_type, LLVMValueRef packed, LLVMValueRef *rgba) argument
335 LLVMValueRef packed; local
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcState.h179 #define UNPACK_PRIMARY_SHORT(packed) ((uint32_t)(packed) >> 16)
180 #define UNPACK_SECONDARY_SHORT(packed) ((packed) & 0xFFFF)
183 #define UNPACK_PRIMARY_SHORT(packed) ((packed) & 0xFFFF)
184 #define UNPACK_SECONDARY_SHORT(packed) ((uint32_t)(packed) >> 16)
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
H A Dg722_enc_dec.h63 /*! TRUE if the G.722 data is packed */
64 int packed; member in struct:__anon15747
101 /*! TRUE if the G.722 data is packed */
102 int packed; member in struct:__anon15749
/external/clang/test/CodeGen/
H A Dbitfield.c71 unsigned b:28 __attribute__ ((packed));
75 signed b:28 __attribute__ ((packed));
/external/clang/test/Sema/
H A Dattr-aligned.c38 struct D { int member __attribute__((aligned(2))) __attribute__((packed)); } d;
42 struct E { int member __attribute__((aligned(2))); } __attribute__((packed));
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dnfnetlink_log.h69 } __attribute__ ((packed));
75 } __attribute__ ((packed));
H A Dnfnetlink_queue.h20 } __attribute__ ((packed));
86 } __attribute__ ((packed));
/external/libnl/include/linux/netfilter/
H A Dnfnetlink_log.h70 } __attribute__ ((packed));
76 } __attribute__ ((packed));
H A Dnfnetlink_queue.h23 } __attribute__ ((packed));
82 } __attribute__ ((packed));
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format.h92 LLVMValueRef packed,
98 LLVMValueRef packed,
H A Dlp_bld_format_soa.c79 * It takes a vector of packed pixels:
81 * packed = {P0, P1, P2, P3, ..., Pn}
90 * It requires that a packed pixel fits into an element of the output
94 * \param format_desc the format of the 'packed' incoming pixel vector
96 * \param packed the incoming vector of packed pixels
103 LLVMValueRef packed,
129 input = packed;
260 LLVMValueRef packed,
267 packed
100 lp_build_unpack_rgba_soa(struct gallivm_state *gallivm, const struct util_format_description *format_desc, struct lp_type type, LLVMValueRef packed, LLVMValueRef rgba_out[4]) argument
258 lp_build_rgba8_to_f32_soa(struct gallivm_state *gallivm, struct lp_type dst_type, LLVMValueRef packed, LLVMValueRef *rgba) argument
335 LLVMValueRef packed; local
[all...]
/external/skia/src/core/
H A DSkBitmapProcState.h187 #define UNPACK_PRIMARY_SHORT(packed) ((uint32_t)(packed) >> 16)
188 #define UNPACK_SECONDARY_SHORT(packed) ((packed) & 0xFFFF)
191 #define UNPACK_PRIMARY_SHORT(packed) ((packed) & 0xFFFF)
192 #define UNPACK_SECONDARY_SHORT(packed) ((uint32_t)(packed) >> 16)
/external/kernel-headers/original/uapi/linux/
H A Djffs2.h97 } __attribute__((packed)) jint32_t;
101 } __attribute__((packed)) jmode_t;
105 } __attribute__((packed)) jint16_t;
179 } __attribute__((packed));
191 } __attribute__((packed));
H A Dncp.h30 } __attribute__((packed));
45 } __attribute__((packed));
161 } __attribute__((packed));
193 } __attribute__((packed));
199 } __attribute__((packed));
H A Drds.h98 } __attribute__((packed));
113 } __attribute__((packed));
126 } __attribute__((packed));
136 } __attribute__((packed));
148 } __attribute__((packed));
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
H A DGifHeaderParser.java114 int packed = read(); // packed fields
115 header.currentFrame.dispose = (packed & 0x1c) >> 2; // disposal method
119 header.currentFrame.transparency = (packed & 1) != 0;
135 int packed = read();
136 lctFlag = (packed & 0x80) != 0; // 1 - local color table flag interlace
137 lctSize = (int) Math.pow(2, (packed & 0x07) + 1);
139 // 4-5 - reserved lctSize = 2 << (packed & 7); // 6-8 - local color
141 header.currentFrame.interlace = (packed & 0x40) != 0;
201 // packed field
[all...]
/external/smali/smali/src/main/java/org/jf/smali/
H A DsmaliFlexLexer.java125 private static int zzUnpackAction(String packed, int offset, int [] result) { argument
126 int i = 0; /* index in packed string */
128 int l = packed.length();
130 int count = packed.charAt(i++);
131 int value = packed.charAt(i++);
297 private static int zzUnpackRowMap(String packed, int offset, int [] result) { argument
298 int i = 0; /* index in packed string */
300 int l = packed.length();
302 int high = packed.charAt(i++) << 16;
303 result[j++] = high | packed
2704 zzUnpackTrans(String packed, int offset, int [] result) argument
2768 zzUnpackAttribute(String packed, int offset, int [] result) argument
3012 zzUnpackCMap(String packed) argument
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_enum_field.cc169 if (descriptor_->options().packed() && HasGeneratedMethods(descriptor_->file())) {
251 if (!descriptor_->options().packed()) {
280 if (descriptor_->options().packed()) {
293 if (descriptor_->options().packed()) {
307 if (descriptor_->options().packed()) {
321 if (descriptor_->options().packed()) {
345 if (descriptor_->options().packed()) {
H A Dcpp_primitive_field.cc200 if (descriptor->options().packed()) {
215 if (descriptor_->options().packed() && HasGeneratedMethods(descriptor_->file())) {
295 if (descriptor_->options().packed()) {
308 if (descriptor_->options().packed()) {
322 if (descriptor_->options().packed()) {
336 if (descriptor_->options().packed()) {
366 if (descriptor_->options().packed()) {
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_enum_field.cc166 if (descriptor_->options().packed() && HasGeneratedMethods(descriptor_->file())) {
248 if (!descriptor_->options().packed()) {
277 if (descriptor_->options().packed()) {
290 if (descriptor_->options().packed()) {
304 if (descriptor_->options().packed()) {
318 if (descriptor_->options().packed()) {
342 if (descriptor_->options().packed()) {
H A Dcpp_primitive_field.cc197 if (descriptor->options().packed()) {
212 if (descriptor_->options().packed() && HasGeneratedMethods(descriptor_->file())) {
292 if (descriptor_->options().packed()) {
305 if (descriptor_->options().packed()) {
319 if (descriptor_->options().packed()) {
333 if (descriptor_->options().packed()) {
363 if (descriptor_->options().packed()) {
/external/clang/test/Index/
H A Dprint-type-size.cpp243 struct __attribute__((packed)) E {
250 struct __attribute__((packed)) F : E {
264 } __attribute__((packed));

Completed in 9534 milliseconds

1234567891011>>