HomeSort by relevance Sort by last modified time
    Searched refs:nh (Results 51 - 75 of 178) sorted by null

1 23 4 5 6 7 8

  /external/elfutils/libdwfl/
dwfl_segment_report_module.c 479 const GElf_Nhdr *nh = notes; local
480 while ((const void *) nh < (const void *) notes + filesz)
482 const void *note_name = nh + 1;
483 const void *note_desc = note_name + NOTE_ALIGN (nh->n_namesz);
485 - note_desc) < nh->n_descsz))
488 if (nh->n_type == NT_GNU_BUILD_ID
489 && nh->n_descsz > 0
490 && nh->n_namesz == sizeof "GNU"
494 build_id_len = nh->n_descsz;
495 build_id = malloc (nh->n_descsz)
    [all...]
  /external/scapy/scapy/layers/
vrrp.py 89 bind_layers( IPv6, VRRPv3, nh=IPPROTO_VRRP)
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.cpp 583 native_handle_t* nh = md->pHandle; local
584 hidl_handle frame = nh;
586 native_handle_close(nh);
587 native_handle_delete(nh);
610 native_handle_t* nh = md->pHandle; local
612 msgs.push_back({nh, heapId, bufferIndex});
623 native_handle_t* nh = const_cast<native_handle_t*>(msg.frameData.getNativeHandle()); local
624 native_handle_close(nh);
625 native_handle_delete(nh);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
alg.go 203 nh := n.Left
238 call.List.Append(nh)
239 n.Nbody.Append(nod(OAS, nh, call))
263 call.List.Append(nh)
264 fn.Nbody.Append(nod(OAS, nh, call))
279 call.List.Append(nh)
281 fn.Nbody.Append(nod(OAS, nh, call))
288 r.List.Append(nh)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
alg.go 203 nh := n.Left
238 call.List.Append(nh)
239 n.Nbody.Append(nod(OAS, nh, call))
263 call.List.Append(nh)
264 fn.Nbody.Append(nod(OAS, nh, call))
279 call.List.Append(nh)
281 fn.Nbody.Append(nod(OAS, nh, call))
288 r.List.Append(nh)
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
director.swg 197 UnknownExceptionHandler(std::unexpected_handler nh = handler)
199 old = std::set_unexpected(nh);
  /external/iproute2/ip/
iproute.c 82 fprintf(stderr, "INFO_SPEC := NH OPTIONS FLAGS [ nexthop NH ]...\n");
83 fprintf(stderr, "NH := [ encap ENCAPTYPE ENCAPHDR ] [ via [ FAMILY ] ADDRESS ]\n");
626 struct rtnexthop *nh = RTA_DATA(tb[RTA_MULTIPATH]); local
632 if (len < sizeof(*nh))
634 if (nh->rtnh_len > len)
645 if (nh->rtnh_len > sizeof(*nh)) {
646 parse_rtattr(tb, RTA_MAX, RTNH_DATA(nh), nh->rtnh_len - sizeof(*nh))
    [all...]
  /kernel/tests/net/test/
xfrm_base.py 210 packet.nh = IPPROTO_ESP
257 packet.nh = IPPROTO_UDP
  /system/core/libnetutils/
ifc_utils.c 274 struct nlmsghdr *nh; local
355 nh = (struct nlmsghdr *) buf;
356 if (!NLMSG_OK(nh, (unsigned) len) || nh->nlmsg_type != NLMSG_ERROR) {
359 err = NLMSG_DATA(nh);
  /device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
fdt_ro.c 235 const struct fdt_node_header *nh = _fdt_offset_ptr(fdt, nodeoffset); local
243 *len = strlen(nh->name);
245 return nh->name;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt_ro.c 203 const struct fdt_node_header *nh = _fdt_offset_ptr(fdt, nodeoffset); local
211 *len = strlen(nh->name);
213 return nh->name;
  /external/dtc/libfdt/
fdt_ro.c 235 const struct fdt_node_header *nh = _fdt_offset_ptr(fdt, nodeoffset); local
243 *len = strlen(nh->name);
245 return nh->name;
  /external/linux-kselftest/tools/testing/selftests/net/
msg_zerocopy.c 398 } nh; local
433 iov[1].iov_len = setup_iph(&nh.iph, cfg_payload_len);
435 iov[1].iov_len = setup_ip6h(&nh.ip6h, cfg_payload_len);
437 iov[1].iov_base = (void *) &nh;
  /external/one-true-awk/
tran.c 249 int i, nh, nsz; local
259 nh = hash(cp->nval, nsz);
260 cp->cnext = np[nh];
261 np[nh] = cp;
  /frameworks/av/media/libmedia/omx/1.0/
WOmxNode.cpp 236 native_handle_t* nh; local
237 if (!wrapAs(&tMsg, &nh, lMsg)) {
241 native_handle_close(nh);
242 native_handle_delete(nh);
  /frameworks/av/media/libstagefright/omx/1.0/
WOmxNode.cpp 239 native_handle_t* nh; local
240 if (!wrapAs(&tMsg, &nh, lMsg)) {
244 native_handle_close(nh);
245 native_handle_delete(nh);
  /libcore/ojluni/src/main/java/java/util/concurrent/
SynchronousQueue.java 305 boolean casHead(SNode h, SNode nh) {
307 U.compareAndSwapObject(this, HEAD, h, nh);
612 * Tries to cas nh as new head; if successful, unlink
615 void advanceHead(QNode h, QNode nh) {
617 U.compareAndSwapObject(this, HEAD, h, nh))
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
director.swg 260 UnknownExceptionHandler(std::unexpected_handler nh = handler)
262 old = std::set_unexpected(nh);
  /external/scapy/scapy/arch/windows/
__init__.py     [all...]
  /external/tcpdump/
print-babel.c 467 ND_PRINT((ndo, " nh"));
470 u_char nh[16]; local
473 rc = network_address(message[2], message + 4, len - 2, nh);
475 ND_PRINT((ndo, " %s", format_address(ndo, nh)));
print-icmp6.c 1172 u_int nh; local
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 1443 native_handle_t *nh = NULL; local
1510 native_handle_t *nh = NULL; local
    [all...]
  /hardware/google/av/codec2/vndk/platform/
C2BqBuffer.cpp 207 native_handle_t* nh = nullptr; local
210 android::conversion::wrapAs(&fenceHandle, &nh, *fence);
  /external/scapy/scapy/arch/
linux.py 340 d,dp,s,sp,nh,metric,rc,us,fl,dev = l.split()
351 nh = proc2r(nh)
363 routes.append((d, dp, nh, dev, cset, metric))
  /frameworks/native/libs/binder/include/binder/
SafeInterface.h 93 template <typename NH>
94 typename std::enable_if<std::is_same<NH, sp<NativeHandle>>::value, status_t>::type read(
95 const Parcel& parcel, NH* nh) {
96 *nh = NativeHandle::create(parcel.readNativeHandle(), true);
99 template <typename NH>
100 typename std::enable_if<std::is_same<NH, sp<NativeHandle>>::value, status_t>::type write(
101 Parcel* parcel, const NH& nh) {
103 [&]() { return parcel->writeNativeHandle(nh->handle()); })
    [all...]

Completed in 1215 milliseconds

1 23 4 5 6 7 8