HomeSort by relevance Sort by last modified time
    Searched refs:extra1 (Results 1 - 10 of 10) sorted by null

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/otvalid/
otvjstf.c 37 /* uses otvalid->extra1 (GSUB lookup count) */
39 /* sets otvalid->extra1 (counter) */
66 gsub_lookup_count = otvalid->extra1;
71 otvalid->extra1 = gsub_lookup_count;
83 otvalid->extra1 = gpos_lookup_count;
104 otvalid->extra1 = gsub_lookup_count;
116 otvalid->extra1 = gpos_lookup_count;
137 otvalid->extra1 = gsub_lookup_count;
173 otvalid->extra1 = otvalid->glyph_count;
200 /* sets otvalid->extra1 (GSUB lookup count) *
    [all...]
otvgsub.c 123 /* sets otvalid->extra1 (glyph count) */
143 otvalid->extra1 = otvalid->glyph_count;
164 /* sets otvalid->extra1 (glyph count) */
184 otvalid->extra1 = otvalid->glyph_count;
279 /* sets otvalid->extra1 (lookup count) */
303 otvalid->extra1 = otvalid->lookup_count;
338 /* sets otvalid->extra1 (lookup count) */
362 otvalid->extra1 = otvalid->lookup_count;
otvcommn.c 504 /* uses otvalid->extra1 (number of features) */
525 if ( ReqFeatureIndex != 0xFFFFU && ReqFeatureIndex >= otvalid->extra1 )
532 if ( FT_NEXT_USHORT( p ) >= otvalid->extra1 )
581 /* sets otvalid->extra1 (number of features) */
601 otvalid->extra1 = otv_Feature_get_count( features );
706 /* uses otvalid->extra1 (if > 0: array value limit) */
725 if ( otvalid->extra1 )
728 if ( FT_NEXT_USHORT( p ) >= otvalid->extra1 )
739 /* uses otvalid->extra1 (array value limit) */
769 if ( FT_NEXT_USHORT( p ) >= otvalid->extra1 )
    [all...]
otvgpos.c 55 /* uses valid->extra1 (counter) */
74 OTV_LIMIT_CHECK( Count * otvalid->extra1 * 2 );
76 table_size = Count * otvalid->extra1 * 2 + 2;
79 for ( count1 = otvalid->extra1; count1 > 0; count1-- )
104 /* sets otvalid->extra1 (class count) */
134 otvalid->extra1 = ClassCount;
777 /* sets otvalid->extra1 (lookup count) */
801 otvalid->extra1 = otvalid->lookup_count;
836 /* sets otvalid->extra1 (lookup count) */
860 otvalid->extra1 = otvalid->lookup_count
    [all...]
otvgdef.c 44 /* sets valid->extra1 (0) */
72 otvalid->extra1 = 0;
otvcommn.h 57 FT_UInt extra1; /* for passing parameters */ member in struct:OTV_ValidatorRec_
  /external/v8/src/third_party/vtune/
ittnotify_config.h 336 int extra1; /*!< Reserved to the runtime */ member in struct:___itt_thread_info
394 h->extra1 = 0; /* reserved */ \
411 h->extra1 = 0; /* reserved */ \
427 h->extra1 = 0; /* reserved */ \
443 h->extra1 = 0; /* reserved */ \
458 h->extra1 = 0; /* reserved */ \
473 h->extra1 = 0; /* reserved */ \
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h 307 int extra1; /*!< Reserved to the runtime */ member in struct:___itt_thread_info
365 h->extra1 = 0; /* reserved */ \
382 h->extra1 = 0; /* reserved */ \
398 h->extra1 = 0; /* reserved */ \
414 h->extra1 = 0; /* reserved */ \
429 h->extra1 = 0; /* reserved */ \
444 h->extra1 = 0; /* reserved */ \
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/
VpnTestHelper.java 182 private static byte[] createIcmpMessage(int type, int code, int extra1, int extra2,
189 stream.writeShort((short) extra1);
  /external/valgrind/memcheck/
mc_errors.c 937 MC_Error* extra1 = VG_(get_error_extra)(e1); local
    [all...]

Completed in 994 milliseconds