/external/python/cpython3/Modules/_ctypes/ |
ctypes.h | 109 extern int PyType_stginfo(PyTypeObject *self, Py_ssize_t *psize, Py_ssize_t *palign, Py_ssize_t *plength); 110 extern int PyObject_stginfo(PyObject *self, Py_ssize_t *psize, Py_ssize_t *palign, Py_ssize_t *plength); 130 Py_ssize_t *psize, Py_ssize_t *poffset, Py_ssize_t *palign,
|
/external/syslinux/utils/ |
isohybrid.in | 224 $psize = $c*$h*$s - $offset; 239 $ehead, $esect, $ecyl, $offset, $psize);
|
isohybrid.c | 72 uint32_t psize = 0, isosize = 0; variable 660 psize = c * head * sector - offset; 690 tmp = lendian_int(psize); 854 part->lastLBA = lendian_64(psize - 1); 1135 psize = isosize / 512;
|
/external/tensorflow/tensorflow/core/kernels/ |
pooling_ops_3d.cc | 225 int pindex, psize; local 231 padding[0], &pindex, &psize)); 246 {pindex, psize}, 258 Eigen::array<int, 5> bcast = {1, csize, rsize, psize, 1}; 265 bcast.set(3, psize); 403 int pindex, psize; local 406 padding[0], &pindex, &psize)); 421 {pindex, psize}, 431 Eigen::array<int, 5> bcast = {1, csize, rsize, psize, 1}; 438 bcast.set(3, psize); [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
regenc.c | 844 resize_property_list(int new_size, const OnigCodePoint*** plist, int* psize)
854 list = (const OnigCodePoint** )xrealloc((void* )list, size, *psize * sizeof(OnigCodePoint*));
860 *psize = new_size;
868 int *psize)
874 if (*psize <= *pnum) {
875 int new_size = (*psize == 0 ? PROP_INIT_SIZE : *psize * 2);
876 r = resize_property_list(new_size, plist, psize);
|
/frameworks/base/core/java/android/view/animation/ |
ScaleAnimation.java | 260 float resolveScale(float scale, int type, int data, int size, int psize) { 263 targetSize = TypedValue.complexToFraction(data, size, psize);
|
/hardware/qcom/audio/post_proc/ |
bass_boost.c | 69 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); 122 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t);
|
virtualizer.c | 69 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); 122 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t);
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ |
general.s | 1 .psize 0
|
float.l | 8 1 [ ]*.psize 0
|
general.l | 38 1 .psize 0
|
/frameworks/base/media/java/android/media/audiofx/ |
AudioEffect.java | 1203 int psize = byteArrayToInt(p, 4); local [all...] |
/frameworks/av/services/audiopolicy/service/ |
AudioPolicyEffects.h | 100 // psize and vsize are rounded up to an int boundary for allocation 102 ((origParam->psize + 3) & ~3) +
|
/toolchain/binutils/binutils-2.27/gold/ |
dynobj.h | 603 unsigned int* psize, unsigned int* pentries) const; 610 unsigned int* psize, unsigned int* pentries) const;
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
nv50_shader_state.c | 354 uint32_t color, psize; local 366 psize = nv50->state.semantic_psize & ~NV50_3D_SEMANTIC_PTSZ_PTSZ_EN__MASK; 379 psize |= NV50_3D_SEMANTIC_PTSZ_PTSZ_EN__MASK; 381 if (psize != nv50->state.semantic_psize) { 382 nv50->state.semantic_psize = psize; 384 PUSH_DATA (push, psize);
|
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/ |
EffectBundle.cpp | [all...] |
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
fd2_compiler.c | 93 unsigned position, psize; member in struct:fd2_compile_context 142 ctx->psize = ~0; 177 ctx->psize = ctx->num_regs[TGSI_FILE_OUTPUT]; 328 } else if (dst->Index == ctx->psize) { 996 if ((num == ctx->position) || (num == ctx->psize)) {
|
/external/valgrind/coregrind/m_demangle/ |
d-demangle.c | 737 long psize = len; local 748 if (psize == 0) 750 psize = len; 766 if (mangled && (mangled - pend) == psize) 769 psize /= 10; [all...] |
/toolchain/binutils/binutils-2.27/libiberty/ |
d-demangle.c | 721 long psize = len; local 732 if (psize == 0) 734 psize = len; 750 if (mangled && (mangled - pend) == psize) 753 psize /= 10; [all...] |
/frameworks/av/media/libeffects/testlibs/ |
EffectEqualizer.cpp | 673 memcpy(pReplyData, pCmdData, sizeof(effect_param_t) + p->psize); 675 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); 694 p->data + p->psize);
|
/hardware/qcom/audio/voice_processing/ |
voice_processing.c | 578 ((effect_param_t *)pCmdData)->psize > *replySize - sizeof(effect_param_t)) { 584 memcpy(pReplyData, pCmdData, sizeof(effect_param_t) + p->psize); 600 if (p->psize != sizeof(int32_t)) {
|
/prebuilts/go/darwin-x86/src/runtime/ |
mksizeclasses.go | 153 psize := c.npages * pageSize 154 new_size := (psize / (psize / c.size)) &^ (largeSizeDiv - 1)
|
/prebuilts/go/linux-x86/src/runtime/ |
mksizeclasses.go | 153 psize := c.npages * pageSize 154 new_size := (psize / (psize / c.size)) &^ (largeSizeDiv - 1)
|
/external/pdfium/third_party/libtiff/ |
tif_open.c | 36 _tiffDummyMapProc(thandle_t fd, void** pbase, toff_t* psize) 38 (void) fd; (void) pbase; (void) psize;
|
tiffiop.h | 227 #define TIFFMapFileContents(tif, paddr, psize) \ 228 ((*(tif)->tif_mapproc)((tif)->tif_clientdata,(paddr),(psize)))
|