Home
last modified time | relevance | path

Searched refs:ttt (Results 1 – 25 of 2743) sorted by relevance

12345678910>>...110

/dports/devel/libgit2/libgit2-1.3.0/tests/object/
H A Dmessage.c26 assert_message_prettifying(ttt ttt ttt "\n", ttt ttt ttt, 0); in test_object_message__long_lines_without_spaces_should_be_unchanged()
27 assert_message_prettifying(ttt ttt ttt ttt "\n", ttt ttt ttt ttt, 0); in test_object_message__long_lines_without_spaces_should_be_unchanged()
47 assert_message_prettifying(ttt ttt ttt "\n\n" ttt "\n", ttt ttt ttt "\n\n\n\n\n" ttt "\n", 0); in test_object_message__consecutive_blank_lines_should_be_unified()
50 assert_message_prettifying(ttt "\n\n" ttt ttt ttt "\n", ttt "\n\n\n\n\n" ttt ttt ttt "\n", 0); in test_object_message__consecutive_blank_lines_should_be_unified()
74 assert_message_prettifying(ttt ttt ttt ttt "\n", "\n\n\n" ttt ttt ttt ttt "\n", 0); in test_object_message__consecutive_blank_lines_at_the_beginning_should_be_removed()
89 assert_message_prettifying(ttt ttt ttt ttt "\n", ttt ttt ttt ttt "\n\n\n\n", 0); in test_object_message__consecutive_blank_lines_at_the_end_should_be_removed()
102 assert_message_prettifying(ttt ttt ttt "\n", ttt ttt ttt, 0); in test_object_message__text_without_newline_at_end_should_end_with_newline()
103 assert_message_prettifying(ttt ttt ttt ttt "\n", ttt ttt ttt ttt, 0); in test_object_message__text_without_newline_at_end_should_end_with_newline()
145 …assert_message_prettifying(ttt "\n" ttt "\n" ttt "\n" ttt ttt "\n", ttt "\n" ttt "\n" ttt "\n" ttt in test_object_message__consecutive_text_lines_should_be_unchanged()
146 …assert_message_prettifying(ttt "\n" ttt "\n\n" ttt ttt "\n" ttt "\n", ttt "\n" ttt "\n\n" ttt ttt in test_object_message__consecutive_text_lines_should_be_unchanged()
[all …]
/dports/x11-drivers/xf86-video-sis/xf86-video-sis-0.12.0/src/
H A Dsis310_accel.h256 } while((mcurrent > ttt) && (mcurrent < (ttt + amount))); \
263 ttt += 16; \
265 if(!ttt) { \
307 SiSSetSwWP(ttt); \
319 SiSSetSwWP(ttt); \
331 SiSSetSwWP(ttt); \
343 SiSSetSwWP(ttt); \
409 SiSSetSwWP(ttt); \
424 SiSSetSwWP(ttt); \
436 SiSSetSwWP(ttt); \
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/examples/tictactoe/
H A Dtictactoe.c79 tictactoe_init (Tictactoe *ttt) in tictactoe_init() argument
83 gtk_table_resize (GTK_TABLE (ttt), 3, 3); in tictactoe_init()
84 gtk_table_set_homogeneous (GTK_TABLE (ttt), TRUE); in tictactoe_init()
88 ttt->buttons[i][j] = gtk_toggle_button_new (); in tictactoe_init()
89 gtk_table_attach_defaults (GTK_TABLE (ttt), ttt->buttons[i][j], in tictactoe_init()
92 G_CALLBACK (tictactoe_toggle), (gpointer) ttt); in tictactoe_init()
94 gtk_widget_show (ttt->buttons[i][j]); in tictactoe_init()
105 tictactoe_clear (Tictactoe *ttt) in tictactoe_clear() argument
124 tictactoe_toggle (GtkWidget *widget, Tictactoe *ttt) in tictactoe_toggle() argument
147 ttt->buttons[rwins[k][i]][cwins[k][i]] == widget; in tictactoe_toggle()
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/Bridge/
H A Dtypesetter.cpp34 tm_delete (ttt); in delete_typesetter()
195 if (is_nil (p)) ttt->br= make_bridge (ttt, u, ttt->br->ip); in notify_assign()
202 ttt->br->notify_insert (p, u); in notify_insert()
214 ttt->br->notify_split (p); in notify_split()
220 ttt->br->notify_join (p); in notify_join()
230 if (is_nil (p)) ttt->br= make_bridge (ttt, r, ttt->br->ip); in notify_assign_node()
242 if (is_nil (path_up (p))) ttt->br= make_bridge (ttt, r, ttt->br->ip); in notify_insert_node()
250 if (is_nil (path_up (p))) ttt->br= make_bridge (ttt, t, ttt->br->ip); in notify_remove_node()
260 ttt->br->exec_until (p); in exec_until()
273 box b= ttt->typeset (); in typeset_as_document()
[all …]
H A Dbridge.cpp39 ttt (ttt2), env (ttt->env), st (st2), ip (ip2), in bridge_rep()
62 if (ttt->env->preamble) in make_bridge()
82 return bridge_with (ttt, st, ip); in make_bridge()
88 return bridge_mark (ttt, st, ip); in make_bridge()
93 return bridge_eval (ttt, st, ip); in make_bridge()
250 ttt->insert_paragraph (st, ip); in my_typeset()
252 ttt->insert_parunit (st, ip); in my_typeset()
307 ttt->local_start (l, sb); in typeset()
313 ttt->local_end (l, sb); in typeset()
324 if (ttt->paper || (N(l) <= 1)) ttt->insert_stack (l, sb); in typeset()
[all …]
/dports/net/iipsrv/iipsrv-iipsrv-1.1/src/
H A DTileManager.cc41 RawTile ttt; in getNewTile() local
55 watermark->apply( ttt.data, tw, th, ttt.channels, ttt.bpc ); in getNewTile()
62 …if( ((ttt.width != image->getTileWidth()) || (ttt.height != image->getTileHeight())) && ttt.padded… in getNewTile()
75 return ttt; in getNewTile()
84 if( ttt.bpc == 8 && (ttt.channels==1 || ttt.channels==3) ){ in getNewTile()
114 return ttt; in getNewTile()
127 << ": This tile: " << ttt->width << "x" << ttt->height in crop()
133 int len = tw * th * ttt->channels * (ttt->bpc/8); in crop()
139 len = ttt->width * ttt->channels * (ttt->bpc/8); in crop()
143 src_ptr += tw * ttt->channels * (ttt->bpc/8); in crop()
[all …]
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/ec_order/eco_gfp/elkies/
H A Dcompute_psi.cc341 ff_element ttt; in compute_psi() local
440 square(ttt, A); in compute_psi()
441 negate (ttt, ttt); in compute_psi()
473 negate (ttt, ttt); in compute_psi()
478 negate (ttt, ttt); in compute_psi()
486 negate(ttt, ttt); in compute_psi()
623 ff_element ttt; in compute_psi() local
726 negate (ttt, ttt); in compute_psi()
757 negate (ttt, ttt); in compute_psi()
762 negate (ttt, ttt); in compute_psi()
[all …]
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/gtk/examples/
H A Dtic-tac-toe.scm39 (define (ttt-clear ttt)
40 (let ((buttons (slot-ref ttt 'buttons)))
45 (define (ttt-toggle ttt)
53 (ttt-clear ttt))
67 (if (slot-bound? ttt 'table) (destroy (slot-ref ttt 'table)))
95 (slot-set! ttt 'table t)
96 (slot-set! ttt 'buttons bvect)
97 (pack-start-defaults ttt t)
109 (ttt (make <tic-tac-toe>))
117 (pack-start-defaults vbox ttt)
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk1/examples/
H A Dtictactoe.pp26 procedure tictactoe_clear (ttt : pTictactoe);
59 (ttt^.buttons[rwins[k,i],cwins[k,i]] = widget);
64 gtk_signal_emit (pGTKOBJECT (ttt),
95 Procedure tictactoe_init (ttt : pTictactoe );
100 gtk_container_add (pGTKCONTAINER(ttt), table);
106 ttt^.buttons[i][j] := gtk_toggle_button_new ();
112 gtk_widget_show (ttt^.buttons[i][j]);
123 tictactoe_init (ttt);
147 Procedure tictactoe_clear (ttt : pTictactoe );
153 gtk_signal_handler_block_by_data (pGTKOBJECT(ttt^.buttons[i][j]), ttt);
[all …]
/dports/audio/julius/julius-4.1.2/libsent/src/ngram/
H A Dngram_read_bin.c514 ttt->bgn = (NNID *)mymalloc_big(sizeof(NNID), ttt->bgnlistlen); in ngram_read_bin_compat()
535 rdn(fp, ttt->bgn_upper, sizeof(NNID_UPPER), ttt->bgnlistlen); in ngram_read_bin_compat()
536 rdn(fp, ttt->bgn_lower, sizeof(NNID_LOWER), ttt->bgnlistlen); in ngram_read_bin_compat()
538 rdn_wordid(fp, ttt->num, ttt->bgnlistlen, need_conv); in ngram_read_bin_compat()
540 rdn(fp, ttt->num, sizeof(WORD_ID), ttt->bgnlistlen); in ngram_read_bin_compat()
558 rdn(fp, ttt->bgn, sizeof(NNID), ttt->bgnlistlen); in ngram_read_bin_compat()
561 rdn_wordid(fp, ttt->num, ttt->bgnlistlen, need_conv); in ngram_read_bin_compat()
563 rdn(fp, ttt->num, sizeof(WORD_ID), ttt->bgnlistlen); in ngram_read_bin_compat()
570 rdn_wordid(fp, ttt->nnid2wid, ttt->totalnum, need_conv); in ngram_read_bin_compat()
572 rdn(fp, ttt->nnid2wid, sizeof(WORD_ID), ttt->totalnum); in ngram_read_bin_compat()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Ddicom_hinfo.c195 char *ttt ; in main() local
198 ttt = argv[iarg] ; in main()
199 if( strlen(ttt) != 9 ) break ; in main()
200 if( ! ( isxdigit(ttt[0]) && isxdigit(ttt[1]) && in main()
201 isxdigit(ttt[2]) && isxdigit(ttt[3]) && in main()
202 isxdigit(ttt[5]) && isxdigit(ttt[6]) && in main()
203 isxdigit(ttt[7]) && isxdigit(ttt[8]) && in main()
204 (ttt[4] == ' ' || ttt[4] == ',') ) ) break ; in main()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dassumed_rank_24.f9026 subroutine foo (ccc, ddd, sss, ttt) argument
27 integer :: sss(*), ttt(*) local
30 call tp(ttt)
35 subroutine foo2 (ccc, ddd, sss, ttt, ispresent) argument
36 integer :: sss(*), ttt(*) local
38 optional :: ccc, ddd, sss, ttt
43 call tp(ttt)
91 subroutine foo3 (ccc, ddd, sss, ttt) argument
93 class(*), pointer :: ttt(:) local
97 call tp2(ttt)
[all …]
/dports/news/husky/husky-1.9.20191207/huskylib/src/
H A Dtemp.c78 { char *ttt; in MKSTEMPS() local
85 ttt = sstrdup(tempfilename); in MKSTEMPS()
86 pp = strrchr(ttt, '.'); in MKSTEMPS()
87 if( ttt[strlen(ttt)-1]!='X' && pp && (pp>ttt && *(pp-1)=='X') ){ /* suffix presents */ in MKSTEMPS()
90 if( !mktemp(ttt) ) in MKSTEMPS()
93 fd = open( ttt, O_EXCL | O_CREAT | O_RDWR, S_IREAD | S_IWRITE ); in MKSTEMPS()
94 }while( fd==-1 && errno == EEXIST && (strcpy(ttt,tempfilename), 1) ); in MKSTEMPS()
97 if( !mktemp(ttt) ) in MKSTEMPS()
99 fd = open( ttt, O_EXCL | O_CREAT | O_RDWR, S_IREAD | S_IWRITE ); in MKSTEMPS()
102 if(fd!=-1) strcpy(tempfilename,ttt); in MKSTEMPS()
[all …]
/dports/news/husky-areafix/husky-areafix-1.9.20191207/huskylib/src/
H A Dtemp.c78 { char *ttt; in MKSTEMPS() local
85 ttt = sstrdup(tempfilename); in MKSTEMPS()
86 pp = strrchr(ttt, '.'); in MKSTEMPS()
87 if( ttt[strlen(ttt)-1]!='X' && pp && (pp>ttt && *(pp-1)=='X') ){ /* suffix presents */ in MKSTEMPS()
90 if( !mktemp(ttt) ) in MKSTEMPS()
93 fd = open( ttt, O_EXCL | O_CREAT | O_RDWR, S_IREAD | S_IWRITE ); in MKSTEMPS()
94 }while( fd==-1 && errno == EEXIST && (strcpy(ttt,tempfilename), 1) ); in MKSTEMPS()
97 if( !mktemp(ttt) ) in MKSTEMPS()
99 fd = open( ttt, O_EXCL | O_CREAT | O_RDWR, S_IREAD | S_IWRITE ); in MKSTEMPS()
102 if(fd!=-1) strcpy(tempfilename,ttt); in MKSTEMPS()
[all …]
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/huskylib/src/
H A Dtemp.c78 { char *ttt; in MKSTEMPS() local
85 ttt = sstrdup(tempfilename); in MKSTEMPS()
86 pp = strrchr(ttt, '.'); in MKSTEMPS()
87 if( ttt[strlen(ttt)-1]!='X' && pp && (pp>ttt && *(pp-1)=='X') ){ /* suffix presents */ in MKSTEMPS()
90 if( !mktemp(ttt) ) in MKSTEMPS()
93 fd = open( ttt, O_EXCL | O_CREAT | O_RDWR, S_IREAD | S_IWRITE ); in MKSTEMPS()
94 }while( fd==-1 && errno == EEXIST && (strcpy(ttt,tempfilename), 1) ); in MKSTEMPS()
97 if( !mktemp(ttt) ) in MKSTEMPS()
99 fd = open( ttt, O_EXCL | O_CREAT | O_RDWR, S_IREAD | S_IWRITE ); in MKSTEMPS()
102 if(fd!=-1) strcpy(tempfilename,ttt); in MKSTEMPS()
[all …]
/dports/news/husky-hpt/husky-hpt-1.9.20191207/huskylib/src/
H A Dtemp.c78 { char *ttt; in MKSTEMPS() local
85 ttt = sstrdup(tempfilename); in MKSTEMPS()
86 pp = strrchr(ttt, '.'); in MKSTEMPS()
87 if( ttt[strlen(ttt)-1]!='X' && pp && (pp>ttt && *(pp-1)=='X') ){ /* suffix presents */ in MKSTEMPS()
90 if( !mktemp(ttt) ) in MKSTEMPS()
93 fd = open( ttt, O_EXCL | O_CREAT | O_RDWR, S_IREAD | S_IWRITE ); in MKSTEMPS()
94 }while( fd==-1 && errno == EEXIST && (strcpy(ttt,tempfilename), 1) ); in MKSTEMPS()
97 if( !mktemp(ttt) ) in MKSTEMPS()
99 fd = open( ttt, O_EXCL | O_CREAT | O_RDWR, S_IREAD | S_IWRITE ); in MKSTEMPS()
102 if(fd!=-1) strcpy(tempfilename,ttt); in MKSTEMPS()
[all …]
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/huskylib/src/
H A Dtemp.c78 { char *ttt; in MKSTEMPS() local
85 ttt = sstrdup(tempfilename); in MKSTEMPS()
86 pp = strrchr(ttt, '.'); in MKSTEMPS()
87 if( ttt[strlen(ttt)-1]!='X' && pp && (pp>ttt && *(pp-1)=='X') ){ /* suffix presents */ in MKSTEMPS()
90 if( !mktemp(ttt) ) in MKSTEMPS()
93 fd = open( ttt, O_EXCL | O_CREAT | O_RDWR, S_IREAD | S_IWRITE ); in MKSTEMPS()
94 }while( fd==-1 && errno == EEXIST && (strcpy(ttt,tempfilename), 1) ); in MKSTEMPS()
97 if( !mktemp(ttt) ) in MKSTEMPS()
99 fd = open( ttt, O_EXCL | O_CREAT | O_RDWR, S_IREAD | S_IWRITE ); in MKSTEMPS()
102 if(fd!=-1) strcpy(tempfilename,ttt); in MKSTEMPS()
[all …]
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/huskylib/src/
H A Dtemp.c78 { char *ttt; in MKSTEMPS() local
85 ttt = sstrdup(tempfilename); in MKSTEMPS()
86 pp = strrchr(ttt, '.'); in MKSTEMPS()
87 if( ttt[strlen(ttt)-1]!='X' && pp && (pp>ttt && *(pp-1)=='X') ){ /* suffix presents */ in MKSTEMPS()
90 if( !mktemp(ttt) ) in MKSTEMPS()
93 fd = open( ttt, O_EXCL | O_CREAT | O_RDWR, S_IREAD | S_IWRITE ); in MKSTEMPS()
94 }while( fd==-1 && errno == EEXIST && (strcpy(ttt,tempfilename), 1) ); in MKSTEMPS()
97 if( !mktemp(ttt) ) in MKSTEMPS()
99 fd = open( ttt, O_EXCL | O_CREAT | O_RDWR, S_IREAD | S_IWRITE ); in MKSTEMPS()
102 if(fd!=-1) strcpy(tempfilename,ttt); in MKSTEMPS()
[all …]
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/huskylib/src/
H A Dtemp.c78 { char *ttt; in MKSTEMPS() local
85 ttt = sstrdup(tempfilename); in MKSTEMPS()
86 pp = strrchr(ttt, '.'); in MKSTEMPS()
87 if( ttt[strlen(ttt)-1]!='X' && pp && (pp>ttt && *(pp-1)=='X') ){ /* suffix presents */ in MKSTEMPS()
90 if( !mktemp(ttt) ) in MKSTEMPS()
93 fd = open( ttt, O_EXCL | O_CREAT | O_RDWR, S_IREAD | S_IWRITE ); in MKSTEMPS()
94 }while( fd==-1 && errno == EEXIST && (strcpy(ttt,tempfilename), 1) ); in MKSTEMPS()
97 if( !mktemp(ttt) ) in MKSTEMPS()
99 fd = open( ttt, O_EXCL | O_CREAT | O_RDWR, S_IREAD | S_IWRITE ); in MKSTEMPS()
102 if(fd!=-1) strcpy(tempfilename,ttt); in MKSTEMPS()
[all …]
/dports/news/husky-htick/husky-htick-1.9.20191207/huskylib/src/
H A Dtemp.c78 { char *ttt; in MKSTEMPS() local
85 ttt = sstrdup(tempfilename); in MKSTEMPS()
86 pp = strrchr(ttt, '.'); in MKSTEMPS()
87 if( ttt[strlen(ttt)-1]!='X' && pp && (pp>ttt && *(pp-1)=='X') ){ /* suffix presents */ in MKSTEMPS()
90 if( !mktemp(ttt) ) in MKSTEMPS()
93 fd = open( ttt, O_EXCL | O_CREAT | O_RDWR, S_IREAD | S_IWRITE ); in MKSTEMPS()
94 }while( fd==-1 && errno == EEXIST && (strcpy(ttt,tempfilename), 1) ); in MKSTEMPS()
97 if( !mktemp(ttt) ) in MKSTEMPS()
99 fd = open( ttt, O_EXCL | O_CREAT | O_RDWR, S_IREAD | S_IWRITE ); in MKSTEMPS()
102 if(fd!=-1) strcpy(tempfilename,ttt); in MKSTEMPS()
[all …]
/dports/devel/elfutils/elfutils-0.179/tests/
H A Drun-addr2line-test.sh26 /home/drepper/gnu/new-bu/build/ttt/f.c:3
28 /home/drepper/gnu/new-bu/build/ttt/b.c:4
30 /home/drepper/gnu/new-bu/build/ttt/f.c:3
32 /home/drepper/gnu/new-bu/build/ttt/b.c:4
34 /home/drepper/gnu/new-bu/build/ttt/f.c:3
36 /home/drepper/gnu/new-bu/build/ttt/b.c:4
38 /home/drepper/gnu/new-bu/build/ttt/f.c:3
40 /home/drepper/gnu/new-bu/build/ttt/b.c:4
63 /home/drepper/gnu/new-bu/build/ttt/f.c:3
79 /home/drepper/gnu/new-bu/build/ttt/f.c:3
[all …]
/dports/lang/sdcc/sdcc-4.0.0/support/valdiag/tests/
H A Dbug-971834.c10 unsigned char ttt = 2; variable
15 a |= ttt; /* WARNING(SDCC || GCC) */ in foo()
22 unsigned char ttt[] = {0xff, 1}; variable
27 for (i = 0; i < sizeof(ttt); i++) in foo()
28 a |= ttt[i]; /* WARNING(SDCC) */ in foo()
34 unsigned char ttt[] = {0xff, 1}; variable
41 for (j = 0; j < sizeof(ttt); j++) { in foo()
42 for (i = 0; i < sizeof(ttt); i++) { in foo()
43 a |= ttt[i]; /* WARNING(SDCC) */ in foo()
/dports/graphics/xd3d/xd3d-8.3.1/src/X/
H A Dtaille_chaine.f56 ttt = .586*real(nn)*taille_texte
58 ttt = 0.
64 ttt = ttt + taille_cara(ii)*taille_texte
93 ttt = ttt + t*taille_texte
98 ttt = ttt + taille_cara(ichar(string(i)))*taille_texte
103 taille_chaine = ttt/abs(facteur_en_x)
105 taille_chaine = ttt/abs(facteur_en_y)
108 taille_chaine = ttt*sqrt( (cos(angle)/facteur_en_x)**2
/dports/games/brumbrumrally/brumbrumrally-0.7/src/
H A DSelectTrack.cpp42 TimeTrialTrack* ttt = trackList.onEvent(event); in onEvent() local
43 if (ttt) in onEvent()
45 if (*ttt) in onEvent()
55 …sm.enter(new RaceState(ttt->getMap(), RaceSetup(drivers, cars, names, ttt->getLaps(), 1, false, fa… in onEvent()
72 TimeTrialTrack* ttt = trackList.getCurrentTrack(); in onEvent() local
73 if (ttt && *ttt) in onEvent()
75 sm.enter(new DeleteTrack(*ttt), +1); in onEvent()
/dports/editors/ted/Ted-2.23/appUtil/
H A DutilColor.c278 static int ttt( const char * s )
296 if ( ttt( "ffffff" ) ) return -1; /* luma=255 chroma= 0 hue= 0 */
297 if ( ttt( "808080" ) ) return -1; /* luma=128 chroma= 0 hue= 0 */
298 if ( ttt( "000000" ) ) return -1; /* luma= 0 chroma= 0 hue= 0 */
299 if ( ttt( "ff0000" ) ) return -1; /* luma= 77 chroma=255 hue= 0 */
300 if ( ttt( "bfbf00" ) ) return -1; /* luma=170 chroma=191 hue= 60 */
301 if ( ttt( "008000" ) ) return -1; /* luma= 75 chroma=128 hue=120 */
302 if ( ttt( "80ffff" ) ) return -1; /* luma=216 chroma=127 hue=180 */
303 if ( ttt( "8080ff" ) ) return -1; /* luma=141 chroma=127 hue=240 */
304 if ( ttt( "bf40bf" ) ) return -1; /* luma=116 chroma=127 hue=300 */
[all …]

12345678910>>...110