Home
last modified time | relevance | path

Searched refs:fd_index (Results 1 – 17 of 17) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/epoll/
Depoll-ltp.c358 epoll_fds[fd_index], ev_ptr, ev_ptr->events, ev_ptr->data.fd, errno, \
363 epoll_fds[fd_index], ev_ptr, errno, strerror(errno)); \
372 epoll_fds[fd_index], ev_ptr, ev_ptr->events, ev_ptr->data.fd, errno, \
377 epoll_fds[fd_index], ev_ptr, errno, strerror(errno)); \
408 unsigned int fd_index; /* index into fd list for the fd parameter */ in test_epoll_ctl() local
465 for (fd_index = 0; in test_epoll_ctl()
466 fd_index < (sizeof(fds) / sizeof(int)); in test_epoll_ctl()
467 fd_index++) { in test_epoll_ctl()
496 fds[fd_index], in test_epoll_ctl()
/third_party/flutter/skia/third_party/externals/freetype/src/cff/
Dcffgload.c357 FT_Byte fd_index = cff_fd_select_get( &cff->fd_select, in cff_slot_load() local
361 if ( fd_index >= cff->num_subfonts ) in cff_slot_load()
362 fd_index = (FT_Byte)( cff->num_subfonts - 1 ); in cff_slot_load()
365 sub_upm = (FT_Long)cff->subfonts[fd_index]->font_dict.units_per_em; in cff_slot_load()
368 font_matrix = cff->subfonts[fd_index]->font_dict.font_matrix; in cff_slot_load()
369 font_offset = cff->subfonts[fd_index]->font_dict.font_offset; in cff_slot_load()
Dcffload.c2396 CFF_IndexRec fd_index; in cff_font_load() local
2415 error = cff_index_init( &fd_index, stream, 0, cff2 ); in cff_font_load()
2421 if ( fd_index.count > CFF_MAX_CID_FONTS ) in cff_font_load()
2428 font->num_subfonts = fd_index.count; in cff_font_load()
2429 if ( FT_NEW_ARRAY( sub, fd_index.count ) ) in cff_font_load()
2433 for ( idx = 0; idx < fd_index.count; idx++ ) in cff_font_load()
2437 for ( idx = 0; idx < fd_index.count; idx++ ) in cff_font_load()
2442 &fd_index, in cff_font_load()
2456 if ( !cff2 || fd_index.count > 1 ) in cff_font_load()
2463 cff_index_done( &fd_index ); in cff_font_load()
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffgload.c356 FT_Byte fd_index = cff_fd_select_get( &cff->fd_select, in cff_slot_load() local
360 if ( fd_index >= cff->num_subfonts ) in cff_slot_load()
361 fd_index = (FT_Byte)( cff->num_subfonts - 1 ); in cff_slot_load()
364 sub_upm = (FT_Long)cff->subfonts[fd_index]->font_dict.units_per_em; in cff_slot_load()
366 font_matrix = cff->subfonts[fd_index]->font_dict.font_matrix; in cff_slot_load()
367 font_offset = cff->subfonts[fd_index]->font_dict.font_offset; in cff_slot_load()
Dcffload.c2404 CFF_IndexRec fd_index; in cff_font_load() local
2423 error = cff_index_init( &fd_index, stream, 0, cff2 ); in cff_font_load()
2429 if ( fd_index.count > CFF_MAX_CID_FONTS ) in cff_font_load()
2436 font->num_subfonts = fd_index.count; in cff_font_load()
2437 if ( FT_NEW_ARRAY( sub, fd_index.count ) ) in cff_font_load()
2441 for ( idx = 0; idx < fd_index.count; idx++ ) in cff_font_load()
2445 for ( idx = 0; idx < fd_index.count; idx++ ) in cff_font_load()
2450 &fd_index, in cff_font_load()
2464 if ( !cff2 || fd_index.count > 1 ) in cff_font_load()
2471 cff_index_done( &fd_index ); in cff_font_load()
/third_party/freetype/src/cff/
Dcffgload.c434 FT_Byte fd_index = cff_fd_select_get( &cff->fd_select, in cff_slot_load() local
438 if ( fd_index >= cff->num_subfonts ) in cff_slot_load()
439 fd_index = (FT_Byte)( cff->num_subfonts - 1 ); in cff_slot_load()
442 sub_upm = (FT_Long)cff->subfonts[fd_index]->font_dict.units_per_em; in cff_slot_load()
444 font_matrix = cff->subfonts[fd_index]->font_dict.font_matrix; in cff_slot_load()
445 font_offset = cff->subfonts[fd_index]->font_dict.font_offset; in cff_slot_load()
Dcffload.c2404 CFF_IndexRec fd_index; in cff_font_load() local
2423 error = cff_index_init( &fd_index, stream, 0, cff2 ); in cff_font_load()
2429 if ( fd_index.count > CFF_MAX_CID_FONTS ) in cff_font_load()
2436 font->num_subfonts = fd_index.count; in cff_font_load()
2437 if ( FT_NEW_ARRAY( sub, fd_index.count ) ) in cff_font_load()
2441 for ( idx = 0; idx < fd_index.count; idx++ ) in cff_font_load()
2445 for ( idx = 0; idx < fd_index.count; idx++ ) in cff_font_load()
2450 &fd_index, in cff_font_load()
2464 if ( !cff2 || fd_index.count > 1 ) in cff_font_load()
2471 cff_index_done( &fd_index ); in cff_font_load()
/third_party/NuttX/include/nuttx/fs/
Ddirent_fs.h102 unsigned int fd_index; /* Current index of the directory entry to read */ member
/third_party/skia/third_party/externals/freetype/src/psaux/
Dcffdecode.c2381 FT_Byte fd_index = cffload->fd_select_get( &cff->fd_select, in cff_decoder_prepare() local
2385 if ( fd_index >= cff->num_subfonts ) in cff_decoder_prepare()
2392 FT_TRACE3(( " in subfont %d:\n", fd_index )); in cff_decoder_prepare()
2394 sub = cff->subfonts[fd_index]; in cff_decoder_prepare()
2403 builder->hints_globals = (void *)internal->subfonts[fd_index]; in cff_decoder_prepare()
/third_party/freetype/src/psaux/
Dcffdecode.c2381 FT_Byte fd_index = cffload->fd_select_get( &cff->fd_select, in cff_decoder_prepare() local
2385 if ( fd_index >= cff->num_subfonts ) in cff_decoder_prepare()
2392 FT_TRACE3(( " in subfont %d:\n", fd_index )); in cff_decoder_prepare()
2394 sub = cff->subfonts[fd_index]; in cff_decoder_prepare()
2403 builder->hints_globals = (void *)internal->subfonts[fd_index]; in cff_decoder_prepare()
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dcffdecode.c2378 FT_Byte fd_index = cffload->fd_select_get( &cff->fd_select, in cff_decoder_prepare() local
2382 if ( fd_index >= cff->num_subfonts ) in cff_decoder_prepare()
2389 FT_TRACE3(( " in subfont %d:\n", fd_index )); in cff_decoder_prepare()
2391 sub = cff->subfonts[fd_index]; in cff_decoder_prepare()
2400 builder->hints_globals = (void *)internal->subfonts[fd_index]; in cff_decoder_prepare()
/third_party/libwebsockets/lib/plat/unix/
Dunix-service.c181 pfd = &vpt->fds[ftp->fd_index]; in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h331 int fd_index; member
/third_party/libwebsockets/lib/core-net/
Dpollfd.c115 ftp->fd_index = wsi->position_in_fds_table; in _lws_change_pollfd()
/third_party/freetype/docs/oldlogs/
DChangeLog.235801 Check `fd_index'.
/third_party/flutter/skia/third_party/externals/freetype/
DChangeLog.235801 Check `fd_index'.
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.235801 Check `fd_index'.