HomeSort by: relevance | last modified time | path
    Searched defs:intptr_t (Results 1 - 25 of 73) sorted by relevancy

1 2 3

  /src/sys/sys/
stdint.h 79 typedef __intptr_t intptr_t; typedef
  /src/include/
unistd.h 252 typedef __intptr_t intptr_t; typedef
279 void *sbrk(intptr_t);
  /src/sys/external/bsd/gnu-efi/dist/inc/aarch64/
efibind.h 33 typedef int64_t intptr_t; typedef
  /src/sys/external/bsd/gnu-efi/dist/inc/arm/
efibind.h 33 typedef int32_t intptr_t; typedef
  /src/sys/external/bsd/gnu-efi/dist/inc/ia32/
efibind.h 81 typedef int32_t intptr_t; typedef
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
efibind.h 68 typedef int64_t intptr_t; typedef
  /src/sys/external/bsd/gnu-efi/dist/inc/mips64el/
efibind.h 35 typedef int64_t intptr_t; typedef
  /src/external/bsd/ntp/dist/sntp/libopts/compat/
compat.h 303 typedef signed long intptr_t; typedef
305 typedef signed int intptr_t;
312 typedef unsigned long intptr_t; typedef
314 typedef unsigned int intptr_t; typedef
windows-config.h 142 typedef long intptr_t; typedef
  /src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
efibind.h 92 typedef int64_t intptr_t; typedef
  /src/external/bsd/jemalloc/dist/include/msvc_compat/C99/
stdint.h 57 // Define _W64 macros to mark types changing their size, like intptr_t.
115 typedef signed __int64 intptr_t; typedef
118 typedef _W64 signed int intptr_t; typedef
  /src/external/bsd/jemalloc.old/dist/include/msvc_compat/C99/
stdint.h 57 // Define _W64 macros to mark types changing their size, like intptr_t.
115 typedef signed __int64 intptr_t; typedef
118 typedef _W64 signed int intptr_t; typedef
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
stdint_.h 65 <inttypes.h> also defines intptr_t and uintptr_t. */
211 #undef intptr_t macro
213 #define intptr_t long int macro
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
stdint_.h 65 <inttypes.h> also defines intptr_t and uintptr_t. */
211 #undef intptr_t macro
213 #define intptr_t long int macro
  /src/external/gpl2/xcvs/dist/lib/
stdint_.h 128 typedef long intptr_t; typedef
  /src/external/mit/libuv/dist/include/uv/
stdint-msvc2008.h 57 // Define _W64 macros to mark types changing their size, like intptr_t.
115 typedef signed __int64 intptr_t; typedef
118 typedef _W64 signed int intptr_t; typedef
  /src/external/gpl3/gcc/dist/gcc/ginclude/
stdint-gcc.h 83 typedef __INTPTR_TYPE__ intptr_t; typedef
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
stdint-gcc.h 83 typedef __INTPTR_TYPE__ intptr_t; typedef
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
stdint.h 115 <inttypes.h> also defines intptr_t and uintptr_t. */
308 definitions of intptr_t and uintptr_t (which use int and unsigned)
310 Similarly, MinGW WSL-5.4.1 <stdint.h> needs its own intptr_t and
315 # undef intptr_t macro
324 # define intptr_t gl_intptr_t macro
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
stdint.h 115 <inttypes.h> also defines intptr_t and uintptr_t. */
308 definitions of intptr_t and uintptr_t (which use int and unsigned)
310 Similarly, MinGW WSL-5.4.1 <stdint.h> needs its own intptr_t and
315 # undef intptr_t macro
324 # define intptr_t gl_intptr_t macro
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
stdint.h 115 <inttypes.h> also defines intptr_t and uintptr_t. */
308 definitions of intptr_t and uintptr_t (which use int and unsigned)
310 Similarly, MinGW WSL-5.4.1 <stdint.h> needs its own intptr_t and
315 # undef intptr_t macro
324 # define intptr_t gl_intptr_t macro
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
stdint.h 115 <inttypes.h> also defines intptr_t and uintptr_t. */
308 definitions of intptr_t and uintptr_t (which use int and unsigned)
310 Similarly, MinGW WSL-5.4.1 <stdint.h> needs its own intptr_t and
315 # undef intptr_t macro
324 # define intptr_t gl_intptr_t macro
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
stdint.h 115 <inttypes.h> also defines intptr_t and uintptr_t. */
308 definitions of intptr_t and uintptr_t (which use int and unsigned)
310 Similarly, MinGW WSL-5.4.1 <stdint.h> needs its own intptr_t and
315 # undef intptr_t macro
324 # define intptr_t gl_intptr_t macro
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
stdint.h 115 <inttypes.h> also defines intptr_t and uintptr_t. */
308 definitions of intptr_t and uintptr_t (which use int and unsigned)
310 Similarly, MinGW WSL-5.4.1 <stdint.h> needs its own intptr_t and
315 # undef intptr_t macro
324 # define intptr_t gl_intptr_t macro
  /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
stdint.h 115 <inttypes.h> also defines intptr_t and uintptr_t. */
308 definitions of intptr_t and uintptr_t (which use int and unsigned)
310 Similarly, MinGW WSL-5.4.1 <stdint.h> needs its own intptr_t and
315 # undef intptr_t macro
324 # define intptr_t gl_intptr_t macro

Completed in 123 milliseconds

1 2 3