HomeSort by relevance Sort by last modified time
    Searched refs:dp (Results 176 - 200 of 890) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/darwin-x86/src/strconv/
atof.go 91 b.dp = b.nd
97 b.dp--
114 b.dp = b.nd
143 b.dp += e * esign
178 dp := 0
186 dp = nd
192 dp--
211 dp = nd
240 dp += e * esign
248 exp = dp - ndMan
    [all...]
ftoa.go 124 prec = max(digs.nd-digs.dp, 0)
163 digs = decimalSlice{d: d.d[:], nd: d.nd, dp: d.dp}
169 prec = max(digs.nd-digs.dp, 0)
179 d.Round(d.dp + prec)
186 digs = decimalSlice{d: d.d[:], nd: d.nd, dp: d.dp}
200 if eprec > digs.nd && digs.nd >= digs.dp {
209 exp := digs.dp - 1
216 if prec > digs.dp {
    [all...]
  /prebuilts/go/linux-x86/src/strconv/
atof.go 91 b.dp = b.nd
97 b.dp--
114 b.dp = b.nd
143 b.dp += e * esign
178 dp := 0
186 dp = nd
192 dp--
211 dp = nd
240 dp += e * esign
248 exp = dp - ndMan
    [all...]
ftoa.go 124 prec = max(digs.nd-digs.dp, 0)
163 digs = decimalSlice{d: d.d[:], nd: d.nd, dp: d.dp}
169 prec = max(digs.nd-digs.dp, 0)
179 d.Round(d.dp + prec)
186 digs = decimalSlice{d: d.d[:], nd: d.nd, dp: d.dp}
200 if eprec > digs.nd && digs.nd >= digs.dp {
209 exp := digs.dp - 1
216 if prec > digs.dp {
    [all...]
  /external/libedit/examples/
tc1.c 96 struct dirent *dp; local
110 for (dp = readdir(dd); dp != NULL; dp = readdir(dd)) {
111 if (len > strlen(dp->d_name))
113 if (strncmp(dp->d_name, ptr, len) == 0) {
114 if (el_insertstr(el, &dp->d_name[len]) == -1)
wtc1.c 60 struct dirent *dp; local
87 for (dp = readdir(dd); dp != NULL; dp = readdir(dd)) {
88 if (mblen > strlen(dp->d_name))
90 if (strncmp(dp->d_name, buf, mblen) == 0) {
91 mbstowcs(dir, &dp->d_name[mblen],
  /external/syslinux/com32/lib/libpng/
pngtrans.c 435 png_bytep dp=row; local
449 dp+=3; sp+=4;
452 *dp++ = *sp++;
453 *dp++ = *sp++;
454 *dp++ = *sp++;
464 *dp++ = *sp++;
465 *dp++ = *sp++;
466 *dp++ = *sp++;
477 sp += 8; dp += 6;
481 png_memcpy(dp, sp, 6)
    [all...]
  /external/e2fsprogs/lib/support/
quotaio_v2.c 47 static void v2r1_disk2memdqblk(struct dquot *dquot, void *dp)
50 struct v2r1_disk_dqblk *d = dp, empty;
64 if (!memcmp(&empty, dp, sizeof(struct v2r1_disk_dqblk)))
71 static void v2r1_mem2diskdqblk(void *dp, struct dquot *dquot)
74 struct v2r1_disk_dqblk *d = dp;
85 if (qtree_entry_unused(&dquot->dq_h->qh_info.u.v2_mdqi.dqi_qtree, dp))
89 static int v2r1_is_id(void *dp, struct dquot *dquot)
91 struct v2r1_disk_dqblk *d = dp;
95 if (qtree_entry_unused(info, dp))
  /external/f2fs-tools/fsck/
quotaio_v2.c 48 static void v2r1_disk2memdqblk(struct dquot *dquot, void *dp)
51 struct v2r1_disk_dqblk *d = dp, empty;
65 if (!memcmp(&empty, dp, sizeof(struct v2r1_disk_dqblk)))
72 static void v2r1_mem2diskdqblk(void *dp, struct dquot *dquot)
75 struct v2r1_disk_dqblk *d = dp;
86 if (qtree_entry_unused(&dquot->dq_h->qh_info.u.v2_mdqi.dqi_qtree, dp))
90 static int v2r1_is_id(void *dp, struct dquot *dquot)
92 struct v2r1_disk_dqblk *d = dp;
96 if (qtree_entry_unused(info, dp))
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_nic.c 328 struct dirent *dp; local
350 while ((dp = readdir(dir)) != NULL) {
353 if (strlen(dp->d_name) <= 2)
357 snprintf(basename, sizeof(basename), "/sys/class/net/%s", dp->d_name);
369 strcpy(nic->name, dp->d_name);
381 strcpy(nic->name, dp->d_name);
384 "/sys/class/net/%s/statistics/tx_bytes", dp->d_name);
396 strcpy(nic->name, dp->d_name);
399 "/sys/class/net/%s/statistics/tx_bytes", dp->d_name);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
dictobject.h 149 PyAPI_FUNC(PyObject *) PyDict_GetItemString(PyObject *dp, const char *key);
150 PyAPI_FUNC(int) PyDict_SetItemString(PyObject *dp, const char *key, PyObject *item);
151 PyAPI_FUNC(int) PyDict_DelItemString(PyObject *dp, const char *key);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
dictobject.h 149 PyAPI_FUNC(PyObject *) PyDict_GetItemString(PyObject *dp, const char *key);
150 PyAPI_FUNC(int) PyDict_SetItemString(PyObject *dp, const char *key, PyObject *item);
151 PyAPI_FUNC(int) PyDict_DelItemString(PyObject *dp, const char *key);
  /external/libvpx/libvpx/test/
invalid_file_test.cc 33 std::ostream &operator<<(std::ostream &os, const DecodeParam &dp) {
34 return os << "threads: " << dp.threads << " file: " << dp.filename;
  /external/ltp/testcases/kernel/syscalls/asyncio/
asyncio02.c 116 char *dp; /* pointer to area of memory */ variable
231 TEST(write(fildes, dp, (unsigned)bytes));
280 if ((dp = malloc((unsigned)BUFSIZ + 1)) == NULL) {
  /packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
OverviewState.java 122 DeviceProfile dp = launcher.getDeviceProfile();
123 return dp.allAppsCellHeightPx - dp.allAppsIconTextSizePx;
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
LivePreviewWidgetCell.java 61 DeviceProfile dp = activity.getDeviceProfile(); local
62 int viewWidth = dp.cellWidthPx * info.spanX;
63 int viewHeight = dp.cellHeightPx * info.spanY;
  /prebuilts/gdb/darwin-x86/include/python2.7/
dictobject.h 149 PyAPI_FUNC(PyObject *) PyDict_GetItemString(PyObject *dp, const char *key);
150 PyAPI_FUNC(int) PyDict_SetItemString(PyObject *dp, const char *key, PyObject *item);
151 PyAPI_FUNC(int) PyDict_DelItemString(PyObject *dp, const char *key);
  /prebuilts/gdb/linux-x86/include/python2.7/
dictobject.h 149 PyAPI_FUNC(PyObject *) PyDict_GetItemString(PyObject *dp, const char *key);
150 PyAPI_FUNC(int) PyDict_SetItemString(PyObject *dp, const char *key, PyObject *item);
151 PyAPI_FUNC(int) PyDict_DelItemString(PyObject *dp, const char *key);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
dictobject.h 149 PyAPI_FUNC(PyObject *) PyDict_GetItemString(PyObject *dp, const char *key);
150 PyAPI_FUNC(int) PyDict_SetItemString(PyObject *dp, const char *key, PyObject *item);
151 PyAPI_FUNC(int) PyDict_DelItemString(PyObject *dp, const char *key);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
dictobject.h 149 PyAPI_FUNC(PyObject *) PyDict_GetItemString(PyObject *dp, const char *key);
150 PyAPI_FUNC(int) PyDict_SetItemString(PyObject *dp, const char *key, PyObject *item);
151 PyAPI_FUNC(int) PyDict_DelItemString(PyObject *dp, const char *key);
  /prebuilts/go/darwin-x86/src/syscall/
fs_nacl.go 133 // dirlookup looks for an entry in the directory dp with the given name.
135 func (fs *fsys) dirlookup(dp *inode, name string) (de *dirent, index int, err error) {
136 fs.atime(dp)
137 for i := range dp.dir {
138 de := &dp.dir[i]
147 // dirlink adds to the directory dp an entry for name pointing at the inode ip.
148 // If dp already contains an entry for name, that entry is overwritten.
149 func (fs *fsys) dirlink(dp *inode, name string, ip *inode) {
150 fs.mtime(dp)
153 for i := range dp.dir
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
fs_nacl.go 133 // dirlookup looks for an entry in the directory dp with the given name.
135 func (fs *fsys) dirlookup(dp *inode, name string) (de *dirent, index int, err error) {
136 fs.atime(dp)
137 for i := range dp.dir {
138 de := &dp.dir[i]
147 // dirlink adds to the directory dp an entry for name pointing at the inode ip.
148 // If dp already contains an entry for name, that entry is overwritten.
149 func (fs *fsys) dirlink(dp *inode, name string, ip *inode) {
150 fs.mtime(dp)
153 for i := range dp.dir
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/
platform.mk 21 -I${RK_PLAT_SOC}/drivers/dp/ \
53 ${RK_PLAT_SOC}/drivers/dp/cdn_dp.c \
80 HDCPFW=${RK_PLAT_SOC}/drivers/dp/hdcp.bin
89 ${RK_PLAT_SOC}/drivers/dp/cdn_dp.c: $(HDCPFW)
  /external/clang/test/SemaTemplate/
instantiate-init.cpp 13 void test_f0(int *ip, float *fp, double *dp) {
15 f0(ip, dp); // expected-note{{instantiation}}
24 void test_f1(X0 *x0, int *ip, float *fp, double *dp) {
26 f1(x0, ip, dp); // expected-note{{instantiation}}
  /external/fec/
viterbi27_port.c 23 decision_t *dp; /* Pointer to current decision */ member in struct:v27
40 vp->dp = vp->decisions;
143 d = (decision_t *)vp->dp;
189 vp->dp = d;

Completed in 823 milliseconds

1 2 3 4 5 6 78 91011>>