| /netbsd-src/external/gpl2/libmalloc/dist/ |
| H A D | ralloc.c | 43 typedef void *POINTER; 50 typedef char *POINTER; 56 typedef char *POINTER; typedef 71 typedef void *POINTER; typedef 82 #define NIL ((POINTER) 0) 97 static POINTER (*real_morecore) (); 100 static POINTER virtual_break_value; 104 static POINTER break_value; 145 POINTER start; 147 POINTER end; [all …]
|
| H A D | mem-limits.h | 68 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 D | vm-limit.c | 33 typedef void *POINTER; typedef 57 extern POINTER (*__morecore) (); in check_memory_limits() 59 register POINTER cp; in check_memory_limits() 125 POINTER start; in memory_warnings()
|
| /netbsd-src/external/gpl2/grep/dist/lib/ |
| H A D | obstack.c | 57 #define POINTER void * macro 59 #define POINTER char * macro 157 POINTER (*chunkfun) (long); 160 POINTER (*chunkfun) (); 215 POINTER (*chunkfun) (POINTER, long); 216 void (*freefun) (POINTER, POINTER); 218 POINTER (*chunkfun) (); 221 POINTER arg; 342 int _obstack_allocated_p (struct obstack *h, POINTER obj); 348 POINTER obj; [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | tls.h | 110 # define gl_tls_set(NAME, POINTER) \ argument 115 if (pthread_setspecific ((NAME).key, (POINTER)) != 0) \ 119 (NAME).singlethread_value = (POINTER); \ 179 # define gl_tls_set(NAME, POINTER) \ argument 184 if (!pth_key_setdata ((NAME).key, (POINTER))) \ 188 (NAME).singlethread_value = (POINTER); \ 248 # define gl_tls_set(NAME, POINTER) \ argument 253 if (thr_setspecific ((NAME).key, (POINTER)) != 0) \ 257 (NAME).singlethread_value = (POINTER); \ 281 # define gl_tls_set(NAME, POINTER) \ argument [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| H A D | tls.h | 110 # define gl_tls_set(NAME, POINTER) \ argument 115 if (pthread_setspecific ((NAME).key, (POINTER)) != 0) \ 119 (NAME).singlethread_value = (POINTER); \ 179 # define gl_tls_set(NAME, POINTER) \ argument 184 if (!pth_key_setdata ((NAME).key, (POINTER))) \ 188 (NAME).singlethread_value = (POINTER); \ 248 # define gl_tls_set(NAME, POINTER) \ argument 253 if (thr_setspecific ((NAME).key, (POINTER)) != 0) \ 257 (NAME).singlethread_value = (POINTER); \ 281 # define gl_tls_set(NAME, POINTER) \ argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/ |
| H A D | disassembler.py | 10 from ctypes import POINTER 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 D | bit_reader.py | 9 from ctypes import POINTER 27 library.LLVMParseBitcode2.argtypes = [MemoryBuffer, POINTER(c_object_p)]
|
| H A D | common.py | 9 from ctypes import POINTER 25 c_object_p = POINTER(c_void_p)
|
| H A D | core.py | 16 from ctypes import POINTER 507 POINTER(c_object_p), POINTER(c_char_p)] 537 POINTER(c_char_p)]
|
| H A D | object.py | 81 from ctypes import POINTER 465 library.LLVMGetSectionContents.restype = POINTER(c_char)
|
| /netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| H A D | fixup_tdescs.c | 81 if (ml->ml_type->t_type != POINTER || ml->ml_type->t_name || in fix_ptrptr_to_struct() 82 ml->ml_type->t_tdesc->t_type != POINTER || in fix_ptrptr_to_struct() 95 p2->t_type = POINTER; in fix_ptrptr_to_struct() 100 p1->t_type = POINTER; in fix_ptrptr_to_struct() 132 if (ml->ml_type->t_type != POINTER || in fix_ptr_to_struct() 144 ptr->t_type = POINTER; in fix_ptr_to_struct()
|
| /netbsd-src/sys/arch/sparc64/include/ |
| H A D | asm.h | 17 #define POINTER .xword macro 39 #define POINTER .word macro
|
| /netbsd-src/external/bsd/iscsi/dist/src/lib/ |
| H A D | md5c.c | 58 typedef unsigned char *POINTER; typedef 228 memcpy((POINTER)&context->buffer[idx], in iSCSI_MD5Update() 241 memcpy((POINTER)&context->buffer[idx], &input[i], in iSCSI_MD5Update() 274 ZEROIZE((POINTER)(void *)context, sizeof(*context)); in iSCSI_MD5Final() 367 ZEROIZE((POINTER)(void *)x, sizeof (x));
|
| /netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/ |
| H A D | cindex.py | 145 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_uint)], 3382 POINTER(CCRStructure)), [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
| H A D | mips-ftypes.def | 31 POINTER for ptr_type_node 46 DEF_MIPS_FTYPE (2, (DI, POINTER, SI)) 62 DEF_MIPS_FTYPE (2, (SI, POINTER, SI)) 280 DEF_MIPS_FTYPE (3, (VOID, V2DF, POINTER, SI)) 284 DEF_MIPS_FTYPE (3, (VOID, V4SF, POINTER, SI))
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
| H A D | mips-ftypes.def | 31 POINTER for ptr_type_node 46 DEF_MIPS_FTYPE (2, (DI, POINTER, SI)) 62 DEF_MIPS_FTYPE (2, (SI, POINTER, SI)) 280 DEF_MIPS_FTYPE (3, (VOID, V2DF, POINTER, SI)) 284 DEF_MIPS_FTYPE (3, (VOID, V4SF, POINTER, SI))
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| H A D | md5c.c | 42 typedef unsigned char *POINTER; typedef 194 memcpy((POINTER)&context->buffer[idx], input, partLen); in netpgpv_MD5Update() 234 ZEROIZE((POINTER)(void *)context, sizeof(*context)); in netpgpv_MD5Final() 325 ZEROIZE((POINTER)(void *)x, sizeof (x)); in MD5Transform()
|
| /netbsd-src/common/lib/libc/md/ |
| H A D | md5c.c | 56 typedef unsigned char *POINTER; typedef 220 memcpy((POINTER)&context->buffer[idx], input, partLen); in MD5Update() 263 ZEROIZE((POINTER)(void *)context, sizeof(*context)); in MD5Final() 354 ZEROIZE((POINTER)(void *)x, sizeof (x)); in MD5Transform()
|
| /netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/ |
| H A D | test_type.py | 102 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-src/sys/external/bsd/gnu-efi/dist/lib/ |
| H A D | print.c | 63 } POINTER; typedef 70 POINTER Item; 84 POINTER fmt; 158 IN POINTER *p 962 IN POINTER *p in PGETC()
|
| /netbsd-src/external/bsd/nvi/dist/common/ |
| H A D | vi.src | 31 POINTER lmp LMARK * %
|
| /netbsd-src/external/gpl3/gcc/dist/libobjc/ |
| H A D | accessors.m | 52 #define ACCESSORS_HASH(POINTER) ((((size_t)POINTER >> 8) ^ (size_t)POINTER) & (ACCESSORS_NUMBER_OF_…
|
| /netbsd-src/external/gpl3/gcc.old/dist/libobjc/ |
| H A D | accessors.m | 52 #define ACCESSORS_HASH(POINTER) ((((size_t)POINTER >> 8) ^ (size_t)POINTER) & (ACCESSORS_NUMBER_OF_…
|
| /netbsd-src/lib/libc/stdio/ |
| H A D | vfwscanf.c | 77 #define POINTER 0x10 /* p: void * (as hex) */ macro 329 flags |= POINTER | PFXOK; in __vfwscanf_unlocked_l() 696 if (flags & POINTER) in __vfwscanf_unlocked_l()
|