Searched refs:hn (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/program/
H A Dhash_table.c119 struct hash_node *hn = (struct hash_node *) node; local
121 if ((*ht->compare)(hn->key, key) == 0) {
122 return hn;
132 struct hash_node *hn = get_node(ht, key); local
134 return (hn == NULL) ? NULL : hn->data;
158 struct hash_node *hn; local
161 hn = (struct hash_node *) node;
163 if ((*ht->compare)(hn->key, key) == 0) {
164 hn
201 struct hash_node *hn = (struct hash_node *) node; local
[all...]
/external/freetype/src/gzip/
H A Dinftrees.c95 local int huft_build( /* b, n, s, d, e, t, m, hp, hn, v) */ argument
104 uInt *hn, /* hufts used in space */
238 if (*hn + z > MANY) /* (note: doesn't matter for fixed) */
240 u[h] = q = hp + *hn;
241 *hn += z;
308 uInt hn = 0; /* hufts used in space */ local
314 tb, bb, hp, &hn, v);
340 uInt hn = 0; /* hufts used in space */ local
348 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v);
363 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn,
[all...]
/external/libvorbis/lib/
H A Dfloor1.c643 int hn=hineighbor[sortpos]; local
646 if(memo[ln]!=hn){
649 int hsortpos=look->reverse_index[hn];
650 memo[ln]=hn;
655 int hx=info->postlist[hn];
657 int hy=post_Y(fit_valueA,fit_valueB,hn);
690 fit_valueA[hn]=hy1;
691 if(hn==1)fit_valueB[hn]=hy1;
696 if(hineighbor[j]==hn)
725 int hn=look->hineighbor[i-2]; local
807 int hn=look->hineighbor[i-2]; local
[all...]
/external/libvncserver/x11vnc/
H A Dtkx11vnc6568 set hn ""
6569 catch {set hn [exec uname -n]}
6570 if {$hn == ""} {
6571 set hn "hostname"
6585 vncviewer $hn:0
6586 vncviewer $hn:1
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
H A Dssvnc.tcl6760 set hn "$h.0"
6763 set hn "$h.1"
6766 set hn "$h.2"
6775 puts $fh "hash-filename: $hn"
8956 set hn [get_hostname]
8957 if {$hn == ""} {
8958 set hn "this-computer"
8960 set listening_name "$hn:$port (or nn.nn.nn.nn:$port, etc.)"
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]

Completed in 773 milliseconds