Searched refs:POINTER (Results 1 - 25 of 44) sorted by relevance

12

/netbsd-current/external/gpl2/libmalloc/dist/
H A Dvm-limit.c33 typedef void *POINTER; typedef
57 extern POINTER (*__morecore) ();
59 register POINTER cp;
125 POINTER start;
H A Dmem-limits.h68 typedef void *POINTER; typedef
70 typedef char *POINTER; typedef
78 #define NULL ((POINTER) 0)
80 extern POINTER start_of_data ();
103 static POINTER data_space_start;
H A Dralloc.c43 typedef void *POINTER;
50 typedef char *POINTER;
56 typedef char *POINTER; typedef
71 typedef void *POINTER; typedef
82 #define NIL ((POINTER) 0)
98 static POINTER (*real_morecore) ();
101 static POINTER virtual_break_value;
105 static POINTER break_value;
147 POINTER start;
149 POINTER en
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dtls.h110 # define gl_tls_set(NAME, POINTER) \
115 if (pthread_setspecific ((NAME).key, (POINTER)) != 0) \
119 (NAME).singlethread_value = (POINTER); \
179 # define gl_tls_set(NAME, POINTER) \
184 if (!pth_key_setdata ((NAME).key, (POINTER))) \
188 (NAME).singlethread_value = (POINTER); \
248 # define gl_tls_set(NAME, POINTER) \
253 if (thr_setspecific ((NAME).key, (POINTER)) != 0) \
257 (NAME).singlethread_value = (POINTER); \
281 # define gl_tls_set(NAME, POINTER) \
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dtls.h110 # define gl_tls_set(NAME, POINTER) \
115 if (pthread_setspecific ((NAME).key, (POINTER)) != 0) \
119 (NAME).singlethread_value = (POINTER); \
179 # define gl_tls_set(NAME, POINTER) \
184 if (!pth_key_setdata ((NAME).key, (POINTER))) \
188 (NAME).singlethread_value = (POINTER); \
248 # define gl_tls_set(NAME, POINTER) \
253 if (thr_setspecific ((NAME).key, (POINTER)) != 0) \
257 (NAME).singlethread_value = (POINTER); \
281 # define gl_tls_set(NAME, POINTER) \
[all...]
/netbsd-current/external/gpl2/grep/dist/lib/
H A Dobstack.c57 #define POINTER void * macro
59 #define POINTER char * macro
158 POINTER (*chunkfun) (long);
161 POINTER (*chunkfun) ();
216 POINTER (*chunkfun) (POINTER, long);
217 void (*freefun) (POINTER, POINTER);
219 POINTER (*chunkfun) ();
222 POINTER ar
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Dbit_reader.py9 from ctypes import POINTER namespace
27 library.LLVMParseBitcode2.argtypes = [MemoryBuffer, POINTER(c_object_p)]
H A Ddisassembler.py10 from ctypes import POINTER namespace
100 buf = cast(c_char_p(source), POINTER(c_ubyte))
125 buf = cast(source_bytes, POINTER(c_ubyte * len(source))).contents
130 b = cast(addressof(buf) + offset, POINTER(c_ubyte))
155 library.LLVMDisasmInstruction.argtypes = [Disassembler, POINTER(c_ubyte),
166 POINTER(c_uint64), c_uint64,
167 POINTER(c_char_p))
H A Dcommon.py9 from ctypes import POINTER namespace
25 c_object_p = POINTER(c_void_p)
H A Dcore.py16 from ctypes import POINTER namespace
507 POINTER(c_object_p), POINTER(c_char_p)]
537 POINTER(c_char_p)]
H A Dobject.py81 from ctypes import POINTER namespace
465 library.LLVMGetSectionContents.restype = POINTER(c_char)
/netbsd-current/sys/arch/sparc64/include/
H A Dasm.h17 #define POINTER .xword macro
39 #define POINTER .word macro
/netbsd-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dfixup_tdescs.c81 if (ml->ml_type->t_type != POINTER || ml->ml_type->t_name ||
82 ml->ml_type->t_tdesc->t_type != POINTER ||
95 p2->t_type = POINTER;
100 p1->t_type = POINTER;
132 if (ml->ml_type->t_type != POINTER ||
144 ptr->t_type = POINTER;
H A Dctftools.h139 POINTER, enumerator in enum:stabtype
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dmd5c.c42 typedef unsigned char *POINTER; typedef
194 memcpy((POINTER)&context->buffer[idx], input, partLen);
234 ZEROIZE((POINTER)(void *)context, sizeof(*context));
325 ZEROIZE((POINTER)(void *)x, sizeof (x));
/netbsd-current/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py145 c_object_p = POINTER(c_void_p)
547 tokens_memory = POINTER(Token)()
560 tokens_array = cast(tokens_memory, POINTER(Token * count)).contents
2063 TypeKind.POINTER = TypeKind(101)
2642 _fields_ = [('results', POINTER(CodeCompletionResult)),
2656 assert isinstance(ptr, POINTER(CCRStructure)) and ptr
3323 POINTER(SourceLocation), c_uint, py_object)
3330 [TranslationUnit, POINTER(Token), c_uint, POINTER(Cursor)]),
3336 [c_interop_string, POINTER(c_uin
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Ddump-parse-tree.cc797 fputs (" POINTER", dumpfile);
799 fputs (" SUBREF-ARRAY-POINTER", dumpfile);
801 fputs (" CRAY-POINTER", dumpfile);
860 fputs (" POINTER-COMP", dumpfile);
862 fputs (" PROC-POINTER-COMP", dumpfile);
967 fputs (" POINTER", dumpfile);
1808 case OMP_DEFAULTMAP_CAT_POINTER: dfltmap = "POINTER"; break;
2294 fputs ("POINTER ASSIGN ", dumpfile);
/netbsd-current/external/bsd/iscsi/dist/src/lib/
H A Dmd5c.c58 typedef unsigned char *POINTER; typedef
228 memcpy((POINTER)&context->buffer[idx],
241 memcpy((POINTER)&context->buffer[idx], &input[i],
274 ZEROIZE((POINTER)(void *)context, sizeof(*context));
367 ZEROIZE((POINTER)(void *)x, sizeof (x));
/netbsd-current/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_type.py102 self.assertEqual(fields[6].type.kind, TypeKind.POINTER)
110 self.assertEqual(fields[7].type.kind, TypeKind.POINTER)
111 self.assertEqual(fields[7].type.get_pointee().kind, TypeKind.POINTER)
112 self.assertEqual(fields[7].type.get_pointee().get_pointee().kind, TypeKind.POINTER)
145 self.assertEqual(fields[0].type.get_array_element_type().kind, TypeKind.POINTER)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddump-parse-tree.c772 fputs (" POINTER", dumpfile);
774 fputs (" SUBREF-ARRAY-POINTER", dumpfile);
776 fputs (" CRAY-POINTER", dumpfile);
835 fputs (" POINTER-COMP", dumpfile);
837 fputs (" PROC-POINTER-COMP", dumpfile);
940 fputs (" POINTER", dumpfile);
1985 fputs ("POINTER ASSIGN ", dumpfile);
/netbsd-current/common/lib/libc/md/
H A Dmd5c.c56 typedef unsigned char *POINTER; typedef
220 memcpy((POINTER)&context->buffer[idx], input, partLen);
263 ZEROIZE((POINTER)(void *)context, sizeof(*context));
354 ZEROIZE((POINTER)(void *)x, sizeof (x));
/netbsd-current/sys/external/bsd/gnu-efi/dist/lib/
H A Dprint.c63 } POINTER; typedef in typeref:struct:__anon173
70 POINTER Item;
84 POINTER fmt;
158 IN POINTER *p
962 IN POINTER *p
/netbsd-current/lib/libc/stdio/
H A Dvfwscanf.c77 #define POINTER 0x10 /* p: void * (as hex) */ macro
329 flags |= POINTER | PFXOK;
696 if (flags & POINTER)
H A Dvfscanf.c82 #define POINTER 0x0010 /* p: void * (as hex) */ macro
323 flags |= POINTER | PFXOK;
790 if (flags & POINTER)
/netbsd-current/external/mit/isl/dist/interface/
H A Disl.py565 isl.isl_union_pw_multi_aff_to_str.restype = POINTER(c_char)
1081 isl.isl_multi_union_pw_aff_to_str.restype = POINTER(c_char)
1422 isl.isl_union_pw_aff_to_str.restype = POINTER(c_char)
2270 isl.isl_multi_pw_aff_to_str.restype = POINTER(c_char)
3089 isl.isl_pw_multi_aff_to_str.restype = POINTER(c_char)
3933 isl.isl_pw_aff_to_str.restype = POINTER(c_char)
4657 isl.isl_multi_aff_to_str.restype = POINTER(c_char)
5163 isl.isl_aff_to_str.restype = POINTER(c_char)
5393 isl.isl_aff_list_to_str.restype = POINTER(c_char)
5705 isl.isl_ast_expr_to_C_str.restype = POINTER(c_cha
[all...]

Completed in 451 milliseconds

12