Searched defs:hn (Results 1 - 14 of 14) sorted by relevance

/external/avahi/avahi-utils/
H A Davahi-set-host-name.c165 const char *version, *hn; local
172 if (!(hn = avahi_client_get_host_name_fqdn(client))) {
177 fprintf(stderr, _("Server version: %s; Host name: %s\n"), version, hn);
186 const char *hn; local
188 if (!(hn = avahi_client_get_host_name_fqdn(client))) {
193 fprintf(stderr, _("Host name successfully changed to %s\n"), hn);
H A Davahi-publish.c391 const char *version, *hn; local
398 if (!(hn = avahi_client_get_host_name_fqdn(client))) {
403 fprintf(stderr, _("Server version: %s; Host name: %s\n"), version, hn);
H A Davahi-resolve.c277 const char *version, *hn; local
284 if (!(hn = avahi_client_get_host_name_fqdn(client))) {
289 fprintf(stderr, _("Server version: %s; Host name: %s\n"), version, hn);
H A Davahi-browse.c532 const char *version, *hn; local
539 if (!(hn = avahi_client_get_host_name_fqdn(client))) {
544 fprintf(stderr, _("Server version: %s; Host name: %s\n"), version, hn);
/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/avahi/avahi-core/
H A Dserver.c1248 char *hn = NULL; local
1254 hn = avahi_get_host_name_strdup();
1256 hn = avahi_normalize_name_strdup(host_name);
1258 hn[strcspn(hn, ".")] = 0;
1260 if (avahi_domain_equal(s->host_name, hn) && s->state != AVAHI_SERVER_COLLISION) {
1261 avahi_free(hn);
1268 s->host_name = hn;
/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/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1564 milliseconds