Searched refs:gx (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dnacommon.h20 void gc_add (GC* c, GCC* gx);
21 void gc_remove (GC* c, GCC* gx);
22 void gc_setup (GC* c, GCC* gx, const char* name, G* g);
24 void gc_rename (GC* c, GCC* gx, Tcl_Obj* newname, Tcl_Interp* interp);
28 GCC* gx, GN_GET_GC* gf, G* g);
H A Dnacommon.c12 gc_add (GC* c, GCC* gx) argument
14 GC* first = gx->first;
16 gx->n ++;
20 gx->first = c;
29 gc_remove (GC* c, GCC* gx) argument
31 if ((gx->first == c) || c->prev || c->next) {
33 if (gx->first == c) {
34 gx->first = c->next;
43 gx->n --;
50 gc_setup (GC* c, GCC* gx, cons argument
83 gc_rename(GC* c, GCC* gx, Tcl_Obj* newname, Tcl_Interp* interp) argument
107 gc_attr(GCC* gx, int mode, Tcl_Obj* detail, Tcl_Interp* interp, Tcl_Obj* key, GN_GET_GC* gf, G* g) argument
[all...]
H A Dfilter.c33 static int filter_run (NA* na, Tcl_Interp* interp, int nodes, GCC* gx, GN_GET_GC* gf,
35 static void filter_none (Tcl_Interp* interp, GCC* gx, NARES* l);
36 static void filter_kv (Tcl_Interp* interp, GCC* gx, NARES* l,
38 static void filter_k (Tcl_Interp* interp, GCC* gx, NARES* l,
40 static int filter_cmd (Tcl_Interp* interp, GCC* gx, NARES* l,
43 static void filter_mode_n (NA_MODE mode, GCC* gx, NARES* l, int nc, Tcl_Obj* const* nv, G* g);
44 static void filter_mode_n_adj (GCC* gx, NARES* l, int nc, Tcl_Obj* const* nv, G* g);
45 static void filter_mode_n_emb (GCC* gx, NARES* l, int nc, Tcl_Obj* const* nv, G* g);
46 static void filter_mode_n_in (GCC* gx, NARES* l, int nc, Tcl_Obj* const* nv, G* g);
47 static void filter_mode_n_inn (GCC* gx, NARE
59 gc_filter(int nodes, Tcl_Interp* interp, int oc, Tcl_Obj* const* ov, GCC* gx, GN_GET_GC* gf, G* g) argument
237 filter_run(NA* na, Tcl_Interp* interp, int nodes, GCC* gx, GN_GET_GC* gf, Tcl_Obj* go, G* g) argument
285 filter_none(Tcl_Interp* interp, GCC* gx, NARES* l) argument
304 filter_mode_a(NA_MODE mode, GCC* gx, NARES* l, int nc, Tcl_Obj* const* nv, G* g) argument
333 filter_mode_a_adj(GCC* gx, NARES* l, int nc, Tcl_Obj* const* nv, G* g) argument
390 filter_mode_a_emb(GCC* gx, NARES* l, int nc, Tcl_Obj* const* nv, G* g) argument
461 filter_mode_a_in(GCC* gx, NARES* l, int nc, Tcl_Obj* const* nv, G* g) argument
491 filter_mode_a_inn(GCC* gx, NARES* l, int nc, Tcl_Obj* const* nv, G* g) argument
541 filter_mode_a_out(GCC* gx, NARES* l, int nc, Tcl_Obj* const* nv, G* g) argument
571 filter_mode_n(NA_MODE mode, GCC* gx, NARES* l, int nc, Tcl_Obj* const* nv, G* g) argument
593 filter_mode_n_adj(GCC* gx, NARES* l, int nc, Tcl_Obj* const* nv, G* g) argument
655 filter_mode_n_emb(GCC* gx, NARES* l, int nc, Tcl_Obj* const* nv, G* g) argument
733 filter_mode_n_in(GCC* gx, NARES* l, int nc, Tcl_Obj* const* nv, G* g) argument
771 filter_mode_n_inn(GCC* gx, NARES* l, int nc, Tcl_Obj* const* nv, G* g) argument
849 filter_mode_n_out(GCC* gx, NARES* l, int nc, Tcl_Obj* const* nv, G* g) argument
887 filter_kv(Tcl_Interp* interp, GCC* gx, NARES* l, GN_GET_GC* gf, G* g, Tcl_Obj* k, Tcl_Obj* v) argument
971 filter_k(Tcl_Interp* interp, GCC* gx, NARES* l, GN_GET_GC* gf, G* g, Tcl_Obj* k) argument
1044 filter_cmd(Tcl_Interp* interp, GCC* gx, NARES* l, Tcl_Obj* cmd, Tcl_Obj* g) argument
[all...]
H A Dattr.h32 int gc_attr (GCC* gx, int mode, Tcl_Obj* detail,
/macosx-10.10/emacs-93/emacs/src/m/
H A Dpyramid.h60 #define C_DEBUG_SWITCH -gx
/macosx-10.10/zsh-61/zsh/Functions/VCS_Info/
H A DVCS_INFO_set11 typeset -gx vcs_info_msg_${i}_=
20 typeset -gx vcs_info_msg_${i}_=${msgs[$j]}
25 [[ -n ${(P)${:-vcs_info_msg_${j}_}} ]] && typeset -gx vcs_info_msg_${j}_=
/macosx-10.10/OpenSSL098-52/src/demos/jpake/
H A Djpakedemo.c57 BIGNUM *gx; // g^x member in struct:__anon3376
148 static void zkpHash(BIGNUM *h, const JPakeZKP *zkp, const BIGNUM *gx, argument
159 hashbn(&sha, gx);
174 BIGNUM *gx = BN_new(); local
185 BN_mod_exp(gx, zkpg, x, params->p, params->ctx);
188 zkpHash(h, zkp, gx, &us->p, params);
198 showbn(" g^x", gx);
205 BN_free(gx);
209 static int VerifyZKP(const JPakeZKP *zkp, BIGNUM *gx, argument
219 zkpHash(h, zkp, gx, the
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/jpake/
H A Djpake.c53 p->gx = BN_new();
60 BN_free(p->gx);
177 hashbn(&sha, p->gx);
185 * Note that p->gx has already been calculated
229 BN_mod_exp(t2, p->gx, h, ctx->p.p, ctx->ctx);
251 BN_mod_exp(p->gx, g, x, ctx->p.p, ctx->ctx);
287 static int is_legal(const BIGNUM *gx, const JPAKE_CTX *ctx) argument
292 if(BN_is_negative(gx) || BN_is_zero(gx) || BN_cmp(gx, ct
383 compute_key(JPAKE_CTX *ctx, const BIGNUM *gx) argument
[all...]
H A Djpake.h35 BIGNUM *gx; /* g^x in step 1, g^(xa + xc + xd) * xb * s in step 2 */ member in struct:__anon3313
/macosx-10.10/vim-55/src/
H A Dtermlib.c395 char gx, gy, /* x, y */ local
428 gx = *ptr++;
430 if (col>gx) col += gy;
431 if (line>gx) line += gy;
450 gx = line;
452 col = gx;
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/
H A DgiantFFT.c48 static void GiantFFTSquare(giant gx);
191 static void GiantFFTSquare(giant gx) { argument
192 int j,size = abs(gx->sign);
195 if(size<4) { GiantGrammarMul(gx,gx); return; }
202 giant_to_double(gx, size, doubles, L);
206 addsignal(gx, doubles, L);
210 gx->sign = abs(gx->sign);
211 bitlen(gx); // XX
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DgiantFFT.c48 static void GiantFFTSquare(giant gx);
191 static void GiantFFTSquare(giant gx) { argument
192 int j,size = abs(gx->sign);
195 if(size<4) { GiantGrammarMul(gx,gx); return; }
202 giant_to_double(gx, size, doubles, L);
206 addsignal(gx, doubles, L);
210 gx->sign = abs(gx->sign);
211 bitlen(gx); // XX
[all...]
/macosx-10.10/vim-55/runtime/keymap/
H A Desperanto_utf-8.vim46 gx <Char-0x011D> " (285) LOWERCASE g WITH CIRCUMFLEX
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dfs_test.cpp385 #define perms(ur, uw, ux, gr, gw, gx, othr, othw, othx) \
393 ATF_REQUIRE(fi.is_group_executable() == gx); \
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dexponential.tcl45 set gx [expr {($x2*$x2+7.547478*$x2+1.564072)/
47 list $fx $gx
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dxyplot.tcl167 set gx $sx
170 lappend tglx $gx
171 set gx [expr {$gx+$dx}]
/macosx-10.10/vim-55/runtime/plugin/
H A DnetrwPlugin.vim84 if !exists("g:netrw_nogx") && maparg('gx','n') == ""
86 nmap <unique> gx <Plug>NetrwBrowseX map
/macosx-10.10/vim-55/runtime/syntax/
H A Dopl.vim45 syn keyword OPLStatement gunloadfont gupdate guse gvisible gwidth gx
H A Dinitex.vim155 \ '\\[gx]def\>'
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/mtest/
H A Dmpi.c2064 mp_int gx, xc, yc, u, v, A, B, C, D; local
2077 if((res = mp_init(&gx)) != MP_OKAY) goto CLEANUP;
2078 clean[++last] = &gx;
2094 mp_set(&gx, 1);
2100 if((res = s_mp_mul_2(&gx)) != MP_OKAY)
2157 if((res = mp_mul(&gx, &v, g)) != MP_OKAY) goto CLEANUP;
/macosx-10.10/OpenSSL098-52/src/util/
H A Dpod2man.pl730 } {I<$1>}gx;
738 } {I<$1>\\|$2}gx;
803 } {the C<$2> entry in the I<$1> manpage}gx;
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Dfs_test.c501 #define perms(ur, uw, ux, gr, gw, gx, othr, othw, othx) \
509 ATF_REQUIRE(atf_fs_stat_is_group_executable(&st) == gx); \
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dsrp.c2508 BIGNUM gx; local
2538 BN_init(&gx);
2539 BN_mod_exp(&gx, g, &x, N, ctx);
2542 BN_mod_mul(&gx3, &gx3, &gx, N, ctx);
2571 BN_clear_free(&gx);
/macosx-10.10/emacs-93/emacs/src/
H A Dxdisp.c2085 remember_mouse_glyph (f, gx, gy, rect)
2087 int gx, gy;
2101 || (window = window_from_coordinates (f, gx, gy, &part, &x, &y, 0),
2161 for (gx = gr->x; g < end; gx += g->pixel_width, ++g)
2162 if (gx + g->pixel_width > x)
2179 x -= gx;
2180 gx += (x / width) * width;
2184 gx += window_box_left_offset (w, area);
2189 gx
22215 int gx; local
[all...]
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dapps.c2386 BN_print(conn, p->gx);
2453 readbn(&p->gx, bconn);

Completed in 315 milliseconds

12