Searched refs:itmp (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/unix/
H A DjkAudIO_osx.c44 static float itmp[BUFLEN]; variable
76 memcpy(&itmp[A->wpos*2], in, numFrames*2*sizeof(float));
79 memcpy(&itmp[A->wpos*2], in, (BUFLEN/2 - A->wpos)*2*sizeof(float));
80 memcpy(itmp, &in[(BUFLEN/2 - A->wpos)*2],
245 smp1 = (8388607.0*itmp[(A->rpos*2 + pos) % (BUFLEN)]);
246 smp2 = (8388607.0*itmp[(A->rpos*2 + pos + A->nChannels)%(BUFLEN)]);
251 smp1 = (2147483647.0*itmp[(A->rpos*2 + pos) % (BUFLEN)]);
252 smp2 = (2147483647.0*itmp[(A->rpos*2 + pos + A->nChannels)%(BUFLEN)]);
258 smp1 = (short) (32767.0*itmp[(A->rpos*2 + pos) % (BUFLEN)]);
259 smp2 = (short) (32767.0*itmp[(
[all...]
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Ddemo_panels.c709 int itmp; local
721 for (itmp = 0; itmp < limit; itmp += 3) {
722 do_panel(px, buffer + itmp, myFill);
727 for (itmp = 1; itmp <= MAX_PANELS; ++itmp) {
728 my_remove_panel(px, itmp);
H A Dncurses.c4339 int itmp; local
4428 for (itmp = 0; itmp < 6; itmp++) {
4434 waddstr(w4, mod[itmp]);
4435 move_panel(px[4], LINES / 6, itmp * (COLS / 8));
4437 waddstr(w5, mod[itmp]);
4443 waddstr(w4, mod[itmp]);
4444 move_panel(px[5], LINES / 3 - 1, (itmp * 10) + 6);
4446 waddstr(w5, mod[itmp]);
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/dted/
H A Ddted.c254 Int itmp; local
270 itmp = (Int)(ftmp * 255.0 + 0.5);
271 *ubdest = MAX (0, MIN (itmp, 255));
274 *ssrc, ftmp, itmp, *ubdest);
283 itmp = (Int)(*ssrc * 255.0 / 65535.0 + 128);
284 *ubdest = MAX (0, MIN (itmp, 255));
286 printf ("NoGamma %d --> %d --> %d\n", *ssrc, itmp, *ubdest);
/macosx-10.9.5/vim-53/src/proto/
H A Dex_cmds.pro11 char_u *make_filter_cmd __ARGS((char_u *cmd, char_u *itmp, char_u *otmp));
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/raw/
H A Draw.c252 Int itmp; local
265 itmp = (Int)(ftmp * 255.0 + 0.5);
266 *ubdest = MAX (0, MIN (itmp, 255));
272 itmp = (Int)(*src * 255.0 + 0.5);
273 *ubdest = MAX (0, MIN (itmp, 255));
289 Int itmp; local
303 itmp = (Int)(ftmp * 255.0 + 0.5);
304 *ubdest = MAX (0, MIN (itmp, 255));
310 itmp = (Int)(*src / 256);
311 *ubdest = MAX (0, MIN (itmp, 25
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dmodify.c687 int i, j, k, l, ir, jstack, match, *ix, itmp, nvals, rc = LDAP_SUCCESS; local
701 #define EXCH(x,y) SWAP(ix[x],ix[y],itmp)
702 #define SETA(x) itmp = ix[x]; a = cv[itmp]
703 #define GETA(x) ix[x] = itmp;
H A Dschema_init.c2510 /* 10**Chop < 256**Chopbytes and Chop > Chopbytes<<1 (for sign bit and itmp) */
2531 struct berval val = *in, itmp = *tmp; local
2545 if ( lutil_str2bin( &val, &itmp, ctx )) {
2550 if ( itmp.bv_val[0] == neg ) {
2551 itmp.bv_val++;
2552 itmp.bv_len--;
2555 k = (ber_slen_t) index_intlen - (ber_slen_t) (itmp.bv_len + chop);
2559 } else if ( k != 0 || ((itmp.bv_val[0] ^ neg) & 0xc0) ) {
2573 itmp.bv_len = index_intlen - k;
2575 memcpy( key->bv_val + k, itmp
2593 struct berval itmp; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/ppm/
H A Dppm.c196 Int itmp; local
210 itmp = (Int)(ftmp * 255.0 + 0.5);
211 *ubdest = MAX (0, MIN (itmp, 255));
217 itmp = (Int)(*src / 256);
218 *ubdest = MAX (0, MIN (itmp, 255));
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dtools.c1159 bdb_tool_idl_cache *ic, itmp; local
1166 DBT2bv( key, &itmp.kstr );
1168 ic = avl_find( (Avlnode *)db->app_private, &itmp, bdb_tool_idl_cmp );
1177 ic = ch_malloc( sizeof( bdb_tool_idl_cache ) + itmp.kstr.bv_len );
1178 ic->kstr.bv_len = itmp.kstr.bv_len;
1180 AC_MEMCPY( ic->kstr.bv_val, itmp.kstr.bv_val, ic->kstr.bv_len );
H A Didl.c1401 #define SWAP(a,b) itmp=(a);(a)=(b);(b)=itmp
1408 ID a, itmp; local
/macosx-10.9.5/vim-53/src/
H A Dfileio.c7390 char_u itmp[L_tmpnam]; /* use tmpnam() */ local
7392 char_u itmp[TEMPNAMELEN];
7423 expand_env((char_u *)tempdirs[i], itmp, TEMPNAMELEN - 20);
7424 if (mch_isdir(itmp)) /* directory exists */
7430 if (vim_strchr(itmp, '/') != NULL)
7431 STRCAT(itmp, "/");
7434 add_pathsep(itmp);
7438 STRCAT(itmp, "vXXXXXX");
7439 if (mkdtemp((char *)itmp) != NULL)
7440 vim_settempdir(itmp);
[all...]
H A Dex_cmds.c1071 char_u *itmp = NULL; local
1141 if ((do_in && (itmp = vim_tempname('i')) == NULL)
1153 if (itmp != NULL && buf_write(curbuf, itmp, NULL, line1, line2, eap,
1161 (void)EMSG2(_(e_notcreate), itmp); /* will call wait_return */ local
1173 cmd_buf = make_filter_cmd(cmd, itmp, otmp);
1332 if (itmp != NULL)
1333 mch_remove(itmp);
1336 vim_free(itmp);
1528 make_filter_cmd(cmd, itmp, otm
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_mul.c766 int itmp; local
769 itmp=na; na=nb; nb=itmp;
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/generic/
H A Dffidl.c1705 int i, itmp; local
1812 cif->args[i] = (void *)Tcl_GetByteArrayFromObj(obj, &itmp);
1813 if (itmp != cif->atypes[i]->size) {
1814 sprintf(buff, "parameter %d is the wrong size, %u bytes instead of %lu.", i, itmp, (long)(cif->atypes[i]->size));
1837 *(void **)cif->args[i] = (void *)Tcl_GetByteArrayFromObj(obj, &itmp);
1852 *(void **)cif->args[i] = (void *)Tcl_GetByteArrayFromObj(obj, &itmp);
1894 cif->ret = Tcl_GetByteArrayFromObj(obj, &itmp);
/macosx-10.9.5/ntfs-83/kext/
H A Dntfs_index.c1173 ntfs_index_context *itmp; local
1179 itmp = ictx;
1186 ntfs_index_ctx_disconnect(itmp);
1187 ntfs_index_ctx_put_reuse_single(itmp);
1188 ntfs_index_ctx_free(itmp);
1308 ntfs_index_context *itmp; local
1319 itmp = ictx;
1326 ntfs_index_ctx_disconnect(itmp);
1327 ntfs_index_ctx_put_reuse_single(itmp);
1328 ntfs_index_ctx_free(itmp);
[all...]
H A Dntfs_dir.c1325 ntfs_index_context *itmp; local
1331 itmp = ictx;
1338 ntfs_index_ctx_put_single(itmp);
/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dcomputil.c453 int grp = 0, itmp; local
468 itmp = zterm_columns - cd_state.swidth - 4;
469 if (cd_state.maxmlen > itmp)
470 cd_state.maxmlen = itmp;
H A Dzle_refresh.c942 int itmp; local
955 itmp = nmw_size;
957 omw_size = itmp;
/macosx-10.9.5/OpenSSH-186/osslshim/ossl/
H A Dossl-bn.c3954 int itmp; local
3957 itmp = na;
3959 nb = itmp;

Completed in 820 milliseconds