HomeSort by relevance Sort by last modified time
    Searched refs:packed (Results 901 - 925 of 1232) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/skia/src/gpu/
GrDistanceFieldTextContext.cpp 119 void GrDistanceFieldTextContext::drawPackedGlyph(GrGlyph::PackedID packed,
129 GrGlyph* glyph = fStrike->getGlyph(packed, scaler);
  /external/eigen/blas/
chpmv.f 19 * A is an n by n hermitian matrix, supplied in packed form.
26 * triangular part of the matrix A is supplied in the packed
50 * packed sequentially, column by column, so that AP( 1 )
55 * packed sequentially, column by column, so that AP( 1 )
chpr.f 19 * n by n hermitian matrix, supplied in packed form.
26 * triangular part of the matrix A is supplied in the packed
61 * packed sequentially, column by column, so that AP( 1 )
68 * packed sequentially, column by column, so that AP( 1 )
chpr2.f 19 * n by n hermitian matrix, supplied in packed form.
26 * triangular part of the matrix A is supplied in the packed
72 * packed sequentially, column by column, so that AP( 1 )
79 * packed sequentially, column by column, so that AP( 1 )
dspmv.f 19 * A is an n by n symmetric matrix, supplied in packed form.
26 * triangular part of the matrix A is supplied in the packed
50 * packed sequentially, column by column, so that AP( 1 )
55 * packed sequentially, column by column, so that AP( 1 )
dspr2.f 19 * n by n symmetric matrix, supplied in packed form.
26 * triangular part of the matrix A is supplied in the packed
72 * packed sequentially, column by column, so that AP( 1 )
79 * packed sequentially, column by column, so that AP( 1 )
sspmv.f 19 * A is an n by n symmetric matrix, supplied in packed form.
26 * triangular part of the matrix A is supplied in the packed
50 * packed sequentially, column by column, so that AP( 1 )
55 * packed sequentially, column by column, so that AP( 1 )
sspr2.f 19 * n by n symmetric matrix, supplied in packed form.
26 * triangular part of the matrix A is supplied in the packed
72 * packed sequentially, column by column, so that AP( 1 )
79 * packed sequentially, column by column, so that AP( 1 )
zhpmv.f 19 * A is an n by n hermitian matrix, supplied in packed form.
26 * triangular part of the matrix A is supplied in the packed
50 * packed sequentially, column by column, so that AP( 1 )
55 * packed sequentially, column by column, so that AP( 1 )
zhpr.f 19 * n by n hermitian matrix, supplied in packed form.
26 * triangular part of the matrix A is supplied in the packed
61 * packed sequentially, column by column, so that AP( 1 )
68 * packed sequentially, column by column, so that AP( 1 )
zhpr2.f 19 * n by n hermitian matrix, supplied in packed form.
26 * triangular part of the matrix A is supplied in the packed
72 * packed sequentially, column by column, so that AP( 1 )
79 * packed sequentially, column by column, so that AP( 1 )
  /external/kernel-headers/original/asm-x86/
desc_32.h 17 unsigned long address __attribute__((packed));
19 } __attribute__ ((packed));
  /external/protobuf/src/google/protobuf/
extension_set.h 281 void AddInt32 (int number, FieldType type, bool packed, int32 value, desc);
282 void AddInt64 (int number, FieldType type, bool packed, int64 value, desc);
283 void AddUInt32(int number, FieldType type, bool packed, uint32 value, desc);
284 void AddUInt64(int number, FieldType type, bool packed, uint64 value, desc);
285 void AddFloat (int number, FieldType type, bool packed, float value, desc);
286 void AddDouble(int number, FieldType type, bool packed, double value, desc);
287 void AddBool (int number, FieldType type, bool packed, bool value, desc);
288 void AddEnum (int number, FieldType type, bool packed, int value, desc);
420 // For repeated types, this indicates if the [packed=true] option is set.
428 // For packed fields, the size of the packed data is recorded here whe
    [all...]
  /external/skia/include/core/
SkColorPriv.h 202 #define SkGetPackedA32(packed) ((uint32_t)((packed) << (24 - SK_A32_SHIFT)) >> 24)
203 #define SkGetPackedR32(packed) ((uint32_t)((packed) << (24 - SK_R32_SHIFT)) >> 24)
204 #define SkGetPackedG32(packed) ((uint32_t)((packed) << (24 - SK_G32_SHIFT)) >> 24)
205 #define SkGetPackedB32(packed) ((uint32_t)((packed) << (24 - SK_B32_SHIFT)) >> 24)
  /external/skia/src/gpu/
GrBitmapTextContext.cpp 122 void GrBitmapTextContext::drawPackedGlyph(GrGlyph::PackedID packed,
136 GrGlyph* glyph = fStrike->getGlyph(packed, scaler);
GrDistanceFieldTextContext.cpp 119 void GrDistanceFieldTextContext::drawPackedGlyph(GrGlyph::PackedID packed,
129 GrGlyph* glyph = fStrike->getGlyph(packed, scaler);
  /external/valgrind/main/memcheck/tests/amd64/
more_x87_fp.c 176 struct __attribute__((packed)) {
186 struct __attribute__((packed)) {
  /external/valgrind/main/memcheck/tests/x86/
more_x86_fp.c 166 struct __attribute__((packed)) {
176 struct __attribute__((packed)) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ResponseData.java 80 public GetInkeyInputResponseData(String inData, boolean ucs2, boolean packed) {
83 mIsPacked = packed;
148 buf.write(0x00); // 7 bit packed
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_audio.h 325 } __attribute__ ((packed));
331 } __attribute__ ((packed));
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_audio.h 347 } __attribute__ ((packed));
353 } __attribute__ ((packed));
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
processor_32.h 174 } __attribute__((packed));
187 } __attribute__((packed));
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
processor_32.h 174 } __attribute__((packed));
187 } __attribute__((packed));
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 174 } __attribute__((packed));
187 } __attribute__((packed));
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h 174 } __attribute__((packed));
187 } __attribute__((packed));

Completed in 720 milliseconds

<<31323334353637383940>>