/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
cxa_new_delete.cpp | 46 std::new_handler nh = std::get_new_handler(); local 47 if (nh) 48 nh();
|
/external/libcxx/src/ |
new.cpp | 58 std::new_handler nh = std::get_new_handler(); local 59 if (nh) 60 nh();
|
/external/libcxxabi/src/ |
cxa_new_delete.cpp | 46 std::new_handler nh = std::get_new_handler(); local 47 if (nh) 48 nh();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
new.cpp | 59 std::new_handler nh = std::get_new_handler(); local 60 if (nh) 61 nh();
|
/external/blktrace/btt/ |
q2d.c | 96 double nh = (double)q2dp->nhistos; local 99 double p = 100.0 * (double)q2dp->histos[i] / nh;
|
/external/libpcap/ |
pcap-nit.c | 112 register struct nit_hdr *nh; local 157 nh = (struct nit_hdr *)bp; 158 cp = bp + sizeof(*nh); 160 switch (nh->nh_state) { 168 pn->stat.ps_drop = nh->nh_dropped; 176 "bad nit state %d", nh->nh_state); 180 bp += ((sizeof(struct nit_hdr) + nh->nh_datalen + 183 caplen = nh->nh_wirelen; 186 if (bpf_filter(p->fcode.bf_insns, cp, nh->nh_wirelen, caplen)) { 188 h.ts = nh->nh_timestamp [all...] |
/external/tcpdump/ |
print-ip6.c | 90 int nh; local 144 nh = ip6->ip6_nxt; 150 nh != IPPROTO_TCP && nh != IPPROTO_UDP && 151 nh != IPPROTO_DCCP && nh != IPPROTO_SCTP) { 156 switch (nh) { 159 nh = *cp; 163 nh = *cp; 169 nh = *cp [all...] |
print-cnfp.c | 84 register const struct nfhdr *nh; local 92 nh = (const struct nfhdr *)cp; 94 if ((const u_char *)(nh + 1) > snapend) 97 nrecs = EXTRACT_32BITS(&nh->ver_cnt) & 0xffff; 98 ver = (EXTRACT_32BITS(&nh->ver_cnt) & 0xffff0000) >> 16; 105 t = EXTRACT_32BITS(&nh->utc_sec); 109 EXTRACT_32BITS(&nh->msys_uptime)/1000, 110 EXTRACT_32BITS(&nh->msys_uptime)%1000, 111 EXTRACT_32BITS(&nh->utc_sec), EXTRACT_32BITS(&nh->utc_nsec)) [all...] |
print-babel.c | 419 printf(" nh"); 422 u_char nh[16]; local 425 rc = network_address(message[2], message + 4, len - 2, nh); 427 printf(" %s", format_address(nh));
|
print-ip.c | 317 u_char nh; member in struct:ip_print_demux_state 329 switch (ipds->nh) { 332 ipds->nh = *ipds->cp; 350 ipds->nh = enh & 0xff; 362 ipds->nh = enh & 0xff; 485 if (ndo->ndo_nflag==0 && (proto = getprotobynumber(ipds->nh)) != NULL) 488 ND_PRINT((ndo, " ip-proto-%d", ipds->nh)); 497 u_int length, u_int nh, 506 ipd.nh = nh; [all...] |
/device/moto/shamu/camera/QCamera/HAL/core/src/ |
QCameraHWI_Record.cpp | 225 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle); local 226 nh->data[0] = mHalCamCtrl->mRecordingMemory.mem_info[cnt].fd; 227 nh->data[1] = 0; 228 nh->data[2] = mHalCamCtrl->mRecordingMemory.mem_info[cnt].size;
|
/external/libnl/lib/route/ |
nexthop.c | 39 struct rtnl_nexthop *nh; local 41 nh = calloc(1, sizeof(*nh)); 42 if (!nh) 45 nl_init_list_head(&nh->rtnh_list); 47 return nh; 52 struct rtnl_nexthop *nh; local 54 nh = rtnl_route_nh_alloc(); 55 if (!nh) 58 nh->rtnh_flags = src->rtnh_flags [all...] |
route_obj.c | 80 struct rtnl_nexthop *nh, *tmp; local 89 nl_list_for_each_entry_safe(nh, tmp, &r->rt_nexthops, rtnh_list) { 90 rtnl_route_remove_nexthop(r, nh); 91 rtnl_route_nh_free(nh); 99 struct rtnl_nexthop *nh, *new; local 114 nl_list_for_each_entry(nh, &src->rt_nexthops, rtnh_list) { 115 new = rtnl_route_nh_clone(nh); 160 struct rtnl_nexthop *nh; local 162 nl_list_for_each_entry(nh, &r->rt_nexthops, rtnh_list) { 164 rtnl_route_nh_dump(nh, p) 247 struct rtnl_nexthop *nh; local 344 struct rtnl_nexthop *nh; local 773 struct rtnl_nexthop *nh; local 784 struct rtnl_nexthop *nh; local 823 struct rtnl_nexthop *nh; local 852 struct rtnl_nexthop *nh = NULL; local 1141 struct rtnl_nexthop *nh; local [all...] |
/external/libnl/src/lib/ |
route.c | 151 struct rtnl_nexthop *nh; local 157 if (!(nh = rtnl_route_nh_alloc())) 174 rtnl_route_nh_set_ifindex(nh, ival); 179 rtnl_route_nh_set_gateway(nh, addr); 189 rtnl_route_nh_set_weight(nh, lval); 194 rtnl_route_add_nexthop(route, nh);
|
/device/asus/flo/camera/QCamera2/HAL/ |
QCameraMem.cpp | 819 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle); local 820 nh->data[0] = mMemInfo[i].fd; 821 nh->data[1] = 0; 822 nh->data[2] = mMemInfo[i].size; [all...] |
/device/lge/hammerhead/camera/QCamera2/HAL/ |
QCameraMem.cpp | 819 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle); local 820 nh->data[0] = mMemInfo[i].fd; 821 nh->data[1] = 0; 822 nh->data[2] = mMemInfo[i].size; [all...] |
/device/moto/shamu/camera/QCamera2/HAL/ |
QCameraMem.cpp | 1117 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle); local 1163 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle); local 1187 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle); local [all...] |
/external/iputils/ninfod/ |
ni_ifaddrs.c | 165 struct nlmsghdr *nh; local 187 nh = (struct nlmsghdr *) buff; 188 for (nh = (struct nlmsghdr *) buff; NLMSG_OK(nh, read_size); nh = (struct nlmsghdr *) NLMSG_NEXT(nh, read_size)) { 189 if (nh->nlmsg_pid != pid || nh->nlmsg_seq != seq) 191 if (nh->nlmsg_type == NLMSG_DONE) { 195 if (nh->nlmsg_type == NLMSG_ERROR) [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
SupplicantBridge.java | 422 int nh = Utils.fromHex(mString.charAt(mPosition), true); local 423 if (nh < 0) { 431 mHex = (nh << 4) | nl;
|
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraMem.cpp | 1234 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle); local 1288 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle); local 1370 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle); local [all...] |
QCameraStream.cpp | 1043 native_handle_t *nh = const_cast<native_handle_t *>(packet->meta_handle); local [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
tran.c | 249 int i, nh, nsz; local 259 nh = hash(cp->nval, nsz); 260 cp->cnext = np[nh]; 261 np[nh] = cp;
|
/system/core/libsysutils/src/ |
NetlinkEvent.cpp | 106 static bool checkRtNetlinkLength(const struct nlmsghdr *nh, size_t size) { 107 if (nh->nlmsg_len < NLMSG_LENGTH(size)) { 108 SLOGE("Got a short %s message\n", rtMessageName(nh->nlmsg_type)); 130 bool NetlinkEvent::parseIfInfoMessage(const struct nlmsghdr *nh) { 131 struct ifinfomsg *ifi = (struct ifinfomsg *) NLMSG_DATA(nh); 132 if (!checkRtNetlinkLength(nh, sizeof(*ifi))) 139 int len = IFLA_PAYLOAD(nh); 158 bool NetlinkEvent::parseIfAddrMessage(const struct nlmsghdr *nh) { 159 struct ifaddrmsg *ifaddr = (struct ifaddrmsg *) NLMSG_DATA(nh); 164 if (!checkRtNetlinkLength(nh, sizeof(*ifaddr)) 519 struct nlmsghdr *nh; local [all...] |
/development/ndk/platforms/android-3/include/linux/ |
skbuff.h | 128 } nh; member in struct:sk_buff
|
/external/elfutils/src/libdwfl/ |
dwfl_segment_report_module.c | 468 const GElf_Nhdr *nh = notes; local 469 while ((const void *) nh < (const void *) notes + filesz) 471 const void *note_name = nh + 1; 472 const void *note_desc = note_name + NOTE_ALIGN (nh->n_namesz); 474 - note_desc) < nh->n_descsz)) 477 if (nh->n_type == NT_GNU_BUILD_ID 478 && nh->n_descsz > 0 479 && nh->n_namesz == sizeof "GNU" 483 build_id_len = nh->n_descsz; 484 build_id = malloc (nh->n_descsz) [all...] |