HomeSort by: relevance | last modified time | path
    Searched refs:type1 (Results 1 - 25 of 207) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/mit/xorg/share/fonts/Type1/
Makefile 3 SUBDIR= font-adobe-utopia-type1 font-bh-type1 \
4 font-bitstream-type1 font-ibm-type1 font-xfree86-type1
6 FONTSUBDIR= Type1
  /src/external/mit/xorg/server/xorg-server.old/hw/xfree86/dixmods/type1/
Makefile 8 LIB= type1
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
objects.h 76 # define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
78 static int nm##_cmp(type1 const *, type2 const *); \
79 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
81 # define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \
82 _DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp)
83 # define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \
84 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
113 # define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \
116 type1 const *a = a_; \
120 static type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
    [all...]
  /src/include/ssp/
string.h 60 #define __ssp_bos_icheck3_restrict(fun, type1, type2) \
61 static __inline type1 __ ## fun ## _ichk(type1 __restrict, type2 __restrict, size_t); \
62 static __inline __attribute__((__always_inline__)) type1 \
63 __ ## fun ## _ichk(type1 __restrict dst, type2 __restrict src, size_t len) { \
67 #define __ssp_bos_icheck3(fun, type1, type2) \
68 static __inline type1 __ ## fun ## _ichk(type1, type2, size_t); \
69 static __inline __attribute__((__always_inline__)) type1 \
70 __ ## fun ## _ichk(type1 dst, type2 src, size_t len) {
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
dynamic-ptype-whatis.f90 19 type type1 type in program:main
22 end type type1
27 type(type1), allocatable :: t2_array(:)
33 type(type1), pointer :: t3_array(:)
57 type(type1) :: var3
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
dynamic-ptype-whatis.f90 19 type type1 type in program:main
22 end type type1
27 type(type1), allocatable :: t2_array(:)
33 type(type1), pointer :: t3_array(:)
57 type(type1) :: var3
  /src/crypto/external/apache2/openssl/dist/include/openssl/
objects.h 83 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
85 static int nm##_cmp(type1 const *, type2 const *); \
86 scope type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
88 #define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \
89 _DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp)
90 #define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \
91 type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
120 #define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \
123 type1 const *a = a_; \
127 static type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
    [all...]
  /src/crypto/external/bsd/openssl/dist/include/openssl/
objects.h 84 # define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
86 static int nm##_cmp(type1 const *, type2 const *); \
87 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
89 # define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \
90 _DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp)
91 # define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \
92 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
121 # define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \
124 type1 const *a = a_; \
128 static type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/
test_ntlm.c 57 struct ntlm_type1 type1; local
64 memset(&type1, 0, sizeof(type1));
68 type1.flags = NTLM_NEG_UNICODE|NTLM_NEG_TARGET|NTLM_NEG_NTLM|flags;
69 type1.domain = strdup(domain);
70 type1.hostname = NULL;
71 type1.os[0] = 0;
72 type1.os[1] = 0;
74 ret = heim_ntlm_encode_type1(&type1, &data);
184 struct ntlm_type1 type1; local
    [all...]
  /src/external/mit/xorg/share/fonts/Type1/font-xfree86-type1/
Makefile 5 FONTSUBDIR= Type1
6 FONTSRCPKG= font-xfree86-type1
  /src/external/gpl3/gdb.old/dist/gdb/
valarith.c 102 struct type *type1, *type2; local
107 type1 = check_typedef (arg1->type ());
110 gdb_assert (type1->code () == TYPE_CODE_PTR);
113 if (check_typedef (type1->target_type ())->length ()
119 sz = type_length_units (check_typedef (type1->target_type ()));
281 struct type *type1, struct type *type2)
286 type1 = check_typedef (type1);
287 if (TYPE_IS_REFERENCE (type1))
288 type1 = check_typedef (type1->target_type ())
319 struct type *type1; local
686 struct type *type1 = check_typedef (arg1->type ()); local
749 struct type *type1, *type2; local
811 struct type *type1 = check_typedef (arg1->type ()); local
1144 struct type *type1, *type2, *result_type; local
1432 struct type *type1, *type2, *eltype1, *eltype2; local
1481 struct type *type1 = check_typedef (arg1->type ()); local
1519 struct type *type1; local
1578 struct type *type1, *type2; local
1646 struct type *type1, *type2; local
1666 struct type *type1, *type2; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
valarith.c 102 struct type *type1, *type2; local
107 type1 = check_typedef (arg1->type ());
110 gdb_assert (type1->code () == TYPE_CODE_PTR);
113 if (check_typedef (type1->target_type ())->length ()
119 sz = type_length_units (check_typedef (type1->target_type ()));
281 struct type *type1, struct type *type2)
286 type1 = check_typedef (type1);
287 if (TYPE_IS_REFERENCE (type1))
288 type1 = check_typedef (type1->target_type ())
319 struct type *type1; local
686 struct type *type1 = check_typedef (arg1->type ()); local
749 struct type *type1, *type2; local
811 struct type *type1 = check_typedef (arg1->type ()); local
1144 struct type *type1, *type2, *result_type; local
1432 struct type *type1, *type2, *eltype1, *eltype2; local
1481 struct type *type1 = check_typedef (arg1->type ()); local
1519 struct type *type1; local
1578 struct type *type1, *type2; local
1646 struct type *type1, *type2; local
1666 struct type *type1, *type2; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-alias-compare.h 43 bool types_equal_for_same_type_for_tbaa_p (tree type1, tree type2);
gimple-expr.h 60 /* Return true if a conversion from either type of TYPE1 and TYPE2
64 types_compatible_p (tree type1, tree type2)
66 return (type1 == type2
67 || (useless_type_conversion_p (type1, type2)
68 && useless_type_conversion_p (type2, type1)));
  /src/external/mit/xorg/share/fonts/Type1/font-adobe-utopia-type1/
Makefile 5 FONTSUBDIR= Type1
6 FONTSRCPKG= font-adobe-utopia-type1
  /src/external/mit/xorg/share/fonts/Type1/font-ibm-type1/
Makefile 5 FONTSUBDIR= Type1
6 FONTSRCPKG= font-ibm-type1
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/
accept_sec_context.c 112 struct ntlm_type1 type1; local
132 ret = heim_ntlm_decode_type1(&data, &type1);
139 if ((type1.flags & NTLM_NEG_UNICODE) == 0) {
140 heim_ntlm_free_type1(&type1);
146 if (type1.flags & NTLM_NEG_SIGN)
148 if (type1.flags & NTLM_NEG_SIGN)
153 type1.flags,
154 type1.hostname,
155 type1.domain,
158 heim_ntlm_free_type1(&type1);
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/ntlm/
test_ntlm.c 56 struct ntlm_type1 type1; local
62 memset(&type1, 0, sizeof(type1));
64 type1.flags = NTLM_NEG_UNICODE|NTLM_NEG_TARGET|NTLM_NEG_NTLM|NTLM_NEG_VERSION;
65 type1.domain = rk_UNCONST(domain);
66 type1.hostname = rk_UNCONST(hostname);
67 type1.os[0] = 0;
68 type1.os[1] = 0;
70 ret = heim_ntlm_encode_type1(&type1, &data);
74 memset(&type1, 0, sizeof(type1))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-expr.h 60 /* Return true if a conversion from either type of TYPE1 and TYPE2
64 types_compatible_p (tree type1, tree type2)
66 return (type1 == type2
67 || (useless_type_conversion_p (type1, type2)
68 && useless_type_conversion_p (type2, type1)));
  /src/external/mit/xorg/share/fonts/Type1/font-bitstream-type1/
Makefile 5 FONTSUBDIR= Type1
6 FONTSRCPKG= font-bitstream-type1
  /src/external/gpl3/gcc/dist/gcc/objcp/
objcp-decl.cc 91 objcp_comptypes (tree type1, tree type2)
93 return comptypes (type1, type2, COMPARE_STRICT);
  /src/external/gpl3/gcc.old/dist/gcc/objcp/
objcp-decl.cc 91 objcp_comptypes (tree type1, tree type2)
93 return comptypes (type1, type2, COMPARE_STRICT);
  /src/lib/libform/
field_types.c 250 link_fieldtype(FIELDTYPE *type1, FIELDTYPE *type2)
254 if ((type1 == NULL) || (type2 == NULL))
261 new->flags |= ((type1->flags & _TYPE_HAS_ARGS)
268 new->link->prev = type1;
270 type1->refcount++;
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_conf.h 929 #define TYPE0_FUNCTION_ARGTYPE1_ARGTYPE2(type0, fn_name, type1, arg_name1, type2, arg_name2)\
931 type1 *pbid_##arg_name1, type2 *pbid_##arg_name2 \
934 PROLOG_TYPE_REF(type1, arg_name1) \
939 #define BID128_FUNCTION_ARGTYPE1_ARG128(fn_name, type1, arg_name1, arg_name2)\
941 type1 *pbid_##arg_name1, UINT128 *pbid_##arg_name2 \
944 PROLOG_TYPE_REF(type1, arg_name1) \
959 #define TYPE0_FUNCTION_ARGTYPE1_ARG128(type0, fn_name, type1, arg_name1, arg_name2)\
961 type1 *pbid_##arg_name1, UINT128 *pbid_##arg_name2 \
964 PROLOG_TYPE_REF(type1, arg_name1) \
988 #define BID128_FUNCTION_ARGTYPE1(fn_name, type1, arg_name)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_conf.h 929 #define TYPE0_FUNCTION_ARGTYPE1_ARGTYPE2(type0, fn_name, type1, arg_name1, type2, arg_name2)\
931 type1 *pbid_##arg_name1, type2 *pbid_##arg_name2 \
934 PROLOG_TYPE_REF(type1, arg_name1) \
939 #define BID128_FUNCTION_ARGTYPE1_ARG128(fn_name, type1, arg_name1, arg_name2)\
941 type1 *pbid_##arg_name1, UINT128 *pbid_##arg_name2 \
944 PROLOG_TYPE_REF(type1, arg_name1) \
959 #define TYPE0_FUNCTION_ARGTYPE1_ARG128(type0, fn_name, type1, arg_name1, arg_name2)\
961 type1 *pbid_##arg_name1, UINT128 *pbid_##arg_name2 \
964 PROLOG_TYPE_REF(type1, arg_name1) \
988 #define BID128_FUNCTION_ARGTYPE1(fn_name, type1, arg_name)
    [all...]

Completed in 43 milliseconds

1 2 3 4 5 6 7 8 9