Searched refs:pointer (Results 251 - 275 of 367) sorted by relevance

<<1112131415

/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_atheros.c68 struct hostapd_data *hapd; /* back pointer */
229 iwr.u.data.pointer = data;
829 iwr.u.data.pointer = (void *) &req;
1414 iwr.u.data.pointer = (void *) tbuf;
1513 /* WE-19 removed the pointer from struct iw_point */
1609 iwr.u.data.pointer = (caddr_t) range;
1862 iwr.u.essid.pointer = (caddr_t) buf;
1882 iwr.u.essid.pointer = (caddr_t) buf;
2057 iwr.u.data.pointer = (void *) data;
H A Ddriver_hostap.c385 iwr.u.data.pointer = (caddr_t) param;
558 iwr.u.essid.pointer = (caddr_t) buf;
843 /* WE-19 removed the pointer from struct iw_point */
918 iwr.u.data.pointer = (caddr_t) range;
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dbsaes-armv7.S1297 mov r10, r1 @ save original out pointer
1499 ldr ip, [sp] @ ctr pointer is passed on stack
1561 ldr r0, [ip] @ pointer to input tweak
1568 mov r0,sp @ pointer to initial tweak
2041 ldr r0, [ip] @ pointer to input tweak
2048 mov r0, sp @ pointer to initial tweak
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dbasic_string.h82 * you cast it to a pointer-to-_Rep and subtract 1 to get a
83 * pointer to the header.
124 typedef typename _CharT_alloc_type::pointer pointer; typedef in class:basic_string
126 typedef __gnu_cxx::__normal_iterator<pointer, basic_string> iterator;
1392 // Specializations for the common case of pointer and iterator:
1526 * @brief Return const pointer to null-terminated contents.
1536 * @brief Return const pointer to contents.
H A Dboost_concept_check.h450 typedef typename std::iterator_traits<_Tp>::pointer _Pt;
596 typedef typename _Container::pointer _Pointer;
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dvstring.h68 typedef typename _CharT_alloc_type::pointer pointer; typedef in class:__versa_string
70 typedef __gnu_cxx::__normal_iterator<pointer, __versa_string> iterator;
1155 // Specializations for the common case of pointer and iterator:
1251 * @brief Return const pointer to null-terminated contents.
1261 * @brief Return const pointer to contents.
/freebsd-11-stable/stand/pc98/btx/btx/
H A Dbtx.S472 * -0x04 user %esp -0x08 btx_v86 pointer
513 movl %esp,MEM_ESPR-0x04 # Save kernel stack pointer
518 * v86 calls save the btx_v86 pointer on the real mode stack and read
526 movl (%ebx),%ebp # btx_v86 pointer
539 * Hardware interrupts store a NULL btx_v86 pointer and use the
616 * ignore that by repositioning %sp to be just above the btx_v86 pointer
635 rret_tramp: movw $MEM_ESPR-0x08,%sp # Reset stack pointer
753 addl %ebx,%esi # pointer
769 ldsl (%esi),%esi # Load pointer
776 xchgl %eax,%esi # Set pointer
[all...]
/freebsd-11-stable/stand/i386/btx/btx/
H A Dbtx.S446 * -0x04 user %esp -0x08 btx_v86 pointer
487 movl %esp,MEM_ESPR-0x04 # Save kernel stack pointer
492 * v86 calls save the btx_v86 pointer on the real mode stack and read
500 movl (%ebx),%ebp # btx_v86 pointer
513 * Hardware interrupts store a NULL btx_v86 pointer and use the
590 * ignore that by repositioning %sp to be just above the btx_v86 pointer
609 rret_tramp: movw $MEM_ESPR-0x08,%sp # Reset stack pointer
728 addl %ebx,%esi # pointer
744 ldsl (%esi),%esi # Load pointer
751 xchgl %eax,%esi # Set pointer
[all...]
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c1 /* Mudflap: narrow-pointer bounds-checking by tree rewriting.
95 /* XXX: The addition of a parent pointer may eliminate some recursion. */
415 "set lookup cache pointer shift",
616 if (e->pointer) return;
620 e->pointer = dlvsym (RTLD_NEXT, e->name, e->version);
623 e->pointer = dlsym (RTLD_NEXT, e->name);
633 if (! e->pointer)
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb-events.sh50 # * -> compatibility - pointer variable that is initialized
170 # pointer declarations
174 /* COMPAT: pointer variables for old, unconverted events.
319 # global pointer variables - always have this
/freebsd-11-stable/contrib/gperf/src/
H A Doptions.cc354 /* A pointer to the string provided by the user. */
833 int *key_positions = _key_positions.pointer();
921 case 'p': /* Generated lookup function a pointer instead of int. */
/freebsd-11-stable/crypto/openssl/crypto/
H A Dcrypto.h403 /* Return an opaque pointer to the current "ex_data" implementation */
452 /* Only use CRYPTO_THREADID_set_[numeric|pointer]() within callbacks */
468 int CRYPTO_add_lock(int *pointer, int amount, int type, const char *file,
H A Dsparccpuid.S24 ! stack wiping I return pointer to the top of stack of the *caller*.
126 add %fp,BIAS,%i0 ! return pointer to caller��s top of stack
/freebsd-11-stable/gnu/usr.bin/cc/cc_int/
H A DMakefile53 insn-preds.o insn-automata.o pointer-set.o \
/freebsd-11-stable/sys/netgraph/
H A Dng_pppoe.c277 node_p node; /* back pointer to node */
294 void *pointer; member in union:uniq
641 if (cookie.pointer == NG_HOOK_PRIVATE(hook))
644 CTR3(KTR_NET, "%20s: matched %p for %p", __func__, hook, cookie.pointer);
1502 uniqtag.data.pointer = sp;
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsldr.S197 mov %sp,%si # Packet pointer
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h544 using pointer = NameTableEntry *;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallPtrSet.h1 //===- llvm/ADT/SmallPtrSet.h - 'Normally small' pointer set ----*- C++ -*-===//
36 /// which is treated as a simple array of pointers. When a pointer is added to
44 /// represented with an illegal pointer value (-1) to allow null pointers to be
45 /// inserted. Tombstones are represented with another illegal pointer value
114 // memset and because it's not a valid pointer value.
122 /// insert_imp - This returns true if the pointer was new to the set, false if
124 /// derived class can check that the right type of pointer is passed in.
157 /// erase_imp - If the set contains the specified pointer, remove it and
159 /// that the derived class can check that the right type of pointer is passed
173 /// Returns the raw pointer neede
[all...]
H A Diterator.h200 typename std::iterator_traits<WrappedIteratorT>::pointer, T *>::type,
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp149 // If a null pointer expression's type is the C++0x nullptr_t, then
394 /// EmitPointerToBoolConversion - Perform a pointer to boolean conversion.
998 // We ignore conversions to/from pointer and/or bool.
1110 // We ignore conversions to/from pointer and/or bool.
1270 // Handle pointer conversions next: pointers can only be converted to/from
1271 // other pointers and integers. Check for pointer types in terms of LLVM, as
1272 // some native types (like Obj-C id) may map to a pointer type.
1274 // The source value may be an integer, or a pointer.
1285 // Then, cast to pointer.
2029 // Casting to pointer tha
3254 Value *pointer = op.LHS; local
[all...]
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrtbegin.asm200 ld8 r16 = [r16] // r16 <- pointer to dtor's fdesc
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-world.asm54 /* For static, "pretend" we have a non-lazy-pointer. */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallLowering.cpp65 Register AddrReg = MRI.createGenericVirtualRegister(LLT::pointer(0, 64));
144 LLT p0 = LLT::pointer(0, 64);
689 // Byval parameters hand the function a pointer directly into the stack area
855 // The stack pointer must be 16-byte aligned at all times it's used for a
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp88 LLT::pointer(AMDGPUAS::PRIVATE_ADDRESS, 32));
412 const LLT P4 = LLT::pointer(AMDGPUAS::CONSTANT_ADDRESS, 64);
433 // these from the dispatch pointer.
/freebsd-11-stable/contrib/gcc/
H A Dc-typeck.c116 /* Return true if EXP is a null pointer constant, false otherwise. */
975 pointer targets by taking their TYPE_MAIN_VARIANT. */
1374 /* A null pointer instead of a type
1452 /* Compute the size to increment a pointer by. */
1464 error ("arithmetic on pointer to an incomplete type");
1524 /* Convert the array expression EXP to a pointer. */
1552 it in a pointer to the element type. */
1566 /* Convert the function expression EXP to a pointer. */
1921 /* Given an expression PTR for a pointer, return an expression
1928 tree pointer
1918 tree pointer = default_conversion (ptr); local
[all...]

Completed in 402 milliseconds

<<1112131415