HomeSort by relevance Sort by last modified time
    Searched defs:nh (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /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();
  /device/lge/mako/camera/
QCameraHWI_Record_7x27A.cpp 212 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle); local
213 nh->data[0] = mHalCamCtrl->mPreviewMemory.private_buffer_handle[cnt]->fd;
214 nh->data[1] = 0;
215 nh->data[2] = mHalCamCtrl->mPreviewMemory.private_buffer_handle[cnt]->size;
216 nh->data[3] = (uint32_t)mHalCamCtrl->mPreviewMemory.camera_memory[cnt]->data;
QCameraHWI_Record.cpp 466 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle); local
467 nh->data[0] = mHalCamCtrl->mRecordingMemory.fd[cnt];
468 nh->data[1] = 0;
469 nh->data[2] = mHalCamCtrl->mRecordingMemory.size;
  /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/chromium_org/base/allocator/
allocator_shim.cc 69 std::new_handler nh; local
72 nh = std::set_new_handler(0);
73 (void) std::set_new_handler(nh);
77 if (!nh)
81 (*nh)();
85 if (!nh) {
94 (*nh)();
  /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...]
  /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/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Record.cpp 467 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle); local
468 nh->data[0] = mHalCamCtrl->mRecordingMemory.fd[cnt];
469 nh->data[1] = 0;
470 nh->data[2] = mHalCamCtrl->mRecordingMemory.size;
  /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/elfutils/0.153/libdwfl/
dwfl_segment_report_module.c 316 const GElf_Nhdr *nh = notes; local
317 while ((const void *) nh < (const void *) notes + filesz)
319 const void *note_name = nh + 1;
320 const void *note_desc = note_name + NOTE_ALIGN (nh->n_namesz);
322 - note_desc) < nh->n_descsz))
325 if (nh->n_type == NT_GNU_BUILD_ID
326 && nh->n_descsz > 0
327 && nh->n_namesz == sizeof "GNU"
331 build_id_len = nh->n_descsz;
332 build_id = malloc (nh->n_descsz)
    [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...]
  /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 109 static bool checkRtNetlinkLength(const struct nlmsghdr *nh, size_t size) {
110 if (nh->nlmsg_len < NLMSG_LENGTH(size)) {
111 SLOGE("Got a short %s message\n", rtMessageName(nh->nlmsg_type));
133 bool NetlinkEvent::parseIfInfoMessage(const struct nlmsghdr *nh) {
134 struct ifinfomsg *ifi = (struct ifinfomsg *) NLMSG_DATA(nh);
135 if (!checkRtNetlinkLength(nh, sizeof(*ifi)))
142 int len = IFLA_PAYLOAD(nh);
161 bool NetlinkEvent::parseIfAddrMessage(const struct nlmsghdr *nh) {
162 struct ifaddrmsg *ifaddr = (struct ifaddrmsg *) NLMSG_DATA(nh);
167 if (!checkRtNetlinkLength(nh, sizeof(*ifaddr))
481 const struct nlmsghdr *nh; local
    [all...]
  /development/ndk/platforms/android-3/include/linux/
skbuff.h 128 } nh; member in struct:sk_buff

Completed in 700 milliseconds

1 2 3 4 5