/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_flush.c | 50 uint64 *offsets=NULL, *sizes=NULL; in TIFFFlush() local 54 if( TIFFGetField( tif, TIFFTAG_TILEOFFSETS, &offsets ) in TIFFFlush() 57 tif->tif_dir.td_nstrips, offsets ) in TIFFFlush() 68 if( TIFFGetField( tif, TIFFTAG_STRIPOFFSETS, &offsets ) in TIFFFlush() 71 tif->tif_dir.td_nstrips, offsets ) in TIFFFlush()
|
/AliOS-Things-master/components/freetype/src/cid/ |
A D | cidload.c | 410 FT_ULong* offsets = 0; in cid_read_subrs() local 446 if ( FT_RENEW_ARRAY( offsets, max_offsets, new_max ) ) in cid_read_subrs() 459 offsets[count] = cid_get_offset( &p, (FT_Byte)dict->sd_bytes ); in cid_read_subrs() 465 if ( offsets[count - 1] > offsets[count] ) in cid_read_subrs() 470 data_len = offsets[num_subrs] - offsets[0]; in cid_read_subrs() 476 if ( FT_STREAM_SEEK( cid->data_offset + offsets[0] ) || in cid_read_subrs() 486 len = offsets[count] - offsets[count - 1]; in cid_read_subrs() 498 len = offsets[count + 1] - offsets[count]; in cid_read_subrs() 507 FT_FREE( offsets ); in cid_read_subrs()
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | ftrfork.h | 158 FT_Long* offsets, 257 FT_Long **offsets,
|
A D | tttypes.h | 75 FT_ULong* offsets; member 783 FT_Char* offsets; member
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cffload.c | 294 FT_FREE( idx->offsets ); in cff_index_init() 312 FT_FREE( idx->offsets ); in cff_index_done() 326 if ( idx->count > 0 && idx->offsets == NULL ) in cff_index_load_offsets() 342 poff = idx->offsets; in cff_index_load_offsets() 373 FT_FREE( idx->offsets ); in cff_index_load_offsets() 396 if ( idx->offsets == NULL ) in cff_index_get_pointers() 414 cur_offset = idx->offsets[0] - 1; in cff_index_get_pointers() 432 FT_ULong next_offset = idx->offsets[n] - 1; in cff_index_get_pointers() 486 if ( !idx->offsets ) in cff_index_access_element() 510 off1 = idx->offsets[element]; in cff_index_access_element() [all …]
|
A D | cfftypes.h | 72 FT_ULong* offsets; member
|
/AliOS-Things-master/components/freetype/src/pcf/ |
A D | pcfread.c | 668 FT_Long* offsets = NULL; in pcf_get_bitmaps() local 706 if ( FT_NEW_ARRAY( offsets, nbitmaps ) ) in pcf_get_bitmaps() 712 (void)FT_READ_LONG( offsets[i] ); in pcf_get_bitmaps() 714 (void)FT_READ_LONG_LE( offsets[i] ); in pcf_get_bitmaps() 717 i, offsets[i], offsets[i] )); in pcf_get_bitmaps() 746 if ( ( offsets[i] < 0 ) || in pcf_get_bitmaps() 747 ( (FT_ULong)offsets[i] > size ) ) in pcf_get_bitmaps() 753 face->metrics[i].bits = stream->pos + offsets[i]; in pcf_get_bitmaps() 759 FT_FREE( offsets ); in pcf_get_bitmaps()
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftrfork.c | 156 FT_Long **offsets, in FT_Raccess_Get_DataOffsets() argument 245 *offsets = offsets_internal; in FT_Raccess_Get_DataOffsets() 380 FT_Long *offsets, in FT_Raccess_Guess() argument 400 &(offsets[i]) ); in FT_Raccess_Guess() 845 FT_Long *offsets, in FT_Raccess_Guess() argument 858 offsets[i] = 0; in FT_Raccess_Guess()
|
A D | ftobjs.c | 1578 FT_Long *offsets, in Mac_Read_POST_Resource() argument 1602 error = FT_Stream_Seek( stream, offsets[i] ); in Mac_Read_POST_Resource() 1626 error = FT_Stream_Seek( stream, offsets[i] ); in Mac_Read_POST_Resource() 1634 i, offsets[i], rlen, flags )); in Mac_Read_POST_Resource() 1721 FT_Long *offsets, in Mac_Read_sfnt_Resource() argument 1740 flag_offset = offsets[face_index]; in Mac_Read_sfnt_Resource() 1912 FT_Long offsets[FT_RACCESS_N_RULES]; in load_face_in_embedded_rfork() local 1921 args->pathname, file_names, offsets, errors ); in load_face_in_embedded_rfork() 1944 i, args2.pathname, offsets[i] )); in load_face_in_embedded_rfork() 1956 error = IsMacResource( library, stream2, offsets[i], in load_face_in_embedded_rfork()
|
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | ttpost.c | 360 table->offsets = offset_table; in load_format_25() 446 FT_FREE( table->offsets ); in tt_face_free_ps_names() 551 idx += table->offsets[idx]; in tt_face_get_ps_name()
|
A D | sfobjs.c | 808 if ( FT_NEW_ARRAY( face->ttc_header.offsets, face->ttc_header.count ) ) in sfnt_open_font() 815 face->ttc_header.offsets[n] = FT_GET_ULONG(); in sfnt_open_font() 826 if ( FT_NEW( face->ttc_header.offsets ) ) in sfnt_open_font() 829 face->ttc_header.offsets[0] = offset; in sfnt_open_font() 886 if ( FT_STREAM_SEEK( face->ttc_header.offsets[face_index] ) ) in sfnt_init_face() 1517 FT_FREE( face->ttc_header.offsets ); in sfnt_done_face()
|
A D | ttcmap.c | 837 FT_Byte *ends, *starts, *offsets, *deltas, *glyph_ids; in tt_cmap4_validate() local 904 offsets = deltas + num_segs * 2; in tt_cmap4_validate() 905 glyph_ids = offsets + num_segs * 2; in tt_cmap4_validate() 922 FT_Byte* p_offset = offsets; in tt_cmap4_validate()
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afblue.hin | 69 /* The AF_Blue_String enumeration values are offsets into the */ 111 /* The AF_Blue_Stringset enumeration values are offsets into the */
|
A D | afblue.dat | 17 // offsets into the arrays. 40 // enumeration values simply hold byte offsets to the start of the
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_xcf.c | 799 int chnls, i, offsets; in IMG_LoadXCF_RW() local 840 offsets = 0; in IMG_LoadXCF_RW() 843 …er_file_offsets = (Uint32 *) SDL_realloc (head->layer_file_offsets, sizeof (Uint32) * (offsets+1)); in IMG_LoadXCF_RW() 844 head->layer_file_offsets [offsets] = (Uint32)offset; in IMG_LoadXCF_RW() 845 offsets++; in IMG_LoadXCF_RW() 858 for (i = offsets; i > 0; i--) { in IMG_LoadXCF_RW()
|
A D | CHANGES.txt | 140 * Fixed loading BMP palettes at unusual offsets
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiffcrop.c | 5380 struct offset offsets; in getCropOffsets() local 5412 offsets.tmargin = 0; in getCropOffsets() 5413 offsets.lmargin = 0; in getCropOffsets() 5414 offsets.bmargin = 0; in getCropOffsets() 5415 offsets.rmargin = 0; in getCropOffsets() 5418 offsets.startx = 0; in getCropOffsets() 5420 offsets.starty = 0; in getCropOffsets() 5428 offsets.tmargin, offsets.lmargin, offsets.bmargin, offsets.rmargin); in getCropOffsets() 5430 offsets.crop_width, offsets.crop_length); in getCropOffsets() 5495 test = offsets.endy - (uint32)(offsets.crop_length * 1.0 * seg / total); in getCropOffsets() [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/NNSupportFunctions/ |
A D | arm_nn_vec_mat_mult_t_svdf_s8.c | 155 const int32_t offsets = rhs_sum_0 * lhs_offset; in arm_nn_vec_mat_mult_t_svdf_s8() local 156 acc_0 = __QADD(acc_0, offsets); in arm_nn_vec_mat_mult_t_svdf_s8()
|
A D | arm_nn_vec_mat_mult_t_s8.c | 160 const int32_t offsets = rhs_sum_0 * lhs_offset; in arm_nn_vec_mat_mult_t_s8() local 161 acc_0 += offsets; in arm_nn_vec_mat_mult_t_s8()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/NNSupportFunctions/ |
A D | arm_nn_vec_mat_mult_t_svdf_s8.c | 155 const int32_t offsets = rhs_sum_0 * lhs_offset; in arm_nn_vec_mat_mult_t_svdf_s8() local 156 acc_0 = __QADD(acc_0, offsets); in arm_nn_vec_mat_mult_t_svdf_s8()
|
A D | arm_nn_vec_mat_mult_t_s8.c | 160 const int32_t offsets = rhs_sum_0 * lhs_offset; in arm_nn_vec_mat_mult_t_s8() local 161 acc_0 += offsets; in arm_nn_vec_mat_mult_t_s8()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx64/ |
A D | gvmat64.asm | 114 ; all the +4 offsets are due to the addition of pending_buf_size (in zlib 132 ; all the +zlib1222add offsets are due to the addition of fields
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx86/ |
A D | match686.asm | 74 ; all the +zlib1222add offsets are due to the addition of fields 118 ;;; stack frame offsets
|
/AliOS-Things-master/documentation/coding/ |
A D | coding_style.md | 468 int offsets[] = {
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/os400/ |
A D | zlib.inc | 84 D z_off_t S 10i 0 Stream offsets 85 D z_off64_t S 20i 0 Stream offsets
|