HomeSort by: relevance | last modified time | path
    Searched defs:uni (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/dev/ic/
pcdisplay_chars.c 149 u_int16_t uni; member in struct:__anon3016
263 u_int16_t uni; member in struct:__anon3017
369 pcdisplay_mapchar(void *id, int uni, unsigned int *index)
373 if (uni < 128) {
374 *index = uni;
376 } else if ((uni < 256) && (isomappings[uni - 128] != NOTPRINTABLE)) {
377 *index = isomappings[uni - 128];
382 if (uni == unimappings[i].uni) {
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/aes/
aes_core.c 67 } uni; typedef in typeref:union:__anon43
465 uni s1;
466 uni s;
493 uni s1;
494 uni s;
603 uni prev;
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
name.c 270 const uint32_t *uni = ds->u.universalString.data; local
274 ret = wind_ucs4utf8_length(uni, unilen, &k);
285 ret = wind_ucs4utf8(uni, unilen, ss, NULL);
  /src/crypto/external/bsd/openssl/dist/crypto/aes/
aes_core.c 67 } uni; typedef in typeref:union:__anon1166
465 uni s1;
466 uni s;
493 uni s1;
494 uni s;
603 uni prev;
  /src/crypto/external/bsd/openssl.old/dist/crypto/aes/
aes_core.c 51 } uni; typedef in typeref:union:__anon1817
449 uni s1;
450 uni s;
477 uni s1;
478 uni s;
587 uni prev;
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
gen-lbrkprop.c 71 struct unicode_attribute * uni; local
78 uni = &unicode_attributes[i];
80 uni->name = strdup (field1);
81 uni->category = (field2[0] == '\0' ? "" : strdup (field2));
82 uni->combining = (field3[0] == '\0' ? "" : strdup (field3));
83 uni->bidi = (field4[0] == '\0' ? "" : strdup (field4));
84 uni->decomposition = (field5[0] == '\0' ? "" : strdup (field5));
85 uni->decdigit = (field6[0] == '\0' ? "" : strdup (field6));
86 uni->digit = (field7[0] == '\0' ? "" : strdup (field7));
87 uni->numeric = (field8[0] == '\0' ? "" : strdup (field8))
    [all...]
  /src/sys/dev/usb/
usbnet.c 463 struct usbnet_intr * const uni __unused = un->un_intr;
468 USBNETHIST_CALLARGS("%jd: uni %#jx dying %#jx status %#jx",
469 unp->unp_number, (uintptr_t)uni,
789 struct usbnet_intr * const uni = un->un_intr; local
798 if (i == USBNET_ENDPT_INTR && uni) {
801 uni->uni_buf, uni->uni_bufsz, usbnet_pipe_intr,
802 uni->uni_interval);
  /src/external/bsd/tre/dist/lib/
tre-compile.c 411 tre_union_t *uni = node->obj; local
412 tre_ast_node_t *left = uni->left;
413 tre_ast_node_t *right = uni->right;
728 tre_union_t *uni = node->obj; local
730 *result = tre_ast_new_union(mem, uni->left, uni->right);
738 STACK_PUSHX(stack, voidptr, uni->right);
742 STACK_PUSHX(stack, voidptr, uni->left);
855 tre_union_t *uni = node->obj; local
856 STACK_PUSHX(stack, voidptr, uni->right)
1207 tre_union_t *uni; local
1427 tre_union_t *uni = (tre_union_t *)node->obj; local
1794 tre_union_t *uni; local
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
rcparse.h 303 unichar *uni; member in union:YYSTYPE
rcparse.c 426 unichar *uni; member in union:YYSTYPE
2396 dialog.caption = (yyvsp[0].uni);
2428 res_unistring_to_id (& dialog.class, (yyvsp[0].uni));
2439 dialog.font = (yyvsp[0].uni);
2456 dialog.font = (yyvsp[-1].uni);
2475 dialog.font = (yyvsp[-2].uni);
2494 dialog.font = (yyvsp[-3].uni);
3120 (yyval.id).u.n.name = (yyvsp[0].uni);
3121 (yyval.id).u.n.length = unichar_len ((yyvsp[0].uni));
3230 (yyval.menuitem) = define_menuitem ((yyvsp[-2].uni), (yyvsp[-1].il), (yyvsp[0].is), 0, 0, NULL)
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
rcparse.h 303 unichar *uni; member in union:YYSTYPE
rcparse.c 426 unichar *uni; member in union:YYSTYPE
2396 dialog.caption = (yyvsp[0].uni);
2428 res_unistring_to_id (& dialog.class, (yyvsp[0].uni));
2439 dialog.font = (yyvsp[0].uni);
2456 dialog.font = (yyvsp[-1].uni);
2475 dialog.font = (yyvsp[-2].uni);
2494 dialog.font = (yyvsp[-3].uni);
3120 (yyval.id).u.n.name = (yyvsp[0].uni);
3121 (yyval.id).u.n.length = unichar_len ((yyvsp[0].uni));
3230 (yyval.menuitem) = define_menuitem ((yyvsp[-2].uni), (yyvsp[-1].il), (yyvsp[0].is), 0, 0, NULL)
    [all...]

Completed in 62 milliseconds