/external/mesa3d/src/mesa/program/ |
D | hash_table.c | 119 struct hash_node *hn = (struct hash_node *) node; in get_node() local 121 if ((*ht->compare)(hn->key, key) == 0) { in get_node() 122 return hn; in get_node() 132 struct hash_node *hn = get_node(ht, key); in hash_table_find() local 134 return (hn == NULL) ? NULL : hn->data; in hash_table_find() 158 struct hash_node *hn; in hash_table_replace() local 161 hn = (struct hash_node *) node; in hash_table_replace() 163 if ((*ht->compare)(hn->key, key) == 0) { in hash_table_replace() 164 hn->data = data; in hash_table_replace() 169 hn = calloc(1, sizeof(*hn)); in hash_table_replace() [all …]
|
/external/avahi/avahi-utils/ |
D | avahi-set-host-name.c | 165 const char *version, *hn; in main() local 172 if (!(hn = avahi_client_get_host_name_fqdn(client))) { in main() 177 fprintf(stderr, _("Server version: %s; Host name: %s\n"), version, hn); in main() 186 const char *hn; in main() local 188 if (!(hn = avahi_client_get_host_name_fqdn(client))) { in main() 193 fprintf(stderr, _("Host name successfully changed to %s\n"), hn); in main()
|
D | avahi-resolve.c | 277 const char *version, *hn; in main() local 284 if (!(hn = avahi_client_get_host_name_fqdn(client))) { in main() 289 fprintf(stderr, _("Server version: %s; Host name: %s\n"), version, hn); in main()
|
D | avahi-publish.c | 391 const char *version, *hn; in main() local 398 if (!(hn = avahi_client_get_host_name_fqdn(client))) { in main() 403 fprintf(stderr, _("Server version: %s; Host name: %s\n"), version, hn); in main()
|
D | avahi-browse.c | 532 const char *version, *hn; in start() local 539 if (!(hn = avahi_client_get_host_name_fqdn(client))) { in start() 544 fprintf(stderr, _("Server version: %s; Host name: %s\n"), version, hn); in start()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/ |
D | inftrees.c | 104 uInt *hn, /* hufts used in space */ in huft_build() argument 238 if (*hn + z > MANY) /* (note: doesn't matter for fixed) */ in huft_build() 240 u[h] = q = hp + *hn; in huft_build() 241 *hn += z; in huft_build() 308 uInt hn = 0; /* hufts used in space */ in inflate_trees_bits() local 314 tb, bb, hp, &hn, v); in inflate_trees_bits() 340 uInt hn = 0; /* hufts used in space */ in inflate_trees_dynamic() local 348 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v); in inflate_trees_dynamic() 363 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v); in inflate_trees_dynamic()
|
/external/freetype/src/gzip/ |
D | inftrees.c | 104 uInt *hn, /* hufts used in space */ in huft_build() argument 238 if (*hn + z > MANY) /* (note: doesn't matter for fixed) */ in huft_build() 240 u[h] = q = hp + *hn; in huft_build() 241 *hn += z; in huft_build() 308 uInt hn = 0; /* hufts used in space */ in inflate_trees_bits() local 314 tb, bb, hp, &hn, v); in inflate_trees_bits() 340 uInt hn = 0; /* hufts used in space */ in inflate_trees_dynamic() local 348 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v); in inflate_trees_dynamic() 363 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v); in inflate_trees_dynamic()
|
/external/libvorbis/lib/ |
D | floor1.c | 643 int hn=hineighbor[sortpos]; in floor1_fit() local 646 if(memo[ln]!=hn){ in floor1_fit() 649 int hsortpos=look->reverse_index[hn]; in floor1_fit() 650 memo[ln]=hn; in floor1_fit() 655 int hx=info->postlist[hn]; in floor1_fit() 657 int hy=post_Y(fit_valueA,fit_valueB,hn); in floor1_fit() 690 fit_valueA[hn]=hy1; in floor1_fit() 691 if(hn==1)fit_valueB[hn]=hy1; in floor1_fit() 696 if(hineighbor[j]==hn) in floor1_fit() 725 int hn=look->hineighbor[i-2]; in floor1_fit() local [all …]
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/bdf/ |
D | bdflib.c | 1141 hashnode hn; in bdf_get_property() local 1148 if ( ( hn = hash_lookup( name, &(font->proptbl) ) ) == 0 ) in bdf_get_property() 1151 propid = hn->data; in bdf_get_property() 1364 hashnode hn; in _bdf_add_property() local 1373 if ( ( hn = hash_lookup( name, (hashtable *)font->internal ) ) != 0 ) in _bdf_add_property() 1377 fp = font->props + hn->data; in _bdf_add_property() 1409 hn = hash_lookup( name, &(font->proptbl) ); in _bdf_add_property() 1410 if ( hn == 0 ) in _bdf_add_property() 1415 hn = hash_lookup( name, &(font->proptbl) ); in _bdf_add_property() 1439 propid = hn->data; in _bdf_add_property() [all …]
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/ |
D | de-DE_kdt_acc.pkb | 19 �H�*'M�ma�XR��,����4�a�H��J*>�ւ�Z�dm�͗hnЅ�փ�B[�����\aYu�k<���y��:)%��k��b�1/&$ܞ��R…
|
/external/avahi/avahi-core/ |
D | server.c | 1248 char *hn = NULL; in avahi_server_set_host_name() local 1254 hn = avahi_get_host_name_strdup(); in avahi_server_set_host_name() 1256 hn = avahi_normalize_name_strdup(host_name); in avahi_server_set_host_name() 1258 hn[strcspn(hn, ".")] = 0; in avahi_server_set_host_name() 1260 if (avahi_domain_equal(s->host_name, hn) && s->state != AVAHI_SERVER_COLLISION) { in avahi_server_set_host_name() 1261 avahi_free(hn); in avahi_server_set_host_name() 1268 s->host_name = hn; in avahi_server_set_host_name()
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Resize.miff | 15 …������k��=B�<6�@8�<?�B8�:.�4/�8.�6#�9&�:/�7,�12�/,�<*�KI�HE�8&�;)�<.�]T�go�hn�r|�zny�l������������…
|
D | Flop.miff | 15 …/A5,;1+4/+/0001.10*1.*/*,1)./(/-.03003.,80-:2.96196153.34-23-NXCh�dt�ts�tk�hn�ck�\h�WhqRTN:C)):&*+…
|
D | Rotate.miff | 15 …95�12�FG�QO�:0�9+�A5�NH�GH�FK�CN�;U�7a�Wp�heFK5+&"-%)/),0,*00-/2.0.-J3.x>6�hn���������������������…
|
/external/icu/icu4c/source/data/region/ |
D | shi_Latn.txt | 98 HU{"hnɣarya"}
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/ |
D | fr-FR_kdt_posd.pkb | 160 …F�pm��@N�Po�������v��6�0<$�;�RC�ޖ+��߃�����f�Ӝ��hn�t�����
|
/external/ImageMagick/PerlMagick/t/reference/read/ |
D | input_cmyk.miff | 15 …����������ͺ��η��Ѷ��д��̲��˖s��sY��YE��E#��#��þÿ.��.N��NO��OR��R]��]h��hn��no��on��no��on��ng�…
|
D | input_uyvy.miff | 14 …`�ic�wc�fb�jb�c_�__�`b�yb�ec�dc�fb�^b�[h��h��n��n��m΄m�ym��m�wky}kypmr{mr�hn�hn�js�js�y��y�Mt�Mt�M…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_klex.pkb | 1 �06a13a1hn2530035t40t46t51s 57t 3 7883a8hn95\?abuadaadvaftajaaltanganyapparcaskattavaban bef…
|
/external/icu/icu4c/source/data/lang/ |
D | ksh.txt | 282 Zyyy{"-öhnß en Schreff-"}
|
/external/ImageMagick/PerlMagick/t/reference/write/read/ |
D | input_cmyk.miff | 41 …����������ͺ��η��Ѷ��д��̲��˖s��sY��YE��E#��#��þÿ.��.N��NO��OR��R]��]h��hn��no��on��no��on��ng�…
|
/external/icu/icu4c/source/data/unit/ |
D | is.txt | 545 dnam{"hnútur"} 547 other{"{0} hnútar"}
|
/external/ImageMagick/PerlMagick/t/reference/write/composite/ |
D | Minus.miff | 86 "\hn�����������������u'#KLC�������������gSaj���jD…
|
/external/ImageMagick/PerlMagick/t/reference/write/filter/ |
D | Flop.miff | 43 …/A5,;1+4/+/0001.10*1.*/*,1)./(/-.03003.,80-:2.96196153.34-23-NXCh�dt�ts�tk�hn�ck�\h�WhqRTN:C)):&*+…
|
D | Blur.miff | 43 …6.�4.�3-�3,�3-�40�4/�5,�6+�5-�5/�6.�7,�:.�=5�@;�A;�@5�>0�<-�;-�=/�D8�SK�ba�hn�ir�ir�gp�ln�}l��|���…
|