/freebsd/sys/kern/ |
H A D | subr_scanf.c | 57 #define POINTER 0x10 /* weird %p pointer (`fake hex') */ macro 249 flags |= POINTER | PFXOK; in vsscanf() 537 if (flags & POINTER) in vsscanf()
|
H A D | md4c.c | 36 typedef unsigned char *POINTER; typedef 253 bzero((POINTER)x, sizeof (x)); in MD4Transform()
|
/freebsd/contrib/sendmail/libsm/ |
H A D | vfscanf.c | 38 #define POINTER 0x20 /* weird %p pointer (`fake hex') */ macro 300 flags |= POINTER | PFXOK; 632 if (flags & POINTER)
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Relocations.h | 40 POINTER = 1 << 12, // Non-relaxable indirect load (pointer is taken) enumerator
|
H A D | Writer.cpp | 659 if (relocAttrs.hasAttr(RelocAttrBits::POINTER) || needsBinding(sym)) in prepareSymbolRelocation()
|
/freebsd/lib/libc/stdio/ |
H A D | vfscanf.c | 72 #define POINTER 0x10 /* p: void * (as hex) */ macro 681 flags |= POINTER; in __svfscanf() 817 if (flags & POINTER) in __svfscanf()
|
H A D | vfwscanf.c | 68 #define POINTER 0x10 /* p: void * (as hex) */ macro 674 flags |= POINTER; in __vfwscanf() 795 if (flags & POINTER) in __vfwscanf()
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | TypeBitCodes.def | 15 TYPE_BIT_CODE(Pointer, POINTER, 4)
|
/freebsd/contrib/llvm-project/lld/MachO/Arch/ |
H A D | ARM64_32.cpp | 55 {"POINTER_TO_GOT", B(PCREL) | B(EXTERN) | B(GOT) | B(POINTER) | B(BYTE4)},
|
H A D | X86_64.cpp | 59 {"GOT", B(PCREL) | B(EXTERN) | B(GOT) | B(POINTER) | B(BYTE4)},
|
H A D | ARM64.cpp | 65 {"POINTER_TO_GOT", B(PCREL) | B(EXTERN) | B(GOT) | B(POINTER) | B(BYTE4)},
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | ctftools.h | 141 POINTER, enumerator
|
H A D | dwarf.c | 179 case POINTER: in tdesc_size() 220 case POINTER: in tdesc_bitsize() 1516 if (type == POINTER) in die_through_create() 1546 die_through_create(dw, die, off, tdp, POINTER, "pointer"); in die_pointer_create()
|
H A D | tdata.c | 65 case POINTER: in tdesc_layouthash()
|
H A D | ctf.c | 354 case POINTER: in write_type() 1171 tdp->t_type = POINTER; in resurrect_types()
|
/freebsd/contrib/file/python/ |
H A D | magic.py | 68 magic_t = POINTER(magic_set)
|
/freebsd/sys/dev/isci/scil/ |
H A D | scic_sds_controller.c | 484 (SMU_CQGR_GEN_VAL(POINTER, 0)) in scic_sds_controller_initialize_completion_queue() 496 (SMU_CQPR_GEN_VAL(POINTER, 0)) in scic_sds_controller_initialize_completion_queue() 533 SCU_UFQGP_GEN_VAL(POINTER, 0) in scic_sds_controller_initialize_unsolicited_frame_queue() 540 frame_queue_put_value = SCU_UFQPP_GEN_VAL(POINTER, 0); in scic_sds_controller_initialize_unsolicited_frame_queue() 2503 | get_cycle | SMU_CQGR_GEN_VAL(POINTER, get_index) ; in scic_sds_controller_process_completions() 2607 | get_cycle | SMU_CQGR_GEN_VAL(POINTER, get_index) ; in scic_sds_controller_transitioned_process_completions()
|
H A D | scu_registers.h | 208 SMU_CQGR_GEN_VAL(POINTER, value) 449 SCU_UFQGP_GEN_VALUE(POINTER, value)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCRegisterInfo.td | 237 def FP : GPR<0 /* arbitrary */, "**FRAME POINTER**">; 238 def FP8 : GP8<FP, "**FRAME POINTER**">; 241 def BP : GPR<0 /* arbitrary */, "**BASE POINTER**">; 242 def BP8 : GP8<BP, "**BASE POINTER**">;
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeAnalyzer.cpp | 181 STRINGIFY_CODE(TYPE_CODE, POINTER) in GetCodeName()
|
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/ |
H A D | test-runner.py.in | 61 clock_gettime.argtypes = [ctypes.c_int, ctypes.POINTER(timespec)]
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | UnicodeData.txt | 6831 25BA;BLACK RIGHT-POINTING POINTER;So;0;ON;;;;;N;BLACK RIGHT POINTING POINTER;;;; 6832 25BB;WHITE RIGHT-POINTING POINTER;So;0;ON;;;;;N;WHITE RIGHT POINTING POINTER;;;; 6841 25C4;BLACK LEFT-POINTING POINTER;So;0;ON;;;;;N;BLACK LEFT POINTING POINTER;;;; 6842 25C5;WHITE LEFT-POINTING POINTER;So;0;ON;;;;;N;WHITE LEFT POINTING POINTER;;;;
|