HomeSort by relevance Sort by last modified time
    Searched defs:pd (Results 51 - 75 of 213) sorted by null

1 23 4 5 6 7 8 9

  /external/ipsec-tools/src/racoon/
handler.c 222 struct ph1dump *pd; local
236 pd = (struct ph1dump *)buf->v;
239 memcpy(&pd->index, &iph1->index, sizeof(iph1->index));
240 pd->status = iph1->status;
241 pd->side = iph1->side;
242 memcpy(&pd->remote, iph1->remote, sysdep_sa_len(iph1->remote));
243 memcpy(&pd->local, iph1->local, sysdep_sa_len(iph1->local));
244 pd->version = iph1->version;
245 pd->etype = iph1->etype;
246 pd->created = iph1->created
    [all...]
racoonctl.c 1097 struct ph1dump *pd; local
1142 if (len % sizeof(*pd))
1144 len /= sizeof(*pd);
1146 pd = (struct ph1dump *)buf;
1151 GETNAMEINFO((struct sockaddr *)&pd->local, _addr1_, _addr2_);
1167 GETNAMEINFO((struct sockaddr *)&pd->remote, _addr1_, _addr2_);
1180 printf("%s ", pindex_isakmp(&pd->index));
1185 pd->status,
1186 pd->side == INITIATOR ? 'I' : 'R',
1187 pd->version)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_ethread.c 201 struct macroblockd_plane *const pd = xd->plane; local
208 pd[j].dqcoeff = ctx->dqcoeff_pbuf[j][0];
638 struct macroblockd_plane *const pd = xd->plane; local
645 pd[j].dqcoeff = ctx->dqcoeff_pbuf[j][0];
  /external/ltp/testcases/network/lib6/
asapi_03.c 201 unsigned char *pd; local
222 pd = control;
225 struct cmsghdr *pcmsg = (struct cmsghdr *)pd;
231 pd += CMSG_SPACE(cmtab[i].cm_len);
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_fs.c 371 struct poll_data *pd = (struct poll_data *)data; local
372 double fsutil = getfsutil(pd->fs->basedir);
374 if (fsutil >= pd->util)
  /external/syslinux/gpxe/src/drivers/net/ath5k/
ath5k_eeprom.c 668 struct ath5k_pdgain_info *pd; local
699 pd = &chinfo[pier].pd_curves[idx];
701 pd->pd_points = AR5K_EEPROM_N_PWR_POINTS_5111;
703 /* Allocate pd points for this curve */
704 pd->pd_step = calloc(AR5K_EEPROM_N_PWR_POINTS_5111, sizeof(u8));
705 if (!pd->pd_step)
708 pd->pd_pwr = calloc(AR5K_EEPROM_N_PWR_POINTS_5111, sizeof(s16));
709 if (!pd->pd_pwr)
715 for (point = 0; point < pd->pd_points; point++) {
718 pd->pd_pwr[point] = 2 * pcinfo->pwr[point]
869 struct ath5k_pdgain_info *pd = local
1155 struct ath5k_pdgain_info *pd = local
1556 struct ath5k_pdgain_info *pd = local
    [all...]
  /system/nfc/src/gki/ulinux/
gki_ulinux.cc 1170 uint8_t* pd = ps + shift_amount; local
1185 uint8_t* pd = p_dest; local
    [all...]
  /system/nfc/src/nfc/ndef/
ndef_utils.cc 43 uint8_t* pd = ps + shift_amount; local
46 for (xx = 0; xx < len; xx++) *pd-- = *ps--;
58 uint8_t* pd = p_dest; local
61 for (xx = 0; xx < len; xx++) *pd++ = *ps++;
    [all...]
  /external/jcommander/src/main/java/com/beust/jcommander/
JCommander.java 297 for (ParameterDescription pd : m_descriptions.values()) {
298 initializeDefaultValue(pd);
318 for (ParameterDescription pd : m_requiredFields.values()) {
319 missingFields.append(pd.getNames()).append(" ");
390 for (ParameterDescription pd : m_descriptions.values()) {
391 if (pd.isDynamicParameter()) {
392 for (String name : pd.getParameter().names()) {
425 ParameterDescription pd = getPrefixDescriptionFor(arg); local
426 if (pd != null) result = pd;
434 ParameterDescription pd = getDescriptionFor(args, arg); local
446 ParameterDescription pd = getDescriptionFor(args, arg); local
550 ParameterDescription pd = local
583 ParameterDescription pd = local
696 ParameterDescription pd = findParameterDescription(a); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/beust/jcommander/1.48/
jcommander-1.48.jar 
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/
AnnotationVerifier.java 171 ParameterDescription pd = local
175 " parameter annotation: " + pd);
176 panns.put(pd, pr);
  /external/annotation-tools/scene-lib/test/annotations/tests/classfile/
AnnotationVerifier.java 190 ParameterDescription pd = local
194 " parameter annotation: " + pd);
195 panns.put(pd, pr);
  /external/clang/test/CXX/special/class.copy/
implicit-move.cpp 92 PrivateDestructor pd; // expected-note{{field 'pd' has an inaccessible destructor}} member in struct:ContainsPrivateDestructor
  /external/fio/engines/
rdma.c 170 struct ibv_pd *pd; member in struct:rdmaio_data
413 rd->pd = ibv_alloc_pd(rd->child_cm_id->verbs);
415 rd->pd = ibv_alloc_pd(rd->cm_id->verbs);
417 if (rd->pd == NULL) {
461 if (rdma_create_qp(rd->child_cm_id, rd->pd, &init_attr) != 0) {
467 if (rdma_create_qp(rd->cm_id, rd->pd, &init_attr) != 0) {
481 ibv_dealloc_pd(rd->pd);
490 rd->recv_mr = ibv_reg_mr(rd->pd, &rd->recv_buf, sizeof(rd->recv_buf),
497 rd->send_mr = ibv_reg_mr(rd->pd, &rd->send_buf, sizeof(rd->send_buf),
1003 ibv_dealloc_pd(rd->pd);
    [all...]
  /external/libpcap/
pcap-dlpi.c 247 struct pcap_dlpi *pd = p->priv; local
259 if (pd->send_fd < 0) {
264 ret = dlrawdatareq(pd->send_fd, buf, size);
326 struct pcap_dlpi *pd = p->priv; local
328 if (pd->send_fd >= 0) {
329 close(pd->send_fd);
330 pd->send_fd = -1;
488 struct pcap_dlpi *pd = p->priv; local
518 * If the open fails, we just leave -1 in "pd->send_fd" and reject
524 pd->send_fd = open("/dev/dlpi", O_RDWR)
1823 struct pcap_dlpi *pd; local
    [all...]
pcap-dag.c 240 struct pcap_dag *pd = p->pr; local
243 if(dag_stop_stream(p->fd, pd->dag_stream) < 0)
246 if(dag_detach_stream(p->fd, pd->dag_stream) < 0)
338 struct pcap_dag *pd = p->priv; local
340 int flags = pd->dag_offset_flags;
346 while (pd->dag_mem_top - pd->dag_mem_bottom < dag_record_size) {
373 if ( NULL == (pd->dag_mem_top = dag_advance_stream(p->fd, pd->dag_stream, &(pd->dag_mem_bottom))) )
1054 struct pcap_dag *pd = p->priv; local
1171 struct pcap_dag *pd = p->priv; local
1220 struct pcap_dag *pd = p->priv; local
    [all...]
pcap-dos.c 222 struct pcap_dos *pd = p->priv; local
324 if (pd->wait_proc)
325 (*pd->wait_proc)(); /* call yield func */
330 pd->stat.ps_drop++;
365 struct pcap_dos *pd; local
382 pd = p->priv;
383 pd->stat.ps_recv = stats->rx_packets;
384 pd->stat.ps_drop += stats->rx_missed_errors;
385 pd->stat.ps_ifdrop = stats->rx_dropped + /* queue full */
388 *ps = pd->stat
452 struct pcap_dos *pd; local
626 struct pcap_dos *pd = p->priv; local
    [all...]
pcap-int.h 358 pcap_t *pd; member in struct:oneshot_userdata
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 232 const struct macroblockd_plane *pd) {
234 ss_size_lookup[mi->sb_type][pd->subsampling_x][pd->subsampling_y] !=
236 return uv_txsize_lookup[mi->sb_type][mi->tx_size][pd->subsampling_x]
237 [pd->subsampling_y];
241 get_plane_block_size(BLOCK_SIZE bsize, const struct macroblockd_plane *pd) {
242 return ss_size_lookup[bsize][pd->subsampling_x][pd->subsampling_y];
248 struct macroblockd_plane *const pd = &xd->plane[i]; local
249 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd);
    [all...]
  /hardware/intel/img/psb_video/src/
tng_enc_trace.c 158 unsigned int *pd, *pt;/* virtual of page directory/table */ local
195 pd_index = phyaddr >> 22; /* the top 10bits are pd index */
203 pd = (unsigned int *)(linear_fb + (pd_phyaddr - phy_fb));
205 drv_debug_msg(VIDEO_ENCODE_PDUMP,"INFO: pd_index 0x%08x, pd 0x%08x, pd[pd_index] 0x%08x\n", pd_index, pd, pd[pd_index]);
207 if ((pd[pd_index] & 1) == 0) {/* not valid */
211 pt_phyaddr = pd[pd_index] & 0xfffff000;
231 drv_debug_msg(VIDEO_ENCODE_PDUMP,"Phy=0x%08x(PD index=%d, PT index=%d, Page offset=%d)\n"
    [all...]
  /system/nfc/src/nfc/nfc/
nfc_ncif.cc 1560 uint8_t *ps, *pd; local
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 829 ProgressDialog pd = new ProgressDialog(context, THEME); local
900 ProgressDialog pd = new ProgressDialog(app, THEME); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 552 float pd = (float) (z / vz); local
553 float px = (float) (vx * pd);
554 float py = (float) (vy * pd);
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
demo.c 379 VECTOR3 pa, pb, pc, pd; local
388 superShapeMap(&pd, r0, r3, t1, p2);
395 vector3Sub(&v2, &pd, &pa);
453 result->vertexArray[currentVertex * 3] = pd.x;
454 result->vertexArray[currentVertex * 3 + 1] = pd.y;
455 result->vertexArray[currentVertex * 3 + 2] = pd.z;
465 result->vertexArray[currentVertex * 3] = pd.x;
466 result->vertexArray[currentVertex * 3 + 1] = pd.y;
467 result->vertexArray[currentVertex * 3 + 2] = pd.z;
    [all...]
  /external/jdiff/src/jdiff/
RootDocToXML.java 225 * @param pd an array of PackageDoc objects
266 PackageDoc[] pd = (PackageDoc[]) pdl.values().toArray(new PackageDoc[0]); local
267 for (int i = 0; pd != null && i < pd.length; i++) {
268 String pkgName = pd[i].name();
272 if (!shownElement(pd[i], null))
278 int tagCount = pd[i].tags().length;
288 classList = new LinkedList(Arrays.asList(pd[i].allClasses()));
295 addPkgDocumentation(root, pd[i], 2);
    [all...]

Completed in 1490 milliseconds

1 23 4 5 6 7 8 9