Home
last modified time | relevance | path

Searched refs:uchar (Results 76 – 100 of 152) sorted by relevance

1234567

/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.opencl/
H A Ddatatypes.cl49 uchar uc = 1;
/netbsd/sys/fs/hfs/
H A Dlibhfs.c389 uint16_t uchar; /* dummy var */ in hfslib_path_to_cnid() local
435 uchar = be16tohp((void*)&ptr); in hfslib_path_to_cnid()
436 *(ptr-1) = uchar; in hfslib_path_to_cnid()
461 uchar = be16toh(0x2F); in hfslib_path_to_cnid()
462 memcpy(*out_unicode, &uchar, sizeof(uchar)); in hfslib_path_to_cnid()
/netbsd/games/hack/
H A Dhack.u_init.c92 uchar trotyp;
H A Dextern.h515 void cutworm(struct monst *, xchar, xchar, uchar);
H A DREAD_ME53 Make sure schar and uchar represent signed and unsigned types.
H A Dhack.apply.c327 static uchar dig_level;
/netbsd/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Dxen.h43 __DEFINE_XEN_GUEST_HANDLE(uchar, unsigned char);
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-lang.cc1033 uchar *buffer = XNEWVEC (uchar, size + 16); in d_parse_file()
1043 buffer = XRESIZEVEC (uchar, buffer, size + 16); in d_parse_file()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dfunction.h145 vec<uchar, va_gc> *action_record_data;
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dfunction.h145 vec<uchar, va_gc> *action_record_data;
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dd-lang.cc1057 uchar *buffer = XNEWVEC (uchar, size + 16); in d_parse_file()
1067 buffer = XRESIZEVEC (uchar, buffer, size + 16); in d_parse_file()
/netbsd/common/lib/libprop/
H A Dprop_number.c533 TEMPLATE(uchar, unsigned char, 0, UCHAR_MAX) in TEMPLATE()
/netbsd/tools/
H A DREADME33 features, such as <threads.h>, _Alignof, <uchar.h>, _Generic,
/netbsd/crypto/external/bsd/openssl.old/dist/test/testutil/
H A Dtests.c213 DEFINE_COMPARISONS(unsigned char, uchar, "%u")
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfig.h.in492 /* Define to 1 if you have the <uchar.h> header file. */
899 /* Define if C11 functions in <uchar.h> should be imported into namespace std
1028 /* Define if c8rtomb and mbrtoc8 functions in <uchar.h> should be imported
1032 /* Define if c8rtomb and mbrtoc8 functions in <uchar.h> should be imported
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dopencl-lang.c43 OCL_P_TYPE (uchar),
1113 BUILD_OCL_VTYPES (uchar); in build_opencl_types()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dopencl-lang.c43 OCL_P_TYPE (uchar),
1113 BUILD_OCL_VTYPES (uchar); in build_opencl_types()
/netbsd/external/bsd/top/dist/machine/
H A Dm_sco5.c88 typedef unsigned char uchar; typedef
/netbsd/crypto/external/bsd/openssl/dist/test/testutil/
H A Dtests.c236 DEFINE_COMPARISONS(unsigned char, uchar, "%u")
/netbsd/crypto/external/bsd/openssl.old/dist/test/
H A Dtestutil.h186 DECLARE_COMPARISONS(unsigned char, uchar)
/netbsd/crypto/external/bsd/openssl.old/lib/libdes/
H A DVERSION283 Removed all my uchar and ulong defs. To many different
319 *(ulong *)((uchar *)ptr+(value&0xfc))
/netbsd/crypto/external/bsd/openssl/lib/libdes/
H A DVERSION283 Removed all my uchar and ulong defs. To many different
319 *(ulong *)((uchar *)ptr+(value&0xfc))
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Dmodule.modulemap81 // FIXME: <uchar.h> is missing.
/netbsd/crypto/external/bsd/openssl/dist/test/
H A Dtestutil.h319 DECLARE_COMPARISONS(unsigned char, uchar)
/netbsd/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dlist_read.c34 typedef unsigned char uchar; typedef
320 static const uchar masks[6] = { 0x7F, 0x1F, 0x0F, 0x07, 0x02, 0x01 }; in next_char_utf8()
321 static const uchar patns[6] = { 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC }; in next_char_utf8()

1234567