/third_party/ntfs-3g/libntfs-3g/ |
H A D | index.c | 641 icx->parent_pos[icx->pindex] = item; in ntfs_ie_lookup() 669 icx->parent_pos[icx->pindex] = item; in ntfs_ie_lookup() 717 icx->pindex++; in ntfs_icx_parent_inc() 718 if (icx->pindex >= MAX_PARENT_VCN) { in ntfs_icx_parent_inc() 728 icx->pindex--; in ntfs_icx_parent_dec() 729 if (icx->pindex < 0) { in ntfs_icx_parent_dec() 731 ntfs_log_perror("Corrupt index pointer (%d)", icx->pindex); in ntfs_icx_parent_dec() 828 icx->parent_vcn[icx->pindex] = old_vcn; in ntfs_index_lookup() 846 icx->parent_vcn[icx->pindex] = old_vcn; in ntfs_index_lookup() 867 icx->parent_vcn[icx->pindex] in ntfs_index_lookup() 1800 int entry_pos, pindex; ntfs_index_rm_node() local [all...] |
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_remove_constants.c | 38 rc_register_file * pfile, unsigned int * pindex) in remap_regs() 43 *pindex = inv_remap_table[*pindex]; in remap_regs() 37 remap_regs(void * userdata, struct rc_instruction * inst, rc_register_file * pfile, unsigned int * pindex) remap_regs() argument
|
H A D | radeon_emulate_branches.c | 132 rc_register_file * pfile, unsigned int * pindex) in remap_proxy_function() 135 struct proxy_info * proxy = get_proxy_info(sap, *pfile, *pindex); in remap_proxy_function() 139 *pindex = proxy->Index; in remap_proxy_function() 249 rc_register_file * pfile, unsigned int * pindex) in remap_output_function() 253 if (*pfile == RC_FILE_OUTPUT && *pindex == data->Output) { in remap_output_function() 255 *pindex = data->Temporary; in remap_output_function() 131 remap_proxy_function(void * userdata, struct rc_instruction * inst, rc_register_file * pfile, unsigned int * pindex) remap_proxy_function() argument 248 remap_output_function(void * userdata, struct rc_instruction * inst, rc_register_file * pfile, unsigned int * pindex) remap_output_function() argument
|
H A D | radeon_dataflow.h | 72 rc_register_file * pfile, unsigned int * pindex);
|
/third_party/openssl/test/ |
H A D | drbgtest.c | 290 int pindex; /* process index (0: parent, 1,2,3...: children)*/ member 315 result = l->pindex - r->pindex; in compare_drbg_fork_result() 424 presult[0].pindex = presult[1].pindex = i; in test_rand_reseed_on_fork()
|
/third_party/libunwind/libunwind/src/dwarf/ |
H A D | Gparser.c | 694 unsigned short *pindex; in rs_new() local 695 for (pindex = &cache->hash[hash (cache->links[head].ip, cache->log_size)]; in rs_new() 696 *pindex < DWARF_UNW_CACHE_SIZE(cache->log_size); in rs_new() 697 pindex = &cache->links[*pindex].coll_chain) in rs_new() 699 if (*pindex == head) in rs_new() 701 *pindex = cache->links[*pindex].coll_chain; in rs_new()
|
/third_party/ffmpeg/libavcodec/ |
H A D | qdmc.c | 549 int j, group_bits, pos, pindex; in add_wave() local 560 pindex = (phase << 6) - ((2 * (freqs >> (4 - group)) + 1) << 7); in add_wave() 562 pindex += (2 * freqs + 1) << (7 - group_bits); in add_wave() 564 im = level * sin_table[ pindex & 0x1FF]; in add_wave() 565 re = level * sin_table[(pindex + 128) & 0x1FF]; in add_wave()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngstest.c | 2704 char pindex[9]; in compare_two_images() local 2705 sprintf(pindex, "%lu[%lu]", (unsigned long)y, in compare_two_images() 2707 logerror(a, a->file_name, ": bad pixel index: ", pindex); in compare_two_images() 2716 char pindex[9]; in compare_two_images() local 2717 sprintf(pindex, "%lu[%lu]", (unsigned long)y, in compare_two_images() 2719 logerror(b, b->file_name, ": bad pixel index: ", pindex); in compare_two_images() 2758 char pindex[3+2*BYTE_CHARS]; in compare_two_images() local 2759 sprintf(pindex, "%d[%u]", amax, in compare_two_images() 2761 return logerror(a, a->file_name, ": bad pixel index: ", pindex); in compare_two_images() 2766 char pindex[ in compare_two_images() local [all...] |
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | index.h | 130 int pindex; /* maximum it's the number of the parent nodes */ member
|
/third_party/musl/porting/linux/user/src/network/ |
H A D | lookup_name.c | 866 linknode *pindex = get_linknode(plist, index); in linklist_delete() local 867 if (NULL == pindex) { in linklist_delete() 875 preindex->_next = pindex->_next; in linklist_delete() 877 free_linknodedata(pindex); in linklist_delete()
|
/third_party/musl/src/network/ |
H A D | lookup_name.c | 961 linknode *pindex = get_linknode(plist, index); in linklist_delete() local 962 if (NULL == pindex) { in linklist_delete() 970 preindex->_next = pindex->_next; in linklist_delete() 972 free_linknodedata(pindex); in linklist_delete()
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttgxvar.c | 3540 int pindex; in FT_LOCAL_DEF() local 3544 pindex = points[j]; in FT_LOCAL_DEF() 3545 if ( (FT_ULong)pindex >= face->cvt_size ) in FT_LOCAL_DEF() 3548 old_cvt_delta = cvt_deltas[pindex]; in FT_LOCAL_DEF() 3549 cvt_deltas[pindex] = old_cvt_delta + FT_MulFix( deltas[j], apply ); in FT_LOCAL_DEF() 3552 if ( old_cvt_delta != cvt_deltas[pindex] ) in FT_LOCAL_DEF() 3555 pindex, in FT_LOCAL_DEF() 3556 ( FT_fdot6ToFixed( face->cvt[pindex] ) + in FT_LOCAL_DEF() 3558 ( FT_fdot6ToFixed( face->cvt[pindex] ) + in FT_LOCAL_DEF() 3559 cvt_deltas[pindex] ) / 65536. in FT_LOCAL_DEF() [all...] |
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_generic.c | 892 ugen_fs_get_complete(struct usb_fifo *f, uint8_t *pindex) in ugen_fs_get_complete() argument 899 *pindex = *((uint8_t *)(m->cur_data_ptr)); in ugen_fs_get_complete() 905 *pindex = 0; /* fix compiler warning */ in ugen_fs_get_complete()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | Bidi.java | 2022 byte GetParaLevelAt(int pindex) in GetParaLevelAt() argument 2024 if (defaultParaLevel == 0 || pindex < paras_limit[0]) in GetParaLevelAt() 2028 if (pindex < paras_limit[i]) in GetParaLevelAt()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | Bidi.java | 1988 byte GetParaLevelAt(int pindex) in GetParaLevelAt() argument 1990 if (defaultParaLevel == 0 || pindex < paras_limit[0]) in GetParaLevelAt() 1994 if (pindex < paras_limit[i]) in GetParaLevelAt()
|
/third_party/python/Modules/_ctypes/ |
H A D | _ctypes.c | 3823 _get_arg(int *pindex, PyObject *name, PyObject *defval, PyObject *inargs, PyObject *kwds) in _get_arg() argument 3827 if (*pindex < PyTuple_GET_SIZE(inargs)) { in _get_arg() 3828 v = PyTuple_GET_ITEM(inargs, *pindex); in _get_arg() 3829 ++*pindex; in _get_arg() 3836 ++*pindex; in _get_arg()
|
/third_party/python/Objects/ |
H A D | unicodeobject.c | 14991 Py_ssize_t pindex; in unicode_format_arg_output() local 15027 pindex = 0; in unicode_format_arg_output() 15030 Py_UCS4 ch = PyUnicode_READ(kind, pbuf, pindex); in unicode_format_arg_output() 15034 pindex++; in unicode_format_arg_output() 15059 Py_UCS4 strmaxchar = _PyUnicode_FindMaxChar(str, 0, pindex+len); in unicode_format_arg_output() 15083 assert(PyUnicode_READ(kind, pbuf, pindex) == '0'); in unicode_format_arg_output() 15084 assert(PyUnicode_READ(kind, pbuf, pindex + 1) == arg->ch); in unicode_format_arg_output() 15089 pindex += 2; in unicode_format_arg_output() 15113 assert(PyUnicode_READ(kind, pbuf, pindex) == '0'); in unicode_format_arg_output() 15114 assert(PyUnicode_READ(kind, pbuf, pindex in unicode_format_arg_output() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ubidi.cpp | 644 ubidi_getParaLevelAtIndex(const UBiDi *pBiDi, int32_t pindex) { in ubidi_getParaLevelAtIndex() argument 647 if(pindex<pBiDi->paras[i].limit) in ubidi_getParaLevelAtIndex()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ubidi.cpp | 644 ubidi_getParaLevelAtIndex(const UBiDi *pBiDi, int32_t pindex) { in ubidi_getParaLevelAtIndex() argument 647 if(pindex<pBiDi->paras[i].limit) in ubidi_getParaLevelAtIndex()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ubidi.cpp | 644 ubidi_getParaLevelAtIndex(const UBiDi *pBiDi, int32_t pindex) { in ubidi_getParaLevelAtIndex() argument 647 if(pindex<pBiDi->paras[i].limit) in ubidi_getParaLevelAtIndex()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 4875 \def\pindex {\pgindex}
|