HomeSort by relevance Sort by last modified time
    Searched defs:dh (Results 26 - 50 of 135) sorted by null

12 3 4 5 6

  /external/boringssl/src/include/openssl/
evp.h 592 // example, this is used to set the peer's key in (EC)DH.) It returns one on
813 DH *dh; member in union:evp_pkey_st::__anon14370
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
BCDHPrivateKey.java 1 package org.bouncycastle.jcajce.provider.asymmetric.dh;
105 return "DH";
BCDHPublicKey.java 1 package org.bouncycastle.jcajce.provider.asymmetric.dh;
83 throw new IllegalArgumentException("invalid info structure in DH public key");
130 return "DH";
  /external/e2fsprogs/lib/support/
quotaio_tree.c 92 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; local
102 info->dqi_free_blk = ext2fs_le32_to_cpu(dh->dqdh_next_free);
123 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; local
126 dh->dqdh_next_free = ext2fs_cpu_to_le32(info->dqi_free_blk);
127 dh->dqdh_prev_free = ext2fs_cpu_to_le32(0);
128 dh->dqdh_entries = ext2fs_cpu_to_le16(0);
139 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; local
140 unsigned int nextblk = ext2fs_le32_to_cpu(dh->dqdh_next_free), prevblk =
142 ext2fs_le32_to_cpu(dh->dqdh_prev_free);
150 dh->dqdh_prev_free
173 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; local
198 struct qt_disk_dqdbheader *dh; local
357 struct qt_disk_dqdbheader *dh; local
556 struct qt_disk_dqdbheader *dh; local
    [all...]
  /external/f2fs-tools/fsck/
quotaio_tree.c 93 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; local
103 info->dqi_free_blk = le32_to_cpu(dh->dqdh_next_free);
124 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; local
127 dh->dqdh_next_free = cpu_to_le32(info->dqi_free_blk);
128 dh->dqdh_prev_free = cpu_to_le32(0);
129 dh->dqdh_entries = cpu_to_le16(0);
140 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; local
141 unsigned int nextblk = le32_to_cpu(dh->dqdh_next_free), prevblk =
142 le32_to_cpu(dh->dqdh_prev_free);
150 dh->dqdh_prev_free
173 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; local
198 struct qt_disk_dqdbheader *dh; local
360 struct qt_disk_dqdbheader *dh; local
559 struct qt_disk_dqdbheader *dh; local
    [all...]
  /external/skia/src/gpu/vk/
GrVkCopyManager.cpp 199 int dh = dst->height(); local
202 float dy0 = 2.f * dstPoint.fY / dh - 1.f;
203 float dy1 = 2.f * (dstPoint.fY + h) / dh - 1.f;
  /external/skqp/src/gpu/vk/
GrVkCopyManager.cpp 196 int dh = dst->height(); local
199 float dy0 = 2.f * dstPoint.fY / dh - 1.f;
200 float dy1 = 2.f * (dstPoint.fY + h) / dh - 1.f;
  /external/syslinux/gpxe/src/arch/i386/include/
registers.h 90 uint8_t dh; member in struct:i386_regs::__anon37782::__anon37783
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
image_ops.cc 70 auto dh = b->Mul(hue, six); local
71 auto dr = b->Clamp(zero, b->Sub(b->Abs(b->Sub(dh, three)), one), one);
72 auto dg = b->Clamp(zero, b->Sub(two, b->Abs(b->Sub(dh, two))), one);
73 auto db = b->Clamp(zero, b->Sub(two, b->Abs(b->Sub(dh, four))), one);
  /external/wpa_supplicant_8/src/common/
sae.h 36 const struct dh_group *dh; member in struct:sae_temporary_data
  /external/wpa_supplicant_8/src/eap_common/
eap_eke_common.c 163 const struct dh_group *dh; local
167 dh = eap_eke_dh_group(group);
168 if (generator < 0 || generator > 255 || !dh)
173 if (random_get_bytes(ret_priv, dh->prime_len))
175 if (os_memcmp(ret_priv, dh->prime, dh->prime_len) > 0) {
179 for (i = 0; i < dh->prime_len - 1; i++) {
183 if (i == dh->prime_len - 1 && (ret_priv[i] == 0 || ret_priv[i] == 1))
185 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: DH private value",
186 ret_priv, dh->prime_len)
407 const struct dh_group *dh; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
ikev2.h 19 int dh; member in struct:ikev2_proposal_data
35 const struct dh_group *dh; member in struct:ikev2_responder_data
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_freebsd.c 167 dlpi_handle_t dh; local
172 retval = dlpi_open(device, &dh, 0);
179 retval = dlpi_get_physaddr(dh, DL_CURR_PHYS_ADDR, physaddr,
184 dlpi_close(dh);
188 dlpi_close(dh);
  /frameworks/base/services/core/java/com/android/server/wm/
WallpaperWindowToken.java 72 void updateWallpaperOffset(int dw, int dh, boolean sync) {
76 if (wallpaperController.updateWallpaperOffset(wallpaper, dw, dh, sync)) {
86 final int dh = displayInfo.logicalHeight; local
99 wallpaperController.updateWallpaperOffset(wallpaper, dw, dh, false);
128 final int dh = displayInfo.logicalHeight; local
134 wallpaperController.updateWallpaperOffset(wallpaper, dw, dh, false);
Watermark.java 132 void positionSurface(int dw, int dh) {
133 if (mLastDW != dw || mLastDH != dh) {
135 mLastDH = dh;
136 mSurfaceControl.setSize(dw, dh);
144 final int dh = mLastDH; local
147 Rect dirty = new Rect(0, 0, dw, dh);
171 while (y < (dh+mTextHeight)) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageRedEye.java 125 float dh = drawRect.height(); local
127 float dy = fullRect.centerY() - dh / 2;
128 drawRect.set(dx, dy, dx + dw, dy + dh);
  /packages/apps/Launcher2/src/com/android/launcher2/
Cling.java 235 int dh = (int) (scale * mPunchThroughGraphic.getIntrinsicHeight()); local
244 mPunchThroughGraphic.setBounds(cx - dw/2, cy - dh/2, cx + dw/2, cy + dh/2);
  /toolchain/binutils/binutils-2.27/binutils/
sysdump.c 41 static void dh (unsigned char *, int);
86 dh (unsigned char *ptr, int size) function
142 dh (ptr, size);
  /external/e2fsprogs/misc/
create_inode.c 719 DIR *dh; local
738 if (!(dh = opendir("."))) {
745 while ((dent = readdir(dh))) {
946 closedir(dh);
  /external/libmojo/mojo/edk/system/
message_pipe_dispatcher.cc 348 const DispatcherHeader& dh = dispatcher_headers[i]; local
349 Type type = static_cast<Type>(dh.type);
351 size_t next_payload_index = data_payload_index + dh.num_bytes;
357 size_t next_port_index = port_index + dh.num_ports;
362 platform_handle_index + dh.num_platform_handles;
372 type, dispatcher_data, dh.num_bytes, msg->ports() + port_index,
373 dh.num_ports, out_handles, dh.num_platform_handles);
377 dispatcher_data += dh.num_bytes;
  /external/mesa3d/src/gallium/state_trackers/va/
surface.c 199 int sw, sh, dw, dh; local
221 dh = d->y1 - d->y0;
225 c.y1 = MIN2(d->y0 + dh, src_rect->y1);
227 sr.y0 = s->y0 + (c.y0 - d->y0)*(sh/(float)dh);
229 sr.y1 = s->y0 + (c.y1 - d->y0)*(sh/(float)dh);
236 dh = d->y1 - d->y0;
238 dr.y0 = d->y0 + c.y0*(dh/(float)sh);
240 dr.y1 = d->y0 + c.y1*(dh/(float)sh);
  /external/tcpdump/
print-dccp.c 79 #define DCCPH_CCVAL(dh) (((dh)->dccph_ccval_cscov >> 4) & 0xF)
80 #define DCCPH_CSCOV(dh) (((dh)->dccph_ccval_cscov) & 0xF)
82 #define DCCPH_X(dh) ((dh)->dccph_xtr & 1)
83 #define DCCPH_TYPE(dh) (((dh)->dccph_xtr >> 1) & 0xF)
190 static inline u_int dccp_csum_coverage(const struct dccp_hdr* dh, u_int len)
194 if (DCCPH_CSCOV(dh) == 0
223 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp; local
243 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp; local
271 const struct dccp_hdr *dh; local
    [all...]
  /external/valgrind/memcheck/tests/solaris/
scalar_ioctl.c 492 dof_helper_t dh; local
494 dh.dofhp_mod[0] = x0 + 'D';
495 dh.dofhp_mod[1] = x0 + '\0';
496 dh.dofhp_addr = x0;
497 dh.dofhp_dof = x0;
500 SY(SYS_ioctl, x0 - 1, x0 + DTRACEHIOC_ADDDOF, x0 + &dh); FAIL;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
SAXParserTest.java 213 // MyDefaultHandler dh = new MyDefaultHandler();
215 // parser.parse(is, dh, ParsingSupport.XML_SYSTEM_ID);
216 // HashMap refHm = dh.createData();
314 MyDefaultHandler dh = new MyDefaultHandler(); local
315 parser.parse(list_wf[i], dh);
316 assertTrue(SAXParserTestSupport.equalsMaps(hm, dh.createData()));
321 MyDefaultHandler dh = new MyDefaultHandler(); local
322 parser.parse(list_nwf[i], dh);
330 MyDefaultHandler dh = new MyDefaultHandler(); local
331 parser.parse((File) null, dh);
349 MyHandler dh = new MyHandler(); local
362 MyHandler dh = new MyHandler(); local
375 MyHandler dh = new MyHandler(); local
404 MyDefaultHandler dh = new MyDefaultHandler(); local
412 MyDefaultHandler dh = new MyDefaultHandler(); local
421 MyDefaultHandler dh = new MyDefaultHandler(); local
445 MyHandler dh = new MyHandler(); local
453 MyHandler dh = new MyHandler(); local
462 MyHandler dh = new MyHandler(); local
497 MyDefaultHandler dh = new MyDefaultHandler(); local
505 MyDefaultHandler dh = new MyDefaultHandler(); local
515 MyDefaultHandler dh = new MyDefaultHandler(); local
536 MyDefaultHandler dh = new MyDefaultHandler(); local
549 MyDefaultHandler dh = new MyDefaultHandler(); local
563 MyDefaultHandler dh = new MyDefaultHandler(); local
643 MyHandler dh = new MyHandler(); local
651 MyHandler dh = new MyHandler(); local
660 MyHandler dh = new MyHandler(); local
684 MyHandler dh = new MyHandler(); local
692 MyHandler dh = new MyHandler(); local
701 MyHandler dh = new MyHandler(); local
727 MyDefaultHandler dh = new MyDefaultHandler(); local
734 MyDefaultHandler dh = new MyDefaultHandler(); local
743 MyDefaultHandler dh = new MyDefaultHandler(); local
762 MyHandler dh = new MyHandler(); local
775 MyHandler dh = new MyHandler(); local
788 MyHandler dh = new MyHandler(); local
    [all...]
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 894 int dh = scratches.obtain(); local
    [all...]

Completed in 1360 milliseconds

12 3 4 5 6